From owner-svn-ports-all@freebsd.org Sun Nov 20 00:06: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 B2B32C4BAAA; Sun, 20 Nov 2016 00:06:15 +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 7875A1941; Sun, 20 Nov 2016 00:06:15 +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 uAK06Ep9049830; Sun, 20 Nov 2016 00:06:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK06EDi049828; Sun, 20 Nov 2016 00:06:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200006.uAK06EDi049828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 00:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426546 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 00:06:15 -0000 Author: marino Date: Sun Nov 20 00:06:14 2016 New Revision: 426546 URL: https://svnweb.freebsd.org/changeset/ports/426546 Log: lang/seed7: Fix ports ncurses header inclusion seed7 can only find the base ncurses headers, so augment the CFLAGS so it can find the headers for the ncurses library it uses. Approved by: ncurses blanket Modified: head/lang/seed7/Makefile Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Sat Nov 19 23:51:13 2016 (r426545) +++ head/lang/seed7/Makefile Sun Nov 20 00:06:14 2016 (r426546) @@ -42,7 +42,9 @@ PORTDOCS= * MAKEFILE= mk_freebsd.mk post-patch: - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;' ${WRKSRC}/${MAKEFILE} + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;' \ + -e 's|^CFLAGS = |CFLAGS = -I${NCURSESINC} |' \ + ${WRKSRC}/${MAKEFILE} do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} depend From owner-svn-ports-all@freebsd.org Sun Nov 20 00:13: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 0504BC4BC59; Sun, 20 Nov 2016 00:13:52 +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 C72081CD1; Sun, 20 Nov 2016 00:13:51 +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 uAK0DoSp054023; Sun, 20 Nov 2016 00:13:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK0Do7T054022; Sun, 20 Nov 2016 00:13:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200013.uAK0Do7T054022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 00:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426547 - head/graphics/ppminfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 00:13:52 -0000 Author: marino Date: Sun Nov 20 00:13:50 2016 New Revision: 426547 URL: https://svnweb.freebsd.org/changeset/ports/426547 Log: graphics/ppminfo: Document ncurses requirement Modified: head/graphics/ppminfo/Makefile Modified: head/graphics/ppminfo/Makefile ============================================================================== --- head/graphics/ppminfo/Makefile Sun Nov 20 00:06:14 2016 (r426546) +++ head/graphics/ppminfo/Makefile Sun Nov 20 00:13:50 2016 (r426547) @@ -6,13 +6,13 @@ PORTVERSION= 0.1 PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.vanheusden.com/ppminfo/ CENKES -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Shows details of a ppm file LIB_DEPENDS= libnetpbm.so:graphics/netpbm +USES= ncurses tar:tgz PLIST_FILES= bin/${PORTNAME} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-all@freebsd.org Sun Nov 20 01:23: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 EE91FC3EB8B; Sun, 20 Nov 2016 01:23:59 +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 A9B309D1; Sun, 20 Nov 2016 01:23:59 +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 uAK1NwkA081119; Sun, 20 Nov 2016 01:23:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK1NwCI081117; Sun, 20 Nov 2016 01:23:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611200123.uAK1NwCI081117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 01:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426548 - in head/www/firefox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 01:24:00 -0000 Author: jbeich Date: Sun Nov 20 01:23:58 2016 New Revision: 426548 URL: https://svnweb.freebsd.org/changeset/ports/426548 Log: www/firefox: handle more line break classes after r426525 PR: 214384 (for tracking) Obtained from: upstream + martin@NetBSD Security: cargo cult Added: head/www/firefox/files/patch-bug1315986 (contents, props changed) Modified: head/www/firefox/Makefile (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Nov 20 00:13:50 2016 (r426547) +++ head/www/firefox/Makefile Sun Nov 20 01:23:58 2016 (r426548) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 50.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Added: head/www/firefox/files/patch-bug1315986 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1315986 Sun Nov 20 01:23:58 2016 (r426548) @@ -0,0 +1,49 @@ +commit c0d2685148b5 +Author: Jonathan Kew +Date: Wed Nov 9 15:07:54 2016 +0000 + + Bug 1315986 - Update line-break class mapping in nsJISx4051LineBreaker to handle new classes in ICU58/Unicode 9, and add assertions to detect any future additions that will require further updates. r=masayuki +--- + intl/lwbrk/nsJISx4051LineBreaker.cpp | 12 ++++++++++-- + 1 file changed, 10 insertions(+), 2 deletions(-) + +diff --git intl/lwbrk/nsJISx4051LineBreaker.cpp intl/lwbrk/nsJISx4051LineBreaker.cpp +index 0d89e91..1b262fa 100644 +--- intl/lwbrk/nsJISx4051LineBreaker.cpp ++++ intl/lwbrk/nsJISx4051LineBreaker.cpp +@@ -12,6 +12,10 @@ + #include "nsTArray.h" + #include "nsUnicodeProperties.h" + ++#if ENABLE_INTL_API ++#include "unicode/uchar.h" // for U_LB_COUNT until bug 1305700 ++#endif ++ + /* + + Simplification of Pair Table in JIS X 4051 +@@ -547,10 +551,22 @@ GetClass(uint32_t u) + /* CLOSE_PARENTHESIS = 36, [CP] */ CLASS_CLOSE_LIKE_CHARACTER, + /* CONDITIONAL_JAPANESE_STARTER = 37, [CJ] */ CLASS_CLOSE, + /* HEBREW_LETTER = 38, [HL] */ CLASS_CHARACTER, +- /* REGIONAL_INDICATOR = 39, [RI] */ CLASS_CHARACTER ++ /* REGIONAL_INDICATOR = 39, [RI] */ CLASS_CHARACTER, ++#if U_ICU_VERSION_MAJOR_NUM > 57 ++ /* E_BASE = 40, [EB] */ CLASS_BREAKABLE, ++ /* E_MODIFIER = 41, [EM] */ CLASS_CHARACTER, ++ /* ZWJ = 42, [ZWJ]*/ CLASS_CHARACTER, ++#endif + }; + +- return sUnicodeLineBreakToClass[mozilla::unicode::GetLineBreakClass(u)]; ++#if ENABLE_INTL_API ++ static_assert(U_LB_COUNT == mozilla::ArrayLength(sUnicodeLineBreakToClass), ++ "Gecko vs ICU LineBreak class mismatch"); ++#endif ++ ++ auto cls = mozilla::unicode::GetLineBreakClass(u); ++ MOZ_ASSERT(cls < mozilla::ArrayLength(sUnicodeLineBreakToClass)); ++ return sUnicodeLineBreakToClass[cls]; + } + + static bool From owner-svn-ports-all@freebsd.org Sun Nov 20 01:56: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 9056CC3E1D0; Sun, 20 Nov 2016 01:56:34 +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 621166B9; Sun, 20 Nov 2016 01:56:34 +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 uAK1uX5R093241; Sun, 20 Nov 2016 01:56:33 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK1uXCP093240; Sun, 20 Nov 2016 01:56:33 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611200156.uAK1uXCP093240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 20 Nov 2016 01:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426549 - head/net-mgmt/ocsinventory-agent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 01:56:34 -0000 Author: linimon Date: Sun Nov 20 01:56:33 2016 New Revision: 426549 URL: https://svnweb.freebsd.org/changeset/ports/426549 Log: As a test, restrict the dependency on dmidecode to x86. Modified: head/net-mgmt/ocsinventory-agent/Makefile Modified: head/net-mgmt/ocsinventory-agent/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-agent/Makefile Sun Nov 20 01:23:58 2016 (r426548) +++ head/net-mgmt/ocsinventory-agent/Makefile Sun Nov 20 01:56:33 2016 (r426549) @@ -15,8 +15,7 @@ COMMENT= Keep track of the computers con LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= dmidecode:sysutils/dmidecode \ - lspci:sysutils/pciutils \ +RUN_DEPENDS= lspci:sysutils/pciutils \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ @@ -53,4 +52,9 @@ SNMP_RUN_DEPENDS= p5-Net-SNMP>=0:net-mgm p5-Nmap-Parser>=0:security/p5-Nmap-Parser \ nmap:security/nmap -.include +.include + +.if ${ARCH} == amd64 || ${ARCH} == i386 +RUN_DEPENDS+= dmidecode:sysutils/dmidecode +.endif +.include From owner-svn-ports-all@freebsd.org Sun Nov 20 02:51: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 6AC4AC472DA; Sun, 20 Nov 2016 02:51:00 +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 2F33D1FE6; Sun, 20 Nov 2016 02:51:00 +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 uAK2ox2g016262; Sun, 20 Nov 2016 02:50:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK2oxrN016261; Sun, 20 Nov 2016 02:50:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200250.uAK2oxrN016261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 02:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426550 - head/security/pinentry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 02:51:00 -0000 Author: marino Date: Sun Nov 20 02:50:59 2016 New Revision: 426550 URL: https://svnweb.freebsd.org/changeset/ports/426550 Log: security/pinentry-*: Document ncurses requirement It turns out that every pinentry slave port requires ncurses, not just -gnome3 and -curses. Approved by: ncurses blanket Modified: head/security/pinentry/Makefile Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Sun Nov 20 01:56:33 2016 (r426549) +++ head/security/pinentry/Makefile Sun Nov 20 02:50:59 2016 (r426550) @@ -66,7 +66,7 @@ LIB_DEPENDS= libassuan.so:security/libas libgcrypt.so:security/libgcrypt \ libksba.so:security/libksba -USES+= iconv gmake pkgconfig +USES+= iconv gmake ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pinentry-emacs @@ -81,7 +81,6 @@ LIBSECRET_LIB_DEPENDS= libsecret-1.so:se .if ${PINENTRY_GUI} == "gnome3" OPTIONS_SLAVE= LIBSECRET -USES+= ncurses USE_GNOME+= gtk20 LIB_DEPENDS+= libgcr-base-3.so:security/gcr PLIST_FILES= bin/pinentry-gnome3 @@ -113,7 +112,6 @@ CONFIGURE_ARGS+=--disable-pinentry-gtk2 .endif .if ${PINENTRY_GUI} == "curses" -USES+= ncurses PLIST_FILES= bin/pinentry-curses .else CONFIGURE_ARGS+=--disable-pinentry-curses From owner-svn-ports-all@freebsd.org Sun Nov 20 03:32: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 C0D43C3E1F7; Sun, 20 Nov 2016 03:32:00 +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 90FF91A21; Sun, 20 Nov 2016 03:32:00 +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 uAK3VxQi032663; Sun, 20 Nov 2016 03:31:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK3VxcD032662; Sun, 20 Nov 2016 03:31:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200331.uAK3VxcD032662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 03:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426551 - head/databases/grass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 03:32:00 -0000 Author: marino Date: Sun Nov 20 03:31:59 2016 New Revision: 426551 URL: https://svnweb.freebsd.org/changeset/ports/426551 Log: databases/grass: Document and configure ncurses requirement Modified: head/databases/grass/Makefile Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Sun Nov 20 02:50:59 2016 (r426550) +++ head/databases/grass/Makefile Sun Nov 20 03:31:59 2016 (r426551) @@ -34,8 +34,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libfreetype.so:print/freetype2 RUN_DEPENDS= bash:shells/bash -USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 \ - readline shebangfix tk +USES= fortran gettext gmake iconv jpeg ncurses perl5 pkgconfig \ + python:2 readline shebangfix tk SHEBANG_FILES= scripts/i.spectral/i.spectral \ scripts/r.tileset/r.tileset \ visualization/nviz/scripts/nviz2.2_script \ @@ -75,7 +75,9 @@ CONFIGURE_ARGS= --with-includes=${LOCALB --with-wxwidgets=${WX_CONFIG} ALL_TARGET= default USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib -MAKE_JOBS_UNSAFE=yes +CPPFLAGS+= -I${NCURSESINC} + +MAKE_JOBS_UNSAFE= yes PLIST_SUB= GRASS_INST_DIR="${GRASS_INST_DIR}" \ VERSION="${PORTVERSION}" \ From owner-svn-ports-all@freebsd.org Sun Nov 20 03: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 3A7FEC3EAD0; Sun, 20 Nov 2016 03:55:25 +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 091D0C29; Sun, 20 Nov 2016 03:55:24 +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 uAK3tOS2041592; Sun, 20 Nov 2016 03:55:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK3tOZI041591; Sun, 20 Nov 2016 03:55:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200355.uAK3tOZI041591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 03:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426552 - head/mail/spamdyke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 03:55:25 -0000 Author: marino Date: Sun Nov 20 03:55:23 2016 New Revision: 426552 URL: https://svnweb.freebsd.org/changeset/ports/426552 Log: mail/spamdyke: Fix OPENSSL configuration, cleanup After fixing a configure phase failure to find openssl headers, fix alignment, remove excess blank lines and pet portlint. Modified: head/mail/spamdyke/Makefile Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Sun Nov 20 03:31:59 2016 (r426551) +++ head/mail/spamdyke/Makefile Sun Nov 20 03:55:23 2016 (r426552) @@ -12,27 +12,26 @@ COMMENT= Qmail filter for monitoring and LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp -WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke +BROKEN_powerpc64= Does not build USES= cpe qmail tar:tgz - +WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke GNU_CONFIGURE= yes - ALL_TARGET= spamdyke - USE_GCC= any -OPTIONS_DEFINE= TLS DEBUG DEBUG_EXCESSIVE DOCS +OPTIONS_DEFINE= TLS DEBUG DEBUG_EXCESSIVE DOCS OPTIONS_DEFAULT= TLS -DEBUG_DESC= Enable debugging output +DEBUG_DESC= Enable debugging output DEBUG_EXCESSIVE_DESC= Enable excessive debugging output -TLS_CONFIGURE_ENABLE= tls -TLS_USE= OPENSSL=yes +TLS_CONFIGURE_ENABLE= tls +TLS_USES= ssl +TLS_LDFLAGS= -L${OPENSSLLIB} +TLS_CFLAGS= -I${OPENSSLINC} + DEBUG_CONFIGURE_ENABLE= debug-output DEBUG_EXCESSIVE_CONFIGURE_ENABLE= excessive-output From owner-svn-ports-all@freebsd.org Sun Nov 20 04:33: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 2C00EC4886B; Sun, 20 Nov 2016 04:33:17 +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 0656A1EA9; Sun, 20 Nov 2016 04:33:16 +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 uAK4XGd8057382; Sun, 20 Nov 2016 04:33:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK4XF2v057379; Sun, 20 Nov 2016 04:33:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200433.uAK4XF2v057379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 04:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426553 - in head/deskutils/pal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 04:33:17 -0000 Author: marino Date: Sun Nov 20 04:33:15 2016 New Revision: 426553 URL: https://svnweb.freebsd.org/changeset/ports/426553 Log: deskutils/pal: Document ncurses, readline requirements, honor flags Also: * Provide patch for ports readline support * Remove nonfunctional MAN1 definition * Remove unnecessary pre/post includes * Wrap to 80 columns Approved by: ncurses and general blankets Added: head/deskutils/pal/files/patch-Makefile.defs (contents, props changed) head/deskutils/pal/files/patch-src_manage.c (contents, props changed) Modified: head/deskutils/pal/Makefile Modified: head/deskutils/pal/Makefile ============================================================================== --- head/deskutils/pal/Makefile Sun Nov 20 03:55:23 2016 (r426552) +++ head/deskutils/pal/Makefile Sun Nov 20 04:33:15 2016 (r426553) @@ -9,26 +9,27 @@ MASTER_SITES= SF/${PORTNAME}cal/${PORTNA MAINTAINER= h.skuhra@gmail.com COMMENT= Calendar application -USES= pkgconfig gettext gmake tar:tgz +USES= gettext gmake ncurses pkgconfig readline tar:tgz USE_GNOME= glib20 ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -MAN1= pal.1 - -.include - post-patch: - @${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g;s,^CC,#CC,g" ${WRKSRC}/Makefile.defs + @${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g;s,^CC,#CC,g" \ + ${WRKSRC}/Makefile.defs post-build: - ${REINPLACE_CMD} -e "s,VERSION,${PORTVERSION},g" ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template + ${REINPLACE_CMD} -e "s,VERSION,${PORTVERSION},g" \ + ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pal ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/share/*.pal ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.conf ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template ${STAGEDIR}${MANPREFIX}/man/man1/pal.1 + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/share/*.pal \ + ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.conf \ + ${STAGEDIR}${DATADIR} + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template \ + ${STAGEDIR}${MANPREFIX}/man/man1/pal.1 -.include +.include Added: head/deskutils/pal/files/patch-Makefile.defs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/pal/files/patch-Makefile.defs Sun Nov 20 04:33:15 2016 (r426553) @@ -0,0 +1,12 @@ +--- Makefile.defs.orig 2016-11-20 04:17:33 UTC ++++ Makefile.defs +@@ -23,6 +23,6 @@ ifeq ($(DEBUG),1) + DEFS += -DG_DISABLE_DEPRECATED -DDEBUG + endif + +-CFLAGS = ${OPT} +-CPPFLAGS = ${INCLDIR} ${DEFS} +-LDFLAGS = ${LIBDIR} ${LIBS} ++CFLAGS += ${OPT} ++CPPFLAGS += ${INCLDIR} ${DEFS} ++LDFLAGS += ${LIBDIR} ${LIBS} Added: head/deskutils/pal/files/patch-src_manage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/pal/files/patch-src_manage.c Sun Nov 20 04:33:15 2016 (r426553) @@ -0,0 +1,11 @@ +--- manage.c.orig 2008-07-28 16:16:23.000000000 +0000 ++++ manage.c +@@ -403,7 +403,7 @@ void pal_manage(void) + rl_initialize(); /* Initialise readline so we can fiddle stuff */ + rl_already_prompted = 1; + rl_redisplay_function = pal_rl_ncurses_hack; +- rl_pre_input_hook = (Function*) pal_rl_ncurses_hack; ++ rl_pre_input_hook = (rl_hook_func_t *) pal_rl_ncurses_hack; + + + /* initialize curses */ From owner-svn-ports-all@freebsd.org Sun Nov 20 04:41: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 ACD66C48C53; Sun, 20 Nov 2016 04:41:19 +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 7B1221D4; Sun, 20 Nov 2016 04:41:19 +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 uAK4fIKc057763; Sun, 20 Nov 2016 04:41:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK4fIEj057761; Sun, 20 Nov 2016 04:41:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200441.uAK4fIEj057761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 04:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426554 - in head: archivers/zipmix multimedia/gst123 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 04:41:19 -0000 Author: marino Date: Sun Nov 20 04:41:18 2016 New Revision: 426554 URL: https://svnweb.freebsd.org/changeset/ports/426554 Log: archivers/zipmix, multimedia/gst123: Document ncurses requirement Approved by: ncurses blanket Modified: head/archivers/zipmix/Makefile head/multimedia/gst123/Makefile Modified: head/archivers/zipmix/Makefile ============================================================================== --- head/archivers/zipmix/Makefile Sun Nov 20 04:33:15 2016 (r426553) +++ head/archivers/zipmix/Makefile Sun Nov 20 04:41:18 2016 (r426554) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_src MAINTAINER= portmaster@BSDforge.com COMMENT= Produce .ZIP file from two other ones with the best compressed files -USES= dos2unix zip +USES= dos2unix ncurses zip MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes Modified: head/multimedia/gst123/Makefile ============================================================================== --- head/multimedia/gst123/Makefile Sun Nov 20 04:33:15 2016 (r426553) +++ head/multimedia/gst123/Makefile Sun Nov 20 04:41:18 2016 (r426554) @@ -12,7 +12,7 @@ COMMENT= Command-line tool to play audio LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +USES= gmake ncurses pkgconfig tar:bzip2 USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true LDFLAGS+= -lncurses -L${LOCALBASE}/lib From owner-svn-ports-all@freebsd.org Sun Nov 20 04:59: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 877DEC48E50; Sun, 20 Nov 2016 04:59:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59228A25; Sun, 20 Nov 2016 04:59:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK4xT6m065463; Sun, 20 Nov 2016 04:59:29 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK4xT5a065460; Sun, 20 Nov 2016 04:59:29 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611200459.uAK4xT5a065460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 20 Nov 2016 04:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426555 - head/net/p5-IO-Socket-Socks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 04:59:30 -0000 Author: ehaupt Date: Sun Nov 20 04:59:29 2016 New Revision: 426555 URL: https://svnweb.freebsd.org/changeset/ports/426555 Log: Update to 0.73 Modified: head/net/p5-IO-Socket-Socks/Makefile head/net/p5-IO-Socket-Socks/distinfo Modified: head/net/p5-IO-Socket-Socks/Makefile ============================================================================== --- head/net/p5-IO-Socket-Socks/Makefile Sun Nov 20 04:41:18 2016 (r426554) +++ head/net/p5-IO-Socket-Socks/Makefile Sun Nov 20 04:59:29 2016 (r426555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-Socks -PORTVERSION= 0.71 +PORTVERSION= 0.73 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-IO-Socket-Socks/distinfo ============================================================================== --- head/net/p5-IO-Socket-Socks/distinfo Sun Nov 20 04:41:18 2016 (r426554) +++ head/net/p5-IO-Socket-Socks/distinfo Sun Nov 20 04:59:29 2016 (r426555) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477300967 -SHA256 (IO-Socket-Socks-0.71.tar.gz) = 89c8dd794d0cbe25571beae7c5287b4c1b00f093b03bee5dcc7e6759c2665a60 -SIZE (IO-Socket-Socks-0.71.tar.gz) = 27822 +TIMESTAMP = 1479617261 +SHA256 (IO-Socket-Socks-0.73.tar.gz) = 6e2678a3544de366e29164a0c2daa9bfb7dd85cddbf510b7f2f408eaa320681f +SIZE (IO-Socket-Socks-0.73.tar.gz) = 28116 From owner-svn-ports-all@freebsd.org Sun Nov 20 05:07: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 BA8C4C48FDA; Sun, 20 Nov 2016 05:07:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A41ADAA; Sun, 20 Nov 2016 05:07:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK57Qo0069313; Sun, 20 Nov 2016 05:07:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK57QBm069311; Sun, 20 Nov 2016 05:07:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611200507.uAK57QBm069311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 20 Nov 2016 05:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426556 - head/www/p5-Catalyst-View-XML-Feed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 05:07:27 -0000 Author: ehaupt Date: Sun Nov 20 05:07:26 2016 New Revision: 426556 URL: https://svnweb.freebsd.org/changeset/ports/426556 Log: Update to 0.09 Modified: head/www/p5-Catalyst-View-XML-Feed/Makefile head/www/p5-Catalyst-View-XML-Feed/distinfo Modified: head/www/p5-Catalyst-View-XML-Feed/Makefile ============================================================================== --- head/www/p5-Catalyst-View-XML-Feed/Makefile Sun Nov 20 04:59:29 2016 (r426555) +++ head/www/p5-Catalyst-View-XML-Feed/Makefile Sun Nov 20 05:07:26 2016 (r426556) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-View-XML-Feed -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Catalyst-View-XML-Feed/distinfo ============================================================================== --- head/www/p5-Catalyst-View-XML-Feed/distinfo Sun Nov 20 04:59:29 2016 (r426555) +++ head/www/p5-Catalyst-View-XML-Feed/distinfo Sun Nov 20 05:07:26 2016 (r426556) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-View-XML-Feed-0.08.tar.gz) = 6716a2005e0686571baf2a7f10e4927fd998300037f92795b508077e8e217f58 -SIZE (Catalyst-View-XML-Feed-0.08.tar.gz) = 36341 +TIMESTAMP = 1479617992 +SHA256 (Catalyst-View-XML-Feed-0.09.tar.gz) = a1cf3e26c21052da5da8494153601bcfb16f73674a3c8966f634205832ba086f +SIZE (Catalyst-View-XML-Feed-0.09.tar.gz) = 36425 From owner-svn-ports-all@freebsd.org Sun Nov 20 05:25: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 1BB7DC4948B; Sun, 20 Nov 2016 05:25:43 +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 DF29D79F; Sun, 20 Nov 2016 05:25:42 +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 uAK5PgfJ077348; Sun, 20 Nov 2016 05:25:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK5PflK077347; Sun, 20 Nov 2016 05:25:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200525.uAK5PflK077347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 05:25:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426557 - head/math/reduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 05:25:43 -0000 Author: marino Date: Sun Nov 20 05:25:41 2016 New Revision: 426557 URL: https://svnweb.freebsd.org/changeset/ports/426557 Log: math/reduce: Fix fetching The distfile was archived at Sourceforge. It is at least 5 releases behind. It's unclear how much longer this old distfile will be hosted, so it would be a good idea to update math/reduce soon. Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Sun Nov 20 05:07:26 2016 (r426556) +++ head/math/reduce/Makefile Sun Nov 20 05:25:41 2016 (r426557) @@ -4,7 +4,7 @@ PORTNAME= reduce PORTVERSION= 20141130 CATEGORIES= math lang -MASTER_SITES= SF/${PORTNAME}-algebra/Snapshot_2014-11-30/ +MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ DISTNAME= ${PORTNAME}-src-2014-11-30 MAINTAINER= pfg@FreeBSD.org @@ -19,6 +19,8 @@ TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unk CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} +SFSUBDIR= Snapshot_2014-11-30-kept-only-for-historical-interest + # Avoid GNU_CONFIGURE as it breaks staging HAS_CONFIGURE= yes ALL_TARGET= From owner-svn-ports-all@freebsd.org Sun Nov 20 05:34: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 6952AC4966D; Sun, 20 Nov 2016 05:34:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20E58B34; Sun, 20 Nov 2016 05:34:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK5YQrh081363; Sun, 20 Nov 2016 05:34:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK5YPCe081358; Sun, 20 Nov 2016 05:34:25 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611200534.uAK5YPCe081358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 20 Nov 2016 05:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426558 - in head/net-mgmt/tcpreplay: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 05:34:27 -0000 Author: ehaupt Date: Sun Nov 20 05:34:25 2016 New Revision: 426558 URL: https://svnweb.freebsd.org/changeset/ports/426558 Log: - Update to 4.1.2 - Update WWW Modified: head/net-mgmt/tcpreplay/Makefile head/net-mgmt/tcpreplay/distinfo head/net-mgmt/tcpreplay/files/patch-src__tree.c head/net-mgmt/tcpreplay/pkg-descr Modified: head/net-mgmt/tcpreplay/Makefile ============================================================================== --- head/net-mgmt/tcpreplay/Makefile Sun Nov 20 05:25:41 2016 (r426557) +++ head/net-mgmt/tcpreplay/Makefile Sun Nov 20 05:34:25 2016 (r426558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcpreplay -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= net-mgmt MASTER_SITES= SF Modified: head/net-mgmt/tcpreplay/distinfo ============================================================================== --- head/net-mgmt/tcpreplay/distinfo Sun Nov 20 05:25:41 2016 (r426557) +++ head/net-mgmt/tcpreplay/distinfo Sun Nov 20 05:34:25 2016 (r426558) @@ -1,2 +1,3 @@ -SHA256 (tcpreplay-4.1.1.tar.gz) = 61b916ef91049cad2a9ddc8de6f5e3e3cc5d9998dbb644dc91cf3a798497ffe4 -SIZE (tcpreplay-4.1.1.tar.gz) = 2173781 +TIMESTAMP = 1479618765 +SHA256 (tcpreplay-4.1.2.tar.gz) = da483347e83a9b5df0e0dbb0f822a2d37236e79dda35f4bc4e6684fa827f25ea +SIZE (tcpreplay-4.1.2.tar.gz) = 2162175 Modified: head/net-mgmt/tcpreplay/files/patch-src__tree.c ============================================================================== --- head/net-mgmt/tcpreplay/files/patch-src__tree.c Sun Nov 20 05:25:41 2016 (r426557) +++ head/net-mgmt/tcpreplay/files/patch-src__tree.c Sun Nov 20 05:34:25 2016 (r426558) @@ -1,6 +1,6 @@ ---- ./src/tree.c.orig 2009-07-28 09:16:43.000000000 +0200 -+++ ./src/tree.c 2009-07-28 09:16:57.000000000 +0200 -@@ -48,6 +48,8 @@ +--- src/tree.c.orig 2016-11-19 19:41:38 UTC ++++ src/tree.c +@@ -37,6 +37,8 @@ extern tcpprep_t *tcpprep; extern int debug; #endif Modified: head/net-mgmt/tcpreplay/pkg-descr ============================================================================== --- head/net-mgmt/tcpreplay/pkg-descr Sun Nov 20 05:25:41 2016 (r426557) +++ head/net-mgmt/tcpreplay/pkg-descr Sun Nov 20 05:34:25 2016 (r426558) @@ -11,4 +11,4 @@ reproduce the real-world anomalies that etc.), tcpreplay allows for exact replication of real traffic seen on real networks. -WWW: http://tcpreplay.synfin.net/trac/ +WWW: http://tcpreplay.appneta.com/ From owner-svn-ports-all@freebsd.org Sun Nov 20 05:52: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 0A635C49B04; Sun, 20 Nov 2016 05:52:42 +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 C37BC1184; Sun, 20 Nov 2016 05:52:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK5qeHm089377; Sun, 20 Nov 2016 05:52:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK5qeoR089376; Sun, 20 Nov 2016 05:52:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200552.uAK5qeoR089376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 05:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426559 - head/math/reduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 05:52:42 -0000 Author: marino Date: Sun Nov 20 05:52:40 2016 New Revision: 426559 URL: https://svnweb.freebsd.org/changeset/ports/426559 Log: math/reduce: Set CPPFLAGS for ports-ncurses Approved by: ncurses blanket Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Sun Nov 20 05:34:25 2016 (r426558) +++ head/math/reduce/Makefile Sun Nov 20 05:52:40 2016 (r426559) @@ -18,6 +18,7 @@ USES= autoreconf:build gmake ncurses ta TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} +CPPFLAGS+= -I${NCURSESINC} SFSUBDIR= Snapshot_2014-11-30-kept-only-for-historical-interest From owner-svn-ports-all@freebsd.org Sun Nov 20 05:58: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 215BEC49B97; Sun, 20 Nov 2016 05:58:31 +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 D6CDB1289; Sun, 20 Nov 2016 05:58:30 +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 uAK5wTuM089709; Sun, 20 Nov 2016 05:58:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK5wT6a089708; Sun, 20 Nov 2016 05:58:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200558.uAK5wT6a089708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 05:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426560 - head/net/bird X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 05:58:31 -0000 Author: marino Date: Sun Nov 20 05:58:29 2016 New Revision: 426560 URL: https://svnweb.freebsd.org/changeset/ports/426560 Log: net/bird, net/bird6: Document ncurses requirement Approved by: ncurses blanket Modified: head/net/bird/Makefile Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Sun Nov 20 05:52:40 2016 (r426559) +++ head/net/bird/Makefile Sun Nov 20 05:58:29 2016 (r426560) @@ -13,7 +13,7 @@ COMMENT?= Dynamic IP routing daemon (IPv LICENSE= GPLv2 -USES= bison gmake readline +USES= bison gmake ncurses readline GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var From owner-svn-ports-all@freebsd.org Sun Nov 20 06:27: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 80283C4A346; Sun, 20 Nov 2016 06:27:00 +0000 (UTC) (envelope-from barbara.freebsd@gmail.com) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12BCFB3; Sun, 20 Nov 2016 06:27:00 +0000 (UTC) (envelope-from barbara.freebsd@gmail.com) Received: by mail-wm0-x244.google.com with SMTP id g23so17545709wme.1; Sat, 19 Nov 2016 22:27:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to; bh=hpr2azz6/kgu1lzKdgsWQ3iGMwV9xR2JKY1PRkdtt4k=; b=s6rYmyNJ9iwBAG2+zbtDkIm6zBvs3ultU1NdqptFvLEAuc2FamMjY1oiNQkwIFMRSH 1dRCNuQolSTCgUaB/v2ZP0fpBun/JZ/DneyghrtJQ6t73RshCMtUpfyhu/X65+lyll2W 4LSNYk8DkjjJuG1wcG8yJu4Nwr/YGOsbeIIwce/l004I1Bc+SoPBVpu+6UK82NUcehcW XWPwYoLcJzgUw42lUVEpKQAtmtQgyr66qS30sijLvJqGVdMAZUK5GXlp2OYKPyEacq2I hW62ZUQhI/xlsV8qo8JLZ8/7FLF+FeB/IMAHDW9bryfAi/9IucMweXzp+rwqWKzkWBt/ 3X6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to; bh=hpr2azz6/kgu1lzKdgsWQ3iGMwV9xR2JKY1PRkdtt4k=; b=HEbyijxhhx3trJKqvUzr3h+i+yXW6td21VNUc7TJmN4d1COevzlxjV7SrLpjHVBTcZ z0Kw9FUFC7Gge4DTgh7DYRdIKaUtK813kP8oeEtOg4GX24tCY7CmOsvER3VTUgURTu4D 1Oz5QMDn9TLkFtHzSVRqBZAXmhmdi66Rqgq0hgPyurFQrxmipHDQF+fzim3qvlXmBR9U jCBcMOjzpDr7iVYGdlJtU0s3gqVI3/4kV6QJbF5v8ENQGV9fB5eCIq0yWe4MnnN5o2l/ 2J+iiN4dy0nhPT+CSsKGDjp3ltlEfUeFNhWk0HxmycLIYj1passOJRGn4RHn94PhaTVa BoHg== X-Gm-Message-State: AKaTC03zuI2syFlyrrZn7f8/QoKJLHsymuz1swASKVfsxcSLmdJOQ3VEcogz+ht2Y4I4fg== X-Received: by 10.28.37.70 with SMTP id l67mr6339449wml.128.1479623215370; Sat, 19 Nov 2016 22:26:55 -0800 (PST) Received: from satanasso.local.net (host156-62-dynamic.36-79-r.retail.telecomitalia.it. [79.36.62.156]) by smtp.gmail.com with ESMTPSA id u17sm12321689wma.24.2016.11.19.22.26.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Nov 2016 22:26:54 -0800 (PST) From: Barbara Guida Subject: Re: svn commit: r426408 - head/net/gssdp To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611191703.uAJH3ft1065863@repo.freebsd.org> Message-ID: <5831422D.8000808@gmail.com> Date: Sun, 20 Nov 2016 07:26:53 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <201611191703.uAJH3ft1065863@repo.freebsd.org> Content-Type: multipart/mixed; boundary="------------020902060805090300010308" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 06:27:00 -0000 This is a multi-part message in MIME format. --------------020902060805090300010308 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, for me it's failing to package. See attached diff. Best Regards Barbara On Sat, Nov 19, 2016 at 6:03 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Nov 19 17:03:41 2016 > New Revision: 426408 > URL: https://svnweb.freebsd.org/changeset/ports/426408 > > Log: > - Update to 1.0.1 > - Add LICENSE_FILE > > Changes: https://git.gnome.org/browse/gssdp/tree/NEWS?h=gssdp_1.0 > > Modified: > head/net/gssdp/Makefile > head/net/gssdp/distinfo > > Modified: head/net/gssdp/Makefile > ============================================================================== > --- head/net/gssdp/Makefile Sat Nov 19 17:03:37 2016 (r426407) > +++ head/net/gssdp/Makefile Sat Nov 19 17:03:41 2016 (r426408) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gssdp > -PORTVERSION= 0.14.16 > +PORTVERSION= 1.0.1 > CATEGORIES= net > MASTER_SITES= GNOME > > @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Framework for UPnP devices > > LICENSE= LGPL20 > +LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= gobject-introspection>=0.6.7:devel/gobject-introspection > LIB_DEPENDS= libsoup-2.4.so:devel/libsoup > > Modified: head/net/gssdp/distinfo > ============================================================================== > --- head/net/gssdp/distinfo Sat Nov 19 17:03:37 2016 (r426407) > +++ head/net/gssdp/distinfo Sat Nov 19 17:03:41 2016 (r426408) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1466892141 > -SHA256 (gssdp-0.14.16.tar.xz) = 54520bfb230b9c8c938eba88d87df44e04749682c95fb8aa381d13441345c5b2 > -SIZE (gssdp-0.14.16.tar.xz) = 301000 > +TIMESTAMP = 1479482617 > +SHA256 (gssdp-1.0.1.tar.xz) = 601d67f40bc28c067742b7c46f3018da96b364fd3e83f30ddac6e190e323d2e1 > +SIZE (gssdp-1.0.1.tar.xz) = 312336 > --------------020902060805090300010308 Content-Type: text/plain; charset=UTF-8; name="net_gssdp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="net_gssdp.diff" Index: net/gssdp/Makefile =================================================================== --- net/gssdp/Makefile (revision 426556) +++ net/gssdp/Makefile (working copy) @@ -23,9 +23,9 @@ CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_GNOME= glib20 introspection:build +USE_GNOME= cairo gdkpixbuf2 glib20 introspection:build USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gettext-runtime gmake libtool pathfix pkgconfig tar:xz GTK3_CONFIGURE_WITH= gtk GTK3_USE= GNOME=gtk30 Index: net/gssdp/pkg-plist =================================================================== --- net/gssdp/pkg-plist (revision 426556) +++ net/gssdp/pkg-plist (working copy) @@ -8,7 +8,7 @@ lib/libgssdp-1.0.a lib/libgssdp-1.0.so lib/libgssdp-1.0.so.3 -lib/libgssdp-1.0.so.3.0.0 +lib/libgssdp-1.0.so.3.0.1 libdata/pkgconfig/gssdp-1.0.pc %%GTK3%%%%DATADIR%%/gssdp-device-sniffer.ui share/gir-1.0/GSSDP-1.0.gir --------------020902060805090300010308-- From owner-svn-ports-all@freebsd.org Sun Nov 20 06:27: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 A69F2C4A380; Sun, 20 Nov 2016 06:27:12 +0000 (UTC) (envelope-from barbara.freebsd@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32BBD1A3; Sun, 20 Nov 2016 06:27:12 +0000 (UTC) (envelope-from barbara.freebsd@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id a20so17511050wme.2; Sat, 19 Nov 2016 22:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to; bh=LCrarNv9pg8nNwZA7vzZUTg68whKqGt/ZGQ/ToO+pdw=; b=NH/tuujtE9+NbAl6YcFUfZxxkQZm7kgMMORe1p58YYcBZKJ8x8jMB9unvWAz0pS2MJ dCERR6oLoxb7RDygkbajVLgbziNxEBlYkAdPQsYseL2uHkdNJqF4v+tzrtrtVxENzmZt WsllNozl0XqeubVVDdlMb6GsrsTvn1ReER3CpDRJyIowo+klcCUMDQnvln0QYr7EaZgI QYJfxtWUG3W+1xJxiYDPvEYu+zWB31JtI6B7XU6JH26ZoTQp3DlMPh/Zoc8mb6nkf355 EVQi2F8wLtHr3QA7hoLsuipJxmVaDuttrLqrYwqfd5HMmXEUQKoRfTbwxmKLMve6ogDF NgmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to; bh=LCrarNv9pg8nNwZA7vzZUTg68whKqGt/ZGQ/ToO+pdw=; b=A2LnbAp435wF5EDbmfsKbKp0I4EwdOSmrw35tG5snOoYUbNkQJSGkFVThLU84Ulp+i V41KCY6+Zqv6v2garRr8kUGdg/olq68TUtnIrdKROrVll5jbWaRissMib96VDiNKA1sm iOvF/9hmAbjvAsRiVfWiNeWdx78zjynQylahC0xmBc4zy0ybLuQsrUElb1aHtOGuAJE0 cvvMDPL1bO/Z1gg5yjHf49QVICgOljZCtHhF9aJXzoIic1FHdLN+Qy9wY9Bmy2ap9MTt AdDJj53neURtmwP9WF2aCEP95Pb4C7cq0AgJSRCvuoNwKMMDkamKZf9Iwx8OUFR44Q9i 69nQ== X-Gm-Message-State: AKaTC03Xh/zodK4MByHfHnsRyujCUz8p8erqwrR2zk+JFGnjL+XZhEjhA9+XrLsHxXx2xg== X-Received: by 10.28.225.11 with SMTP id y11mr6687870wmg.93.1479623230404; Sat, 19 Nov 2016 22:27:10 -0800 (PST) Received: from satanasso.local.net (host156-62-dynamic.36-79-r.retail.telecomitalia.it. [79.36.62.156]) by smtp.gmail.com with ESMTPSA id q7sm17829538wjh.9.2016.11.19.22.27.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Nov 2016 22:27:10 -0800 (PST) From: Barbara Guida Subject: Re: svn commit: r426409 - head/net/gupnp To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611191703.uAJH3kdv065979@repo.freebsd.org> Message-ID: <5831423D.6020407@gmail.com> Date: Sun, 20 Nov 2016 07:27:09 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <201611191703.uAJH3kdv065979@repo.freebsd.org> Content-Type: multipart/mixed; boundary="------------060502000709060407060201" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 06:27:12 -0000 This is a multi-part message in MIME format. --------------060502000709060407060201 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, for me it's failing to package. See attached diff. Best Regards Barbara On Sat, Nov 19, 2016 at 6:03 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Nov 19 17:03:46 2016 > New Revision: 426409 > URL: https://svnweb.freebsd.org/changeset/ports/426409 > > Log: > - Update to 1.0.1 > - Add LICENSE_FILE > > Changes: https://git.gnome.org/browse/gupnp/tree/NEWS?h=gupnp-1.0 > > Modified: > head/net/gupnp/Makefile > head/net/gupnp/distinfo > > Modified: head/net/gupnp/Makefile > ============================================================================== > --- head/net/gupnp/Makefile Sat Nov 19 17:03:41 2016 (r426408) > +++ head/net/gupnp/Makefile Sat Nov 19 17:03:46 2016 (r426409) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gupnp > -PORTVERSION= 0.20.18 > +PORTVERSION= 1.0.1 > CATEGORIES= net > MASTER_SITES= GNOME > > @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Framework for UPnP devices > > LICENSE= LGPL20 > +LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= gobject-introspection>=0.6.4:devel/gobject-introspection \ > gssdp>=0.14.13:net/gssdp > > Modified: head/net/gupnp/distinfo > ============================================================================== > --- head/net/gupnp/distinfo Sat Nov 19 17:03:41 2016 (r426408) > +++ head/net/gupnp/distinfo Sat Nov 19 17:03:46 2016 (r426409) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1466892153 > -SHA256 (gupnp-0.20.18.tar.xz) = c5e0e11061f8d0ff9c8dccc196f39c45a49c0153c9a72abf6290ab34d1cbb021 > -SIZE (gupnp-0.20.18.tar.xz) = 409712 > +TIMESTAMP = 1479482629 > +SHA256 (gupnp-1.0.1.tar.xz) = 934584cc1b361bf251a5ac271ffb1995a3c6426ce44cb64f9c6d779f2af9a6d9 > +SIZE (gupnp-1.0.1.tar.xz) = 421920 > --------------060502000709060407060201 Content-Type: text/plain; charset=UTF-8; name="net_gupnp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="net_gupnp.diff" Index: net/gupnp/Makefile =================================================================== --- net/gupnp/Makefile (revision 426556) +++ net/gupnp/Makefile (working copy) @@ -25,10 +25,10 @@ CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_GNOME= glib20 introspection:build +USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes USE_CSTD= c11 -USES= compiler:c11 gmake libtool pathfix pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 gettext-runtime gmake libtool pathfix pkgconfig python:run shebangfix tar:xz SHEBANG_FILES= tools/gupnp-binding-tool Index: net/gupnp/pkg-plist =================================================================== --- net/gupnp/pkg-plist (revision 426556) +++ net/gupnp/pkg-plist (working copy) @@ -22,7 +22,7 @@ lib/libgupnp-1.0.a lib/libgupnp-1.0.so lib/libgupnp-1.0.so.4 -lib/libgupnp-1.0.so.4.0.0 +lib/libgupnp-1.0.so.4.0.1 libdata/pkgconfig/gupnp-1.0.pc share/gir-1.0/GUPnP-1.0.gir share/gtk-doc/html/gupnp/GUPnPAcl.html @@ -44,6 +44,22 @@ share/gtk-doc/html/gupnp/api-device-control.html share/gtk-doc/html/gupnp/api-device-impl.html share/gtk-doc/html/gupnp/api-device-info.html +share/gtk-doc/html/gupnp/api-index-0-12-3.html +share/gtk-doc/html/gupnp/api-index-0-13-0.html +share/gtk-doc/html/gupnp/api-index-0-13-3.html +share/gtk-doc/html/gupnp/api-index-0-17-0.html +share/gtk-doc/html/gupnp/api-index-0-17-2.html +share/gtk-doc/html/gupnp/api-index-0-19-1.html +share/gtk-doc/html/gupnp/api-index-0-19-2.html +share/gtk-doc/html/gupnp/api-index-0-20-11.html +share/gtk-doc/html/gupnp/api-index-0-20-12.html +share/gtk-doc/html/gupnp/api-index-0-20-3.html +share/gtk-doc/html/gupnp/api-index-0-20-4.html +share/gtk-doc/html/gupnp/api-index-0-20-5.html +share/gtk-doc/html/gupnp/api-index-0-20-8.html +share/gtk-doc/html/gupnp/api-index-0-20-9.html +share/gtk-doc/html/gupnp/api-index-deprecated.html +share/gtk-doc/html/gupnp/api-index-full.html share/gtk-doc/html/gupnp/api-tools.html share/gtk-doc/html/gupnp/api-utility.html share/gtk-doc/html/gupnp/api.html @@ -57,7 +73,6 @@ share/gtk-doc/html/gupnp/gupnp.devhelp2 share/gtk-doc/html/gupnp/home.png share/gtk-doc/html/gupnp/index.html -share/gtk-doc/html/gupnp/ix01.html share/gtk-doc/html/gupnp/left-insensitive.png share/gtk-doc/html/gupnp/left.png share/gtk-doc/html/gupnp/overview.html --------------060502000709060407060201-- From owner-svn-ports-all@freebsd.org Sun Nov 20 07:05: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 04F9EC4AC4F; Sun, 20 Nov 2016 07:05:38 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A50AC77; Sun, 20 Nov 2016 07:05:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK75a9U017638; Sun, 20 Nov 2016 07:05:36 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK75ajY017635; Sun, 20 Nov 2016 07:05:36 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611200705.uAK75ajY017635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 20 Nov 2016 07:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426561 - head/shells/bash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 07:05:38 -0000 Author: ehaupt Date: Sun Nov 20 07:05:36 2016 New Revision: 426561 URL: https://svnweb.freebsd.org/changeset/ports/426561 Log: Update to 4.4.5 Modified: head/shells/bash/Makefile head/shells/bash/distinfo Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Sun Nov 20 05:58:29 2016 (r426560) +++ head/shells/bash/Makefile Sun Nov 20 07:05:36 2016 (r426561) @@ -2,13 +2,20 @@ # $FreeBSD$ PORTNAME= bash -PORTVERSION= 4.4 +PATCHLEVEL= 5 +PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:R} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/ +PATCHFILES!= /usr/bin/jot -s " " -w \ + ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} + MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU Project's Bourne Again SHell @@ -96,7 +103,7 @@ cklatest: @${ECHO} -n "Currently at: " @${MAKE} -V PATCHLEVEL -ncftpls \ - ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION}-patches/ \ + ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ | fgrep -v .sig | ${TAIL} .include Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Sun Nov 20 05:58:29 2016 (r426560) +++ head/shells/bash/distinfo Sun Nov 20 07:05:36 2016 (r426561) @@ -1,3 +1,13 @@ -TIMESTAMP = 1475186489 +TIMESTAMP = 1479623345 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SIZE (bash/bash-4.4.tar.gz) = 9377313 +SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f +SIZE (bash/bash44-001) = 1896 +SHA256 (bash/bash44-002) = 7020a0183e17a7233e665b979c78c184ea369cfaf3e8b4b11f5547ecb7c13c53 +SIZE (bash/bash44-002) = 1946 +SHA256 (bash/bash44-003) = 51df5a9192fdefe0ddca4bdf290932f74be03ffd0503a3d112e4199905e718b2 +SIZE (bash/bash44-003) = 1593 +SHA256 (bash/bash44-004) = ad080a30a4ac6c1273373617f29628cc320a35c8cd06913894794293dc52c8b3 +SIZE (bash/bash44-004) = 2350 +SHA256 (bash/bash44-005) = 221e4b725b770ad0bb6924df3f8d04f89eeca4558f6e4c777dfa93e967090529 +SIZE (bash/bash44-005) = 1439 From owner-svn-ports-all@freebsd.org Sun Nov 20 07:12: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 3BFCFC4AE42; Sun, 20 Nov 2016 07:12:46 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0953E641; Sun, 20 Nov 2016 07:12:45 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK7Cjnc021584; Sun, 20 Nov 2016 07:12:45 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK7CimP021581; Sun, 20 Nov 2016 07:12:44 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201611200712.uAK7CimP021581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sun, 20 Nov 2016 07:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426562 - in head/lang/pypy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 07:12:46 -0000 Author: dbn Date: Sun Nov 20 07:12:44 2016 New Revision: 426562 URL: https://svnweb.freebsd.org/changeset/ports/426562 Log: lang/pypy: update to 5.6.0 ChangeLog: http://doc.pypy.org/en/latest/release-pypy2.7-v5.6.0.html Deleted: head/lang/pypy/files/ Modified: head/lang/pypy/Makefile head/lang/pypy/bsd.pypy.cffi.mk head/lang/pypy/distinfo head/lang/pypy/pkg-plist Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Sun Nov 20 07:05:36 2016 (r426561) +++ head/lang/pypy/Makefile Sun Nov 20 07:12:44 2016 (r426562) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= pypy -DISTVERSION?= 5.4.1 # Also update bsd.pypy.cffi.mk -PORTREVISION?= 1 +DISTVERSION?= 5.6.0 # Also update bsd.pypy.cffi.mk CATEGORIES= lang python MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/ http://buildbot.pypy.org/mirror/ DISTNAME?= ${PORTNAME}2-v${PORTVERSION}-src Modified: head/lang/pypy/bsd.pypy.cffi.mk ============================================================================== --- head/lang/pypy/bsd.pypy.cffi.mk Sun Nov 20 07:05:36 2016 (r426561) +++ head/lang/pypy/bsd.pypy.cffi.mk Sun Nov 20 07:12:44 2016 (r426562) @@ -10,7 +10,7 @@ PLIST_FILES= %%PYPY_DIR%%/lib_pypy/${CFF CFFI_MODULE?= _${PORTNAME} -PYTHON_PORTVERSION?= 5.4.1 +PYTHON_PORTVERSION?= 5.6.0 PYTHON_PKGNAMEPREFIX= pypy- PYTHON_CMD= ${LOCALBASE}/bin/pypy Modified: head/lang/pypy/distinfo ============================================================================== --- head/lang/pypy/distinfo Sun Nov 20 07:05:36 2016 (r426561) +++ head/lang/pypy/distinfo Sun Nov 20 07:12:44 2016 (r426562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473534996 -SHA256 (pypy2-v5.4.1-src.tar.bz2) = 45dbc50c81498f6f1067201b8fc887074b43b84ee32cc47f15e7db17571e9352 -SIZE (pypy2-v5.4.1-src.tar.bz2) = 17412285 +TIMESTAMP = 1479534904 +SHA256 (pypy2-v5.6.0-src.tar.bz2) = 7411448045f77eb9e087afdce66fe7eafda1876c9e17aad88cf891f762b608b0 +SIZE (pypy2-v5.6.0-src.tar.bz2) = 18388539 Modified: head/lang/pypy/pkg-plist ============================================================================== --- head/lang/pypy/pkg-plist Sun Nov 20 07:05:36 2016 (r426561) +++ head/lang/pypy/pkg-plist Sun Nov 20 07:12:44 2016 (r426562) @@ -548,8 +548,8 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/encodings/zlib_codec.py %%PYPY_DIR%%/lib-python/2.7/ensurepip/__init__.py %%PYPY_DIR%%/lib-python/2.7/ensurepip/__main__.py -%%PYPY_DIR%%/lib-python/2.7/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl -%%PYPY_DIR%%/lib-python/2.7/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl +%%PYPY_DIR%%/lib-python/2.7/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl +%%PYPY_DIR%%/lib-python/2.7/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl %%PYPY_DIR%%/lib-python/2.7/ensurepip/_uninstall.py %%PYPY_DIR%%/lib-python/2.7/filecmp.py %%PYPY_DIR%%/lib-python/2.7/fileinput.py @@ -650,6 +650,8 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/idlelib/configSectionNameDialog.py %%PYPY_DIR%%/lib-python/2.7/idlelib/dynOptionMenuWidget.py %%PYPY_DIR%%/lib-python/2.7/idlelib/extend.txt +%%PYPY_DIR%%/lib-python/2.7/idlelib/help.html +%%PYPY_DIR%%/lib-python/2.7/idlelib/help.py %%PYPY_DIR%%/lib-python/2.7/idlelib/help.txt %%PYPY_DIR%%/lib-python/2.7/idlelib/idle.bat %%PYPY_DIR%%/lib-python/2.7/idlelib/idle.py @@ -665,8 +667,10 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_config_name.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_configdialog.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_delegator.py +%%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_editmenu.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_formatparagraph.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_grep.py +%%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_helpabout.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_hyperparser.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_idlehistory.py %%PYPY_DIR%%/lib-python/2.7/idlelib/idle_test/test_io.py @@ -1259,7 +1263,6 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/test/badsyntax_future8.py %%PYPY_DIR%%/lib-python/2.7/test/badsyntax_future9.py %%PYPY_DIR%%/lib-python/2.7/test/badsyntax_nocaret.py -%%PYPY_DIR%%/lib-python/2.7/test/buffer_tests.py %%PYPY_DIR%%/lib-python/2.7/test/capath/0e4015b9.0 %%PYPY_DIR%%/lib-python/2.7/test/capath/4e1295a3.0 %%PYPY_DIR%%/lib-python/2.7/test/capath/5ed36f99.0 @@ -1604,7 +1607,6 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/test/test_codecmaps_tw.py %%PYPY_DIR%%/lib-python/2.7/test/test_codecs.py %%PYPY_DIR%%/lib-python/2.7/test/test_codeop.py -%%PYPY_DIR%%/lib-python/2.7/test/test_coding.py %%PYPY_DIR%%/lib-python/2.7/test/test_coercion.py %%PYPY_DIR%%/lib-python/2.7/test/test_collections.py %%PYPY_DIR%%/lib-python/2.7/test/test_colorsys.py @@ -1780,15 +1782,14 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/test/test_openpty.py %%PYPY_DIR%%/lib-python/2.7/test/test_operator.py %%PYPY_DIR%%/lib-python/2.7/test/test_optparse.py +%%PYPY_DIR%%/lib-python/2.7/test/test_ordered_dict.py %%PYPY_DIR%%/lib-python/2.7/test/test_os.py %%PYPY_DIR%%/lib-python/2.7/test/test_ossaudiodev.py %%PYPY_DIR%%/lib-python/2.7/test/test_parser.py %%PYPY_DIR%%/lib-python/2.7/test/test_pdb.py %%PYPY_DIR%%/lib-python/2.7/test/test_peepholer.py %%PYPY_DIR%%/lib-python/2.7/test/test_pep247.py -%%PYPY_DIR%%/lib-python/2.7/test/test_pep263.py %%PYPY_DIR%%/lib-python/2.7/test/test_pep277.py -%%PYPY_DIR%%/lib-python/2.7/test/test_pep292.py %%PYPY_DIR%%/lib-python/2.7/test/test_pep352.py %%PYPY_DIR%%/lib-python/2.7/test/test_pickle.py %%PYPY_DIR%%/lib-python/2.7/test/test_pickletools.py @@ -1850,6 +1851,7 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/test/test_socketserver.py %%PYPY_DIR%%/lib-python/2.7/test/test_softspace.py %%PYPY_DIR%%/lib-python/2.7/test/test_sort.py +%%PYPY_DIR%%/lib-python/2.7/test/test_source_encoding.py %%PYPY_DIR%%/lib-python/2.7/test/test_spwd.py %%PYPY_DIR%%/lib-python/2.7/test/test_sqlite.py %%PYPY_DIR%%/lib-python/2.7/test/test_ssl.py @@ -1899,6 +1901,7 @@ bin/pypy %%PYPY_DIR%%/lib-python/2.7/test/test_ttk_guionly.py %%PYPY_DIR%%/lib-python/2.7/test/test_ttk_textonly.py %%PYPY_DIR%%/lib-python/2.7/test/test_tuple.py +%%PYPY_DIR%%/lib-python/2.7/test/test_turtle.py %%PYPY_DIR%%/lib-python/2.7/test/test_typechecks.py %%PYPY_DIR%%/lib-python/2.7/test/test_types.py %%PYPY_DIR%%/lib-python/2.7/test/test_ucn.py From owner-svn-ports-all@freebsd.org Sun Nov 20 08:36: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 C3743C4853E; Sun, 20 Nov 2016 08:36:29 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.allbsd.org", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51F907B1; Sun, 20 Nov 2016 08:36:29 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail-d.allbsd.org (p2027-ipbf1605funabasi.chiba.ocn.ne.jp [123.225.191.27]) (authenticated bits=56) by mail.allbsd.org (8.15.2/8.15.2) with ESMTPSA id uAK8a4Jn064789 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) (Client CN "/OU=GT07882699/OU=See+20www.rapidssl.com/resources/cps+20+28c+2915/OU=Domain+20Control+20Validated+20-+20RapidSSL+28R+29/CN=*.allbsd.org", Issuer "/C=US/O=GeoTrust+20Inc./CN=RapidSSL+20SHA256+20CA+20-+20G3"); Sun, 20 Nov 2016 17:36:23 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from alph.allbsd.org ([IPv6:2400:402e:a012:6300:16:ceff:fe34:2700]) by mail-d.allbsd.org (8.15.2/8.15.2) with ESMTPS id uAK8Ym4r035056 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 20 Nov 2016 17:34:48 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.allbsd.org (8.15.2/8.15.2) with ESMTPA id uAK8YkO7035052; Sun, 20 Nov 2016 17:34:48 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sun, 20 Nov 2016 17:34:43 +0900 (JST) Message-Id: <20161120.173443.1984489793239352520.hrs@allbsd.org> To: pi@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426359 - in head/net: . softethervpn softethervpn/files From: Hiroki Sato In-Reply-To: <20161119121847.GS2339@fc.opsec.eu> References: <201611191145.uAJBjEx6032394@repo.freebsd.org> <20161119121847.GS2339@fc.opsec.eu> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sun_Nov_20_17_34_43_2016_589)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.4.3 (mail.allbsd.org [133.31.130.32]); Sun, 20 Nov 2016 17:36:25 +0900 (JST) X-Spam-Status: No, score=-96.9 required=13.0 tests=CONTENT_TYPE_PRESENT, QENCPTR1,RCVD_IN_AHBL,RCVD_IN_AHBL_PROXY,RCVD_IN_AHBL_SPAM,RDNS_NONE, SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on gatekeeper.allbsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 08:36:29 -0000 ----Security_Multipart(Sun_Nov_20_17_34_43_2016_589)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Kurt Jaeger wrote in <20161119121847.GS2339@fc.opsec.eu>: pi> Hi! pi> pi> > Author: hrs pi> > Date: Sat Nov 19 11:45:14 2016 pi> > New Revision: 426359 pi> > URL: https://svnweb.freebsd.org/changeset/ports/426359 pi> > pi> > Log: pi> > Add net/softethervpn, a cross-platform multi-protocol VPN software pi> > under GPLv2. pi> pi> Isn't security/softether the same application ? Oh, right. I did not notice that since mine had been floating around in my local tree for a long time and I got the wrong idea that it was not in the ports tree yet. I will remove it and send it as a patch for upgrading the existing one. Thank you for pointing out it. -- Hiroki ----Security_Multipart(Sun_Nov_20_17_34_43_2016_589)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlgxYCMACgkQTyzT2CeTzy0RMACeMcU6uI9YGJzfRFo2QZOKBMKE IkEAoJ73mzB5StLPVmDnre1xjTEKSkLk =UtWd -----END PGP SIGNATURE----- ----Security_Multipart(Sun_Nov_20_17_34_43_2016_589)---- From owner-svn-ports-all@freebsd.org Sun Nov 20 08:43: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 139BCC4873E; Sun, 20 Nov 2016 08:43:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE1CDB2B; Sun, 20 Nov 2016 08:43:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAK8hHnU057035; Sun, 20 Nov 2016 08:43:17 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK8hHqc057033; Sun, 20 Nov 2016 08:43:17 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611200843.uAK8hHqc057033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 20 Nov 2016 08:43:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426563 - head/graphics/recoverjpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 08:43:19 -0000 Author: ehaupt Date: Sun Nov 20 08:43:17 2016 New Revision: 426563 URL: https://svnweb.freebsd.org/changeset/ports/426563 Log: Update to 2.6.1 Modified: head/graphics/recoverjpeg/Makefile head/graphics/recoverjpeg/distinfo Modified: head/graphics/recoverjpeg/Makefile ============================================================================== --- head/graphics/recoverjpeg/Makefile Sun Nov 20 07:12:44 2016 (r426562) +++ head/graphics/recoverjpeg/Makefile Sun Nov 20 08:43:17 2016 (r426563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoverjpeg -PORTVERSION= 2.6 +PORTVERSION= 2.6.1 DISTVERSIONPREFIX= v CATEGORIES= graphics @@ -18,7 +18,7 @@ RUN_DEPENDS= exif:graphics/exif \ USES= autoreconf python shebangfix GNU_CONFIGURE= yes -SHEBANG_FILES= remove-duplicates +SHEBANG_FILES= scripts/remove-duplicates USE_GITHUB= yes GH_ACCOUNT= samueltardieu Modified: head/graphics/recoverjpeg/distinfo ============================================================================== --- head/graphics/recoverjpeg/distinfo Sun Nov 20 07:12:44 2016 (r426562) +++ head/graphics/recoverjpeg/distinfo Sun Nov 20 08:43:17 2016 (r426563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475429661 -SHA256 (samueltardieu-recoverjpeg-v2.6_GH0.tar.gz) = ed4c9f59cbeebd891ef4c09d7274176b3590143b28379a441eb6b8a94d55c52c -SIZE (samueltardieu-recoverjpeg-v2.6_GH0.tar.gz) = 17134 +TIMESTAMP = 1479630263 +SHA256 (samueltardieu-recoverjpeg-v2.6.1_GH0.tar.gz) = 509e679e9cf3cfaae57b54d9bcc6c20fa93c0c33d7b4f80a57267cdb555c4046 +SIZE (samueltardieu-recoverjpeg-v2.6.1_GH0.tar.gz) = 17832 From owner-svn-ports-all@freebsd.org Sun Nov 20 09:00: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 C5051C48D19; Sun, 20 Nov 2016 09:00:22 +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 94647FDF; Sun, 20 Nov 2016 09:00:22 +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 uAK90L68061610; Sun, 20 Nov 2016 09:00:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK90Lpv061609; Sun, 20 Nov 2016 09:00:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611200900.uAK90Lpv061609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Nov 2016 09:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426564 - head/textproc/crimson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 09:00:22 -0000 Author: amdmi3 Date: Sun Nov 20 09:00:21 2016 New Revision: 426564 URL: https://svnweb.freebsd.org/changeset/ports/426564 Log: - Switch to options helpers Modified: head/textproc/crimson/Makefile Modified: head/textproc/crimson/Makefile ============================================================================== --- head/textproc/crimson/Makefile Sun Nov 20 08:43:17 2016 (r426563) +++ head/textproc/crimson/Makefile Sun Nov 20 09:00:21 2016 (r426564) @@ -19,19 +19,24 @@ JAVAVM?= ${LOCALBASE}/bin/javavm NO_BUILD= yes NO_ARCH= yes -OPTIONS_DEFINE= DOCS EXAMPLES - SUB_FILES= pkg-message PLIST_FILES= share/java/classes/crimson.jar PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/java/classes ${INSTALL_DATA} ${INSTALL_WRKSRC}/crimson.jar ${STAGEDIR}${PREFIX}/share/java/classes - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${INSTALL_WRKSRC} && ${INSTALL_DATA} README.html ChangeLog ${STAGEDIR}${DOCSDIR} cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} examples ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-all@freebsd.org Sun Nov 20 09:15: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 239A9C3E12B; Sun, 20 Nov 2016 09:15:21 +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 D2BAE191D; Sun, 20 Nov 2016 09:15:20 +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 uAK9FJNR069804; Sun, 20 Nov 2016 09:15:19 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK9FJp9069796; Sun, 20 Nov 2016 09:15:19 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611200915.uAK9FJp9069796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 20 Nov 2016 09:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426565 - in head: Mk lang/gcc lang/gcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 09:15:21 -0000 Author: gerald Date: Sun Nov 20 09:15:19 2016 New Revision: 426565 URL: https://svnweb.freebsd.org/changeset/ports/426565 Log: Long awaited, finally update the default version of GCC in the Ports Collection as well as the lang/gcc port from GCC 4.8.5 to GCC 4.9.4! See http://gcc.gnu.org/gcc-4.9/changes.html for an extensive list of changes and http://gcc.gnu.org/gcc-4.9/porting_to.html for information on how to port to that new version (if necessary). files/java-patch-hier required adjustments, gcc/files/patch-arm-libcpp is not needed any longer (merged upstream), and we're also loosing the local Stack Protector patches/backports. PR: 196712 Tested by: antoine (-exp runs) Supported by: antoine, kwm, and others Added: head/lang/gcc/files/patch-x86-64-fix-m16 (contents, props changed) Deleted: head/lang/gcc/files/patch-arm-libcpp head/lang/gcc/files/patch-stackprotector-gcc head/lang/gcc/files/patch-stackprotector-gcc_c-family head/lang/gcc/files/patch-stackprotector-gcc_doc head/lang/gcc/files/patch-stackprotector-gcc_testsuite Modified: head/Mk/bsd.default-versions.mk head/lang/gcc/Makefile head/lang/gcc/distinfo head/lang/gcc/files/java-patch-hier head/lang/gcc/pkg-descr head/lang/gcc/pkg-plist Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Sun Nov 20 09:00:21 2016 (r426564) +++ head/Mk/bsd.default-versions.mk Sun Nov 20 09:15:19 2016 (r426565) @@ -38,7 +38,7 @@ FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.0 # Possible values: 4.6, 4.7, 4.8, 4.9, 5 -GCC_DEFAULT?= 4.8 +GCC_DEFAULT?= 4.9 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl # Possible values: f10, c6, c6_64, c7, c7_64 @@ -134,6 +134,6 @@ TCLTK_DEFAULT?= 8.6 VARNISH_DEFAULT?= 4 # Version of lang/gcc. Do not override! -LANG_GCC_IS= 4.8 +LANG_GCC_IS= 4.9 .endif Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sun Nov 20 09:00:21 2016 (r426564) +++ head/lang/gcc/Makefile Sun Nov 20 09:15:19 2016 (r426565) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.5 -PORTREVISION= 2 +PORTVERSION= 4.9.4 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 4.8 +COMMENT= GNU Compiler Collection 4.9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi @@ -23,7 +22,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc48* +CONFLICTS= gcc49* CPE_VENDOR= gnu # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names @@ -40,6 +39,7 @@ SSP_UNSAFE= yes OPTIONS_DEFINE= BOOTSTRAP OPTIONS_DEFINE_i386= JAVA OPTIONS_DEFINE_amd64= JAVA +OPTIONS_DEFINE_powerpc64= JAVA OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_DEFAULT_powerpc64= BOOTSTRAP Modified: head/lang/gcc/distinfo ============================================================================== --- head/lang/gcc/distinfo Sun Nov 20 09:00:21 2016 (r426564) +++ head/lang/gcc/distinfo Sun Nov 20 09:15:19 2016 (r426565) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471124229 -SHA256 (gcc-4.8.5.tar.bz2) = 22fb1e7e0f68a63cee631d85b20461d1ea6bda162f03096350e38c8d427ecf23 -SIZE (gcc-4.8.5.tar.bz2) = 86165587 +TIMESTAMP = 1478034530 +SHA256 (gcc-4.9.4.tar.bz2) = 6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092 +SIZE (gcc-4.9.4.tar.bz2) = 90097606 Modified: head/lang/gcc/files/java-patch-hier ============================================================================== --- head/lang/gcc/files/java-patch-hier Sun Nov 20 09:00:21 2016 (r426564) +++ head/lang/gcc/files/java-patch-hier Sun Nov 20 09:15:19 2016 (r426565) @@ -1,13 +1,12 @@ -Index: libjava/Makefile.in -=================================================================== ---- libjava/Makefile.in (revision 117734) -+++ libjava/Makefile.in (working copy) -@@ -712,7 +712,7 @@ - $(am__append_2) $(am__append_3) - toolexecmainlib_DATA = libgcj.spec +--- UTC +--- libjava/Makefile.in 2013-05-26 22:33:07.000000000 +0000 ++++ libjava/Makefile.in 2013-05-31 21:19:23.000000000 +0000 +@@ -941,7 +941,7 @@ + @BUILD_SUBLIBS_FALSE@LIBJAVA_CORE_EXTRA = + @BUILD_SUBLIBS_TRUE@LIBJAVA_CORE_EXTRA = @LIBGCJ_SUBLIB_CORE_EXTRA_DEPS@ dbexec_LTLIBRARIES = libjvm.la --pkgconfigdir = $(libdir)/pkgconfig +-pkgconfigdir = $(toolexeclibdir)/pkgconfig +pkgconfigdir = $(prefix)/libdata/pkgconfig jardir = $(datadir)/java - jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar - @JAVA_HOME_SET_FALSE@JAVA_HOME_DIR = $(prefix) + jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar \ + $(am__append_5) Added: head/lang/gcc/files/patch-x86-64-fix-m16 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-x86-64-fix-m16 Sun Nov 20 09:15:19 2016 (r426565) @@ -0,0 +1,25 @@ +At the moment the -m16 option only passes the "--32" parameter to the +assembler on glibc OSes, while on other OSes the assembler is called +without any specific flag. This is wrong and causes the assembler to +fail. Fix it by adding support for the -m16 option to x86-64.h. + +2016-07-06 Roger Pau Monné + + * x86-64.h: append --32 to the assembler options when -m16 is used + even on non-glibc OSes. + +This should be backported to all stable branches up to 4.9 (when -m16 was +introduced). + +--- UTC +--- gcc/config/i386/x86-64.h ++++ gcc/config/i386/x86-64.h +@@ -49,7 +49,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + #define WCHAR_TYPE_SIZE 32 + + #undef ASM_SPEC +-#define ASM_SPEC "%{m32:--32} %{m64:--64} %{mx32:--x32}" ++#define ASM_SPEC "%{m16|m32:--32} %{m64:--64} %{mx32:--x32}" + + #undef ASM_OUTPUT_ALIGNED_BSS + #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ Modified: head/lang/gcc/pkg-descr ============================================================================== --- head/lang/gcc/pkg-descr Sun Nov 20 09:00:21 2016 (r426564) +++ head/lang/gcc/pkg-descr Sun Nov 20 09:15:19 2016 (r426565) @@ -1,11 +1,9 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc48, g++48, -gfortran48, and gcj48, respectively. +port installs the C, C++, Fortran and Java front ends as gcc49, g++49, +gfortran49, and gcj49, respectively. -It can be used interchangibly with the lang/gcc48 port which tracks -weekly upstream snapshots whereas this port will be updated less -frequently, mostly in sync with upstream releases, and will move to -lang/gcc49 and later over time. +It can be used interchangibly with the lang/gcc49 port, which tracks +GCC 4.9 releases, and will move to lang/gcc5 and later over time. WWW: http://gcc.gnu.org/ Modified: head/lang/gcc/pkg-plist ============================================================================== --- head/lang/gcc/pkg-plist Sun Nov 20 09:00:21 2016 (r426564) +++ head/lang/gcc/pkg-plist Sun Nov 20 09:15:19 2016 (r426565) @@ -50,7 +50,7 @@ share/gcc-%%GCC_VERSION%%/python/libstdc %%JAVA%%bin/gtnameserv%%SUFFIX%% %%JAVA%%bin/jcf-dump%%SUFFIX%% %%JAVA%%bin/jv-convert%%SUFFIX%% -%%JAVA%%libdata/pkgconfig/libgcj-4.8.pc +%%JAVA%%libdata/pkgconfig/libgcj-4.9.pc %%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz %%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz %%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 09:38: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 204F6C3E497; Sun, 20 Nov 2016 09:38:21 +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 C55251F8F; Sun, 20 Nov 2016 09:38:20 +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 uAK9cJtk085804; Sun, 20 Nov 2016 09:38:19 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK9c9FC085701; Sun, 20 Nov 2016 09:38:09 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611200938.uAK9c9FC085701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 20 Nov 2016 09:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426566 - in head: archivers/paq archivers/pxz astro/gpstk audio/codec2 audio/csound audio/deadbeef audio/firefly audio/funktrackergold audio/idjc audio/libsoxr audio/openal-soft audio/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 09:38:21 -0000 Author: gerald Date: Sun Nov 20 09:38:08 2016 New Revision: 426566 URL: https://svnweb.freebsd.org/changeset/ports/426566 Log: Bump PORTREVISIONS for ports depending on the canonical version of GCC and lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Modified: head/archivers/paq/Makefile head/archivers/pxz/Makefile head/astro/gpstk/Makefile head/audio/codec2/Makefile head/audio/csound/Makefile head/audio/deadbeef/Makefile head/audio/firefly/Makefile head/audio/funktrackergold/Makefile head/audio/idjc/Makefile head/audio/libsoxr/Makefile head/audio/openal-soft/Makefile head/audio/openspc/Makefile head/audio/praat/Makefile head/audio/pragha/Makefile head/audio/pulseaudio/Makefile head/audio/smasher/Makefile head/audio/soundtouch/Makefile head/audio/xmms-gbsplay/Makefile head/benchmarks/phoronix-test-suite/Makefile head/benchmarks/polygraph/Makefile head/biology/bowtie/Makefile head/biology/cd-hit/Makefile head/biology/fasttree/Makefile head/biology/ncbi-blast+/Makefile head/biology/ssaha/Makefile head/cad/alliance/Makefile head/cad/calculix/Makefile head/cad/freehdl/Makefile head/comms/aldo/Makefile head/comms/dabstick-radio/Makefile head/comms/ems-flasher/Makefile head/comms/gnuradio/Makefile head/comms/gqrx/Makefile head/comms/libsdr-gui/Makefile head/comms/wsjt/Makefile head/databases/fastdb/Makefile head/databases/galera/Makefile head/databases/gigabase/Makefile head/databases/gnats4/Makefile head/databases/gomdb/Makefile head/databases/grass/Makefile head/databases/levigo/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb55-server/Makefile head/databases/mysql-q4m/Makefile head/databases/mysql57-server/Makefile head/databases/riak2/Makefile head/deskutils/gnome-photos/Makefile head/deskutils/gnome-todo/Makefile head/deskutils/growl-for-linux/Makefile head/deskutils/sliderule/Makefile head/deskutils/xneur/Makefile head/devel/abi-compliance-checker/Makefile head/devel/aegis/Makefile head/devel/api-sanity-autotest/Makefile head/devel/asmutils/Makefile head/devel/clanlib/Makefile head/devel/covtool/Makefile head/devel/cssc/Makefile head/devel/cx_Freeze/Makefile head/devel/efivar/Makefile head/devel/embb/Makefile head/devel/freeocl/Makefile head/devel/gdb66/Makefile head/devel/gitg/Makefile head/devel/gnu-efi/Makefile head/devel/ipython/Makefile head/devel/kBuild/Makefile head/devel/kdesvn-kde4/Makefile head/devel/libconcurrent/Makefile head/devel/libgit2-glib/Makefile head/devel/libical-glib/Makefile head/devel/liblouisxml/Makefile head/devel/llvm34/Makefile head/devel/lockfree-malloc/Makefile head/devel/msgpack/Makefile head/devel/pecl-qb/Makefile head/devel/pwlib/Makefile head/devel/raknet/Makefile head/devel/rhtvision/Makefile head/devel/simgear/Makefile head/devel/smv/Makefile head/devel/sourcenav/Makefile head/devel/tigcc/Makefile head/devel/valgrind-devel/Makefile head/devel/valgrind/Makefile head/dns/dnsdist/Makefile head/dns/yadifa/Makefile head/editors/cooledit/Makefile head/editors/emacs-devel/Makefile head/editors/latexila/Makefile head/editors/yzis/Makefile head/emulators/catapult/Makefile head/emulators/gxemul/Makefile head/emulators/mame/Makefile head/emulators/openmsx/Makefile head/emulators/pearpc/Makefile head/emulators/pipelight/Makefile head/emulators/raine/Makefile head/emulators/skyeye/Makefile head/emulators/wine-devel/Makefile head/emulators/wine/Makefile head/emulators/x49gp/Makefile head/french/eficas/Makefile head/games/adonthell/Makefile head/games/allacrost/Makefile head/games/bastet/Makefile head/games/craft/Makefile head/games/criticalmass/Makefile head/games/critterding/Makefile head/games/darkplaces/Makefile head/games/eduke32/Makefile head/games/etracer/Makefile head/games/flightgear/Makefile head/games/gnomebreakout/Makefile head/games/gtkpool/Makefile head/games/lugaru/Makefile head/games/mirrormagic/Makefile head/games/naev/Makefile head/games/opencity/Makefile head/games/openlierox/Makefile head/games/opensurge/Makefile head/games/quakeforge/Makefile head/games/rubix/Makefile head/games/sdl_scavenger/Makefile head/games/sdlroids/Makefile head/games/shaaft/Makefile head/games/super_methane_brothers/Makefile head/games/syobon/Makefile head/games/teeworlds/Makefile head/games/wesnoth/Makefile head/games/wizznic/Makefile head/games/xbat/Makefile head/games/xonotic/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick7/Makefile head/graphics/OpenEXR/Makefile head/graphics/aaphoto/Makefile head/graphics/animorph/Makefile head/graphics/argyllcms/Makefile head/graphics/blender/Makefile head/graphics/bugle/Makefile head/graphics/dcp2icc/Makefile head/graphics/enblend/Makefile head/graphics/geomorph/Makefile head/graphics/gimp-beautify-plugin/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-refocus-plugin/Makefile head/graphics/gimp-resynthesizer/Makefile head/graphics/gle-graphics/Makefile head/graphics/glfw/Makefile head/graphics/gnash/Makefile head/graphics/inkscape/Makefile head/graphics/jogamp-jogl/Makefile head/graphics/lightzone/Makefile head/graphics/luminance-qt5/Makefile head/graphics/mahotas/Makefile head/graphics/makehuman/Makefile head/graphics/mhgui/Makefile head/graphics/nurbs++/Makefile head/graphics/openimageio/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/oyranos/Makefile head/graphics/pfstmo/Makefile head/graphics/php-facedetect/Makefile head/graphics/vigra/Makefile head/graphics/waffle/Makefile head/graphics/webp/Makefile head/graphics/zathura-cb/Makefile head/graphics/zathura-djvu/Makefile head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura-ps/Makefile head/graphics/zathura/Makefile head/irc/ezbounce/Makefile head/irc/ircd-ratbox/Makefile head/irc/ircservices/Makefile head/japanese/mozc-server/Makefile head/japanese/skkinput3/Makefile head/japanese/xtr/Makefile head/java/intellij-fsnotifier/Makefile head/java/jlint/Makefile head/java/sigar/Makefile head/lang/cint/Makefile head/lang/cjs/Makefile head/lang/clang34/Makefile head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime18/Makefile head/lang/gambit-c/Makefile head/lang/gcl/Makefile head/lang/gforth/Makefile head/lang/ghc/Makefile head/lang/gprolog/Makefile head/lang/hugs/Makefile head/lang/icon/Makefile head/lang/io/Makefile head/lang/micropython/Makefile head/lang/mlton/Makefile head/lang/modula3/Makefile head/lang/mono/Makefile head/lang/oo2c/Makefile head/lang/qscheme/Makefile head/lang/sagittarius-scheme/Makefile head/lang/scm/Makefile head/lang/spidermonkey170/Makefile head/lang/v8-devel/Makefile head/lang/v8/Makefile head/lang/x10/Makefile head/lang/yap-devel/Makefile head/lang/yap/Makefile head/lang/ypsilon/Makefile head/mail/annoyance-filter/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/milter-callback/Makefile head/mail/pop3vscan/Makefile head/mail/rspamd-devel/Makefile head/mail/rspamd/Makefile head/mail/spamdyke/Makefile head/mail/spamprobe/Makefile head/mail/xpbiff/Makefile head/math/R/Makefile head/math/amath/Makefile head/math/atlas/Makefile head/math/ceres-solver/Makefile head/math/cgal/Makefile head/math/cvc3/Makefile head/math/drgeo/Makefile head/math/gotoblas/Makefile head/math/gracetmpl/Makefile head/math/hfst/Makefile head/math/ised/Makefile head/math/jags/Makefile head/math/labplot/Makefile head/math/librsb/Makefile head/math/metis/Makefile head/math/miracl/Makefile head/math/octave-forge-nurbs/Makefile head/math/openblas/Makefile head/math/p5-Math-Int128/Makefile head/math/py-theano/Makefile head/math/sfft/Makefile head/math/spblas/Makefile head/math/tomsfastmath/Makefile head/misc/estic/Makefile head/misc/rump/Makefile head/misc/seabios/Makefile head/misc/terraform/Makefile head/multimedia/avidemux/Makefile head/multimedia/avidemux/Makefile.common head/multimedia/ffmpeg/Makefile head/multimedia/gstreamer-plugins/Makefile head/multimedia/gstreamer/Makefile head/multimedia/gstreamer1-plugins/Makefile head/multimedia/gstreamer1-vaapi/Makefile head/multimedia/kissdx/Makefile head/multimedia/kvazaar/Makefile head/multimedia/libva-intel-driver/Makefile head/multimedia/libvpx/Makefile head/multimedia/mplayer/Makefile.common head/multimedia/mpv/Makefile head/multimedia/omxplayer/Makefile head/multimedia/pHash/Makefile head/multimedia/rage/Makefile head/multimedia/vdr-plugin-softhddevice/Makefile head/multimedia/vdr/Makefile head/multimedia/vlc/Makefile head/multimedia/x264/Makefile head/multimedia/xanim/Makefile head/net-im/jabberd/Makefile head/net-im/telegram-purple/Makefile head/net-im/telegram/Makefile head/net-im/tox/Makefile head/net-im/uTox/Makefile head/net-mgmt/chillispot/Makefile head/net-mgmt/flow-tools/Makefile head/net-mgmt/resource-agents/Makefile head/net-p2p/cpuminer/Makefile head/net-p2p/go-ethereum/Makefile head/net-p2p/verlihub-plugins/Makefile head/net/belle-sip/Makefile head/net/corosync/Makefile head/net/glusterfs/Makefile head/net/gupnp/Makefile head/net/iaxmodem/Makefile head/net/ipxe/Makefile head/net/l2tpd/Makefile head/net/libtnl/Makefile head/net/mpich2/Makefile head/net/ndisc6/Makefile head/net/nepenthes/Makefile head/net/ohphone/Makefile head/net/openbsc/Makefile head/net/openh323/Makefile head/net/opensips/Makefile head/net/pacemaker/Makefile head/net/quagga/Makefile head/net/uget/Makefile head/net/xpvm/Makefile head/news/pan/Makefile head/palm/jpilot/Makefile head/print/abc2mtex/Makefile head/print/gribouy/Makefile head/science/clhep/Makefile head/science/fvcom/Makefile head/science/gromacs/Makefile head/science/harminv/Makefile head/science/libint/Makefile head/science/massxpert/Makefile head/science/meep/Makefile head/science/vmd/Makefile head/security/bearssl/Makefile head/security/clambc/Makefile head/security/cryptopp/Makefile head/security/gnome-keyring/Makefile head/security/hashcat-legacy/Makefile head/security/john/Makefile head/security/libsodium/Makefile head/security/pks/Makefile head/security/seccure/Makefile head/sysutils/b2sum/Makefile head/sysutils/clone/Makefile head/sysutils/cloudabi-utils/Makefile head/sysutils/fusefs-lkl/Makefile head/sysutils/grub2-bhyve/Makefile head/sysutils/grub2-efi/Makefile head/sysutils/grub2-pcbsd/Makefile head/sysutils/grub2/Makefile head/sysutils/i7z/Makefile head/sysutils/ipdbtools/Makefile head/sysutils/libretto-config/Makefile head/sysutils/lxterminal/Makefile head/sysutils/parafly/Makefile head/sysutils/pesign/Makefile head/sysutils/polkit/Makefile head/sysutils/shim/Makefile head/sysutils/spiped/Makefile head/sysutils/wiimms/Makefile head/textproc/ibus/Makefile head/textproc/senna/Makefile head/textproc/uim-kde4/Makefile head/textproc/wiggle/Makefile head/www/anyterm/Makefile head/www/edbrowse/Makefile head/www/h2o/Makefile head/www/hiawatha/Makefile head/www/kannel-sqlbox/Makefile head/www/kannel/Makefile head/www/mod_authnz_crowd/Makefile head/www/mod_spdy/Makefile head/www/node012/Makefile head/www/rejik/Makefile head/x11-toolkits/py-fltk/Makefile head/x11-wm/metacity/Makefile head/x11/cinnamon/Makefile head/x11/cool-retro-term/Makefile head/x11/eaglemode/Makefile head/x11/gnome-shell/Makefile head/x11/leechcraft/Makefile head/x11/lemonbar/Makefile head/x11/terminology/Makefile Modified: head/archivers/paq/Makefile ============================================================================== --- head/archivers/paq/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/archivers/paq/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= paq PORTVERSION= 20140131 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://mattmahoney.net/dc/ LOCAL/bf/paq/ DISTFILES= wbpe110.zip zpaqd633.zip zpaq657.zip zpipe.201.zip Modified: head/archivers/pxz/Makefile ============================================================================== --- head/archivers/pxz/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/archivers/pxz/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= pxz PORTVERSION= 0.20141018 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= LOCAL/delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} Modified: head/astro/gpstk/Makefile ============================================================================== --- head/astro/gpstk/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/astro/gpstk/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= gpstk PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= astro devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/audio/codec2/Makefile ============================================================================== --- head/audio/codec2/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/codec2/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= codec2 PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= audio hamradio MASTER_SITES= http://files.freedv.org/codec2/ \ LOCAL/db Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/csound/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 5.19.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \ SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/deadbeef/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ Modified: head/audio/firefly/Makefile ============================================================================== --- head/audio/firefly/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/firefly/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= firefly PORTVERSION= 1696 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= SF/fireflyserver-server/Sources/mt-daapd/svn-${PORTVERSION} DISTNAME= mt-daapd-svn-${PORTVERSION} Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/funktrackergold/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= funktrackergold DISTVERSION= 1.5-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players Modified: head/audio/idjc/Makefile ============================================================================== --- head/audio/idjc/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/idjc/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= idjc PORTVERSION= 0.8.16 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= SF/idjc/idjc/0.8 Modified: head/audio/libsoxr/Makefile ============================================================================== --- head/audio/libsoxr/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/libsoxr/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= libsoxr PORTVERSION= 0.1.2.20160529 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= LOCAL/riggs/soxr/ Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/openal-soft/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= openal-soft PORTVERSION= 1.17.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ Modified: head/audio/openspc/Makefile ============================================================================== --- head/audio/openspc/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/openspc/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= openspc PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ \ LOCAL/ehaupt Modified: head/audio/praat/Makefile ============================================================================== --- head/audio/praat/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/praat/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -4,7 +4,7 @@ PORTNAME= praat PORTVERSION= 5.4.08 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio science MAINTAINER= bacon4000@gmail.com Modified: head/audio/pragha/Makefile ============================================================================== --- head/audio/pragha/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/pragha/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= pragha PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/pulseaudio/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/smasher/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= smasher PORTVERSION= 1.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/soundtouch/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ Modified: head/audio/xmms-gbsplay/Makefile ============================================================================== --- head/audio/xmms-gbsplay/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/audio/xmms-gbsplay/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= xmms- Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/benchmarks/phoronix-test-suite/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= phoronix-test-suite PORTVERSION= 6.6.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/benchmarks/polygraph/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= polygraph PORTVERSION= 4.9.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ Modified: head/biology/bowtie/Makefile ============================================================================== --- head/biology/bowtie/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/biology/bowtie/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= bowtie PORTVERSION= 1.1.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= biology Modified: head/biology/cd-hit/Makefile ============================================================================== --- head/biology/cd-hit/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/biology/cd-hit/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= cd-hit PORTVERSION= 4.6.4 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= biology Modified: head/biology/fasttree/Makefile ============================================================================== --- head/biology/fasttree/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/biology/fasttree/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= FastTree PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/biology/ncbi-blast+/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ Modified: head/biology/ssaha/Makefile ============================================================================== --- head/biology/ssaha/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/biology/ssaha/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= ssaha PORTVERSION= 3.1c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/cad/alliance/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= alliance DISTVERSION= 5.0-20120515 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \ http://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/ \ Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/cad/calculix/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= CalculiX PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/cad/freehdl/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= freehdl PORTVERSION= 0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://freehdl.seul.org/~enaroska/ Modified: head/comms/aldo/Makefile ============================================================================== --- head/comms/aldo/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/aldo/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= aldo PORTVERSION= 0.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH Modified: head/comms/dabstick-radio/Makefile ============================================================================== --- head/comms/dabstick-radio/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/dabstick-radio/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= dabstick-radio PORTVERSION= 0.96 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ \ LOCAL/nox/ Modified: head/comms/ems-flasher/Makefile ============================================================================== --- head/comms/ems-flasher/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/ems-flasher/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= ems-flasher PORTVERSION= 0.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms MASTER_SITES= http://lacklustre.net/projects/ems-flasher/ \ https://cooltrainer.org/freebsd-ports/ems-flasher/ Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/gnuradio/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.9.2 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/gqrx/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= gqrx PORTVERSION= 2.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio Modified: head/comms/libsdr-gui/Makefile ============================================================================== --- head/comms/libsdr-gui/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/libsdr-gui/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= libsdr-gui PORTVERSION= 0.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio Modified: head/comms/wsjt/Makefile ============================================================================== --- head/comms/wsjt/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/comms/wsjt/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,7 +2,7 @@ PORTNAME= wsjt DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wsjt-r${SVN_REV} Modified: head/databases/fastdb/Makefile ============================================================================== --- head/databases/fastdb/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/fastdb/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= fastdb PORTVERSION= 3.75 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/galera/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -4,7 +4,7 @@ PORTNAME= galera PORTVERSION= 25.3.5 DISTVERSIONSUFFIX= -src -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= https://launchpadlibrarian.net/170877450/ Modified: head/databases/gigabase/Makefile ============================================================================== --- head/databases/gigabase/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/gigabase/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= gigabase PORTVERSION= 3.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \ http://www.garret.ru/ Modified: head/databases/gnats4/Makefile ============================================================================== --- head/databases/gnats4/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/gnats4/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= gnats PORTVERSION= 4.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases devel MASTER_SITES= GNU PKGNAMESUFFIX= 4 Modified: head/databases/gomdb/Makefile ============================================================================== --- head/databases/gomdb/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/gomdb/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= gomdb PORTVERSION= 20140824 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= cheffo@freebsd-bg.org Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/grass/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ Modified: head/databases/levigo/Makefile ============================================================================== --- head/databases/levigo/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/levigo/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= levigo PORTVERSION= 20150216 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= cheffo@freebsd-bg.org Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/mariadb100-server/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.27 +PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/mariadb55-server/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.53 +PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: head/databases/mysql-q4m/Makefile ============================================================================== --- head/databases/mysql-q4m/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/mysql-q4m/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= q4m PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://q4m.kazuhooku.com/dist/ PKGNAMEPREFIX= ${_MYSQL_SERVER:T:C/-server$/-/} Modified: head/databases/mysql57-server/Makefile ============================================================================== --- head/databases/mysql57-server/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/mysql57-server/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.7.15 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server Modified: head/databases/riak2/Makefile ============================================================================== --- head/databases/riak2/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/databases/riak2/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,7 +2,7 @@ PORTNAME= riak2 PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ Modified: head/deskutils/gnome-photos/Makefile ============================================================================== --- head/deskutils/gnome-photos/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/deskutils/gnome-photos/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= gnome-photos PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/gnome-todo/Makefile ============================================================================== --- head/deskutils/gnome-todo/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/deskutils/gnome-todo/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= gnome-todo PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/growl-for-linux/Makefile ============================================================================== --- head/deskutils/growl-for-linux/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/deskutils/growl-for-linux/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,7 +2,7 @@ PORTNAME= growl-for-linux PORTVERSION= 0.8.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org Modified: head/deskutils/sliderule/Makefile ============================================================================== --- head/deskutils/sliderule/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/deskutils/sliderule/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= sliderule PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= LOCAL/joerg DISTNAME= ${PORTNAME} Modified: head/deskutils/xneur/Makefile ============================================================================== --- head/deskutils/xneur/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/deskutils/xneur/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.17.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=.orig CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/abi-compliance-checker/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= abi-compliance-checker PORTVERSION= 1.99 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= LOCAL/bf/${PORTNAME} Modified: head/devel/aegis/Makefile ============================================================================== --- head/devel/aegis/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/aegis/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -4,7 +4,7 @@ PORTNAME= aegis PORTVERSION= 4.25 DISTVERSIONSUFFIX= .D510 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/api-sanity-autotest/Makefile ============================================================================== --- head/devel/api-sanity-autotest/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/api-sanity-autotest/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= api-sanity-checker PORTVERSION= 1.98.4 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= LOCAL/bf/${PORTNAME} Modified: head/devel/asmutils/Makefile ============================================================================== --- head/devel/asmutils/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/asmutils/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= asmutils PORTVERSION= 0.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://asm.sourceforge.net/asmutils/ Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/clanlib/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.3.7 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ Modified: head/devel/covtool/Makefile ============================================================================== --- head/devel/covtool/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/covtool/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= covtool PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel_2.0 Modified: head/devel/cssc/Makefile ============================================================================== --- head/devel/cssc/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/cssc/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= cssc PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= CSSC-${PORTVERSION} Modified: head/devel/cx_Freeze/Makefile ============================================================================== --- head/devel/cx_Freeze/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/cx_Freeze/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,7 +2,7 @@ PORTNAME= cx_Freeze PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= SF/cx-freeze/${PORTVERSION} Modified: head/devel/efivar/Makefile ============================================================================== --- head/devel/efivar/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/efivar/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= efivar PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org Modified: head/devel/embb/Makefile ============================================================================== --- head/devel/embb/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/embb/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= embb PORTVERSION= 0.4.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/freeocl/Makefile ============================================================================== --- head/devel/freeocl/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/freeocl/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= freeocl PORTVERSION= 0.3.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE DISTNAME= FreeOCL-${PORTVERSION}-src Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/gdb66/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= gdb PORTVERSION= 6.6 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= devel MASTER_SITES= GNU/gdb/ \ http://aldan.algebra.com/~mi/:gdbtk Modified: head/devel/gitg/Makefile ============================================================================== --- head/devel/gitg/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/gitg/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= gitg PORTVERSION= 3.19.6 +PORTREVISION= 1 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME Modified: head/devel/gnu-efi/Makefile ============================================================================== --- head/devel/gnu-efi/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/gnu-efi/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= gnu-efi PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/gnu-efi Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/ipython/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= ipython PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/kBuild/Makefile ============================================================================== --- head/devel/kBuild/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/kBuild/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ \ http://tmp.chruetertee.ch/ \ Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/kdesvn-kde4/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= kdesvn DISTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ Modified: head/devel/libconcurrent/Makefile ============================================================================== --- head/devel/libconcurrent/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/libconcurrent/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= libconcurrent PORTVERSION= 0.0.20160303 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= t@tobik.me Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/libgit2-glib/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= libgit2-glib PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/devel/libical-glib/Makefile ============================================================================== --- head/devel/libical-glib/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/libical-glib/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= libical-glib PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME Modified: head/devel/liblouisxml/Makefile ============================================================================== --- head/devel/liblouisxml/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/liblouisxml/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= liblouisxml PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE Modified: head/devel/llvm34/Makefile ============================================================================== --- head/devel/llvm34/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/llvm34/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,7 +2,7 @@ PORTNAME= llvm PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/devel/lockfree-malloc/Makefile ============================================================================== --- head/devel/lockfree-malloc/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/lockfree-malloc/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= lockfree-malloc PORTVERSION= 0.0.${DATE} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= LOCAL/vg Modified: head/devel/msgpack/Makefile ============================================================================== --- head/devel/msgpack/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/msgpack/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,6 +2,7 @@ PORTNAME= msgpack PORTVERSION= 1.4.2 +PORTREVISION= 1 DISTVERSIONPREFIX= cpp- CATEGORIES= devel Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/pecl-qb/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= qb PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pwlib/Makefile ============================================================================== --- head/devel/pwlib/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/pwlib/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= pwlib PORTVERSION= 1.12.0 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/openh323/${PORTNAME}/${PORTVERSION} Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/raknet/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= raknet PORTVERSION= 3.9.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel net MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/ \ Modified: head/devel/rhtvision/Makefile ============================================================================== --- head/devel/rhtvision/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/rhtvision/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= rhtvision PORTVERSION= 2.2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/tvision/UNIX/${PORTVERSION:R}%20CVS20100714%20Source%20and%20Debian%205.0 DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/simgear/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -2,7 +2,7 @@ PORTNAME= simgear PORTVERSION= 2016.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} Modified: head/devel/smv/Makefile ============================================================================== --- head/devel/smv/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/smv/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= smv PORTVERSION= 2.5.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.cs.cmu.edu/~modelcheck/smv/ DISTNAME= ${PORTNAME}.r${PORTVERSION} Modified: head/devel/sourcenav/Makefile ============================================================================== --- head/devel/sourcenav/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/sourcenav/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= sourcenav PORTVERSION= 4.5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/NG${PORTVERSION} Modified: head/devel/tigcc/Makefile ============================================================================== --- head/devel/tigcc/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/tigcc/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= tigcc PORTVERSION= 0.96.b8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GCC/snapshots/4.1-20060728:gcc \ GNU/binutils:gas \ Modified: head/devel/valgrind-devel/Makefile ============================================================================== --- head/devel/valgrind-devel/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/valgrind-devel/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/devel/valgrind/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/dns/dnsdist/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm Modified: head/dns/yadifa/Makefile ============================================================================== --- head/dns/yadifa/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/dns/yadifa/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= yadifa PORTVERSION= 2.2.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -6281 CATEGORIES= dns ipv6 MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ Modified: head/editors/cooledit/Makefile ============================================================================== --- head/editors/cooledit/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/editors/cooledit/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= cooledit PORTVERSION= 3.17.17 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= SUNSITE/apps/editors/X/cooledit Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/editors/emacs-devel/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel Modified: head/editors/latexila/Makefile ============================================================================== --- head/editors/latexila/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/editors/latexila/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= latexila PORTVERSION= 3.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/editors/yzis/Makefile ============================================================================== --- head/editors/yzis/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/editors/yzis/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/emulators/catapult/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,6 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} Modified: head/emulators/gxemul/Makefile ============================================================================== --- head/emulators/gxemul/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/emulators/gxemul/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME= gxemul PORTVERSION= 0.6.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://gxemul.sourceforge.net/src/ \ http://gavare.se/gxemul/src/ Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Sun Nov 20 09:15:19 2016 (r426565) +++ head/emulators/mame/Makefile Sun Nov 20 09:38:08 2016 (r426566) @@ -3,7 +3,7 @@ PORTNAME?= mame PORTVERSION= 0.166 -PORTREVISION?= 0 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Nov 20 10:25: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 DCFF5C4A291; Sun, 20 Nov 2016 10:25:57 +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 A25AF15F1; Sun, 20 Nov 2016 10:25:57 +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 uAKAPuuk006016; Sun, 20 Nov 2016 10:25:56 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKAPuHM006014; Sun, 20 Nov 2016 10:25:56 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611201025.uAKAPuHM006014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 20 Nov 2016 10:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426567 - head/textproc/cmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 10:25:58 -0000 Author: olivierd Date: Sun Nov 20 10:25:56 2016 New Revision: 426567 URL: https://svnweb.freebsd.org/changeset/ports/426567 Log: Update to 0.27.1 PR: 214657 Submitted by: Tobias Kortkamp (maintainer) Modified: head/textproc/cmark/Makefile head/textproc/cmark/distinfo Modified: head/textproc/cmark/Makefile ============================================================================== --- head/textproc/cmark/Makefile Sun Nov 20 09:38:08 2016 (r426566) +++ head/textproc/cmark/Makefile Sun Nov 20 10:25:56 2016 (r426567) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cmark -PORTVERSION= 0.26.1 +PORTVERSION= 0.27.1 CATEGORIES= textproc MAINTAINER= t@tobik.me Modified: head/textproc/cmark/distinfo ============================================================================== --- head/textproc/cmark/distinfo Sun Nov 20 09:38:08 2016 (r426566) +++ head/textproc/cmark/distinfo Sun Nov 20 10:25:56 2016 (r426567) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468686432 -SHA256 (jgm-cmark-0.26.1_GH0.tar.gz) = b50615a97f9c19e353d65f3bdbd6898ed1443a6f49e38f0aa888d5b58867f5d6 -SIZE (jgm-cmark-0.26.1_GH0.tar.gz) = 214151 +TIMESTAMP = 1479547594 +SHA256 (jgm-cmark-0.27.1_GH0.tar.gz) = 669b4c19355e8cb90139fdd03b02283b97130e92ea99a104552a2976751446b5 +SIZE (jgm-cmark-0.27.1_GH0.tar.gz) = 215574 From owner-svn-ports-all@freebsd.org Sun Nov 20 10:54: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 23C56C4AA1F; Sun, 20 Nov 2016 10:54:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E701714F; Sun, 20 Nov 2016 10:54:07 +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 uAKAs7AE018259; Sun, 20 Nov 2016 10:54:07 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKAs6b4018258; Sun, 20 Nov 2016 10:54:06 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611201054.uAKAs6b4018258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 20 Nov 2016 10:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426568 - in head/sysutils/lxterminal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 10:54:08 -0000 Author: olivierd Date: Sun Nov 20 10:54:06 2016 New Revision: 426568 URL: https://svnweb.freebsd.org/changeset/ports/426568 Log: - Fix build with clang - Bump PORTREVISION PR: 214468 Submitted by: Reviewed by: Ting-Wei Lan Obtained from: Upstream repository Added: head/sysutils/lxterminal/files/ head/sysutils/lxterminal/files/patch-src_setting.c (contents, props changed) Modified: head/sysutils/lxterminal/Makefile Modified: head/sysutils/lxterminal/Makefile ============================================================================== --- head/sysutils/lxterminal/Makefile Sun Nov 20 10:25:56 2016 (r426567) +++ head/sysutils/lxterminal/Makefile Sun Nov 20 10:54:06 2016 (r426568) @@ -3,7 +3,7 @@ PORTNAME= lxterminal PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORTVERSION}/ @@ -18,7 +18,6 @@ LIB_DEPENDS= libvte.so:x11-toolkits/vte USES= gmake iconv pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes -USE_GCC= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_LDCONFIG= yes Added: head/sysutils/lxterminal/files/patch-src_setting.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxterminal/files/patch-src_setting.c Sun Nov 20 10:54:06 2016 (r426568) @@ -0,0 +1,11 @@ +--- src/setting.c.orig 2014-10-21 15:29:18 UTC ++++ src/setting.c +@@ -162,7 +162,7 @@ void save_setting() + /* Deep copy settings. */ + Setting * copy_setting(Setting * setting) + { +- g_return_if_fail (setting != NULL); ++ g_return_val_if_fail (setting != NULL, NULL); + + /* Allocate structure. */ + Setting * new_setting = g_slice_new0(Setting); From owner-svn-ports-all@freebsd.org Sun Nov 20 11:11: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 A4CD0C4B114; Sun, 20 Nov 2016 11:11:43 +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 763CED4C; Sun, 20 Nov 2016 11:11:43 +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 uAKBBgtd024778; Sun, 20 Nov 2016 11:11:42 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKBBgTJ024619; Sun, 20 Nov 2016 11:11:42 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611201111.uAKBBgTJ024619@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: Sun, 20 Nov 2016 11:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426569 - 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: Sun, 20 Nov 2016 11:11:43 -0000 Author: dumbbell (src committer) Date: Sun Nov 20 11:11:42 2016 New Revision: 426569 URL: https://svnweb.freebsd.org/changeset/ports/426569 Log: net/concourse-fly: Update to 2.5.0 Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8547 Modified: head/net/concourse-fly/Makefile head/net/concourse-fly/distinfo Modified: head/net/concourse-fly/Makefile ============================================================================== --- head/net/concourse-fly/Makefile Sun Nov 20 10:54:06 2016 (r426568) +++ head/net/concourse-fly/Makefile Sun Nov 20 11:11:42 2016 (r426569) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= concourse -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= net sysutils MASTER_SITES= LOCAL/dumbbell/concourse/ PKGNAMESUFFIX= -fly Modified: head/net/concourse-fly/distinfo ============================================================================== --- head/net/concourse-fly/distinfo Sun Nov 20 10:54:06 2016 (r426568) +++ head/net/concourse-fly/distinfo Sun Nov 20 11:11:42 2016 (r426569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478166426 -SHA256 (concourse-2.4.0.tar.xz) = 9839d4fa0a5515e7aa74c5379b8a680622339b9cbc3894203cf6bdab4b3c201c -SIZE (concourse-2.4.0.tar.xz) = 8699284 +TIMESTAMP = 1479387892 +SHA256 (concourse-2.5.0.tar.xz) = f2b6fac8df71a93f445cddccfb814a92d983c2deec6477a23f7c3d8bcd314729 +SIZE (concourse-2.5.0.tar.xz) = 8665392 From owner-svn-ports-all@freebsd.org Sun Nov 20 11:48: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 29916C4BB94; Sun, 20 Nov 2016 11:48:25 +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 E01C41BF7; Sun, 20 Nov 2016 11:48: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 uAKBmO3C038589; Sun, 20 Nov 2016 11:48:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKBmN0a038587; Sun, 20 Nov 2016 11:48:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611201148.uAKBmN0a038587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 11:48:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426570 - head/security/rubygem-rex-text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 11:48:25 -0000 Author: antoine Date: Sun Nov 20 11:48:23 2016 New Revision: 426570 URL: https://svnweb.freebsd.org/changeset/ports/426570 Log: Update to 0.2.5 Modified: head/security/rubygem-rex-text/Makefile head/security/rubygem-rex-text/distinfo Modified: head/security/rubygem-rex-text/Makefile ============================================================================== --- head/security/rubygem-rex-text/Makefile Sun Nov 20 11:11:42 2016 (r426569) +++ head/security/rubygem-rex-text/Makefile Sun Nov 20 11:48:23 2016 (r426570) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-text -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-text/distinfo ============================================================================== --- head/security/rubygem-rex-text/distinfo Sun Nov 20 11:11:42 2016 (r426569) +++ head/security/rubygem-rex-text/distinfo Sun Nov 20 11:48:23 2016 (r426570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476600247 -SHA256 (rubygem/rex-text-0.2.4.gem) = b681efa9e5ec441150b2e29e88f0a0e01a17d7cd1519bd16ca90512bb5716354 -SIZE (rubygem/rex-text-0.2.4.gem) = 43520 +TIMESTAMP = 1479548914 +SHA256 (rubygem/rex-text-0.2.5.gem) = 478ff88f81b5a78ba07c0e36ec6dcb0cfa561ac14c60205ba707722d641723a0 +SIZE (rubygem/rex-text-0.2.5.gem) = 43520 From owner-svn-ports-all@freebsd.org Sun Nov 20 11:48: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 1D31BC4BBC9; Sun, 20 Nov 2016 11:48:50 +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 E30711CD4; Sun, 20 Nov 2016 11:48: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 uAKBmn8V038711; Sun, 20 Nov 2016 11:48:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKBmmd9038709; Sun, 20 Nov 2016 11:48:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611201148.uAKBmmd9038709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 11:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426571 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 11:48:50 -0000 Author: antoine Date: Sun Nov 20 11:48:48 2016 New Revision: 426571 URL: https://svnweb.freebsd.org/changeset/ports/426571 Log: Update to 1.1.29 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Sun Nov 20 11:48:23 2016 (r426570) +++ head/security/rubygem-metasploit-payloads/Makefile Sun Nov 20 11:48:48 2016 (r426571) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.1.26 +PORTVERSION= 1.1.29 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Sun Nov 20 11:48:23 2016 (r426570) +++ head/security/rubygem-metasploit-payloads/distinfo Sun Nov 20 11:48:48 2016 (r426571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477722705 -SHA256 (rubygem/metasploit-payloads-1.1.26.gem) = 8b172edf194072c8e7e53310620ad8c62528d415731b15ebfafaa9b27dbeddd7 -SIZE (rubygem/metasploit-payloads-1.1.26.gem) = 12050944 +TIMESTAMP = 1479548836 +SHA256 (rubygem/metasploit-payloads-1.1.29.gem) = f2ae7031ba0e4e1b8a0ba2774d49d71de38f6d6b4061d37a1701aa68edb415fd +SIZE (rubygem/metasploit-payloads-1.1.29.gem) = 12475904 From owner-svn-ports-all@freebsd.org Sun Nov 20 11:49: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 AFFA1C4BC0C; Sun, 20 Nov 2016 11:49: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 7CC0A1DAA; Sun, 20 Nov 2016 11:49: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 uAKBnNjK038847; Sun, 20 Nov 2016 11:49:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKBnNIB038845; Sun, 20 Nov 2016 11:49:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611201149.uAKBnNIB038845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 11:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426572 - 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: Sun, 20 Nov 2016 11:49:24 -0000 Author: antoine Date: Sun Nov 20 11:49:23 2016 New Revision: 426572 URL: https://svnweb.freebsd.org/changeset/ports/426572 Log: Update to 4.13.0 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sun Nov 20 11:48:48 2016 (r426571) +++ head/security/metasploit/Makefile Sun Nov 20 11:49:23 2016 (r426572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.12.41 +PORTVERSION= 4.13.0 CATEGORIES= security MAINTAINER= tanawts@gmail.com Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sun Nov 20 11:48:48 2016 (r426571) +++ head/security/metasploit/distinfo Sun Nov 20 11:49:23 2016 (r426572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478932647 -SHA256 (rapid7-metasploit-framework-4.12.41_GH0.tar.gz) = 103cd6bc8aec2a8485be42dce1af882240d139993007abfc140ee6fa8cf6ea3c -SIZE (rapid7-metasploit-framework-4.12.41_GH0.tar.gz) = 23320984 +TIMESTAMP = 1479548620 +SHA256 (rapid7-metasploit-framework-4.13.0_GH0.tar.gz) = 0d4d783cb21c284c4267c579f7f0b3baea83c4a01a09b5d9a44a472d99e0582f +SIZE (rapid7-metasploit-framework-4.13.0_GH0.tar.gz) = 23351996 From owner-svn-ports-all@freebsd.org Sun Nov 20 12:18: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 A1265C4CC16; Sun, 20 Nov 2016 12:18:37 +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 6051C80; Sun, 20 Nov 2016 12:18:37 +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 uAKCIaMT050840; Sun, 20 Nov 2016 12:18:36 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCIaCV050835; Sun, 20 Nov 2016 12:18:36 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611201218.uAKCIaCV050835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 20 Nov 2016 12:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426573 - in head/security/gnupg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:18:37 -0000 Author: novel Date: Sun Nov 20 12:18:35 2016 New Revision: 426573 URL: https://svnweb.freebsd.org/changeset/ports/426573 Log: security/gnupg: update to 2.1.16 This release fixes an issue that the previous gnupg release (2.1.15) was incompatible with libgpg-error 1.25 that caused gpg-agent failing to start. PR: 214568 Submitted by: cmt Tested by: cmt Reported by: many Added: head/security/gnupg/files/patch-tools_Makefile.in (contents, props changed) Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/files/patch-doc-Makefile.in head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Sun Nov 20 11:49:23 2016 (r426572) +++ head/security/gnupg/Makefile Sun Nov 20 12:18:35 2016 (r426573) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.15 +PORTVERSION= 2.1.16 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG @@ -32,7 +32,8 @@ USE_LDCONFIG= YES # will be treated as $value/lib, so try using /usr instead. # Otherwise, $PREFIX/lib/libreadline.so.6 will be linked when # devel/readline is installed. -CONFIGURE_ARGS+= --disable-ntbtls --enable-symcryptrun --with-readline=/usr +CONFIGURE_ARGS+= --disable-ntbtls --enable-symcryptrun --with-readline=/usr \ + --disable-wks-tools CONFLICTS= gnupg-2.0.* dirmngr-* CPE_VENDOR= gnupg Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Sun Nov 20 11:49:23 2016 (r426572) +++ head/security/gnupg/distinfo Sun Nov 20 12:18:35 2016 (r426573) @@ -1,5 +1,5 @@ -TIMESTAMP = 1472917461 -SHA256 (gnupg-2.1.15.tar.bz2) = c28c1a208f1b8ad63bdb6b88d252f6734ff4d33de6b54e38494b11d49e00ffdd -SIZE (gnupg-2.1.15.tar.bz2) = 5723689 -SHA256 (gnupg-2.1.15.tar.bz2.sig) = b639df6de965f00327d8659e6540281bf56b0541a3c62d6a3fb36f59570d0e4e -SIZE (gnupg-2.1.15.tar.bz2.sig) = 287 +TIMESTAMP = 1479551985 +SHA256 (gnupg-2.1.16.tar.bz2) = 49b9a6a6787ad00d4d2d69d8c7ee8905923782583f06078a064a0c80531d8844 +SIZE (gnupg-2.1.16.tar.bz2) = 5840687 +SHA256 (gnupg-2.1.16.tar.bz2.sig) = 91dd1279956a533a721f3e2dc06a092248cea8bd9a5259dc19f8d7573c1d3d12 +SIZE (gnupg-2.1.16.tar.bz2.sig) = 310 Modified: head/security/gnupg/files/patch-doc-Makefile.in ============================================================================== --- head/security/gnupg/files/patch-doc-Makefile.in Sun Nov 20 11:49:23 2016 (r426572) +++ head/security/gnupg/files/patch-doc-Makefile.in Sun Nov 20 12:18:35 2016 (r426573) @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig 2016-05-04 23:00:20.000000000 +0900 -+++ doc/Makefile.in 2016-05-06 07:36:42.183921000 +0900 -@@ -514,7 +514,7 @@ +--- doc/Makefile.in.orig 2016-11-18 15:53:57 UTC ++++ doc/Makefile.in +@@ -522,7 +522,7 @@ CLEANFILES = yat2m mkdefsinc defs.inc DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \ gnupg-card-architecture.eps \ gnupg-module-overview.eps \ Added: head/security/gnupg/files/patch-tools_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gnupg/files/patch-tools_Makefile.in Sun Nov 20 12:18:35 2016 (r426573) @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig 2016-11-19 11:06:10 UTC ++++ tools/Makefile.in +@@ -669,7 +669,7 @@ gpg_wks_client_SOURCES = \ + gpg_wks_client_CFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV) + gpg_wks_client_LDADD = $(libcommon) \ + $(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ +- $(LIBICONV) ++ $(LIBICONV) $(LIBINTL) + + all: all-am + Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Sun Nov 20 11:49:23 2016 (r426572) +++ head/security/gnupg/pkg-plist Sun Nov 20 12:18:35 2016 (r426573) @@ -18,6 +18,7 @@ bin/watchgnupg libexec/gpg-check-pattern libexec/gpg-preset-passphrase libexec/gpg-protect-tool +libexec/gpg-wks-client %%SCDAEMON%%libexec/scdaemon %%PORTDOCS%%man/man1/dirmngr-client.1.gz %%PORTDOCS%%man/man1/gpg-agent.1.gz @@ -49,6 +50,13 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/README +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/dirmngr.service +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/dirmngr.socket +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-extra.socket +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-ssh.socket +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.service +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.socket %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt %%DATADIR%%/dirmngr-conf.skel %%DATADIR%%/distsigkey.gpg From owner-svn-ports-all@freebsd.org Sun Nov 20 12:34: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 81DE0C492B2; Sun, 20 Nov 2016 12:34:01 +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 36AE7CE6; Sun, 20 Nov 2016 12:34:01 +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 uAKCY0v0059083; Sun, 20 Nov 2016 12:34:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCY0fn059082; Sun, 20 Nov 2016 12:34:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611201234.uAKCY0fn059082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Nov 2016 12:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426574 - head/security/racoon2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:34:01 -0000 Author: rene Date: Sun Nov 20 12:34:00 2016 New Revision: 426574 URL: https://svnweb.freebsd.org/changeset/ports/426574 Log: security/racoon2: drop optional dependency on expired security/krb5-112 Fix fatal portlint warnings while here Approved by: cy (maintainer, implicit) Modified: head/security/racoon2/Makefile Modified: head/security/racoon2/Makefile ============================================================================== --- head/security/racoon2/Makefile Sun Nov 20 12:18:35 2016 (r426573) +++ head/security/racoon2/Makefile Sun Nov 20 12:34:00 2016 (r426574) @@ -7,7 +7,7 @@ PORTREVISION= 12 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ -MAINTAINER= cy@FreeBSD.org +MAINTAINER= cy@FreeBSD.org COMMENT= Racoon2 IPsec daemon USES= perl5 tar:tgz @@ -23,10 +23,9 @@ CONFIGURE_ENV= YACC=/usr/bin/yacc perl_b OPTIONS_DEFINE= DOCS OPTIONS_RADIO= KERBEROS -OPTIONS_RADIO_KERBEROS= KRB5 KRB5_112 KRB5_113 KRB5_114 \ +OPTIONS_RADIO_KERBEROS= KRB5 KRB5_113 KRB5_114 \ HEIMDAL_PORTS HEIMDAL_BASE KRB5_DESC= Build with Kerberos (security/krb5) -KRB5_112_DESC= Build with Kerberos (security/krb5-112) KRB5_113_DESC= Build with Kerberos (security/krb5-113) KRB5_114_DESC= Build with Kerberos (security/krb5-114) HEIM_AL_PORTS_DESC= Build with Heimdal in ports (security/heimdal) @@ -40,14 +39,6 @@ KRB5_LIB_DEPENDS= libkrb5support.so:secu KRB5_RUN_DEPENDS= kinit:security/krb5 KRB5_VARS= KINK=yes -KRB5_112_USES= gssapi:mit -KRB5_112_CONFIGURE_ON= --enable-kinkd -KRB5_112_MAKE_ENV= WITH_KINK=yes -KRB5_112_PLIST_SUB= KINK="" -KRB5_112_LIB_DEPENDS= libkrb5support.so:security/krb5-112 -KRB5_112_RUN_DEPENDS= kinit:security/krb5-112 -KRB5_112_VARS= KINK=yes - KRB5_113_USES= gssapi:mit KRB5_113_CONFIGURE_ON= --enable-kinkd KRB5_113_MAKE_ENV= WITH_KINK=yes @@ -61,7 +52,7 @@ KRB5_114_CONFIGURE_ON= --enable-kinkd KRB5_114_MAKE_ENV= WITH_KINK=yes KRB5_114_PLIST_SUB= KINK="" KRB5_114_LIB_DEPENDS= libkrb5support.so:security/krb5-114 -KRB5_114_RUN_DEPENDS= kinit:security/krb5-113 +KRB5_114_RUN_DEPENDS= kinit:security/krb5-113 KRB5_114_VARS= KINK=yes HEIMDAL_PORT_USES= gssapi:heimdal From owner-svn-ports-all@freebsd.org Sun Nov 20 12:35: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 B63BAC4935D; Sun, 20 Nov 2016 12:35: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 8843DE17; Sun, 20 Nov 2016 12:35:58 +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 uAKCZvoX059259; Sun, 20 Nov 2016 12:35:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCZv2e059258; Sun, 20 Nov 2016 12:35:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201235.uAKCZv2e059258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426575 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 12:35:58 -0000 Author: bapt Date: Sun Nov 20 12:35:57 2016 New Revision: 426575 URL: https://svnweb.freebsd.org/changeset/ports/426575 Log: Use @postunexec instead of @unexec which is deprecated Modified: head/Mk/bsd.ocaml.mk Modified: head/Mk/bsd.ocaml.mk ============================================================================== --- head/Mk/bsd.ocaml.mk Sun Nov 20 12:34:00 2016 (r426574) +++ head/Mk/bsd.ocaml.mk Sun Nov 20 12:35:57 2016 (r426575) @@ -143,7 +143,7 @@ ocaml-findlib: @${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${DIR}/ -type f -print | ${SED} -e \ 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} . endif - @${ECHO_CMD} "@unexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \ + @${ECHO_CMD} "@postunexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \ >> ${TMPPLIST} . endfor . endif From owner-svn-ports-all@freebsd.org Sun Nov 20 12:37: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 54195C493D3; Sun, 20 Nov 2016 12:37:35 +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 0A714F26; Sun, 20 Nov 2016 12:37:34 +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 uAKCbYsf059417; Sun, 20 Nov 2016 12:37:34 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCbYar059416; Sun, 20 Nov 2016 12:37:34 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611201237.uAKCbYar059416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Nov 2016 12:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426576 - head/security/krb5-appl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:37:35 -0000 Author: rene Date: Sun Nov 20 12:37:33 2016 New Revision: 426576 URL: https://svnweb.freebsd.org/changeset/ports/426576 Log: security/krb5-appl: remove optional dependency on expired security/krb5-112 Fix fatal portlint warnings. Approved by: cy (maintainer, implicit) Modified: head/security/krb5-appl/Makefile Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Sun Nov 20 12:35:57 2016 (r426575) +++ head/security/krb5-appl/Makefile Sun Nov 20 12:37:33 2016 (r426576) @@ -6,10 +6,11 @@ PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ -PATCH_SITES= http://web.mit.edu/kerberos/advisories/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar +PATCH_SITES= http://web.mit.edu/kerberos/advisories/ + MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV @@ -31,7 +32,7 @@ PATCH_DIST_STRIP= -p1 OPTIONS_DEFINE= KRB5_RENAME_FTP KRB5_RENAME_TELNET KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP OPTIONS_DEFAULT= KRB5_PORT OPTIONS_SINGLE= KRB5_VERSION -OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_112_PORT KRB5_113_PORT \ +OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_113_PORT \ KRB5_114_PORT KRB5_RENAME_FTP_DESC= Rename ftp to kftp KRB5_RENAME_TELNET_DESC= Rename telnet to ktelnet @@ -39,7 +40,6 @@ KRB5_RENAME_RLOGIN_DESC= Rename rlogin t KRB5_RENAME_RSH_DESC= Rename rsh to krsh KRB5_RENAME_RCP_DESC= Rename rcp to krcp KRB5_PORT_DESC= Depend on security/krb5 -KRB5_112_PORT_DESC= Depend on security/krb5-112 KRB5_113_PORT_DESC= Depend on security/krb5-113 KRB5_114_PORT_DESC= Depend on security/krb5-114 @@ -47,8 +47,6 @@ KRB5_114_PORT_DESC= Depend on security/ KRB5_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5 KRB5_PORT_RUN_DEPENDS= kinit:security/krb5 -KRB5_112_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-112 -KRB5_112_PORT_RUN_DEPENDS= kinit:security/krb5-112 KRB5_113_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-113 KRB5_113_PORT_RUN_DEPENDS= kinit:security/krb5-113 KRB5_114_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-114 From owner-svn-ports-all@freebsd.org Sun Nov 20 12:38: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 1AB41C49434; Sun, 20 Nov 2016 12:38:41 +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 C501729; Sun, 20 Nov 2016 12:38:40 +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 uAKCcdBs059613; Sun, 20 Nov 2016 12:38:39 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCcd6a059610; Sun, 20 Nov 2016 12:38:39 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611201238.uAKCcd6a059610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Nov 2016 12:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426577 - in head: . security security/krb5-112 sysutils sysutils/gosa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:38:41 -0000 Author: rene Date: Sun Nov 20 12:38:39 2016 New Revision: 426577 URL: https://svnweb.freebsd.org/changeset/ports/426577 Log: Remove expired ports: 2016-11-19 sysutils/gosa: this version of gosa cannot be fixed (requires PHP < 5.4) 2016-11-20 security/krb5-112: EOL twelve months after release of krb5-1.14 Deleted: head/security/krb5-112/ head/sysutils/gosa/ Modified: head/MOVED head/security/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 20 12:37:33 2016 (r426576) +++ head/MOVED Sun Nov 20 12:38:39 2016 (r426577) @@ -8804,3 +8804,5 @@ security/erlang-p1tls|security/erlang-fa mail/trojita-qt4|mail/trojita|2016-11-13|Qt4 support was dropped, use mail/trojita instead devel/extra-cmake-modules|devel/kf5-extra-cmake-modules|2016-11-14|Renamed to match other KF5 port net/vnc||2016-11-14|Has expired: Distfiles no longer available. +sysutils/gosa||2016-11-20|Has expired: this version of gosa cannot be fixed (requires PHP < 5.4) +security/krb5-112||2016-11-20|Has expired: EOL twelve months after release of krb5-1.14 Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Nov 20 12:37:33 2016 (r426576) +++ head/security/Makefile Sun Nov 20 12:38:39 2016 (r426577) @@ -286,7 +286,6 @@ SUBDIR += kpcli SUBDIR += kqoauth SUBDIR += krb5 - SUBDIR += krb5-112 SUBDIR += krb5-113 SUBDIR += krb5-114 SUBDIR += krb5-appl Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Nov 20 12:37:33 2016 (r426576) +++ head/sysutils/Makefile Sun Nov 20 12:38:39 2016 (r426577) @@ -393,7 +393,6 @@ SUBDIR += gnome-system-monitor SUBDIR += gnome_subr SUBDIR += goaccess - SUBDIR += gosa SUBDIR += gpart SUBDIR += gpte SUBDIR += graffer From owner-svn-ports-all@freebsd.org Sun Nov 20 12:41: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 0F615C4962D; Sun, 20 Nov 2016 12:41:46 +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 D597D6DD; Sun, 20 Nov 2016 12:41:45 +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 uAKCfj8d062633; Sun, 20 Nov 2016 12:41:45 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCfiHT062630; Sun, 20 Nov 2016 12:41:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201241.uAKCfiHT062630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426578 - head/sysutils/gcdmaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:41:46 -0000 Author: bapt Date: Sun Nov 20 12:41:44 2016 New Revision: 426578 URL: https://svnweb.freebsd.org/changeset/ports/426578 Log: Remove duplicated scripts it is already handled by USES=shared-mime-info Modified: head/sysutils/gcdmaster/Makefile head/sysutils/gcdmaster/pkg-plist Modified: head/sysutils/gcdmaster/Makefile ============================================================================== --- head/sysutils/gcdmaster/Makefile Sun Nov 20 12:38:39 2016 (r426577) +++ head/sysutils/gcdmaster/Makefile Sun Nov 20 12:41:44 2016 (r426578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcdmaster -PORTREVISION= 7 +PORTREVISION= 8 COMMENT= GNOME frontend for cdrdao Modified: head/sysutils/gcdmaster/pkg-plist ============================================================================== --- head/sysutils/gcdmaster/pkg-plist Sun Nov 20 12:38:39 2016 (r426577) +++ head/sysutils/gcdmaster/pkg-plist Sun Nov 20 12:41:44 2016 (r426578) @@ -1,7 +1,6 @@ bin/gcdmaster %%DATADIR%%/Preferences.glade %%DATADIR%%/ProjectChooser.glade -@postunexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime share/application-registry/gcdmaster.applications share/applications/gcdmaster.desktop share/mime-info/gcdmaster.keys @@ -10,4 +9,3 @@ share/pixmaps/document-icons/gcdmaster-d share/pixmaps/gcdmaster.png share/mime/packages/gcdmaster.xml man/man1/gcdmaster.1.gz -@postexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime From owner-svn-ports-all@freebsd.org Sun Nov 20 12:45: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 3F073C4989C; Sun, 20 Nov 2016 12:45:38 +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 0C0518F3; Sun, 20 Nov 2016 12:45:37 +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 uAKCjbTF063553; Sun, 20 Nov 2016 12:45:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCjb2r063552; Sun, 20 Nov 2016 12:45:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201245.uAKCjb2r063552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426579 - 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: Sun, 20 Nov 2016 12:45:38 -0000 Author: bapt Date: Sun Nov 20 12:45:36 2016 New Revision: 426579 URL: https://svnweb.freebsd.org/changeset/ports/426579 Log: Use @post[un]exec instead of deprecated @[un]exec which is deprecated Do not bump portrevision as it does not change the final package Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sun Nov 20 12:41:44 2016 (r426578) +++ head/editors/libreoffice/Makefile Sun Nov 20 12:45:36 2016 (r426579) @@ -312,8 +312,8 @@ post-install-SDK-on: add-plist-gnome: .for subdir in gnome hicolor locolor @${ECHO_CMD} "@rmtry share/icons/${subdir}/icon-theme.cache" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} .endfor .include From owner-svn-ports-all@freebsd.org Sun Nov 20 12: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 8E67CC49915; Sun, 20 Nov 2016 12:50:53 +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 559DAB02; Sun, 20 Nov 2016 12:50:53 +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 uAKCoqV1063876; Sun, 20 Nov 2016 12:50:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCoqYb063875; Sun, 20 Nov 2016 12:50:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201250.uAKCoqYb063875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426580 - head/sysutils/consolekit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:50:53 -0000 Author: bapt Date: Sun Nov 20 12:50:52 2016 New Revision: 426580 URL: https://svnweb.freebsd.org/changeset/ports/426580 Log: Use @postexec instead of @exec Modified: head/sysutils/consolekit/pkg-plist Modified: head/sysutils/consolekit/pkg-plist ============================================================================== --- head/sysutils/consolekit/pkg-plist Sun Nov 20 12:45:36 2016 (r426579) +++ head/sysutils/consolekit/pkg-plist Sun Nov 20 12:50:52 2016 (r426580) @@ -26,7 +26,7 @@ share/dbus-1/system-services/org.freedes share/polkit-1/actions/org.freedesktop.consolekit.policy @dir /var/run/ConsoleKit @dir /var/log/ConsoleKit -@exec /usr/bin/touch /var/log/ConsoleKit/history +@postexec /usr/bin/touch /var/log/ConsoleKit/history @rmtry /var/log/ConsoleKit/history @dir etc/ConsoleKit/run-seat.d @dir etc/ConsoleKit/run-session.d From owner-svn-ports-all@freebsd.org Sun Nov 20 12:53: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 1579FC49AEA; Sun, 20 Nov 2016 12:53:53 +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 DBBBDD23; Sun, 20 Nov 2016 12:53:52 +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 uAKCrqtY067707; Sun, 20 Nov 2016 12:53:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCrqVU067706; Sun, 20 Nov 2016 12:53:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201253.uAKCrqVU067706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426581 - head/lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:53:53 -0000 Author: bapt Date: Sun Nov 20 12:53:51 2016 New Revision: 426581 URL: https://svnweb.freebsd.org/changeset/ports/426581 Log: Use @post*exec instead of deprecated @exec Modified: head/lang/php70/pkg-plist Modified: head/lang/php70/pkg-plist ============================================================================== --- head/lang/php70/pkg-plist Sun Nov 20 12:50:52 2016 (r426580) +++ head/lang/php70/pkg-plist Sun Nov 20 12:53:51 2016 (r426581) @@ -187,8 +187,8 @@ include/php/ext/standard/uniqid.h include/php/ext/standard/url.h include/php/ext/standard/url_scanner_ex.h include/php/ext/standard/winver.h -@exec touch %D/include/php/ext/php_config.h -@unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h +@postexec touch %D/include/php/ext/php_config.h +@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/fastcgi.h From owner-svn-ports-all@freebsd.org Sun Nov 20 12:55: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 A2E7FC49BE5; Sun, 20 Nov 2016 12:55:53 +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 6AB3CE58; Sun, 20 Nov 2016 12:55:53 +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 uAKCtqva067907; Sun, 20 Nov 2016 12:55:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCtqn0067906; Sun, 20 Nov 2016 12:55:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201255.uAKCtqn0067906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426582 - head/lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:55:53 -0000 Author: bapt Date: Sun Nov 20 12:55:52 2016 New Revision: 426582 URL: https://svnweb.freebsd.org/changeset/ports/426582 Log: Use predictable execution for apxs Modified: head/lang/php70/pkg-plist.mod Modified: head/lang/php70/pkg-plist.mod ============================================================================== --- head/lang/php70/pkg-plist.mod Sun Nov 20 12:53:51 2016 (r426581) +++ head/lang/php70/pkg-plist.mod Sun Nov 20 12:55:52 2016 (r426582) @@ -1,3 +1,3 @@ %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f +@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f From owner-svn-ports-all@freebsd.org Sun Nov 20 12: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 855A6C49CFA; Sun, 20 Nov 2016 12:58:59 +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 54AC3FB2; Sun, 20 Nov 2016 12:58:59 +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 uAKCwwkJ068165; Sun, 20 Nov 2016 12:58:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCwwq7068163; Sun, 20 Nov 2016 12:58:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201258.uAKCwwq7068163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426583 - head/lang/php56 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 12:58:59 -0000 Author: bapt Date: Sun Nov 20 12:58:58 2016 New Revision: 426583 URL: https://svnweb.freebsd.org/changeset/ports/426583 Log: Use predictable @*exec Modified: head/lang/php56/pkg-plist head/lang/php56/pkg-plist.mod Modified: head/lang/php56/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Sun Nov 20 12:55:52 2016 (r426582) +++ head/lang/php56/pkg-plist Sun Nov 20 12:58:58 2016 (r426583) @@ -185,8 +185,8 @@ include/php/ext/standard/uniqid.h include/php/ext/standard/url.h include/php/ext/standard/url_scanner_ex.h include/php/ext/standard/winver.h -@exec touch %D/include/php/ext/php_config.h -@unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h +@postexec touch %D/include/php/ext/php_config.h +@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/fopen_wrappers.h Modified: head/lang/php56/pkg-plist.mod ============================================================================== --- head/lang/php56/pkg-plist.mod Sun Nov 20 12:55:52 2016 (r426582) +++ head/lang/php56/pkg-plist.mod Sun Nov 20 12:58:58 2016 (r426583) @@ -1,3 +1,3 @@ %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f +@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f From owner-svn-ports-all@freebsd.org Sun Nov 20 13:01: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 3F92CC49ED7; Sun, 20 Nov 2016 13:01:17 +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 0ACAB1A4; Sun, 20 Nov 2016 13:01:16 +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 uAKD1GSP070665; Sun, 20 Nov 2016 13:01:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKD1G6v070664; Sun, 20 Nov 2016 13:01:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201301.uAKD1G6v070664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 13:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426584 - head/net/isc-dhcp43-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, 20 Nov 2016 13:01:17 -0000 Author: bapt Date: Sun Nov 20 13:01:15 2016 New Revision: 426584 URL: https://svnweb.freebsd.org/changeset/ports/426584 Log: Use predictable @*exec Modified: head/net/isc-dhcp43-client/pkg-plist Modified: head/net/isc-dhcp43-client/pkg-plist ============================================================================== --- head/net/isc-dhcp43-client/pkg-plist Sun Nov 20 12:58:58 2016 (r426583) +++ head/net/isc-dhcp43-client/pkg-plist Sun Nov 20 13:01:15 2016 (r426584) @@ -5,5 +5,5 @@ man/man5/dhclient.leases.5.gz man/man8/dhclient.8.gz man/man8/dhclient-script.8.gz @sample etc/dhclient.conf.example etc/dhclient.conf -@exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases -@unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases +@postexec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases +@postunexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases From owner-svn-ports-all@freebsd.org Sun Nov 20 13:10: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 7D7CDC49FDF; Sun, 20 Nov 2016 13:10:20 +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 34E4D876; Sun, 20 Nov 2016 13:10:20 +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 uAKDAJIS072550; Sun, 20 Nov 2016 13:10:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDAJr5072547; Sun, 20 Nov 2016 13:10:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201310.uAKDAJr5072547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 13:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426585 - in head: lang/php56 lang/php70 net/isc-dhcp43-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, 20 Nov 2016 13:10:20 -0000 Author: bapt Date: Sun Nov 20 13:10:18 2016 New Revision: 426585 URL: https://svnweb.freebsd.org/changeset/ports/426585 Log: Use @preunexec rather than @postunexec Reported by: antoine Modified: head/lang/php56/pkg-plist head/lang/php70/pkg-plist head/net/isc-dhcp43-client/pkg-plist Modified: head/lang/php56/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Sun Nov 20 13:01:15 2016 (r426584) +++ head/lang/php56/pkg-plist Sun Nov 20 13:10:18 2016 (r426585) @@ -186,7 +186,7 @@ include/php/ext/standard/url.h include/php/ext/standard/url_scanner_ex.h include/php/ext/standard/winver.h @postexec touch %D/include/php/ext/php_config.h -@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h +@preunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/fopen_wrappers.h Modified: head/lang/php70/pkg-plist ============================================================================== --- head/lang/php70/pkg-plist Sun Nov 20 13:01:15 2016 (r426584) +++ head/lang/php70/pkg-plist Sun Nov 20 13:10:18 2016 (r426585) @@ -188,7 +188,7 @@ include/php/ext/standard/url.h include/php/ext/standard/url_scanner_ex.h include/php/ext/standard/winver.h @postexec touch %D/include/php/ext/php_config.h -@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h +@preunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/fastcgi.h Modified: head/net/isc-dhcp43-client/pkg-plist ============================================================================== --- head/net/isc-dhcp43-client/pkg-plist Sun Nov 20 13:01:15 2016 (r426584) +++ head/net/isc-dhcp43-client/pkg-plist Sun Nov 20 13:10:18 2016 (r426585) @@ -6,4 +6,4 @@ man/man8/dhclient.8.gz man/man8/dhclient-script.8.gz @sample etc/dhclient.conf.example etc/dhclient.conf @postexec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases -@postunexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases +@preunexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases From owner-svn-ports-all@freebsd.org Sun Nov 20 13:13: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 0F73FC4A1AE; Sun, 20 Nov 2016 13:13:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE0CBBE8; Sun, 20 Nov 2016 13:13: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 uAKDDt54076350; Sun, 20 Nov 2016 13:13:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDDsjA076347; Sun, 20 Nov 2016 13:13:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611201313.uAKDDsjA076347@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, 20 Nov 2016 13:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426586 - in head/net: gssdp gupnp gupnp-av X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 13:13:56 -0000 Author: sunpoet Date: Sun Nov 20 13:13:54 2016 New Revision: 426586 URL: https://svnweb.freebsd.org/changeset/ports/426586 Log: - Fix r426408, r426409 and 426410 Modified: head/net/gssdp/pkg-plist head/net/gupnp-av/Makefile head/net/gupnp/pkg-plist Modified: head/net/gssdp/pkg-plist ============================================================================== --- head/net/gssdp/pkg-plist Sun Nov 20 13:10:18 2016 (r426585) +++ head/net/gssdp/pkg-plist Sun Nov 20 13:13:54 2016 (r426586) @@ -8,7 +8,7 @@ lib/girepository-1.0/GSSDP-1.0.typelib lib/libgssdp-1.0.a lib/libgssdp-1.0.so lib/libgssdp-1.0.so.3 -lib/libgssdp-1.0.so.3.0.0 +lib/libgssdp-1.0.so.3.0.1 libdata/pkgconfig/gssdp-1.0.pc %%GTK3%%%%DATADIR%%/gssdp-device-sniffer.ui share/gir-1.0/GSSDP-1.0.gir Modified: head/net/gupnp-av/Makefile ============================================================================== --- head/net/gupnp-av/Makefile Sun Nov 20 13:10:18 2016 (r426585) +++ head/net/gupnp-av/Makefile Sun Nov 20 13:13:54 2016 (r426586) @@ -3,6 +3,7 @@ PORTNAME= gupnp-av PORTVERSION= 0.12.10 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -21,7 +22,7 @@ VALA_DESC= Vala binding CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_GNOME= glib20 introspection:build +USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:xz Modified: head/net/gupnp/pkg-plist ============================================================================== --- head/net/gupnp/pkg-plist Sun Nov 20 13:10:18 2016 (r426585) +++ head/net/gupnp/pkg-plist Sun Nov 20 13:13:54 2016 (r426586) @@ -22,7 +22,7 @@ lib/girepository-1.0/GUPnP-1.0.typelib lib/libgupnp-1.0.a lib/libgupnp-1.0.so lib/libgupnp-1.0.so.4 -lib/libgupnp-1.0.so.4.0.0 +lib/libgupnp-1.0.so.4.0.1 libdata/pkgconfig/gupnp-1.0.pc share/gir-1.0/GUPnP-1.0.gir share/gtk-doc/html/gupnp/GUPnPAcl.html @@ -44,6 +44,22 @@ share/gtk-doc/html/gupnp/api-context.htm share/gtk-doc/html/gupnp/api-device-control.html share/gtk-doc/html/gupnp/api-device-impl.html share/gtk-doc/html/gupnp/api-device-info.html +share/gtk-doc/html/gupnp/api-index-0-12-3.html +share/gtk-doc/html/gupnp/api-index-0-13-0.html +share/gtk-doc/html/gupnp/api-index-0-13-3.html +share/gtk-doc/html/gupnp/api-index-0-17-0.html +share/gtk-doc/html/gupnp/api-index-0-17-2.html +share/gtk-doc/html/gupnp/api-index-0-19-1.html +share/gtk-doc/html/gupnp/api-index-0-19-2.html +share/gtk-doc/html/gupnp/api-index-0-20-11.html +share/gtk-doc/html/gupnp/api-index-0-20-12.html +share/gtk-doc/html/gupnp/api-index-0-20-3.html +share/gtk-doc/html/gupnp/api-index-0-20-4.html +share/gtk-doc/html/gupnp/api-index-0-20-5.html +share/gtk-doc/html/gupnp/api-index-0-20-8.html +share/gtk-doc/html/gupnp/api-index-0-20-9.html +share/gtk-doc/html/gupnp/api-index-deprecated.html +share/gtk-doc/html/gupnp/api-index-full.html share/gtk-doc/html/gupnp/api-tools.html share/gtk-doc/html/gupnp/api-utility.html share/gtk-doc/html/gupnp/api.html @@ -57,7 +73,6 @@ share/gtk-doc/html/gupnp/gupnp-gupnp-ser share/gtk-doc/html/gupnp/gupnp.devhelp2 share/gtk-doc/html/gupnp/home.png share/gtk-doc/html/gupnp/index.html -share/gtk-doc/html/gupnp/ix01.html share/gtk-doc/html/gupnp/left-insensitive.png share/gtk-doc/html/gupnp/left.png share/gtk-doc/html/gupnp/overview.html From owner-svn-ports-all@freebsd.org Sun Nov 20 13:32: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 6A3B2C4A882; Sun, 20 Nov 2016 13:32:38 +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 39FCE6CB; Sun, 20 Nov 2016 13:32:38 +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 uAKDWbaG084416; Sun, 20 Nov 2016 13:32:37 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDWb38084415; Sun, 20 Nov 2016 13:32:37 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611201332.uAKDWb38084415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 20 Nov 2016 13:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426587 - head/x11-fm/pcmanfm-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 13:32:38 -0000 Author: olivierd Date: Sun Nov 20 13:32:37 2016 New Revision: 426587 URL: https://svnweb.freebsd.org/changeset/ports/426587 Log: - Fix linker error - Bump PORTREVISION Reported by: pkg-fallout Modified: head/x11-fm/pcmanfm-qt/Makefile Modified: head/x11-fm/pcmanfm-qt/Makefile ============================================================================== --- head/x11-fm/pcmanfm-qt/Makefile Sun Nov 20 13:13:54 2016 (r426586) +++ head/x11-fm/pcmanfm-qt/Makefile Sun Nov 20 13:32:37 2016 (r426587) @@ -3,6 +3,7 @@ PORTNAME= pcmanfm-qt PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= LXQT/${PORTNAME} DIST_SUBDIR= lxqt @@ -16,7 +17,7 @@ LIB_DEPENDS= libmenu-cache.so:x11/menu-c libfm.so:x11/libfm USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ - gettext-runtime localbase lxqt pkgconfig tar:xz + gettext-runtime localbase:ldflags lxqt pkgconfig tar:xz USE_QT5= buildtools_build qmake_build core dbus gui widgets \ x11extras USE_LXQT= lxqt libfmqt From owner-svn-ports-all@freebsd.org Sun Nov 20 13:36: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 BBEA6C4A93B; Sun, 20 Nov 2016 13:36:51 +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 7008382E; Sun, 20 Nov 2016 13:36:51 +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 uAKDaoK3084766; Sun, 20 Nov 2016 13:36:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDaobS084762; Sun, 20 Nov 2016 13:36:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201336.uAKDaobS084762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 13:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426588 - in head: games/cake net/opensips net/widentd net/wizd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 13:36:51 -0000 Author: marino Date: Sun Nov 20 13:36:50 2016 New Revision: 426588 URL: https://svnweb.freebsd.org/changeset/ports/426588 Log: games/cake, net/(wident|wiz|opensips): Document ncurses requirement Approved by: ncurses blanket Modified: head/games/cake/Makefile head/net/opensips/Makefile head/net/widentd/Makefile head/net/wizd/Makefile Modified: head/games/cake/Makefile ============================================================================== --- head/games/cake/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/games/cake/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -13,7 +13,7 @@ COMMENT= Quake3 map viewer (and powerful LICENSE= GPLv2 -USES= gmake jpeg zip +USES= gmake jpeg ncurses zip USE_GL= glut USE_XORG= x11 xext xmu xt xi sm ice Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/net/opensips/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -42,7 +42,7 @@ DOCSDIR= share/doc/opensips USE_RC_SUBR= opensips -USES= gmake perl5 pkgconfig shebangfix ssl +USES= gmake ncurses perl5 pkgconfig shebangfix ssl USE_GCC= yes NOPRECIOUSMAKEVARS= yes Modified: head/net/widentd/Makefile ============================================================================== --- head/net/widentd/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/net/widentd/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -11,7 +11,7 @@ COMMENT= RFC1413 auth/identd daemon prov LICENSE= BSD3CLAUSE -USES= uidfix tar:xz +USES= ncurses uidfix tar:xz MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MAKE_ENV+= NO_WERROR="defined" Modified: head/net/wizd/Makefile ============================================================================== --- head/net/wizd/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/net/wizd/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -17,7 +17,7 @@ RUN_DEPENDS= nkf:japanese/nkf DOS2UNIX_FILES= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ wizd_http.c wizd_menu.c USE_RC_SUBR= wizd -USES= dos2unix jpeg zip +USES= dos2unix jpeg ncurses zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} post-patch: From owner-svn-ports-all@freebsd.org Sun Nov 20 13:40: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 069F4C4A9E0; Sun, 20 Nov 2016 13:40:24 +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 CC9ED93D; Sun, 20 Nov 2016 13:40:23 +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 uAKDeMve085012; Sun, 20 Nov 2016 13:40:22 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDeMkg085011; Sun, 20 Nov 2016 13:40:22 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611201340.uAKDeMkg085011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 20 Nov 2016 13:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426589 - head/security/gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 13:40:24 -0000 Author: novel Date: Sun Nov 20 13:40:22 2016 New Revision: 426589 URL: https://svnweb.freebsd.org/changeset/ports/426589 Log: security/gnupg: fix build on 9.x gnupg fails to build on 9.x with: mime-parser.h:53: error: redefinition of typedef 'rfc822parse_t' rfc822parse.h:23: error: previous declaration of 'rfc822parse_t' was here Add compiler:c11 to USES to fix that. Reported by: antoine Modified: head/security/gnupg/Makefile Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Sun Nov 20 13:36:50 2016 (r426588) +++ head/security/gnupg/Makefile Sun Nov 20 13:40:22 2016 (r426589) @@ -26,7 +26,7 @@ BUILD_DEPENDS= libassuan>=2.4.3:security RUN_DEPENDS= pinentry>0:security/pinentry GNU_CONFIGURE= YES -USES= cpe gmake iconv pkgconfig sqlite tar:bzip2 +USES= compiler:c11 cpe gmake iconv pkgconfig sqlite tar:bzip2 USE_LDCONFIG= YES # libreadline.so.8 is placed in /lib, but --with-readline argument # will be treated as $value/lib, so try using /usr instead. From owner-svn-ports-all@freebsd.org Sun Nov 20 13: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 5A39CC4AC58; Sun, 20 Nov 2016 13:45:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294E5E8B; Sun, 20 Nov 2016 13:45:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKDjv9m088962; Sun, 20 Nov 2016 13:45:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDjvd8088958; Sun, 20 Nov 2016 13:45:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201345.uAKDjvd8088958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 13:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426590 - in head: games/critterding games/nlarn misc/crosspad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 13:45:58 -0000 Author: marino Date: Sun Nov 20 13:45:56 2016 New Revision: 426590 URL: https://svnweb.freebsd.org/changeset/ports/426590 Log: games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement Approved by: ncurses blanket Modified: head/games/critterding/Makefile head/games/nlarn/Makefile head/misc/crosspad/Makefile Modified: head/games/critterding/Makefile ============================================================================== --- head/games/critterding/Makefile Sun Nov 20 13:40:22 2016 (r426589) +++ head/games/critterding/Makefile Sun Nov 20 13:45:56 2016 (r426590) @@ -12,7 +12,7 @@ COMMENT= Evolving Artificial Life LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf libtool pkgconfig tar:bzip2 +USES= autoreconf libtool ncurses pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl USE_GL= gl Modified: head/games/nlarn/Makefile ============================================================================== --- head/games/nlarn/Makefile Sun Nov 20 13:40:22 2016 (r426589) +++ head/games/nlarn/Makefile Sun Nov 20 13:45:56 2016 (r426590) @@ -12,7 +12,7 @@ COMMENT= Roguelike game and as such a re LICENSE= GPLv3 -USES= gmake lua:51 pkgconfig +USES= gmake lua:51 ncurses pkgconfig USE_GNOME= glib20 post-configure: Modified: head/misc/crosspad/Makefile ============================================================================== --- head/misc/crosspad/Makefile Sun Nov 20 13:40:22 2016 (r426589) +++ head/misc/crosspad/Makefile Sun Nov 20 13:45:56 2016 (r426590) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.itojun.org/pub/m MAINTAINER= ports@FreeBSD.org COMMENT= Crosspad data downloader/converter -USES= perl5 +USES= ncurses perl5 USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_path_perl=${PERL} From owner-svn-ports-all@freebsd.org Sun Nov 20 14:01: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 B5B80C4B18D; Sun, 20 Nov 2016 14:01:56 +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 7E03916FB; Sun, 20 Nov 2016 14:01: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 uAKE1rTU094564; Sun, 20 Nov 2016 14:01:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKE1rPl094562; Sun, 20 Nov 2016 14:01:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611201401.uAKE1rPl094562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 14:01:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426591 - head/textproc/py-openpyxl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 14:01:56 -0000 Author: antoine Date: Sun Nov 20 14:01:53 2016 New Revision: 426591 URL: https://svnweb.freebsd.org/changeset/ports/426591 Log: Update to 2.4.0 Modified: head/textproc/py-openpyxl/Makefile head/textproc/py-openpyxl/distinfo Modified: head/textproc/py-openpyxl/Makefile ============================================================================== --- head/textproc/py-openpyxl/Makefile Sun Nov 20 13:45:56 2016 (r426590) +++ head/textproc/py-openpyxl/Makefile Sun Nov 20 14:01:53 2016 (r426591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 2.3.5 +PORTVERSION= 2.4.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal \ ${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl1-[0-9]* - NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist Modified: head/textproc/py-openpyxl/distinfo ============================================================================== --- head/textproc/py-openpyxl/distinfo Sun Nov 20 13:45:56 2016 (r426590) +++ head/textproc/py-openpyxl/distinfo Sun Nov 20 14:01:53 2016 (r426591) @@ -1,2 +1,3 @@ -SHA256 (openpyxl-2.3.5.tar.gz) = 4307578b94a708e1519295c333c51477ac51a06f01e81b2697cc301c286a4762 -SIZE (openpyxl-2.3.5.tar.gz) = 141647 +TIMESTAMP = 1478000803 +SHA256 (openpyxl-2.4.0.tar.gz) = 21c02df20d626ebd2e92b3c33066ba3ad18520a92d4b6d734f4dee99b4289283 +SIZE (openpyxl-2.4.0.tar.gz) = 153224 From owner-svn-ports-all@freebsd.org Sun Nov 20 14: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 9D552C4B1D6; Sun, 20 Nov 2016 14:03: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 79F53188C; Sun, 20 Nov 2016 14:03:13 +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 uAKE3Cg4096989; Sun, 20 Nov 2016 14:03:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKE3C9j096987; Sun, 20 Nov 2016 14:03:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611201403.uAKE3C9j096987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 14:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426592 - in head/security/py-volatility: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 14:03:13 -0000 Author: antoine Date: Sun Nov 20 14:03:12 2016 New Revision: 426592 URL: https://svnweb.freebsd.org/changeset/ports/426592 Log: Adjust to run with openpyxl 2.4.0 Added: head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py (contents, props changed) head/security/py-volatility/files/patch-volatility_renderers_xlsx.py (contents, props changed) Modified: head/security/py-volatility/Makefile Modified: head/security/py-volatility/Makefile ============================================================================== --- head/security/py-volatility/Makefile Sun Nov 20 14:01:53 2016 (r426591) +++ head/security/py-volatility/Makefile Sun Nov 20 14:03:12 2016 (r426592) @@ -3,6 +3,7 @@ PORTNAME= volatility PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py Sun Nov 20 14:03:12 2016 (r426592) @@ -0,0 +1,67 @@ +--- volatility/plugins/malware/psxview.py.orig 2015-10-21 20:39:22 UTC ++++ volatility/plugins/malware/psxview.py +@@ -35,8 +35,8 @@ import volatility.plugins.addrspaces.sta + try: + from openpyxl.workbook import Workbook + from openpyxl.writer.excel import ExcelWriter +- from openpyxl.cell import get_column_letter +- from openpyxl.styles import Color, Fill, Style, PatternFill, Border, Side, Alignment, Protection, Font ++ from openpyxl.utils import get_column_letter ++ from openpyxl.styles import Color, Fill, NamedStyle, PatternFill, Border, Side, Alignment, Protection, Font + from openpyxl.cell import Cell + from openpyxl import load_workbook + has_openpyxl = True +@@ -233,7 +233,7 @@ class PsXview(common.AbstractWindowsComm + yield offset, source[offset], ps_sources + + def render_xlsx(self, outfd, data): +- BoldStyle = Style(font=Font(name='Calibri', ++ BoldStyle = NamedStyle(name='BoldStyle', font=Font(name='Calibri', + size=11, + bold=True, + italic=False, +@@ -244,7 +244,7 @@ class PsXview(common.AbstractWindowsComm + fill=PatternFill(fill_type="solid", + start_color='FF000000', + end_color='FF000000')) +- RedStyle = Style(font=Font(name='Calibri', ++ RedStyle = NamedStyle(name='RedStyle', font=Font(name='Calibri', + size=11, + bold=False, + italic=False, +@@ -272,7 +272,7 @@ class PsXview(common.AbstractWindowsComm + fill=PatternFill(start_color = 'FFFF0000', + end_color = 'FFFF0000', + fill_type = 'solid')) +- GreenStyle = Style(font=Font(name='Calibri', ++ GreenStyle = NamedStyle(name='GreenStyle', font=Font(name='Calibri', + size=11, + bold=False, + italic=False, +@@ -284,7 +284,7 @@ class PsXview(common.AbstractWindowsComm + end_color = "FF00FF00", + fill_type = "solid")) + +- wb = Workbook(optimized_write = True) ++ wb = Workbook(write_only = True) + ws = wb.create_sheet() + ws.title = "Psxview Output" + ws.append(["Offset (P)", +@@ -350,13 +350,13 @@ class PsXview(common.AbstractWindowsComm + wb = load_workbook(filename = self._config.OUTPUT_FILE) + ws = wb.get_sheet_by_name(name = "Psxview Output") + for col in xrange(1, 12): +- ws.cell("{0}{1}".format(get_column_letter(col), 1)).style = BoldStyle ++ ws["{0}{1}".format(get_column_letter(col), 1)].style = BoldStyle + for row in xrange(2, total + 1): + for col in xrange(4, 11): +- if ws.cell("{0}{1}".format(get_column_letter(col), row)).value == "False": +- ws.cell("{0}{1}".format(get_column_letter(col), row)).style = RedStyle ++ if ws["{0}{1}".format(get_column_letter(col), row)].value == "False": ++ ws["{0}{1}".format(get_column_letter(col), row)].style = RedStyle + else: +- ws.cell("{0}{1}".format(get_column_letter(col), row)).style = GreenStyle ++ ws["{0}{1}".format(get_column_letter(col), row)].style = GreenStyle + wb.save(filename = self._config.OUTPUT_FILE) + + def unified_output(self, data): Added: head/security/py-volatility/files/patch-volatility_renderers_xlsx.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-volatility/files/patch-volatility_renderers_xlsx.py Sun Nov 20 14:03:12 2016 (r426592) @@ -0,0 +1,22 @@ +--- volatility/renderers/xlsx.py.orig 2015-10-21 20:39:22 UTC ++++ volatility/renderers/xlsx.py +@@ -6,8 +6,8 @@ __author__ = "gleeda" + try: + from openpyxl.workbook import Workbook + from openpyxl.writer.excel import ExcelWriter +- from openpyxl.cell import get_column_letter +- from openpyxl.styles import Color, Fill, Style, PatternFill, Border, Side, Alignment, Protection, Font ++ from openpyxl.utils import get_column_letter ++ from openpyxl.styles import Color, Fill, NamedStyle, PatternFill, Border, Side, Alignment, Protection, Font + from openpyxl.cell import Cell + from openpyxl import load_workbook + has_openpyxl = True +@@ -22,7 +22,7 @@ class XLSXRenderer(Renderer): + self._columns = None + self._text_cell_renderers_func = renderers_func + self._text_cell_renderers = None +- self._wb = Workbook(optimized_write = True) ++ self._wb = Workbook(write_only = True) + self._ws = self._wb.create_sheet() + + def description(self): From owner-svn-ports-all@freebsd.org Sun Nov 20 14:07: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 74096C4B281; Sun, 20 Nov 2016 14:07: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 45EC219CD; Sun, 20 Nov 2016 14:07:20 +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 uAKE7JOB097274; Sun, 20 Nov 2016 14:07:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKE7J0Y097271; Sun, 20 Nov 2016 14:07:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611201407.uAKE7J0Y097271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 14:07:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426593 - head/devel/libolecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 14:07:20 -0000 Author: antoine Date: Sun Nov 20 14:07:19 2016 New Revision: 426593 URL: https://svnweb.freebsd.org/changeset/ports/426593 Log: Update to alpha-20161113 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Sun Nov 20 14:03:12 2016 (r426592) +++ head/devel/libolecf/Makefile Sun Nov 20 14:07:19 2016 (r426593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20160814 +DISTVERSION= alpha-20161113 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Sun Nov 20 14:03:12 2016 (r426592) +++ head/devel/libolecf/distinfo Sun Nov 20 14:07:19 2016 (r426593) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472476348 -SHA256 (libolecf-alpha-20160814.tar.gz) = ea2381b0baccc1f81a1c4e8e117f8d2accf51ec0957050e519ae0ae9da25c79d -SIZE (libolecf-alpha-20160814.tar.gz) = 1520783 +TIMESTAMP = 1479072176 +SHA256 (libolecf-alpha-20161113.tar.gz) = 49cb63f8259ac8da9c4027b49ec71148fcea9922a6f8d61afa5fa7dadfff896b +SIZE (libolecf-alpha-20161113.tar.gz) = 1545576 From owner-svn-ports-all@freebsd.org Sun Nov 20 14:08: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 53010C4B308; Sun, 20 Nov 2016 14:08:42 +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 234A81AE8; Sun, 20 Nov 2016 14:08:42 +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 uAKE8fc8097422; Sun, 20 Nov 2016 14:08:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKE8fbW097421; Sun, 20 Nov 2016 14:08:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201408.uAKE8fbW097421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 14:08:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426594 - head/games/dungeon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 14:08:42 -0000 Author: marino Date: Sun Nov 20 14:08:41 2016 New Revision: 426594 URL: https://svnweb.freebsd.org/changeset/ports/426594 Log: games/dungeon: Set Make environment for entire build phase Approved by: blanket (environment should always be set) Modified: head/games/dungeon/Makefile Modified: head/games/dungeon/Makefile ============================================================================== --- head/games/dungeon/Makefile Sun Nov 20 14:07:19 2016 (r426593) +++ head/games/dungeon/Makefile Sun Nov 20 14:08:41 2016 (r426594) @@ -49,7 +49,7 @@ pre-patch: ${WRKSRC}/glkterm/Makefile ${WRKSRC}/dungeon-gdt/Makefile do-build: - @(cd ${WRKSRC}/glkterm && ${MAKE}) + @(cd ${WRKSRC}/glkterm && ${SETENV} ${MAKE_ENV} ${MAKE}) @(cd ${WRKSRC}/dungeon-gdt/ && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS}) From owner-svn-ports-all@freebsd.org Sun Nov 20 14:30: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 130B1C4B908; Sun, 20 Nov 2016 14:30:11 +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 BC496368; Sun, 20 Nov 2016 14:30:10 +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 uAKEU9rF005751; Sun, 20 Nov 2016 14:30:09 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKEU9Cx005749; Sun, 20 Nov 2016 14:30:09 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611201430.uAKEU9Cx005749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Nov 2016 14:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426595 - in head/net/nos-ttb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 14:30:11 -0000 Author: rene Date: Sun Nov 20 14:30:09 2016 New Revision: 426595 URL: https://svnweb.freebsd.org/changeset/ports/426595 Log: net/nos-ttb: schedule for removal on 2017-02-20 The protocol to fetch the teletext page images changed, meaning this program does not longer work. There is a successor project called TTX available from the same author at https://github.com/djcb/ttx While here, set LICENSE and fix some portlint issues. Deleted: head/net/nos-ttb/pkg-plist Modified: head/net/nos-ttb/Makefile head/net/nos-ttb/files/patch-src__ttb Modified: head/net/nos-ttb/Makefile ============================================================================== --- head/net/nos-ttb/Makefile Sun Nov 20 14:08:41 2016 (r426594) +++ head/net/nos-ttb/Makefile Sun Nov 20 14:30:09 2016 (r426595) @@ -11,12 +11,22 @@ DISTNAME= ttb-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= NOS teletekst browser -#don't know if pygtk-1.X could also be used +LICENSE= GPLv3 + RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 +# there is a successor project called TTX at +# https://github.com/djcb/ttx +DEPRECATED= does not work due to protocol changes +EXPIRATION_DATE=2017-02-20 + NO_BUILD= yes USES= python +PLIST_FILES= bin/ttb \ + share/ttb/ttb.glade \ + share/ttb/ttb.png + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ttb ${INSTALL_SCRIPT} ${WRKSRC}/src/ttb ${STAGEDIR}${PREFIX}/bin Modified: head/net/nos-ttb/files/patch-src__ttb ============================================================================== --- head/net/nos-ttb/files/patch-src__ttb Sun Nov 20 14:08:41 2016 (r426594) +++ head/net/nos-ttb/files/patch-src__ttb Sun Nov 20 14:30:09 2016 (r426595) @@ -1,6 +1,6 @@ ---- src/ttb.orig 2008-11-29 21:57:30.000000000 +1100 -+++ src/ttb 2009-05-03 20:52:11.000000000 +1000 -@@ -49,7 +49,7 @@ +--- src/ttb.orig 2008-11-29 10:57:30 UTC ++++ src/ttb +@@ -49,7 +49,7 @@ ttb_cache_time = 300 ttb_max_history = 50 ttb_glade_data = 'ttb/ttb.glade' From owner-svn-ports-all@freebsd.org Sun Nov 20 15:31: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 D757BC4B9B6; Sun, 20 Nov 2016 15:31:17 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A21F61FBB; Sun, 20 Nov 2016 15:31:17 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKFVGHT030671; Sun, 20 Nov 2016 15:31:16 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKFVG3S030669; Sun, 20 Nov 2016 15:31:16 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201611201531.uAKFVG3S030669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 20 Nov 2016 15:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426596 - head/math/octave-forge-io X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 15:31:17 -0000 Author: stephen Date: Sun Nov 20 15:31:16 2016 New Revision: 426596 URL: https://svnweb.freebsd.org/changeset/ports/426596 Log: - Update to 2.4.5. Modified: head/math/octave-forge-io/Makefile head/math/octave-forge-io/distinfo Modified: head/math/octave-forge-io/Makefile ============================================================================== --- head/math/octave-forge-io/Makefile Sun Nov 20 14:30:09 2016 (r426595) +++ head/math/octave-forge-io/Makefile Sun Nov 20 15:31:16 2016 (r426596) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-io -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.5 PORTEPOCH= 1 CATEGORIES= math Modified: head/math/octave-forge-io/distinfo ============================================================================== --- head/math/octave-forge-io/distinfo Sun Nov 20 14:30:09 2016 (r426595) +++ head/math/octave-forge-io/distinfo Sun Nov 20 15:31:16 2016 (r426596) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473881962 -SHA256 (octave-forge/io-2.4.3.tar.gz) = 0d1db61eee15c69a96b893b4c2b3930e832a41ffd6f60294a4b55471ab1ae491 -SIZE (octave-forge/io-2.4.3.tar.gz) = 204482 +TIMESTAMP = 1479655778 +SHA256 (octave-forge/io-2.4.5.tar.gz) = ff350de1f431588e44c146c64ea56bba16076095161161cea86ca75e1335456e +SIZE (octave-forge/io-2.4.5.tar.gz) = 207982 From owner-svn-ports-all@freebsd.org Sun Nov 20 15:32: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 2DE7AC4BB2A; Sun, 20 Nov 2016 15:32:43 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F12F2308; Sun, 20 Nov 2016 15:32:42 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKFWgUn033530; Sun, 20 Nov 2016 15:32:42 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKFWfQN033528; Sun, 20 Nov 2016 15:32:41 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201611201532.uAKFWfQN033528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 20 Nov 2016 15:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426597 - head/math/octave-forge-doctest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 15:32:43 -0000 Author: stephen Date: Sun Nov 20 15:32:41 2016 New Revision: 426597 URL: https://svnweb.freebsd.org/changeset/ports/426597 Log: - Update to 0.5.0. Modified: head/math/octave-forge-doctest/Makefile head/math/octave-forge-doctest/distinfo Modified: head/math/octave-forge-doctest/Makefile ============================================================================== --- head/math/octave-forge-doctest/Makefile Sun Nov 20 15:31:16 2016 (r426596) +++ head/math/octave-forge-doctest/Makefile Sun Nov 20 15:32:41 2016 (r426597) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-doctest -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-doctest/distinfo ============================================================================== --- head/math/octave-forge-doctest/distinfo Sun Nov 20 15:31:16 2016 (r426596) +++ head/math/octave-forge-doctest/distinfo Sun Nov 20 15:32:41 2016 (r426597) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/doctest-0.4.1.tar.gz) = d8c58da0a953757d7209f9342718c4eacabe29e096d1bcc693a8819c2df00452 -SIZE (octave-forge/doctest-0.4.1.tar.gz) = 22876 +TIMESTAMP = 1479655920 +SHA256 (octave-forge/doctest-0.5.0.tar.gz) = 3084bd230bff199ddecd46128a63e9de70792754cbe17054aae151c99358817e +SIZE (octave-forge/doctest-0.5.0.tar.gz) = 26237 From owner-svn-ports-all@freebsd.org Sun Nov 20 15: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 6CCD0C4C243; Sun, 20 Nov 2016 15:52:37 +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 246D0F09; Sun, 20 Nov 2016 15:52:37 +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 uAKFqasK041482; Sun, 20 Nov 2016 15:52:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKFqaVO041479; Sun, 20 Nov 2016 15:52:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201552.uAKFqaVO041479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 15:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426598 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 15:52:37 -0000 Author: bapt Date: Sun Nov 20 15:52:35 2016 New Revision: 426598 URL: https://svnweb.freebsd.org/changeset/ports/426598 Log: Update to 1.9.99.4: - Add progress when fetching (number of files to fetch) - Improved messages about locked packages - Return 1 when a user rejects the proposed plan - When dealing with configuration files '@config' never overwrites non tracked files - Warn everyone about deprecation of @dirrm and @exec - Deduplicate metadata loading code - pkg register now understands context aware messages Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg-devel/pkg-plist Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Nov 20 15:32:41 2016 (r426597) +++ head/ports-mgmt/pkg-devel/Makefile Sun Nov 20 15:52:35 2016 (r426598) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.3 +DISTVERSION= 1.9.99.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Nov 20 15:32:41 2016 (r426597) +++ head/ports-mgmt/pkg-devel/distinfo Sun Nov 20 15:52:35 2016 (r426598) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479594322 -SHA256 (pkg-1.9.99.3.tar.xz) = 0a68334be506e98cf24e2ecac0e4a9bec75d9db67030234ffd4706ee21ae519e -SIZE (pkg-1.9.99.3.tar.xz) = 1918096 +TIMESTAMP = 1479657039 +SHA256 (pkg-1.9.99.4.tar.xz) = 027dc28003a325e138355c43a9d8f948c0201a694b54c4bcc6a6ea5c28ac0033 +SIZE (pkg-1.9.99.4.tar.xz) = 1923452 Modified: head/ports-mgmt/pkg-devel/pkg-plist ============================================================================== --- head/ports-mgmt/pkg-devel/pkg-plist Sun Nov 20 15:32:41 2016 (r426597) +++ head/ports-mgmt/pkg-devel/pkg-plist Sun Nov 20 15:52:35 2016 (r426598) @@ -8,8 +8,8 @@ etc/periodic/weekly/400.status-pkg include/pkg.h lib/libpkg.a lib/libpkg.so -lib/libpkg.so.3 -lib/libpkg.so.3.0.0 +lib/libpkg.so.4 +lib/libpkg.so.4.0.0 libdata/pkgconfig/pkg.pc man/man3/pkg_printf.3.gz man/man3/pkg_repos.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 15:54: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 8CABAC4C2EF; Sun, 20 Nov 2016 15:54:47 +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 5E54D105B; Sun, 20 Nov 2016 15:54:47 +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 uAKFskQ6041669; Sun, 20 Nov 2016 15:54:46 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKFskb2041667; Sun, 20 Nov 2016 15:54:46 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611201554.uAKFskb2041667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 20 Nov 2016 15:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426599 - head/textproc/py-texttable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 15:54:47 -0000 Author: olivierd Date: Sun Nov 20 15:54:46 2016 New Revision: 426599 URL: https://svnweb.freebsd.org/changeset/ports/426599 Log: Update to 0.8.7 PR: 214614 Submitted by: Danilo G. Baio (maintainer) Modified: head/textproc/py-texttable/Makefile head/textproc/py-texttable/distinfo Modified: head/textproc/py-texttable/Makefile ============================================================================== --- head/textproc/py-texttable/Makefile Sun Nov 20 15:52:35 2016 (r426598) +++ head/textproc/py-texttable/Makefile Sun Nov 20 15:54:46 2016 (r426599) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-texttable/distinfo ============================================================================== --- head/textproc/py-texttable/distinfo Sun Nov 20 15:52:35 2016 (r426598) +++ head/textproc/py-texttable/distinfo Sun Nov 20 15:54:46 2016 (r426599) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477133734 -SHA256 (texttable-0.8.6.tar.gz) = 0d085f36794bdf577162155912a42389f5c9940a13ac9871fc0a67d4bdcd174f -SIZE (texttable-0.8.6.tar.gz) = 9822 +TIMESTAMP = 1479425494 +SHA256 (texttable-0.8.7.tar.gz) = 8a38082fe822e825fde5bcf150741bdf38ef52e00a05a20c8967bcf99a8f31d2 +SIZE (texttable-0.8.7.tar.gz) = 9829 From owner-svn-ports-all@freebsd.org Sun Nov 20 16:02: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 35246C4C5B0; Sun, 20 Nov 2016 16:02:09 +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 06E89182E; Sun, 20 Nov 2016 16:02:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKG28DP045855; Sun, 20 Nov 2016 16:02:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKG28HI045853; Sun, 20 Nov 2016 16:02:08 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611201602.uAKG28HI045853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 20 Nov 2016 16:02:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426600 - head/devel/py-bandit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 16:02:09 -0000 Author: olivierd Date: Sun Nov 20 16:02:07 2016 New Revision: 426600 URL: https://svnweb.freebsd.org/changeset/ports/426600 Log: Update to 1.2.0 PR: 214662 Submitted by: Yuri Victorovich (maintainer) Modified: head/devel/py-bandit/Makefile head/devel/py-bandit/distinfo Modified: head/devel/py-bandit/Makefile ============================================================================== --- head/devel/py-bandit/Makefile Sun Nov 20 15:54:46 2016 (r426599) +++ head/devel/py-bandit/Makefile Sun Nov 20 16:02:07 2016 (r426600) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bandit -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-bandit/distinfo ============================================================================== --- head/devel/py-bandit/distinfo Sun Nov 20 15:54:46 2016 (r426599) +++ head/devel/py-bandit/distinfo Sun Nov 20 16:02:07 2016 (r426600) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471372306 -SHA256 (bandit-1.1.0.tar.gz) = b5a011ab77bb9d9f7aca349732db7b9789ebe86a57a9cb49314abcb41161a15e -SIZE (bandit-1.1.0.tar.gz) = 135333 +TIMESTAMP = 1479545180 +SHA256 (bandit-1.2.0.tar.gz) = cb2265e740ab2290f8621dc9d6cd0ef22b53c85f986ef6285b1867338192da87 +SIZE (bandit-1.2.0.tar.gz) = 138040 From owner-svn-ports-all@freebsd.org Sun Nov 20 16:06: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 B7ABDC4C647; Sun, 20 Nov 2016 16:06:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89CF11A89; Sun, 20 Nov 2016 16:06:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKG6595046190; Sun, 20 Nov 2016 16:06:05 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKG65sB046187; Sun, 20 Nov 2016 16:06:05 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201611201606.uAKG65sB046187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 20 Nov 2016 16:06:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426601 - head/security/stunnel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 16:06:06 -0000 Author: zi Date: Sun Nov 20 16:06:05 2016 New Revision: 426601 URL: https://svnweb.freebsd.org/changeset/ports/426601 Log: - Update to 5.37 Modified: head/security/stunnel/Makefile head/security/stunnel/distinfo Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Sun Nov 20 16:02:07 2016 (r426600) +++ head/security/stunnel/Makefile Sun Nov 20 16:06:05 2016 (r426601) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stunnel -PORTVERSION= 5.36 +PORTVERSION= 5.37 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ Modified: head/security/stunnel/distinfo ============================================================================== --- head/security/stunnel/distinfo Sun Nov 20 16:02:07 2016 (r426600) +++ head/security/stunnel/distinfo Sun Nov 20 16:06:05 2016 (r426601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477016028 -SHA256 (stunnel-5.36.tar.gz) = eb8952fcfdfcdf5056a1f1a78e1ec5014b819c5f5f7599b924dc4490ffe4b5ea -SIZE (stunnel-5.36.tar.gz) = 645205 +TIMESTAMP = 1479657901 +SHA256 (stunnel-5.37.tar.gz) = d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241 +SIZE (stunnel-5.37.tar.gz) = 645336 From owner-svn-ports-all@freebsd.org Sun Nov 20 16:09: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 CADE9C4C773; Sun, 20 Nov 2016 16:09:53 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A79481C15; Sun, 20 Nov 2016 16:09:53 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKG9qou046508; Sun, 20 Nov 2016 16:09:52 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKG9qr9046505; Sun, 20 Nov 2016 16:09:52 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201611201609.uAKG9qr9046505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 20 Nov 2016 16:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426602 - in head/cad/netgen: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 16:09:53 -0000 Author: stephen Date: Sun Nov 20 16:09:52 2016 New Revision: 426602 URL: https://svnweb.freebsd.org/changeset/ports/426602 Log: - When FFMPEG=on, link to multimedia/ffmpeg. - Respect PREFIX. - Conversion for avcodec_encode_video(). PR: ports/214199 PR: ports/214644 Added: head/cad/netgen/files/patch-ng_ngpkg.cpp (contents, props changed) Deleted: head/cad/netgen/files/patch-ng_ng.tcl head/cad/netgen/files/patch-ng_ngappinit.cpp Modified: head/cad/netgen/Makefile head/cad/netgen/files/patch-configure Modified: head/cad/netgen/Makefile ============================================================================== --- head/cad/netgen/Makefile Sun Nov 20 16:06:05 2016 (r426601) +++ head/cad/netgen/Makefile Sun Nov 20 16:09:52 2016 (r426602) @@ -3,6 +3,7 @@ PORTNAME= netgen PORTVERSION= 5.3.1 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:C|\.[[:digit:]]+$||}/ @@ -15,13 +16,13 @@ LIB_DEPENDS= libTix8.4.3.so:x11-toolkits OCC_BROKEN= Does not compile because of issues with cad/opencascade USE_LDCONFIG= yes -USES= gmake jpeg libtool tk:tea -USE_GL= yes -USE_XORG= xmu xi +USES= gmake jpeg libtool localbase tk:tea +USE_GL= gl glu +USE_XORG= x11 xmu xi MAKE_JOBS_UNSAFE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/lib/Togl-1.7 +CPPFLAGS+= -isystem ${LOCALBASE}/lib/Togl-1.7 CONFIGURE_ARGS= --enable-jpeglib +INSTALL_TARGET= install-strip FETCH_BEFORE_ARGS+= -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} @@ -36,7 +37,7 @@ OCC_LIB_DEPENDS= libTKernel.so:cad/openc OCC_CXXFLAGS= -DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE OCC_CONFIGURE_ON= --enable-occ -FFMPEG_LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ON= --enable-ffmpeg MACHINE= ${OPSYS:tu} @@ -48,14 +49,11 @@ MAKE_ENV= TK_VER=${TK_VER} TCL_VER=${TCL TK_INCLUDEDIR="${TK_INCLUDEDIR}" \ MACHINE=${MACHINE} MAKE=${MAKE_CMD} -pre-configure: - @${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ +post-patch: + @${REINPLACE_CMD} -e '/ngdir/s,"\.","${PREFIX}/bin",' \ + ${WRKSRC}/ng/ng.tcl \ ${WRKSRC}/ng/ngappinit.cpp -post-configure: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" \ - ${WRKSRC}/configure - post-install: # copy some additional headers for build cad/salome-netgenplugin ${MKDIR} ${STAGEDIR}${DATADIR}/include Modified: head/cad/netgen/files/patch-configure ============================================================================== --- head/cad/netgen/files/patch-configure Sun Nov 20 16:06:05 2016 (r426601) +++ head/cad/netgen/files/patch-configure Sun Nov 20 16:09:52 2016 (r426602) @@ -153,15 +153,3 @@ need_version=no need_lib_prefix=no ;; -@@ -15534,9 +15534,9 @@ fi - ffmpegon=false - # Check whether --enable-ffmpeg was given. - if test "${enable_ffmpeg+set}" = set; then : -- enableval=$enable_ffmpeg; FFMPEG_INCLUDES="-DFFMPEG -D__STDC_CONSTANT_MACROS" -+ enableval=$enable_ffmpeg; FFMPEG_INCLUDES="-I/usr/local/include/ffmpeg0 -DFFMPEG -D__STDC_CONSTANT_MACROS" - -- FFMPEG_LIBS="-lavutil -lavformat -lavcodec -lavutil -lswscale -lz -lbz2" -+ FFMPEG_LIBS="-L/usr/local/lib/ffmpeg0 -lavutil0 -lavformat0 -lavcodec0 -lavutil0 -lswscale -lz -lbz2" - - if test "$enableval" = yes; then ffmpegon=true; else ffmpegon=false; fi - Added: head/cad/netgen/files/patch-ng_ngpkg.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/netgen/files/patch-ng_ngpkg.cpp Sun Nov 20 16:09:52 2016 (r426602) @@ -0,0 +1,93 @@ +--- ng/ngpkg.cpp.orig 2014-08-29 09:54:01 UTC ++++ ng/ngpkg.cpp +@@ -2266,7 +2266,7 @@ namespace netgen + static int gopsize = DEFAULT_GOP_SIZE; + static int bframes = DEFAULT_B_FRAMES; + static int MPGbufsize = DEFAULT_MPG_BUFSIZE; +- static CodecID codec_id = CODEC_ID_MPEG1VIDEO; ++ static AVCodecID codec_id = AV_CODEC_ID_MPEG1VIDEO; + static FILE *MPGfile; + static buffer_t buff; + static struct SwsContext *img_convert_ctx; +@@ -2338,7 +2338,7 @@ namespace netgen + context->time_base = s; + context->gop_size = gopsize; + context->max_b_frames = bframes; +- context->pix_fmt = PIX_FMT_YUV420P; ++ context->pix_fmt = AV_PIX_FMT_YUV420P; + context->flags |= CODEC_FLAG_PSNR; + + // if( avcodec_open( context, codec ) < 0 ) { +@@ -2351,7 +2351,7 @@ namespace netgen + return TCL_ERROR; + } + +- YUVpicture = avcodec_alloc_frame(); ++ YUVpicture = av_frame_alloc(); + + YUVpicture->data[0] = buff.YUV; + YUVpicture->data[1] = buff.YUV + PIXsize; +@@ -2360,7 +2360,7 @@ namespace netgen + YUVpicture->linesize[1] = nx / 2; + YUVpicture->linesize[2] = nx / 2; + +- RGBpicture = avcodec_alloc_frame(); ++ RGBpicture = av_frame_alloc(); + + RGBpicture->data[0] = buff.RGB; + RGBpicture->data[1] = buff.RGB; +@@ -2405,8 +2405,8 @@ namespace netgen + // Convert to YUV: + //---------------- + if( img_convert_ctx == NULL ) +- img_convert_ctx = sws_getContext( nx, ny, PIX_FMT_RGB24, +- nx, ny, PIX_FMT_YUV420P, ++ img_convert_ctx = sws_getContext( nx, ny, AV_PIX_FMT_RGB24, ++ nx, ny, AV_PIX_FMT_YUV420P, + SWS_BICUBIC, NULL, NULL, NULL ); + + if( img_convert_ctx == NULL ) { +@@ -2420,8 +2420,15 @@ namespace netgen + + // Encode frame: + //-------------- +- bytes = avcodec_encode_video( context, buff.MPG, +- MPGbufsize, YUVpicture ); ++ AVPacket pkt; ++ av_init_packet( &pkt ); ++ pkt.data = buff.MPG; ++ pkt.size = MPGbufsize; ++ ++ int got_packet = 0; ++ int ret = avcodec_encode_video2( context, &pkt, YUVpicture, ++ &got_packet ); ++ bytes = ret ? ret : pkt.size; + count_frames++; + print_info( count_frames, context, bytes ); + fwrite( buff.MPG, 1, bytes, MPGfile ); +@@ -2442,8 +2449,15 @@ namespace netgen + + // Get the delayed frames, if any: + //-------------------------------- ++ AVPacket pkt; ++ av_init_packet( &pkt ); ++ pkt.data = buff.MPG; ++ pkt.size = MPGbufsize; ++ ++ int got_packet = 0; + for( ; bytes; ) { +- bytes = avcodec_encode_video( context, buff.MPG, MPGbufsize, NULL ); ++ int ret = avcodec_encode_video2( context, &pkt, NULL, &got_packet ); ++ bytes = ret ? ret : pkt.size; + count_frames++; + print_info( count_frames, context, bytes ); + fwrite( buff.MPG, 1, bytes, MPGfile ); +@@ -2451,7 +2465,7 @@ namespace netgen + + // Add sequence end code: + //----------------------- +- if( codec_id == CODEC_ID_MPEG1VIDEO ) { ++ if( codec_id == AV_CODEC_ID_MPEG1VIDEO ) { + buff.MPG[0] = 0x00; + buff.MPG[1] = 0x00; + buff.MPG[2] = 0x01; From owner-svn-ports-all@freebsd.org Sun Nov 20 16:10: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 B641BC4C7E4; Sun, 20 Nov 2016 16:10:20 +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 786D21D0F; Sun, 20 Nov 2016 16:10:20 +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 uAKGAJKQ046691; Sun, 20 Nov 2016 16:10:19 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKGAJjx046689; Sun, 20 Nov 2016 16:10:19 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611201610.uAKGAJjx046689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 20 Nov 2016 16:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426603 - in head/deskutils/virt-manager: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 16:10:20 -0000 Author: novel Date: Sun Nov 20 16:10:19 2016 New Revision: 426603 URL: https://svnweb.freebsd.org/changeset/ports/426603 Log: deskutils/virt-manager: fix spice console - add an upstream patch to fix spice console - bump PORTREVISION PR: 214625 Submitted by: Alexandr Krivulya Obtained from: upstream git repository Added: head/deskutils/virt-manager/files/patch-virtManager_viewers.py (contents, props changed) Modified: head/deskutils/virt-manager/Makefile Modified: head/deskutils/virt-manager/Makefile ============================================================================== --- head/deskutils/virt-manager/Makefile Sun Nov 20 16:09:52 2016 (r426602) +++ head/deskutils/virt-manager/Makefile Sun Nov 20 16:10:19 2016 (r426603) @@ -2,6 +2,7 @@ PORTNAME= virt-manager PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \ LOCAL/jgh/deskutils/${PORTNAME}/ Added: head/deskutils/virt-manager/files/patch-virtManager_viewers.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/virt-manager/files/patch-virtManager_viewers.py Sun Nov 20 16:10:19 2016 (r426603) @@ -0,0 +1,35 @@ +--- virtManager/viewers.py.orig 2016-06-17 21:37:47 UTC ++++ virtManager/viewers.py +@@ -538,16 +538,23 @@ class SpiceViewer(Viewer): + GObject.GObject.connect(self._spice_session, "channel-new", + self._channel_new_cb) + +- self._usbdev_manager = SpiceClientGLib.UsbDeviceManager.get( +- self._spice_session) +- self._usbdev_manager.connect("auto-connect-failed", +- self._usbdev_redirect_error) +- self._usbdev_manager.connect("device-error", +- self._usbdev_redirect_error) ++ # Distros might have usb redirection compiled out, like OpenBSD ++ # https://bugzilla.redhat.com/show_bug.cgi?id=1348479 ++ try: ++ self._usbdev_manager = SpiceClientGLib.UsbDeviceManager.get( ++ self._spice_session) ++ self._usbdev_manager.connect("auto-connect-failed", ++ self._usbdev_redirect_error) ++ self._usbdev_manager.connect("device-error", ++ self._usbdev_redirect_error) + +- autoredir = self.config.get_auto_redirection() +- if autoredir: +- gtk_session.set_property("auto-usbredir", True) ++ autoredir = self.config.get_auto_redirection() ++ if autoredir: ++ gtk_session.set_property("auto-usbredir", True) ++ except: ++ self._usbdev_manager = None ++ logging.debug("Error initializing spice usb device manager", ++ exc_info=True) + + + ##################### From owner-svn-ports-all@freebsd.org Sun Nov 20 16:43: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 9275DC4C04C; Sun, 20 Nov 2016 16:43:18 +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 61CB9FC4; Sun, 20 Nov 2016 16:43:18 +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 uAKGhHRn062261; Sun, 20 Nov 2016 16:43:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKGhHu0062260; Sun, 20 Nov 2016 16:43:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201643.uAKGhHu0062260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 16:43:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426604 - head/games/enygma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 16:43:18 -0000 Author: marino Date: Sun Nov 20 16:43:17 2016 New Revision: 426604 URL: https://svnweb.freebsd.org/changeset/ports/426604 Log: games/enygma: Fix configure for ports ncurses Modified: head/games/enygma/Makefile Modified: head/games/enygma/Makefile ============================================================================== --- head/games/enygma/Makefile Sun Nov 20 16:10:19 2016 (r426603) +++ head/games/enygma/Makefile Sun Nov 20 16:43:17 2016 (r426604) @@ -17,5 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/games +CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include .include From owner-svn-ports-all@freebsd.org Sun Nov 20 17: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 463A9C4C666; Sun, 20 Nov 2016 17:05:01 +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 F1DC91A7F; Sun, 20 Nov 2016 17:05:00 +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 uAKH50eB070637; Sun, 20 Nov 2016 17:05:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKH4xSA070625; Sun, 20 Nov 2016 17:04:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201704.uAKH4xSA070625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 17:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426605 - in head/databases: mariadb100-server mariadb101-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, 20 Nov 2016 17:05:01 -0000 Author: marino Date: Sun Nov 20 17:04:59 2016 New Revision: 426605 URL: https://svnweb.freebsd.org/changeset/ports/426605 Log: databases/mariadb(100|101)-server: Document ncurses requirement Previously (maria55) only the client required ncurses, but for recent versions of mariadb, the server also requires it. Modified: head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Sun Nov 20 16:43:17 2016 (r426604) +++ head/databases/mariadb100-server/Makefile Sun Nov 20 17:04:59 2016 (r426605) @@ -29,7 +29,8 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix ssl +USES= bison:build cmake compiler:c++11-lib cpe execinfo \ + ncurses gmake shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -99,7 +100,7 @@ WITH_OPENSSL_PORT= yes .if defined(CLIENT_ONLY) # MySQL-Client part -USES+= ncurses readline +USES+= readline .else # MySQL-Server part USES+= mysql:100m Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun Nov 20 16:43:17 2016 (r426604) +++ head/databases/mariadb101-server/Makefile Sun Nov 20 17:04:59 2016 (r426605) @@ -28,7 +28,8 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb101-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo ssl shebangfix +USES= bison:build cmake compiler:c++11-lib cpe execinfo ncurses \ + shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -101,7 +102,7 @@ OPTIONS_SUB= yes .if defined(CLIENT_ONLY) # MySQL-Client part -USES+= ncurses readline +USES+= readline GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO post-install: From owner-svn-ports-all@freebsd.org Sun Nov 20 17:22: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 C4505C4C9EF; Sun, 20 Nov 2016 17:22:15 +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 92EE32E7; Sun, 20 Nov 2016 17:22:15 +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 uAKHMErA078601; Sun, 20 Nov 2016 17:22:14 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKHMEMq078599; Sun, 20 Nov 2016 17:22:14 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611201722.uAKHMEMq078599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Nov 2016 17:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426606 - head/security/tor-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, 20 Nov 2016 17:22:15 -0000 Author: rene Date: Sun Nov 20 17:22:14 2016 New Revision: 426606 URL: https://svnweb.freebsd.org/changeset/ports/426606 Log: security/tor-devel: update to 0.2.9.5-alpha PR: 214567 Submitted by: maintainer (yuri@rawbw.com) Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Sun Nov 20 17:04:59 2016 (r426605) +++ head/security/tor-devel/Makefile Sun Nov 20 17:22:14 2016 (r426606) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.9.4-alpha +DISTVERSION= 0.2.9.5-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Sun Nov 20 17:04:59 2016 (r426605) +++ head/security/tor-devel/distinfo Sun Nov 20 17:22:14 2016 (r426606) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476741065 -SHA256 (tor-0.2.9.4-alpha.tar.gz) = fc5664fff4c86d3644043a068f11b17c57f9a295c37b7186bf90bb237913e400 -SIZE (tor-0.2.9.4-alpha.tar.gz) = 5481286 +TIMESTAMP = 1479294352 +SHA256 (tor-0.2.9.5-alpha.tar.gz) = d0c898ad5e8f1a136864aa105407c7b89f3e70d9462a7bb307a55a3afa5b62bd +SIZE (tor-0.2.9.5-alpha.tar.gz) = 5489651 From owner-svn-ports-all@freebsd.org Sun Nov 20 17: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 1A38AC4CC28; Sun, 20 Nov 2016 17:32:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2BA69CF; Sun, 20 Nov 2016 17:32:50 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKHWoh0082795; Sun, 20 Nov 2016 17:32:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKHWn2w082789; Sun, 20 Nov 2016 17:32:49 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611201732.uAKHWn2w082789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 20 Nov 2016 17:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426607 - in head/audio: . shairport-sync shairport-sync/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 17:32:51 -0000 Author: ehaupt Date: Sun Nov 20 17:32:49 2016 New Revision: 426607 URL: https://svnweb.freebsd.org/changeset/ports/426607 Log: Add shairport-sync 2.8.6, airPlay audio player with multi-room audio synchronisation capability. Added: head/audio/shairport-sync/ head/audio/shairport-sync/Makefile (contents, props changed) head/audio/shairport-sync/distinfo (contents, props changed) head/audio/shairport-sync/files/ head/audio/shairport-sync/files/shairport-sync.in (contents, props changed) head/audio/shairport-sync/pkg-descr (contents, props changed) head/audio/shairport-sync/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Nov 20 17:22:14 2016 (r426606) +++ head/audio/Makefile Sun Nov 20 17:32:49 2016 (r426607) @@ -709,6 +709,7 @@ SUBDIR += sfront SUBDIR += shairplay SUBDIR += shairport + SUBDIR += shairport-sync SUBDIR += shntool SUBDIR += shorten SUBDIR += shout Added: head/audio/shairport-sync/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/shairport-sync/Makefile Sun Nov 20 17:32:49 2016 (r426607) @@ -0,0 +1,38 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= shairport-sync +PORTVERSION= 2.8.6 +CATEGORIES= audio + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= AirPlay audio player with multi-room audio synchronisation capability + +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libconfig.so:devel/libconfig \ + libdaemon.so:devel/libdaemon \ + libpopt.so:devel/popt \ + libsoxr.so:audio/libsoxr \ + libavahi-client.so:net/avahi-app + +GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig ssl +USE_GITHUB= yes + +USE_RC_SUBR= ${PORTNAME} + +GH_ACCOUNT= mikebrady + +CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ + --with-piddir=/var/run/shairport-sync --with-avahi \ + --with-ssl=openssl --with-metadata --with-soxr --with-alsa \ + --with-stdout --with-pipe + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lcrypto + +CONFIGURE_ENV+= SSL_CFLAGS=-I${OPENSSLINC} SSL_LIBS=-L${OPENSSLLIB} + +.include Added: head/audio/shairport-sync/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/shairport-sync/distinfo Sun Nov 20 17:32:49 2016 (r426607) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479651183 +SHA256 (mikebrady-shairport-sync-2.8.6_GH0.tar.gz) = 2e73416ac8fdda1657034afaa143f1710852ebed06e0aa43dafc2b7dc5eb653d +SIZE (mikebrady-shairport-sync-2.8.6_GH0.tar.gz) = 250257 Added: head/audio/shairport-sync/files/shairport-sync.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/shairport-sync/files/shairport-sync.in Sun Nov 20 17:32:49 2016 (r426607) @@ -0,0 +1,36 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: shairport_sync +# REQUIRE: LOGIN avahi_daemon +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to +# enable shairport_sync: +# +# shairport_sync_enable (bool): Set it to "YES" to enable shaiport. +# Default is "NO". +# shairport_sync_flags (flags): Set extra flags here. +# shairport_sync_flags="-a name" to change Airport name +# Default is empty "". +# shairport_sync_user (user): Set user to run shairport_sync. +# Default is "nobody". + +. /etc/rc.subr + +name="shairport_sync" +rcvar=shairport_sync_enable + +load_rc_config ${name} + +: ${shairport_sync_enable="NO"} +: ${shairport_sync_user="nobody"} + +command="%%PREFIX%%/bin/shairport-sync" +pidfile="/var/run/shairport-sync/shairport-sync.pid" + +command_args="-d -w ${pidfile}" +start_precmd="install -d -o ${shairport_sync_user} -g wheel -m 755 /var/run/shairport-sync" + +run_rc_command "$1" Added: head/audio/shairport-sync/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/shairport-sync/pkg-descr Sun Nov 20 17:32:49 2016 (r426607) @@ -0,0 +1,7 @@ +Shairport Sync is an AirPlay audio player - it plays audio streamed from iTunes, +iOS devices and other AirPlay sources such as Quicktime Player and ForkedDaapd, +among others. Audio played by a Shairport Sync-powered device stays synchronised +with the source and hence with similar devices playing the same source. In this +way, synchronised multi-room audio is possible without difficulty. + +WWW: https://github.com/mikebrady/shairport-sync Added: head/audio/shairport-sync/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/shairport-sync/pkg-plist Sun Nov 20 17:32:49 2016 (r426607) @@ -0,0 +1,3 @@ +bin/shairport-sync +man/man7/shairport-sync.7.gz +@sample etc/shairport-sync.conf.sample From owner-svn-ports-all@freebsd.org Sun Nov 20 17: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 D41F6C4CCBF; Sun, 20 Nov 2016 17:34:41 +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 7569FB02; Sun, 20 Nov 2016 17:34: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 uAKHYeO3083100; Sun, 20 Nov 2016 17:34:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKHYeQf083092; Sun, 20 Nov 2016 17:34:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611201734.uAKHYeQf083092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 20 Nov 2016 17:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426608 - in head/www: . gitea gitea/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 17:34:41 -0000 Author: pi Date: Sun Nov 20 17:34:39 2016 New Revision: 426608 URL: https://svnweb.freebsd.org/changeset/ports/426608 Log: New port: www/gitea A self-hosted Git service as fork of https://gogs.io/ WWW: https://github.com/go-gitea/gitea/ PR: 214688 Submitted by: Stefan Bethke Added: head/www/gitea/ head/www/gitea/Makefile (contents, props changed) head/www/gitea/distinfo (contents, props changed) head/www/gitea/files/ head/www/gitea/files/app.ini.sample.in (contents, props changed) head/www/gitea/files/gitea.in (contents, props changed) head/www/gitea/pkg-descr (contents, props changed) head/www/gitea/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Nov 20 17:32:49 2016 (r426607) +++ head/www/Makefile Sun Nov 20 17:34:39 2016 (r426608) @@ -199,6 +199,7 @@ SUBDIR += get_flash_videos SUBDIR += getleft SUBDIR += gist + SUBDIR += gitea SUBDIR += gitlab SUBDIR += gitlab-workhorse SUBDIR += glassfish Added: head/www/gitea/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/Makefile Sun Nov 20 17:34:39 2016 (r426608) @@ -0,0 +1,62 @@ +# Created by: Stefan Bethke +# $FreeBSD$ + +PORTNAME= gitea +PORTVERSION= 0.9.100 +DISTVERSIONPREFIX= v +CATEGORIES= www + +MAINTAINER= stb@lassitu.de +COMMENT= Compact self-hosted Git service + +LICENSE= MIT + +RUN_DEPENDS= git:devel/git + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= go-gitea +GH_TAGNAME= cf045b0 + +GO_PKGNAME= code.gitea.io/${PORTNAME} +GO_TARGET= -tags "${GO_TAGS}" + +USE_RC_SUBR= gitea +SUB_FILES+= app.ini.sample +SUB_LIST+= GITUSER=${USERS} + +USERS= git +GROUPS= git + +OPTIONS_DEFINE= CERT PAM SQLITE +CERT_DESC= Automatic creation of self-signed certificates +PAM_DESC= Authentication using PAM +SQLITE= Add SQLite as database backend + +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +.include +.if ${PORT_OPTIONS:MCERT} +GO_TAGS+= cert +.endif +.if ${PORT_OPTIONS:MPAM} +GO_TAGS+= pam +.endif +.if ${PORT_OPTIONS:MSQLITE} +GO_TAGS+= sqlite +.endif + +post-stage: + ${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/${PORTNAME} + ${MKDIR} ${STAGEDIR}${DESTDIR}/var/log/${PORTNAME} + ${MKDIR} ${STAGEDIR}${DESTDIR}/var/run/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin + ${MKDIR} ${STAGEDIR}${ETCDIR}/conf + ${INSTALL_DATA} ${WRKDIR}/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.sample + ${INSTALL_DATA} ${GO_WRKSRC}/conf/app.ini ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${GO_WRKSRC} && ${COPYTREE_SHARE} "public templates" ${STAGEDIR}${DATADIR}) + +.include Added: head/www/gitea/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/distinfo Sun Nov 20 17:34:39 2016 (r426608) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479486923 +SHA256 (go-gitea-gitea-v0.9.100-cf045b0_GH0.tar.gz) = b8f8fc3169661678ec39353d4c67ffa6d8cb9f5a7ad8d22ce604c9084199c900 +SIZE (go-gitea-gitea-v0.9.100-cf045b0_GH0.tar.gz) = 12694086 Added: head/www/gitea/files/app.ini.sample.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/files/app.ini.sample.in Sun Nov 20 17:34:39 2016 (r426608) @@ -0,0 +1,74 @@ +# +# Sample Configuration for Gitea using SQLite +# +# For information on the available settings, consult the online +# documentation, or see the accompanying file app.ini.defaults, which +# contains the settings incorporated into the gitea binary. +# +# This sample configuration runs Gitea with a local database. +# Before running this configuration, make sure to change the security +# token SECRET_KEY at the end of this file. There are no pre-configured +# users; the first user to register becomes an admin. In this sample +# configuration, the HTTP server only listens on localhost. +# +# If you'd rather use the web-based installer, remove this conf/app.ini file +# and make %%PREFIX%%/etc/gitea/conf writeable to the git user. + +APP_NAME = Gitea: Git with a cup of tea +RUN_USER = %%GITUSER%% +RUN_MODE = prod + +[log] +ROOT_PATH = /var/log/gitea +MODE = file +LEVEL = Info + +[database] +DB_TYPE = sqlite3 +HOST = 127.0.0.1:3306 +NAME = gitea +USER = root +PASSWD = +SSL_MODE = disable +PATH = /var/db/gitea/gitea.db + +[repository] +ROOT = /var/db/gitea/gitea-repositories + +[repository.upload] +TEMP_PATH = /var/db/gitea/data/tmp/uploads + +[server] +DOMAIN = localhost +HTTP_ADDR = 127.0.0.1 +HTTP_PORT = 3000 +ROOT_URL = http://localhost:3000/ +DISABLE_SSH = false +SSH_PORT = 22 +OFFLINE_MODE = false +APP_DATA_PATH = /var/db/gitea/data + +[session] +PROVIDER_CONFIG = /var/db/gitea/data/sessions + +[mailer] +ENABLED = false + +[service] +REGISTER_EMAIL_CONFIRM = false +ENABLE_NOTIFY_MAIL = false +DISABLE_REGISTRATION = false +ENABLE_CAPTCHA = true +REQUIRE_SIGNIN_VIEW = false + +[picture] +DISABLE_GRAVATAR = false +ENABLE_FEDERATED_AVATAR = false + +[session] +PROVIDER = file + +[security] +INSTALL_LOCK = true +SECRET_KEY = ChangeMeBeforeRunning + Added: head/www/gitea/files/gitea.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/files/gitea.in Sun Nov 20 17:34:39 2016 (r426608) @@ -0,0 +1,42 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: gitea +# REQUIRE: NETWORKING SYSLOG +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable gitea: +# +#gitea_enable="YES" + +. /etc/rc.subr + +name="gitea" +rcvar="gitea_enable" + +load_rc_config $name + +: ${gitea_user:="%%GITUSER%%"} +: ${gitea_enable:="NO"} +: ${gitea_shared:="%%PREFIX%%/share/${name}"} + +command="%%PREFIX%%/sbin/${name} web" +procname="%%PREFIX%%/sbin/${name}" +githome="$(eval echo ~${gitea_user})" + +pidfile="/var/run/${name}.pid" + +start_cmd="${name}_start" + +gitea_start() { + /usr/sbin/daemon -f -u ${gitea_user} -p ${pidfile} /usr/bin/env -i \ + "GITEA_WORK_DIR=${gitea_shared}" \ + "GITEA_CUSTOM=%%PREFIX%%/etc/${name}" \ + "HOME=${githome}" \ + "PATH=%%PREFIX%%/bin:${PATH}" \ + "USER=%%GITUSER%%" \ + $command +} + +run_rc_command "$1" Added: head/www/gitea/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/pkg-descr Sun Nov 20 17:34:39 2016 (r426608) @@ -0,0 +1,3 @@ +A self-hosted Git service. + +WWW: https://github.com/go-gitea/gitea/ Added: head/www/gitea/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitea/pkg-plist Sun Nov 20 17:34:39 2016 (r426608) @@ -0,0 +1,1473 @@ +@sample %%ETCDIR%%/conf/app.ini.sample +%%ETCDIR%%/conf/app.ini.defaults +sbin/gitea +%%DATADIR%%/public/assets/font-awesome-4.6.3/css/font-awesome.min.css +%%DATADIR%%/public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf +%%DATADIR%%/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot +%%DATADIR%%/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg +%%DATADIR%%/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf +%%DATADIR%%/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff +%%DATADIR%%/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2 +%%DATADIR%%/public/assets/octicons-4.3.0/octicons.eot +%%DATADIR%%/public/assets/octicons-4.3.0/octicons.min.css +%%DATADIR%%/public/assets/octicons-4.3.0/octicons.svg +%%DATADIR%%/public/assets/octicons-4.3.0/octicons.ttf +%%DATADIR%%/public/assets/octicons-4.3.0/octicons.woff +%%DATADIR%%/public/assets/octicons-4.3.0/octicons.woff2 +%%DATADIR%%/public/config.codekit +%%DATADIR%%/public/css/github.min.css +%%DATADIR%%/public/css/index.css +%%DATADIR%%/public/css/semantic-2.2.1.min.css +%%DATADIR%%/public/css/themes/basic/assets/fonts/icons.eot +%%DATADIR%%/public/css/themes/basic/assets/fonts/icons.svg +%%DATADIR%%/public/css/themes/basic/assets/fonts/icons.ttf +%%DATADIR%%/public/css/themes/basic/assets/fonts/icons.woff +%%DATADIR%%/public/css/themes/default/assets/fonts/icons.eot +%%DATADIR%%/public/css/themes/default/assets/fonts/icons.otf +%%DATADIR%%/public/css/themes/default/assets/fonts/icons.svg +%%DATADIR%%/public/css/themes/default/assets/fonts/icons.ttf +%%DATADIR%%/public/css/themes/default/assets/fonts/icons.woff +%%DATADIR%%/public/css/themes/default/assets/fonts/icons.woff2 +%%DATADIR%%/public/css/themes/default/assets/images/flags.png +%%DATADIR%%/public/css/themes/github/assets/fonts/octicons-local.ttf +%%DATADIR%%/public/css/themes/github/assets/fonts/octicons.svg +%%DATADIR%%/public/css/themes/github/assets/fonts/octicons.ttf +%%DATADIR%%/public/css/themes/github/assets/fonts/octicons.woff +%%DATADIR%%/public/img/404.png +%%DATADIR%%/public/img/500.png +%%DATADIR%%/public/img/avatar_default.png +%%DATADIR%%/public/img/checkmark.png +%%DATADIR%%/public/img/emoji/+1.png +%%DATADIR%%/public/img/emoji/-1.png +%%DATADIR%%/public/img/emoji/100.png +%%DATADIR%%/public/img/emoji/1234.png +%%DATADIR%%/public/img/emoji/8ball.png +%%DATADIR%%/public/img/emoji/a.png +%%DATADIR%%/public/img/emoji/ab.png +%%DATADIR%%/public/img/emoji/abc.png +%%DATADIR%%/public/img/emoji/abcd.png +%%DATADIR%%/public/img/emoji/accept.png +%%DATADIR%%/public/img/emoji/aerial_tramway.png +%%DATADIR%%/public/img/emoji/airplane.png +%%DATADIR%%/public/img/emoji/alarm_clock.png +%%DATADIR%%/public/img/emoji/alien.png +%%DATADIR%%/public/img/emoji/ambulance.png +%%DATADIR%%/public/img/emoji/anchor.png +%%DATADIR%%/public/img/emoji/angel.png +%%DATADIR%%/public/img/emoji/anger.png +%%DATADIR%%/public/img/emoji/angry.png +%%DATADIR%%/public/img/emoji/anguished.png +%%DATADIR%%/public/img/emoji/ant.png +%%DATADIR%%/public/img/emoji/apple.png +%%DATADIR%%/public/img/emoji/aquarius.png +%%DATADIR%%/public/img/emoji/aries.png +%%DATADIR%%/public/img/emoji/arrow_backward.png +%%DATADIR%%/public/img/emoji/arrow_double_down.png +%%DATADIR%%/public/img/emoji/arrow_double_up.png +%%DATADIR%%/public/img/emoji/arrow_down.png +%%DATADIR%%/public/img/emoji/arrow_down_small.png +%%DATADIR%%/public/img/emoji/arrow_forward.png +%%DATADIR%%/public/img/emoji/arrow_heading_down.png +%%DATADIR%%/public/img/emoji/arrow_heading_up.png +%%DATADIR%%/public/img/emoji/arrow_left.png +%%DATADIR%%/public/img/emoji/arrow_lower_left.png +%%DATADIR%%/public/img/emoji/arrow_lower_right.png +%%DATADIR%%/public/img/emoji/arrow_right.png +%%DATADIR%%/public/img/emoji/arrow_right_hook.png +%%DATADIR%%/public/img/emoji/arrow_up.png +%%DATADIR%%/public/img/emoji/arrow_up_down.png +%%DATADIR%%/public/img/emoji/arrow_up_small.png +%%DATADIR%%/public/img/emoji/arrow_upper_left.png +%%DATADIR%%/public/img/emoji/arrow_upper_right.png +%%DATADIR%%/public/img/emoji/arrows_clockwise.png +%%DATADIR%%/public/img/emoji/arrows_counterclockwise.png +%%DATADIR%%/public/img/emoji/art.png +%%DATADIR%%/public/img/emoji/articulated_lorry.png +%%DATADIR%%/public/img/emoji/astonished.png +%%DATADIR%%/public/img/emoji/atm.png +%%DATADIR%%/public/img/emoji/b.png +%%DATADIR%%/public/img/emoji/baby.png +%%DATADIR%%/public/img/emoji/baby_bottle.png +%%DATADIR%%/public/img/emoji/baby_chick.png +%%DATADIR%%/public/img/emoji/baby_symbol.png +%%DATADIR%%/public/img/emoji/back.png +%%DATADIR%%/public/img/emoji/baggage_claim.png +%%DATADIR%%/public/img/emoji/balloon.png +%%DATADIR%%/public/img/emoji/ballot_box_with_check.png +%%DATADIR%%/public/img/emoji/bamboo.png +%%DATADIR%%/public/img/emoji/banana.png +%%DATADIR%%/public/img/emoji/bangbang.png +%%DATADIR%%/public/img/emoji/bank.png +%%DATADIR%%/public/img/emoji/bar_chart.png +%%DATADIR%%/public/img/emoji/barber.png +%%DATADIR%%/public/img/emoji/baseball.png +%%DATADIR%%/public/img/emoji/basketball.png +%%DATADIR%%/public/img/emoji/bath.png +%%DATADIR%%/public/img/emoji/bathtub.png +%%DATADIR%%/public/img/emoji/battery.png +%%DATADIR%%/public/img/emoji/bear.png +%%DATADIR%%/public/img/emoji/bee.png +%%DATADIR%%/public/img/emoji/beer.png +%%DATADIR%%/public/img/emoji/beers.png +%%DATADIR%%/public/img/emoji/beetle.png +%%DATADIR%%/public/img/emoji/beginner.png +%%DATADIR%%/public/img/emoji/bell.png +%%DATADIR%%/public/img/emoji/bento.png +%%DATADIR%%/public/img/emoji/bicyclist.png +%%DATADIR%%/public/img/emoji/bike.png +%%DATADIR%%/public/img/emoji/bikini.png +%%DATADIR%%/public/img/emoji/bird.png +%%DATADIR%%/public/img/emoji/birthday.png +%%DATADIR%%/public/img/emoji/black_circle.png +%%DATADIR%%/public/img/emoji/black_joker.png +%%DATADIR%%/public/img/emoji/black_medium_small_square.png +%%DATADIR%%/public/img/emoji/black_medium_square.png +%%DATADIR%%/public/img/emoji/black_nib.png +%%DATADIR%%/public/img/emoji/black_small_square.png +%%DATADIR%%/public/img/emoji/black_square.png +%%DATADIR%%/public/img/emoji/black_square_button.png +%%DATADIR%%/public/img/emoji/blossom.png +%%DATADIR%%/public/img/emoji/blowfish.png +%%DATADIR%%/public/img/emoji/blue_book.png +%%DATADIR%%/public/img/emoji/blue_car.png +%%DATADIR%%/public/img/emoji/blue_heart.png +%%DATADIR%%/public/img/emoji/blush.png +%%DATADIR%%/public/img/emoji/boar.png +%%DATADIR%%/public/img/emoji/boat.png +%%DATADIR%%/public/img/emoji/bomb.png +%%DATADIR%%/public/img/emoji/book.png +%%DATADIR%%/public/img/emoji/bookmark.png +%%DATADIR%%/public/img/emoji/bookmark_tabs.png +%%DATADIR%%/public/img/emoji/books.png +%%DATADIR%%/public/img/emoji/boom.png +%%DATADIR%%/public/img/emoji/boot.png +%%DATADIR%%/public/img/emoji/bouquet.png +%%DATADIR%%/public/img/emoji/bow.png +%%DATADIR%%/public/img/emoji/bowling.png +%%DATADIR%%/public/img/emoji/bowtie.png +%%DATADIR%%/public/img/emoji/boy.png +%%DATADIR%%/public/img/emoji/bread.png +%%DATADIR%%/public/img/emoji/bride_with_veil.png +%%DATADIR%%/public/img/emoji/bridge_at_night.png +%%DATADIR%%/public/img/emoji/briefcase.png +%%DATADIR%%/public/img/emoji/broken_heart.png +%%DATADIR%%/public/img/emoji/bug.png +%%DATADIR%%/public/img/emoji/bulb.png +%%DATADIR%%/public/img/emoji/bullettrain_front.png +%%DATADIR%%/public/img/emoji/bullettrain_side.png +%%DATADIR%%/public/img/emoji/bus.png +%%DATADIR%%/public/img/emoji/busstop.png +%%DATADIR%%/public/img/emoji/bust_in_silhouette.png +%%DATADIR%%/public/img/emoji/busts_in_silhouette.png +%%DATADIR%%/public/img/emoji/cactus.png +%%DATADIR%%/public/img/emoji/cake.png +%%DATADIR%%/public/img/emoji/calendar.png +%%DATADIR%%/public/img/emoji/calling.png +%%DATADIR%%/public/img/emoji/camel.png +%%DATADIR%%/public/img/emoji/camera.png +%%DATADIR%%/public/img/emoji/cancer.png +%%DATADIR%%/public/img/emoji/candy.png +%%DATADIR%%/public/img/emoji/capital_abcd.png +%%DATADIR%%/public/img/emoji/capricorn.png +%%DATADIR%%/public/img/emoji/car.png +%%DATADIR%%/public/img/emoji/card_index.png +%%DATADIR%%/public/img/emoji/carousel_horse.png +%%DATADIR%%/public/img/emoji/cat.png +%%DATADIR%%/public/img/emoji/cat2.png +%%DATADIR%%/public/img/emoji/cd.png +%%DATADIR%%/public/img/emoji/chart.png +%%DATADIR%%/public/img/emoji/chart_with_downwards_trend.png +%%DATADIR%%/public/img/emoji/chart_with_upwards_trend.png +%%DATADIR%%/public/img/emoji/checkered_flag.png +%%DATADIR%%/public/img/emoji/cherries.png +%%DATADIR%%/public/img/emoji/cherry_blossom.png +%%DATADIR%%/public/img/emoji/chestnut.png +%%DATADIR%%/public/img/emoji/chicken.png +%%DATADIR%%/public/img/emoji/children_crossing.png +%%DATADIR%%/public/img/emoji/chocolate_bar.png +%%DATADIR%%/public/img/emoji/christmas_tree.png +%%DATADIR%%/public/img/emoji/church.png +%%DATADIR%%/public/img/emoji/cinema.png +%%DATADIR%%/public/img/emoji/circus_tent.png +%%DATADIR%%/public/img/emoji/city_sunrise.png +%%DATADIR%%/public/img/emoji/city_sunset.png +%%DATADIR%%/public/img/emoji/cl.png +%%DATADIR%%/public/img/emoji/clap.png +%%DATADIR%%/public/img/emoji/clapper.png +%%DATADIR%%/public/img/emoji/clipboard.png +%%DATADIR%%/public/img/emoji/clock1.png +%%DATADIR%%/public/img/emoji/clock10.png +%%DATADIR%%/public/img/emoji/clock1030.png +%%DATADIR%%/public/img/emoji/clock11.png +%%DATADIR%%/public/img/emoji/clock1130.png +%%DATADIR%%/public/img/emoji/clock12.png +%%DATADIR%%/public/img/emoji/clock1230.png +%%DATADIR%%/public/img/emoji/clock130.png +%%DATADIR%%/public/img/emoji/clock2.png +%%DATADIR%%/public/img/emoji/clock230.png +%%DATADIR%%/public/img/emoji/clock3.png +%%DATADIR%%/public/img/emoji/clock330.png +%%DATADIR%%/public/img/emoji/clock4.png +%%DATADIR%%/public/img/emoji/clock430.png +%%DATADIR%%/public/img/emoji/clock5.png +%%DATADIR%%/public/img/emoji/clock530.png +%%DATADIR%%/public/img/emoji/clock6.png +%%DATADIR%%/public/img/emoji/clock630.png +%%DATADIR%%/public/img/emoji/clock7.png +%%DATADIR%%/public/img/emoji/clock730.png +%%DATADIR%%/public/img/emoji/clock8.png +%%DATADIR%%/public/img/emoji/clock830.png +%%DATADIR%%/public/img/emoji/clock9.png +%%DATADIR%%/public/img/emoji/clock930.png +%%DATADIR%%/public/img/emoji/closed_book.png +%%DATADIR%%/public/img/emoji/closed_lock_with_key.png +%%DATADIR%%/public/img/emoji/closed_umbrella.png +%%DATADIR%%/public/img/emoji/cloud.png +%%DATADIR%%/public/img/emoji/clubs.png +%%DATADIR%%/public/img/emoji/cn.png +%%DATADIR%%/public/img/emoji/cocktail.png +%%DATADIR%%/public/img/emoji/coffee.png +%%DATADIR%%/public/img/emoji/cold_sweat.png +%%DATADIR%%/public/img/emoji/collision.png +%%DATADIR%%/public/img/emoji/computer.png +%%DATADIR%%/public/img/emoji/confetti_ball.png +%%DATADIR%%/public/img/emoji/confounded.png +%%DATADIR%%/public/img/emoji/confused.png +%%DATADIR%%/public/img/emoji/congratulations.png +%%DATADIR%%/public/img/emoji/construction.png +%%DATADIR%%/public/img/emoji/construction_worker.png +%%DATADIR%%/public/img/emoji/convenience_store.png +%%DATADIR%%/public/img/emoji/cookie.png +%%DATADIR%%/public/img/emoji/cool.png +%%DATADIR%%/public/img/emoji/cop.png +%%DATADIR%%/public/img/emoji/copyright.png +%%DATADIR%%/public/img/emoji/corn.png +%%DATADIR%%/public/img/emoji/couple.png +%%DATADIR%%/public/img/emoji/couple_with_heart.png +%%DATADIR%%/public/img/emoji/couplekiss.png +%%DATADIR%%/public/img/emoji/cow.png +%%DATADIR%%/public/img/emoji/cow2.png +%%DATADIR%%/public/img/emoji/credit_card.png +%%DATADIR%%/public/img/emoji/crescent_moon.png +%%DATADIR%%/public/img/emoji/crocodile.png +%%DATADIR%%/public/img/emoji/crossed_flags.png +%%DATADIR%%/public/img/emoji/crown.png +%%DATADIR%%/public/img/emoji/cry.png +%%DATADIR%%/public/img/emoji/crying_cat_face.png +%%DATADIR%%/public/img/emoji/crystal_ball.png +%%DATADIR%%/public/img/emoji/cupid.png +%%DATADIR%%/public/img/emoji/curly_loop.png +%%DATADIR%%/public/img/emoji/currency_exchange.png +%%DATADIR%%/public/img/emoji/curry.png +%%DATADIR%%/public/img/emoji/custard.png +%%DATADIR%%/public/img/emoji/customs.png +%%DATADIR%%/public/img/emoji/cyclone.png +%%DATADIR%%/public/img/emoji/dancer.png +%%DATADIR%%/public/img/emoji/dancers.png +%%DATADIR%%/public/img/emoji/dango.png +%%DATADIR%%/public/img/emoji/dart.png +%%DATADIR%%/public/img/emoji/dash.png +%%DATADIR%%/public/img/emoji/date.png +%%DATADIR%%/public/img/emoji/de.png +%%DATADIR%%/public/img/emoji/deciduous_tree.png +%%DATADIR%%/public/img/emoji/department_store.png +%%DATADIR%%/public/img/emoji/diamond_shape_with_a_dot_inside.png +%%DATADIR%%/public/img/emoji/diamonds.png +%%DATADIR%%/public/img/emoji/disappointed.png +%%DATADIR%%/public/img/emoji/disappointed_relieved.png +%%DATADIR%%/public/img/emoji/dizzy.png +%%DATADIR%%/public/img/emoji/dizzy_face.png +%%DATADIR%%/public/img/emoji/do_not_litter.png +%%DATADIR%%/public/img/emoji/dog.png +%%DATADIR%%/public/img/emoji/dog2.png +%%DATADIR%%/public/img/emoji/dollar.png +%%DATADIR%%/public/img/emoji/dolls.png +%%DATADIR%%/public/img/emoji/dolphin.png +%%DATADIR%%/public/img/emoji/donut.png +%%DATADIR%%/public/img/emoji/door.png +%%DATADIR%%/public/img/emoji/doughnut.png +%%DATADIR%%/public/img/emoji/dragon.png +%%DATADIR%%/public/img/emoji/dragon_face.png +%%DATADIR%%/public/img/emoji/dress.png +%%DATADIR%%/public/img/emoji/dromedary_camel.png +%%DATADIR%%/public/img/emoji/droplet.png +%%DATADIR%%/public/img/emoji/dvd.png +%%DATADIR%%/public/img/emoji/e-mail.png +%%DATADIR%%/public/img/emoji/ear.png +%%DATADIR%%/public/img/emoji/ear_of_rice.png +%%DATADIR%%/public/img/emoji/earth_africa.png +%%DATADIR%%/public/img/emoji/earth_americas.png +%%DATADIR%%/public/img/emoji/earth_asia.png +%%DATADIR%%/public/img/emoji/egg.png +%%DATADIR%%/public/img/emoji/eggplant.png +%%DATADIR%%/public/img/emoji/eight.png +%%DATADIR%%/public/img/emoji/eight_pointed_black_star.png +%%DATADIR%%/public/img/emoji/eight_spoked_asterisk.png +%%DATADIR%%/public/img/emoji/electric_plug.png +%%DATADIR%%/public/img/emoji/elephant.png +%%DATADIR%%/public/img/emoji/email.png +%%DATADIR%%/public/img/emoji/end.png +%%DATADIR%%/public/img/emoji/envelope.png +%%DATADIR%%/public/img/emoji/es.png +%%DATADIR%%/public/img/emoji/euro.png +%%DATADIR%%/public/img/emoji/european_castle.png +%%DATADIR%%/public/img/emoji/european_post_office.png +%%DATADIR%%/public/img/emoji/evergreen_tree.png +%%DATADIR%%/public/img/emoji/exclamation.png +%%DATADIR%%/public/img/emoji/expressionless.png +%%DATADIR%%/public/img/emoji/eyeglasses.png +%%DATADIR%%/public/img/emoji/eyes.png +%%DATADIR%%/public/img/emoji/facepunch.png +%%DATADIR%%/public/img/emoji/factory.png +%%DATADIR%%/public/img/emoji/fallen_leaf.png +%%DATADIR%%/public/img/emoji/family.png +%%DATADIR%%/public/img/emoji/fast_forward.png +%%DATADIR%%/public/img/emoji/fax.png +%%DATADIR%%/public/img/emoji/fearful.png +%%DATADIR%%/public/img/emoji/feelsgood.png +%%DATADIR%%/public/img/emoji/feet.png +%%DATADIR%%/public/img/emoji/ferris_wheel.png +%%DATADIR%%/public/img/emoji/file_folder.png +%%DATADIR%%/public/img/emoji/finnadie.png +%%DATADIR%%/public/img/emoji/fire.png +%%DATADIR%%/public/img/emoji/fire_engine.png +%%DATADIR%%/public/img/emoji/fireworks.png +%%DATADIR%%/public/img/emoji/first_quarter_moon.png +%%DATADIR%%/public/img/emoji/first_quarter_moon_with_face.png +%%DATADIR%%/public/img/emoji/fish.png +%%DATADIR%%/public/img/emoji/fish_cake.png +%%DATADIR%%/public/img/emoji/fishing_pole_and_fish.png +%%DATADIR%%/public/img/emoji/fist.png +%%DATADIR%%/public/img/emoji/five.png +%%DATADIR%%/public/img/emoji/flags.png +%%DATADIR%%/public/img/emoji/flashlight.png +%%DATADIR%%/public/img/emoji/floppy_disk.png +%%DATADIR%%/public/img/emoji/flower_playing_cards.png +%%DATADIR%%/public/img/emoji/flushed.png +%%DATADIR%%/public/img/emoji/foggy.png +%%DATADIR%%/public/img/emoji/football.png +%%DATADIR%%/public/img/emoji/fork_and_knife.png +%%DATADIR%%/public/img/emoji/fountain.png +%%DATADIR%%/public/img/emoji/four.png +%%DATADIR%%/public/img/emoji/four_leaf_clover.png +%%DATADIR%%/public/img/emoji/fr.png +%%DATADIR%%/public/img/emoji/free.png +%%DATADIR%%/public/img/emoji/fried_shrimp.png +%%DATADIR%%/public/img/emoji/fries.png +%%DATADIR%%/public/img/emoji/frog.png +%%DATADIR%%/public/img/emoji/frowning.png +%%DATADIR%%/public/img/emoji/fu.png +%%DATADIR%%/public/img/emoji/fuelpump.png +%%DATADIR%%/public/img/emoji/full_moon.png +%%DATADIR%%/public/img/emoji/full_moon_with_face.png +%%DATADIR%%/public/img/emoji/game_die.png +%%DATADIR%%/public/img/emoji/gb.png +%%DATADIR%%/public/img/emoji/gem.png +%%DATADIR%%/public/img/emoji/gemini.png +%%DATADIR%%/public/img/emoji/ghost.png +%%DATADIR%%/public/img/emoji/gift.png +%%DATADIR%%/public/img/emoji/gift_heart.png +%%DATADIR%%/public/img/emoji/girl.png +%%DATADIR%%/public/img/emoji/globe_with_meridians.png +%%DATADIR%%/public/img/emoji/goat.png +%%DATADIR%%/public/img/emoji/goberserk.png +%%DATADIR%%/public/img/emoji/godmode.png +%%DATADIR%%/public/img/emoji/golf.png +%%DATADIR%%/public/img/emoji/grapes.png +%%DATADIR%%/public/img/emoji/green_apple.png +%%DATADIR%%/public/img/emoji/green_book.png +%%DATADIR%%/public/img/emoji/green_heart.png +%%DATADIR%%/public/img/emoji/grey_exclamation.png +%%DATADIR%%/public/img/emoji/grey_question.png +%%DATADIR%%/public/img/emoji/grimacing.png +%%DATADIR%%/public/img/emoji/grin.png +%%DATADIR%%/public/img/emoji/grinning.png +%%DATADIR%%/public/img/emoji/guardsman.png +%%DATADIR%%/public/img/emoji/guitar.png +%%DATADIR%%/public/img/emoji/gun.png +%%DATADIR%%/public/img/emoji/haircut.png +%%DATADIR%%/public/img/emoji/hamburger.png +%%DATADIR%%/public/img/emoji/hammer.png +%%DATADIR%%/public/img/emoji/hamster.png +%%DATADIR%%/public/img/emoji/hand.png +%%DATADIR%%/public/img/emoji/handbag.png +%%DATADIR%%/public/img/emoji/hankey.png +%%DATADIR%%/public/img/emoji/hash.png +%%DATADIR%%/public/img/emoji/hatched_chick.png +%%DATADIR%%/public/img/emoji/hatching_chick.png +%%DATADIR%%/public/img/emoji/headphones.png +%%DATADIR%%/public/img/emoji/hear_no_evil.png +%%DATADIR%%/public/img/emoji/heart.png +%%DATADIR%%/public/img/emoji/heart_decoration.png +%%DATADIR%%/public/img/emoji/heart_eyes.png +%%DATADIR%%/public/img/emoji/heart_eyes_cat.png +%%DATADIR%%/public/img/emoji/heartbeat.png +%%DATADIR%%/public/img/emoji/heartpulse.png +%%DATADIR%%/public/img/emoji/hearts.png +%%DATADIR%%/public/img/emoji/heavy_check_mark.png +%%DATADIR%%/public/img/emoji/heavy_division_sign.png +%%DATADIR%%/public/img/emoji/heavy_dollar_sign.png +%%DATADIR%%/public/img/emoji/heavy_exclamation_mark.png +%%DATADIR%%/public/img/emoji/heavy_minus_sign.png +%%DATADIR%%/public/img/emoji/heavy_multiplication_x.png +%%DATADIR%%/public/img/emoji/heavy_plus_sign.png +%%DATADIR%%/public/img/emoji/helicopter.png +%%DATADIR%%/public/img/emoji/herb.png +%%DATADIR%%/public/img/emoji/hibiscus.png +%%DATADIR%%/public/img/emoji/high_brightness.png +%%DATADIR%%/public/img/emoji/high_heel.png +%%DATADIR%%/public/img/emoji/hocho.png +%%DATADIR%%/public/img/emoji/honey_pot.png +%%DATADIR%%/public/img/emoji/honeybee.png +%%DATADIR%%/public/img/emoji/horse.png +%%DATADIR%%/public/img/emoji/horse_racing.png +%%DATADIR%%/public/img/emoji/hospital.png +%%DATADIR%%/public/img/emoji/hotel.png +%%DATADIR%%/public/img/emoji/hotsprings.png +%%DATADIR%%/public/img/emoji/hourglass.png +%%DATADIR%%/public/img/emoji/hourglass_flowing_sand.png +%%DATADIR%%/public/img/emoji/house.png +%%DATADIR%%/public/img/emoji/house_with_garden.png +%%DATADIR%%/public/img/emoji/hurtrealbad.png +%%DATADIR%%/public/img/emoji/hushed.png +%%DATADIR%%/public/img/emoji/ice_cream.png +%%DATADIR%%/public/img/emoji/icecream.png +%%DATADIR%%/public/img/emoji/id.png +%%DATADIR%%/public/img/emoji/ideograph_advantage.png +%%DATADIR%%/public/img/emoji/imp.png +%%DATADIR%%/public/img/emoji/inbox_tray.png +%%DATADIR%%/public/img/emoji/incoming_envelope.png +%%DATADIR%%/public/img/emoji/information_desk_person.png +%%DATADIR%%/public/img/emoji/information_source.png +%%DATADIR%%/public/img/emoji/innocent.png +%%DATADIR%%/public/img/emoji/interrobang.png +%%DATADIR%%/public/img/emoji/iphone.png +%%DATADIR%%/public/img/emoji/it.png +%%DATADIR%%/public/img/emoji/izakaya_lantern.png +%%DATADIR%%/public/img/emoji/jack_o_lantern.png +%%DATADIR%%/public/img/emoji/japan.png +%%DATADIR%%/public/img/emoji/japanese_castle.png +%%DATADIR%%/public/img/emoji/japanese_goblin.png +%%DATADIR%%/public/img/emoji/japanese_ogre.png +%%DATADIR%%/public/img/emoji/jeans.png +%%DATADIR%%/public/img/emoji/joy.png +%%DATADIR%%/public/img/emoji/joy_cat.png +%%DATADIR%%/public/img/emoji/jp.png +%%DATADIR%%/public/img/emoji/key.png +%%DATADIR%%/public/img/emoji/keycap_ten.png +%%DATADIR%%/public/img/emoji/kimono.png +%%DATADIR%%/public/img/emoji/kiss.png +%%DATADIR%%/public/img/emoji/kissing.png +%%DATADIR%%/public/img/emoji/kissing_cat.png +%%DATADIR%%/public/img/emoji/kissing_closed_eyes.png +%%DATADIR%%/public/img/emoji/kissing_face.png +%%DATADIR%%/public/img/emoji/kissing_heart.png +%%DATADIR%%/public/img/emoji/kissing_smiling_eyes.png +%%DATADIR%%/public/img/emoji/koala.png +%%DATADIR%%/public/img/emoji/koko.png +%%DATADIR%%/public/img/emoji/kr.png +%%DATADIR%%/public/img/emoji/large_blue_circle.png +%%DATADIR%%/public/img/emoji/large_blue_diamond.png +%%DATADIR%%/public/img/emoji/large_orange_diamond.png +%%DATADIR%%/public/img/emoji/last_quarter_moon.png +%%DATADIR%%/public/img/emoji/last_quarter_moon_with_face.png +%%DATADIR%%/public/img/emoji/laughing.png +%%DATADIR%%/public/img/emoji/leaves.png +%%DATADIR%%/public/img/emoji/ledger.png +%%DATADIR%%/public/img/emoji/left_luggage.png +%%DATADIR%%/public/img/emoji/left_right_arrow.png +%%DATADIR%%/public/img/emoji/leftwards_arrow_with_hook.png +%%DATADIR%%/public/img/emoji/lemon.png +%%DATADIR%%/public/img/emoji/leo.png +%%DATADIR%%/public/img/emoji/leopard.png +%%DATADIR%%/public/img/emoji/libra.png +%%DATADIR%%/public/img/emoji/light_rail.png +%%DATADIR%%/public/img/emoji/link.png +%%DATADIR%%/public/img/emoji/lips.png +%%DATADIR%%/public/img/emoji/lipstick.png +%%DATADIR%%/public/img/emoji/lock.png +%%DATADIR%%/public/img/emoji/lock_with_ink_pen.png +%%DATADIR%%/public/img/emoji/lollipop.png +%%DATADIR%%/public/img/emoji/loop.png +%%DATADIR%%/public/img/emoji/loudspeaker.png +%%DATADIR%%/public/img/emoji/love_hotel.png +%%DATADIR%%/public/img/emoji/love_letter.png +%%DATADIR%%/public/img/emoji/low_brightness.png +%%DATADIR%%/public/img/emoji/m.png +%%DATADIR%%/public/img/emoji/mag.png +%%DATADIR%%/public/img/emoji/mag_right.png +%%DATADIR%%/public/img/emoji/mahjong.png +%%DATADIR%%/public/img/emoji/mailbox.png +%%DATADIR%%/public/img/emoji/mailbox_closed.png +%%DATADIR%%/public/img/emoji/mailbox_with_mail.png +%%DATADIR%%/public/img/emoji/mailbox_with_no_mail.png +%%DATADIR%%/public/img/emoji/man.png +%%DATADIR%%/public/img/emoji/man_with_gua_pi_mao.png +%%DATADIR%%/public/img/emoji/man_with_turban.png +%%DATADIR%%/public/img/emoji/mans_shoe.png +%%DATADIR%%/public/img/emoji/maple_leaf.png +%%DATADIR%%/public/img/emoji/mask.png +%%DATADIR%%/public/img/emoji/massage.png +%%DATADIR%%/public/img/emoji/meat_on_bone.png +%%DATADIR%%/public/img/emoji/mega.png +%%DATADIR%%/public/img/emoji/melon.png +%%DATADIR%%/public/img/emoji/memo.png +%%DATADIR%%/public/img/emoji/mens.png +%%DATADIR%%/public/img/emoji/metal.png +%%DATADIR%%/public/img/emoji/metro.png +%%DATADIR%%/public/img/emoji/microphone.png +%%DATADIR%%/public/img/emoji/microscope.png +%%DATADIR%%/public/img/emoji/milky_way.png +%%DATADIR%%/public/img/emoji/minibus.png +%%DATADIR%%/public/img/emoji/minidisc.png +%%DATADIR%%/public/img/emoji/mobile_phone_off.png +%%DATADIR%%/public/img/emoji/money_with_wings.png +%%DATADIR%%/public/img/emoji/moneybag.png +%%DATADIR%%/public/img/emoji/monkey.png +%%DATADIR%%/public/img/emoji/monkey_face.png +%%DATADIR%%/public/img/emoji/monorail.png +%%DATADIR%%/public/img/emoji/mortar_board.png +%%DATADIR%%/public/img/emoji/mount_fuji.png +%%DATADIR%%/public/img/emoji/mountain_bicyclist.png +%%DATADIR%%/public/img/emoji/mountain_cableway.png +%%DATADIR%%/public/img/emoji/mountain_railway.png +%%DATADIR%%/public/img/emoji/mouse.png +%%DATADIR%%/public/img/emoji/mouse2.png +%%DATADIR%%/public/img/emoji/movie_camera.png +%%DATADIR%%/public/img/emoji/moyai.png +%%DATADIR%%/public/img/emoji/muscle.png +%%DATADIR%%/public/img/emoji/mushroom.png +%%DATADIR%%/public/img/emoji/musical_keyboard.png +%%DATADIR%%/public/img/emoji/musical_note.png +%%DATADIR%%/public/img/emoji/musical_score.png +%%DATADIR%%/public/img/emoji/mute.png +%%DATADIR%%/public/img/emoji/nail_care.png +%%DATADIR%%/public/img/emoji/name_badge.png +%%DATADIR%%/public/img/emoji/neckbeard.png +%%DATADIR%%/public/img/emoji/necktie.png +%%DATADIR%%/public/img/emoji/negative_squared_cross_mark.png +%%DATADIR%%/public/img/emoji/neutral_face.png +%%DATADIR%%/public/img/emoji/new.png +%%DATADIR%%/public/img/emoji/new_moon.png +%%DATADIR%%/public/img/emoji/new_moon_with_face.png +%%DATADIR%%/public/img/emoji/newspaper.png +%%DATADIR%%/public/img/emoji/ng.png +%%DATADIR%%/public/img/emoji/nine.png +%%DATADIR%%/public/img/emoji/no_bell.png +%%DATADIR%%/public/img/emoji/no_bicycles.png +%%DATADIR%%/public/img/emoji/no_entry.png +%%DATADIR%%/public/img/emoji/no_entry_sign.png +%%DATADIR%%/public/img/emoji/no_good.png +%%DATADIR%%/public/img/emoji/no_mobile_phones.png +%%DATADIR%%/public/img/emoji/no_mouth.png +%%DATADIR%%/public/img/emoji/no_pedestrians.png +%%DATADIR%%/public/img/emoji/no_smoking.png +%%DATADIR%%/public/img/emoji/non-potable_water.png +%%DATADIR%%/public/img/emoji/nose.png +%%DATADIR%%/public/img/emoji/notebook.png +%%DATADIR%%/public/img/emoji/notebook_with_decorative_cover.png +%%DATADIR%%/public/img/emoji/notes.png +%%DATADIR%%/public/img/emoji/nut_and_bolt.png +%%DATADIR%%/public/img/emoji/o.png +%%DATADIR%%/public/img/emoji/o2.png +%%DATADIR%%/public/img/emoji/ocean.png +%%DATADIR%%/public/img/emoji/octocat.png +%%DATADIR%%/public/img/emoji/octopus.png +%%DATADIR%%/public/img/emoji/oden.png +%%DATADIR%%/public/img/emoji/office.png +%%DATADIR%%/public/img/emoji/ok.png +%%DATADIR%%/public/img/emoji/ok_hand.png +%%DATADIR%%/public/img/emoji/ok_woman.png +%%DATADIR%%/public/img/emoji/older_man.png +%%DATADIR%%/public/img/emoji/older_woman.png +%%DATADIR%%/public/img/emoji/on.png +%%DATADIR%%/public/img/emoji/oncoming_automobile.png +%%DATADIR%%/public/img/emoji/oncoming_bus.png +%%DATADIR%%/public/img/emoji/oncoming_police_car.png +%%DATADIR%%/public/img/emoji/oncoming_taxi.png +%%DATADIR%%/public/img/emoji/one.png +%%DATADIR%%/public/img/emoji/open_file_folder.png +%%DATADIR%%/public/img/emoji/open_hands.png +%%DATADIR%%/public/img/emoji/open_mouth.png +%%DATADIR%%/public/img/emoji/ophiuchus.png +%%DATADIR%%/public/img/emoji/orange_book.png +%%DATADIR%%/public/img/emoji/outbox_tray.png +%%DATADIR%%/public/img/emoji/ox.png +%%DATADIR%%/public/img/emoji/package.png +%%DATADIR%%/public/img/emoji/page_facing_up.png +%%DATADIR%%/public/img/emoji/page_with_curl.png +%%DATADIR%%/public/img/emoji/pager.png +%%DATADIR%%/public/img/emoji/palm_tree.png +%%DATADIR%%/public/img/emoji/panda_face.png +%%DATADIR%%/public/img/emoji/paperclip.png +%%DATADIR%%/public/img/emoji/parking.png +%%DATADIR%%/public/img/emoji/part_alternation_mark.png +%%DATADIR%%/public/img/emoji/partly_sunny.png +%%DATADIR%%/public/img/emoji/passport_control.png +%%DATADIR%%/public/img/emoji/paw_prints.png +%%DATADIR%%/public/img/emoji/peach.png +%%DATADIR%%/public/img/emoji/pear.png +%%DATADIR%%/public/img/emoji/pencil.png +%%DATADIR%%/public/img/emoji/pencil2.png +%%DATADIR%%/public/img/emoji/penguin.png +%%DATADIR%%/public/img/emoji/pensive.png +%%DATADIR%%/public/img/emoji/performing_arts.png +%%DATADIR%%/public/img/emoji/persevere.png +%%DATADIR%%/public/img/emoji/person_frowning.png +%%DATADIR%%/public/img/emoji/person_with_blond_hair.png +%%DATADIR%%/public/img/emoji/person_with_pouting_face.png +%%DATADIR%%/public/img/emoji/phone.png +%%DATADIR%%/public/img/emoji/pig.png +%%DATADIR%%/public/img/emoji/pig2.png +%%DATADIR%%/public/img/emoji/pig_nose.png +%%DATADIR%%/public/img/emoji/pill.png +%%DATADIR%%/public/img/emoji/pineapple.png +%%DATADIR%%/public/img/emoji/pisces.png +%%DATADIR%%/public/img/emoji/pizza.png +%%DATADIR%%/public/img/emoji/plus1.png +%%DATADIR%%/public/img/emoji/point_down.png +%%DATADIR%%/public/img/emoji/point_left.png +%%DATADIR%%/public/img/emoji/point_right.png +%%DATADIR%%/public/img/emoji/point_up.png +%%DATADIR%%/public/img/emoji/point_up_2.png +%%DATADIR%%/public/img/emoji/police_car.png +%%DATADIR%%/public/img/emoji/poodle.png +%%DATADIR%%/public/img/emoji/poop.png +%%DATADIR%%/public/img/emoji/post_office.png +%%DATADIR%%/public/img/emoji/postal_horn.png +%%DATADIR%%/public/img/emoji/postbox.png +%%DATADIR%%/public/img/emoji/potable_water.png +%%DATADIR%%/public/img/emoji/pouch.png +%%DATADIR%%/public/img/emoji/poultry_leg.png +%%DATADIR%%/public/img/emoji/pound.png +%%DATADIR%%/public/img/emoji/pouting_cat.png +%%DATADIR%%/public/img/emoji/pray.png +%%DATADIR%%/public/img/emoji/princess.png +%%DATADIR%%/public/img/emoji/punch.png +%%DATADIR%%/public/img/emoji/purple_heart.png +%%DATADIR%%/public/img/emoji/purse.png +%%DATADIR%%/public/img/emoji/pushpin.png +%%DATADIR%%/public/img/emoji/put_litter_in_its_place.png +%%DATADIR%%/public/img/emoji/question.png +%%DATADIR%%/public/img/emoji/rabbit.png +%%DATADIR%%/public/img/emoji/rabbit2.png +%%DATADIR%%/public/img/emoji/racehorse.png +%%DATADIR%%/public/img/emoji/radio.png +%%DATADIR%%/public/img/emoji/radio_button.png +%%DATADIR%%/public/img/emoji/rage.png +%%DATADIR%%/public/img/emoji/rage1.png +%%DATADIR%%/public/img/emoji/rage2.png +%%DATADIR%%/public/img/emoji/rage3.png +%%DATADIR%%/public/img/emoji/rage4.png +%%DATADIR%%/public/img/emoji/railway_car.png +%%DATADIR%%/public/img/emoji/rainbow.png +%%DATADIR%%/public/img/emoji/raised_hand.png +%%DATADIR%%/public/img/emoji/raised_hands.png +%%DATADIR%%/public/img/emoji/raising_hand.png +%%DATADIR%%/public/img/emoji/ram.png +%%DATADIR%%/public/img/emoji/ramen.png +%%DATADIR%%/public/img/emoji/rat.png +%%DATADIR%%/public/img/emoji/recycle.png +%%DATADIR%%/public/img/emoji/red_car.png +%%DATADIR%%/public/img/emoji/red_circle.png +%%DATADIR%%/public/img/emoji/registered.png +%%DATADIR%%/public/img/emoji/relaxed.png +%%DATADIR%%/public/img/emoji/relieved.png +%%DATADIR%%/public/img/emoji/repeat.png +%%DATADIR%%/public/img/emoji/repeat_one.png +%%DATADIR%%/public/img/emoji/restroom.png +%%DATADIR%%/public/img/emoji/revolving_hearts.png +%%DATADIR%%/public/img/emoji/rewind.png +%%DATADIR%%/public/img/emoji/ribbon.png +%%DATADIR%%/public/img/emoji/rice.png +%%DATADIR%%/public/img/emoji/rice_ball.png +%%DATADIR%%/public/img/emoji/rice_cracker.png +%%DATADIR%%/public/img/emoji/rice_scene.png +%%DATADIR%%/public/img/emoji/ring.png +%%DATADIR%%/public/img/emoji/rocket.png +%%DATADIR%%/public/img/emoji/roller_coaster.png +%%DATADIR%%/public/img/emoji/rooster.png +%%DATADIR%%/public/img/emoji/rose.png +%%DATADIR%%/public/img/emoji/rotating_light.png +%%DATADIR%%/public/img/emoji/round_pushpin.png +%%DATADIR%%/public/img/emoji/rowboat.png +%%DATADIR%%/public/img/emoji/ru.png +%%DATADIR%%/public/img/emoji/rugby_football.png +%%DATADIR%%/public/img/emoji/runner.png +%%DATADIR%%/public/img/emoji/running.png +%%DATADIR%%/public/img/emoji/running_shirt_with_sash.png +%%DATADIR%%/public/img/emoji/sa.png +%%DATADIR%%/public/img/emoji/sagittarius.png +%%DATADIR%%/public/img/emoji/sailboat.png +%%DATADIR%%/public/img/emoji/sake.png +%%DATADIR%%/public/img/emoji/sandal.png +%%DATADIR%%/public/img/emoji/santa.png +%%DATADIR%%/public/img/emoji/satellite.png +%%DATADIR%%/public/img/emoji/satisfied.png +%%DATADIR%%/public/img/emoji/saxophone.png +%%DATADIR%%/public/img/emoji/school.png +%%DATADIR%%/public/img/emoji/school_satchel.png +%%DATADIR%%/public/img/emoji/scissors.png +%%DATADIR%%/public/img/emoji/scorpius.png +%%DATADIR%%/public/img/emoji/scream.png +%%DATADIR%%/public/img/emoji/scream_cat.png +%%DATADIR%%/public/img/emoji/scroll.png +%%DATADIR%%/public/img/emoji/seat.png +%%DATADIR%%/public/img/emoji/secret.png +%%DATADIR%%/public/img/emoji/see_no_evil.png +%%DATADIR%%/public/img/emoji/seedling.png +%%DATADIR%%/public/img/emoji/seven.png +%%DATADIR%%/public/img/emoji/shaved_ice.png +%%DATADIR%%/public/img/emoji/sheep.png +%%DATADIR%%/public/img/emoji/shell.png +%%DATADIR%%/public/img/emoji/ship.png +%%DATADIR%%/public/img/emoji/shipit.png +%%DATADIR%%/public/img/emoji/shirt.png +%%DATADIR%%/public/img/emoji/shit.png +%%DATADIR%%/public/img/emoji/shoe.png +%%DATADIR%%/public/img/emoji/shower.png +%%DATADIR%%/public/img/emoji/signal_strength.png +%%DATADIR%%/public/img/emoji/six.png +%%DATADIR%%/public/img/emoji/six_pointed_star.png +%%DATADIR%%/public/img/emoji/ski.png +%%DATADIR%%/public/img/emoji/skull.png +%%DATADIR%%/public/img/emoji/sleeping.png +%%DATADIR%%/public/img/emoji/sleepy.png +%%DATADIR%%/public/img/emoji/slot_machine.png +%%DATADIR%%/public/img/emoji/small_blue_diamond.png +%%DATADIR%%/public/img/emoji/small_orange_diamond.png +%%DATADIR%%/public/img/emoji/small_red_triangle.png +%%DATADIR%%/public/img/emoji/small_red_triangle_down.png +%%DATADIR%%/public/img/emoji/smile.png +%%DATADIR%%/public/img/emoji/smile_cat.png +%%DATADIR%%/public/img/emoji/smiley.png +%%DATADIR%%/public/img/emoji/smiley_cat.png +%%DATADIR%%/public/img/emoji/smiling_imp.png +%%DATADIR%%/public/img/emoji/smirk.png +%%DATADIR%%/public/img/emoji/smirk_cat.png +%%DATADIR%%/public/img/emoji/smoking.png +%%DATADIR%%/public/img/emoji/snail.png +%%DATADIR%%/public/img/emoji/snake.png +%%DATADIR%%/public/img/emoji/snowboarder.png +%%DATADIR%%/public/img/emoji/snowflake.png +%%DATADIR%%/public/img/emoji/snowman.png +%%DATADIR%%/public/img/emoji/sob.png +%%DATADIR%%/public/img/emoji/soccer.png +%%DATADIR%%/public/img/emoji/soon.png +%%DATADIR%%/public/img/emoji/sos.png +%%DATADIR%%/public/img/emoji/sound.png +%%DATADIR%%/public/img/emoji/space_invader.png +%%DATADIR%%/public/img/emoji/spades.png +%%DATADIR%%/public/img/emoji/spaghetti.png +%%DATADIR%%/public/img/emoji/sparkle.png +%%DATADIR%%/public/img/emoji/sparkler.png +%%DATADIR%%/public/img/emoji/sparkles.png +%%DATADIR%%/public/img/emoji/sparkling_heart.png +%%DATADIR%%/public/img/emoji/speak_no_evil.png +%%DATADIR%%/public/img/emoji/speaker.png +%%DATADIR%%/public/img/emoji/speech_balloon.png +%%DATADIR%%/public/img/emoji/speedboat.png +%%DATADIR%%/public/img/emoji/squirrel.png +%%DATADIR%%/public/img/emoji/star.png +%%DATADIR%%/public/img/emoji/star2.png +%%DATADIR%%/public/img/emoji/stars.png +%%DATADIR%%/public/img/emoji/station.png +%%DATADIR%%/public/img/emoji/statue_of_liberty.png +%%DATADIR%%/public/img/emoji/steam_locomotive.png +%%DATADIR%%/public/img/emoji/stew.png +%%DATADIR%%/public/img/emoji/straight_ruler.png +%%DATADIR%%/public/img/emoji/strawberry.png +%%DATADIR%%/public/img/emoji/stuck_out_tongue.png +%%DATADIR%%/public/img/emoji/stuck_out_tongue_closed_eyes.png +%%DATADIR%%/public/img/emoji/stuck_out_tongue_winking_eye.png +%%DATADIR%%/public/img/emoji/sun_with_face.png +%%DATADIR%%/public/img/emoji/sunflower.png +%%DATADIR%%/public/img/emoji/sunglasses.png +%%DATADIR%%/public/img/emoji/sunny.png +%%DATADIR%%/public/img/emoji/sunrise.png +%%DATADIR%%/public/img/emoji/sunrise_over_mountains.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Nov 20 18: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 471B0C4C2E1; Sun, 20 Nov 2016 18:01:39 +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 DB0811923; Sun, 20 Nov 2016 18:01:38 +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 uAKI1bDX092125; Sun, 20 Nov 2016 18:01:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKI1bop092124; Sun, 20 Nov 2016 18:01:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201801.uAKI1bop092124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 18:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426609 - head/games/omega/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 18:01:39 -0000 Author: marino Date: Sun Nov 20 18:01:37 2016 New Revision: 426609 URL: https://svnweb.freebsd.org/changeset/ports/426609 Log: games/omega: honor CFLAGS Modified: head/games/omega/files/patch-Makefile Modified: head/games/omega/files/patch-Makefile ============================================================================== --- head/games/omega/files/patch-Makefile Sun Nov 20 17:34:39 2016 (r426608) +++ head/games/omega/files/patch-Makefile Sun Nov 20 18:01:37 2016 (r426609) @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Jan 1 20:00:06 1999 -+++ Makefile Mon Jul 5 19:51:50 1999 +--- Makefile.orig 1999-01-02 04:00:06 UTC ++++ Makefile @@ -1,14 +1,14 @@ # These two definitions are used if you 'make install' # the value of LIBDIR should be the same as OMEGALIB in defs.h @@ -18,7 +18,7 @@ #CFLAGS = -DSYSV -O # I also had to define -cckr (K&R style C) for system V #CFLAGS = -DMSDOS -O -@@ -17,14 +17,14 @@ +@@ -17,14 +17,14 @@ CFLAGS = -DBSD -ggdb # CPP should contain the command to run the C preprocessor. #CPP = cc -E #CPP = /lib/cpp @@ -35,9 +35,12 @@ # comment out one of the following two, after establishing whether your # machine uses termcap (most BSD machines) or terminfo (System-V) -@@ -48,7 +48,10 @@ +@@ -46,9 +46,12 @@ OBJ = omega.o abyss.o aux1.o aux2.o aux3 + spell.o time.o trap.o util.o village.o compress.o + omega: $(OBJ) - $(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o omega +- $(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o omega ++ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJ) $(LIBS) -o omega -install: omega $(BINDIR) $(LIBDIR) +install: omega @@ -47,15 +50,17 @@ cp omega $(BINDIR) chmod 4711 $(BINDIR)/omega - cp lib/* $(LIBDIR) -@@ -71,9 +74,9 @@ +@@ -71,9 +74,9 @@ clean: $(OBJ): clrgen.h defs.h extern.h glob.h -clrgen.h clrgen.c: genclr.c minit.h defs.h - $(MAKE) genclr +- $(CPP) -DOMEGA_CLRGEN *.[ch] | ./genclr clrgen.c clrgen.h +clrgen.c: genclr - $(CPP) -DOMEGA_CLRGEN *.[ch] | ./genclr clrgen.c clrgen.h ++ $(CPP) $(CFLAGS) -DOMEGA_CLRGEN *.[ch] | ./genclr clrgen.c clrgen.h +clrgen.h: | clrgen.c genclr: genclr.o - $(CC) $(LDFLAGS) genclr.o -o genclr +- $(CC) $(LDFLAGS) genclr.o -o genclr ++ $(CC) $(CFLAGS) $(LDFLAGS) genclr.o -o genclr From owner-svn-ports-all@freebsd.org Sun Nov 20 18:13: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 2C67BC4C741; Sun, 20 Nov 2016 18:13:36 +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 F2936E7; Sun, 20 Nov 2016 18:13:35 +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 uAKIDZoL099049; Sun, 20 Nov 2016 18:13:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKIDZZg099048; Sun, 20 Nov 2016 18:13:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201813.uAKIDZZg099048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 18:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426610 - head/misc/cave X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 18:13:36 -0000 Author: marino Date: Sun Nov 20 18:13:34 2016 New Revision: 426610 URL: https://svnweb.freebsd.org/changeset/ports/426610 Log: misc/cave: Fix configuration of ports-based ncurses Modified: head/misc/cave/Makefile Modified: head/misc/cave/Makefile ============================================================================== --- head/misc/cave/Makefile Sun Nov 20 18:01:37 2016 (r426609) +++ head/misc/cave/Makefile Sun Nov 20 18:13:34 2016 (r426610) @@ -12,6 +12,7 @@ COMMENT= Character Animation Viewer for USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= LIBS="${LDFLAGS} -lncurses" +CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include PLIST_FILES= bin/${PORTNAME} \ man/man1/cave.1.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 18: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 118C8C4C2BA; Sun, 20 Nov 2016 18:50:00 +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 D50E0A4F; Sun, 20 Nov 2016 18:49:59 +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 uAKInwHv011559; Sun, 20 Nov 2016 18:49:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKInwaw011558; Sun, 20 Nov 2016 18:49:58 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611201849.uAKInwaw011558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 20 Nov 2016 18:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426611 - 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: Sun, 20 Nov 2016 18:50:00 -0000 Author: riggs Date: Sun Nov 20 18:49:58 2016 New Revision: 426611 URL: https://svnweb.freebsd.org/changeset/ports/426611 Log: Re-enable MMX/SSE by default on i386 after stack alignment fixes PR: 213583 Submitted by: jbeich Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Nov 20 18:13:34 2016 (r426610) +++ head/multimedia/ffmpeg/Makefile Sun Nov 20 18:49:58 2016 (r426611) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -49,7 +49,7 @@ OPTIONS_DEFINE_armv6= VFP NEON OPTIONS_DEFINE_armv6hf= VFP NEON OPTIONS_DEFINE_i386= MMX SSE OPTIONS_DEFAULT_amd64= MMX SSE -OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} ${MACHINE_CPU:tu:MSSE} +OPTIONS_DEFAULT_i386= MMX SSE ASS_DESC= Subtitles rendering via libass BS2B_DESC= Bauer Stereophonic-to-Binaural filter From owner-svn-ports-all@freebsd.org Sun Nov 20 19:07: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 5883DC4C5FD; Sun, 20 Nov 2016 19:07:29 +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 2A83F1271; Sun, 20 Nov 2016 19:07:29 +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 uAKJ7Sgl019526; Sun, 20 Nov 2016 19:07:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJ7Sau019525; Sun, 20 Nov 2016 19:07:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201907.uAKJ7Sau019525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 19:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426612 - head/misc/nms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 19:07:29 -0000 Author: marino Date: Sun Nov 20 19:07:28 2016 New Revision: 426612 URL: https://svnweb.freebsd.org/changeset/ports/426612 Log: misc/nms: Fix configuration for ports-bases ncurses Modified: head/misc/nms/Makefile Modified: head/misc/nms/Makefile ============================================================================== --- head/misc/nms/Makefile Sun Nov 20 18:49:58 2016 (r426611) +++ head/misc/nms/Makefile Sun Nov 20 19:07:28 2016 (r426612) @@ -14,6 +14,8 @@ COMMENT= Recreate decrypting text effect LICENSE= GPLv3 USES= gmake ncurses +MAKE_ARGS+= NCURSES_H=${NCURSESINC}/ncurses.h + USE_GITHUB= yes GH_ACCOUNT= bartobri GH_PROJECT= no-more-secrets From owner-svn-ports-all@freebsd.org Sun Nov 20 19:17: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 683DAC4C865; Sun, 20 Nov 2016 19:17: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 204501750; Sun, 20 Nov 2016 19:17: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 uAKJH9t3023632; Sun, 20 Nov 2016 19:17:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJH9EM023630; Sun, 20 Nov 2016 19:17:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611201917.uAKJH9EM023630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 19:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426613 - in head/multimedia/mpeg4ip: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 19:17:10 -0000 Author: jbeich Date: Sun Nov 20 19:17:08 2016 New Revision: 426613 URL: https://svnweb.freebsd.org/changeset/ports/426613 Log: multimedia/mpeg4ip: unbreak with libc++ 3.9 media_utils.cpp:613:9: error: assigning to 'char *' from incompatible type 'const char *' slash = strchr(name, '/'); ^ ~~~~~~~~~~~~~~~~~ PR: 214659 Reviewed by: dim Approved by: portmgr blanket Added: head/multimedia/mpeg4ip/files/patch-player_src_media__utils.cpp (contents, props changed) Modified: head/multimedia/mpeg4ip/Makefile (contents, props changed) Modified: head/multimedia/mpeg4ip/Makefile ============================================================================== --- head/multimedia/mpeg4ip/Makefile Sun Nov 20 19:07:28 2016 (r426612) +++ head/multimedia/mpeg4ip/Makefile Sun Nov 20 19:17:08 2016 (r426613) @@ -3,7 +3,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.6.1 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= LOCAL/ahze # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 Added: head/multimedia/mpeg4ip/files/patch-player_src_media__utils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mpeg4ip/files/patch-player_src_media__utils.cpp Sun Nov 20 19:17:08 2016 (r426613) @@ -0,0 +1,27 @@ +--- player/src/media_utils.cpp.orig 2007-03-29 18:52:19 UTC ++++ player/src/media_utils.cpp +@@ -605,12 +605,12 @@ static int create_media_for_iptv (CPlaye + int have_audio_driver, + control_callback_vft_t *cc_vft) + { +- char *slash, *cm; ++ char *cm; + uint64_t prog; + session_desc_t *sdp; + + name += strlen("iptv://"); +- slash = strchr(name, '/'); ++ const char *slash = strchr(name, '/'); + if (slash == NULL || slash == name) { + psptr->set_message("Invalid iptv content manager"); + return -1; +@@ -618,8 +618,7 @@ static int create_media_for_iptv (CPlaye + cm = (char *)malloc(slash - name + 1); + memcpy(cm, name, slash - name); + cm[slash - name] = '\0'; +- slash++; +- if (sscanf(slash, U64, &prog) != 1) { ++ if (sscanf(slash + 1, U64, &prog) != 1) { + psptr->set_message("Invalid iptv program"); + return -1; + } From owner-svn-ports-all@freebsd.org Sun Nov 20 19:22: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 0744BC4CBF4; Sun, 20 Nov 2016 19:22:33 +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 CD7301C20; Sun, 20 Nov 2016 19:22:32 +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 uAKJMVY5027383; Sun, 20 Nov 2016 19:22:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJMVus027382; Sun, 20 Nov 2016 19:22:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201922.uAKJMVus027382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 19:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426614 - head/textproc/fzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 19:22:33 -0000 Author: marino Date: Sun Nov 20 19:22:31 2016 New Revision: 426614 URL: https://svnweb.freebsd.org/changeset/ports/426614 Log: textproc/fzf: Fix headers inclusion for ports-based ncurses Approved by: ncurses blanket Modified: head/textproc/fzf/Makefile Modified: head/textproc/fzf/Makefile ============================================================================== --- head/textproc/fzf/Makefile Sun Nov 20 19:17:08 2016 (r426613) +++ head/textproc/fzf/Makefile Sun Nov 20 19:22:31 2016 (r426614) @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/src/fzf +MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" PLIST_FILES= bin/fzf man/man1/fzf.1.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 19:37: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 9EE1EC4CFE3; Sun, 20 Nov 2016 19:37:14 +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 6E2AC366; Sun, 20 Nov 2016 19:37:14 +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 uAKJbDH5031681; Sun, 20 Nov 2016 19:37:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJbDNJ031680; Sun, 20 Nov 2016 19:37:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201937.uAKJbDNJ031680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 19:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426615 - head/misc/ytree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 19:37:14 -0000 Author: marino Date: Sun Nov 20 19:37:13 2016 New Revision: 426615 URL: https://svnweb.freebsd.org/changeset/ports/426615 Log: misc/ytree: Document readline requirement and honor FLAGS After fixing the flags honoring, the LDFLAGS redefinition was no longer necessary. The readline library requirement was undocumented. Approved by: General blankets Modified: head/misc/ytree/Makefile Modified: head/misc/ytree/Makefile ============================================================================== --- head/misc/ytree/Makefile Sun Nov 20 19:22:31 2016 (r426614) +++ head/misc/ytree/Makefile Sun Nov 20 19:37:13 2016 (r426615) @@ -12,9 +12,9 @@ COMMENT= DOS-XTREE(tm) look-a-like file LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= ncurses +USES= ncurses readline ALL_TARGET= ytree -MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses -lcompat" +LDFLAGS+= -lreadline OPTIONS_DEFINE= DOCS From owner-svn-ports-all@freebsd.org Sun Nov 20 19: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 8456BC4C0E5; Sun, 20 Nov 2016 19:38:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30ECB95F; Sun, 20 Nov 2016 19:38:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKJctC3031925; Sun, 20 Nov 2016 19:38:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJctTX031924; Sun, 20 Nov 2016 19:38:55 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201938.uAKJctTX031924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 19:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426616 - head/misc/ytree/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 19:38:56 -0000 Author: marino Date: Sun Nov 20 19:38:55 2016 New Revision: 426616 URL: https://svnweb.freebsd.org/changeset/ports/426616 Log: misc/ytree: Document readline rqmt and honor FLAGS (forgotten patch) This patch update belongs with the previous commit. Modified: head/misc/ytree/files/patch-Makefile Modified: head/misc/ytree/files/patch-Makefile ============================================================================== --- head/misc/ytree/files/patch-Makefile Sun Nov 20 19:37:13 2016 (r426615) +++ head/misc/ytree/files/patch-Makefile Sun Nov 20 19:38:55 2016 (r426616) @@ -1,13 +1,13 @@ ---- Makefile.orig +--- Makefile.orig 2016-09-04 17:18:17 UTC +++ Makefile -@@ -87,8 +87,8 @@ +@@ -87,8 +87,8 @@ LDFLAGS += -lncurses -lreadline ########################### # FreeBSD (Thanks to Peter Brevik) ########################### -#CFLAGS = -DCOLOR_SUPPORT -DNCURSES -#LDFLAGS = -lncurses -lcompat -+CFLAGS = -DCOLOR_SUPPORT -DNCURSES -+LDFLAGS = -lncurses -lcompat ++CFLAGS += -DCOLOR_SUPPORT -DNCURSES ++LDFLAGS += -lncurses -lcompat ########################### # MAC OS X From owner-svn-ports-all@freebsd.org Sun Nov 20 19:46: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 D0061C4C443; Sun, 20 Nov 2016 19:46: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 A9A53FFA; Sun, 20 Nov 2016 19:46: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 uAKJk2KQ035946; Sun, 20 Nov 2016 19:46:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKJk2Bn035944; Sun, 20 Nov 2016 19:46:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611201946.uAKJk2Bn035944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 20 Nov 2016 19:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426617 - in head/textproc/fzf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 19:46:03 -0000 Author: pi Date: Sun Nov 20 19:46:02 2016 New Revision: 426617 URL: https://svnweb.freebsd.org/changeset/ports/426617 Log: textproc/fzf: Update 13.4 -> 0.15.8 PR: 214678 Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md Submitted by: Sascha Holzleiter (maintainer) Deleted: head/textproc/fzf/files/ Modified: head/textproc/fzf/Makefile head/textproc/fzf/distinfo Modified: head/textproc/fzf/Makefile ============================================================================== --- head/textproc/fzf/Makefile Sun Nov 20 19:38:55 2016 (r426616) +++ head/textproc/fzf/Makefile Sun Nov 20 19:46:02 2016 (r426617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fzf -PORTVERSION= 0.13.4 +PORTVERSION= 0.15.8 CATEGORIES= textproc MAINTAINER= sascha@root-login.org @@ -11,22 +11,20 @@ COMMENT= Blazing fast command-line fuzzy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go-runewidth>0:devel/go-runewidth \ - go-shellwords>0:devel/go-shellwords - USES= compiler go ncurses USE_GITHUB= yes GH_ACCOUNT= junegunn +GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} - -GO_TARGET= ${GO_PKGNAME}/src/fzf -MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" +GH_TUPLE= junegunn:go-runewidth:63c378b:runwidth/src/github.com/junegunn/go-runewidth \ + junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \ + junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty PLIST_FILES= bin/fzf man/man1/fzf.1.gz +STRIP= # do not strip go binaries + OPTIONS_DEFINE= TMUX TMUX_DESC= Install fzf-tmux (depends on BASH) @@ -35,6 +33,14 @@ OPTIONS_DEFAULT= TMUX TMUX_RUN_DEPENDS= bash:shells/bash TMUX_PLIST_FILES= bin/fzf-tmux man/man1/fzf-tmux.1.gz +do-build: + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/src/fzf; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} \ + go build -o bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/src/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + post-install: ${INSTALL_MAN} ${WRKSRC}/man/man1/fzf.1 ${STAGEDIR}${MANPREFIX}/man/man1 Modified: head/textproc/fzf/distinfo ============================================================================== --- head/textproc/fzf/distinfo Sun Nov 20 19:38:55 2016 (r426616) +++ head/textproc/fzf/distinfo Sun Nov 20 19:46:02 2016 (r426617) @@ -1,3 +1,9 @@ -TIMESTAMP = 1471256085 -SHA256 (junegunn-fzf-0.13.4_GH0.tar.gz) = ba561de9393c7f5604f3463c0d48960b86690afe8396f2c9672d3c4777960c7c -SIZE (junegunn-fzf-0.13.4_GH0.tar.gz) = 107907 +TIMESTAMP = 1479595305 +SHA256 (junegunn-fzf-0.15.8_GH0.tar.gz) = f02ba45837e8583a3aa4e54a7d0b7d493f5314be6923ca80a639b43d6c0f4a4f +SIZE (junegunn-fzf-0.15.8_GH0.tar.gz) = 120461 +SHA256 (junegunn-go-runewidth-63c378b_GH0.tar.gz) = e7cba5116e6f7051984005f5ab6c23d448307a6fced09eb9bd1bf49f3317b36d +SIZE (junegunn-go-runewidth-63c378b_GH0.tar.gz) = 4503 +SHA256 (junegunn-go-shellwords-35d512a_GH0.tar.gz) = ea496265b81c60c0d590e369ca7cbcf3e87ec39d6f49c7462a7ab0483582b6fa +SIZE (junegunn-go-shellwords-35d512a_GH0.tar.gz) = 2340 +SHA256 (junegunn-go-isatty-66b8e73_GH0.tar.gz) = 261ec4d11cc7615205c67a1dd9ffe1f88166fc50db0022700a82f39ab7e47b0d +SIZE (junegunn-go-isatty-66b8e73_GH0.tar.gz) = 1956 From owner-svn-ports-all@freebsd.org Sun Nov 20 19:54: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 B8646C4C6AE; Sun, 20 Nov 2016 19:54:44 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay116.isp.belgacom.be (mailrelay116.isp.belgacom.be [195.238.20.143]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D320114ED; Sun, 20 Nov 2016 19:54:40 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BpBQD5/jFY/wCm81FdGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgzgBAQEBAR9KDnAQpFCWcyiFeQKBfEQQAQIBAQEBAQEBYiiEaQEBBDo?= =?us-ascii?q?/EAsOBgQJJQ8qHgYTiHEKqUeLTAEBAQEBAQEDAQEBAQEBASCLFoRJhWEFmk2GQ?= =?us-ascii?q?ooqcoFYjWiJT4QQhAs1IIESg0gcgV49NIgNAQEB?= Received: from 0.166-243-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.243.166.0]) by relay.skynet.be with ESMTP; 20 Nov 2016 20:53:20 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id uAKJrJiM002704; Sun, 20 Nov 2016 20:53:19 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 20 Nov 2016 20:53:19 +0100 From: Tijl Coosemans To: Thomas Zander Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426611 - head/multimedia/ffmpeg Message-ID: <20161120205319.62bbdfe9@kalimero.tijl.coosemans.org> In-Reply-To: <201611201849.uAKInwaw011558@repo.freebsd.org> References: <201611201849.uAKInwaw011558@repo.freebsd.org> 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: Sun, 20 Nov 2016 19:54:44 -0000 On Sun, 20 Nov 2016 18:49:58 +0000 (UTC) Thomas Zander wrote: > Author: riggs > Date: Sun Nov 20 18:49:58 2016 > New Revision: 426611 > URL: https://svnweb.freebsd.org/changeset/ports/426611 > > Log: > Re-enable MMX/SSE by default on i386 after stack alignment fixes > > PR: 213583 > Submitted by: jbeich > > Modified: > head/multimedia/ffmpeg/Makefile > > Modified: head/multimedia/ffmpeg/Makefile > ============================================================================== > --- head/multimedia/ffmpeg/Makefile Sun Nov 20 18:13:34 2016 (r426610) > +++ head/multimedia/ffmpeg/Makefile Sun Nov 20 18:49:58 2016 (r426611) > @@ -3,7 +3,7 @@ > > PORTNAME= ffmpeg > PORTVERSION= 2.8.8 > -PORTREVISION= 6 > +PORTREVISION= 7 > PORTEPOCH= 1 > CATEGORIES= multimedia audio ipv6 net > MASTER_SITES= http://ffmpeg.org/releases/ > @@ -49,7 +49,7 @@ OPTIONS_DEFINE_armv6= VFP NEON > OPTIONS_DEFINE_armv6hf= VFP NEON > OPTIONS_DEFINE_i386= MMX SSE > OPTIONS_DEFAULT_amd64= MMX SSE > -OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} ${MACHINE_CPU:tu:MSSE} > +OPTIONS_DEFAULT_i386= MMX SSE > > ASS_DESC= Subtitles rendering via libass > BS2B_DESC= Bauer Stereophonic-to-Binaural filter > As a I said in the bug, you must also remove this line: SSE_VARS= FFMPEG_CFLAGS+="-msse" The compiler will use SSE instructions for regular C code with this flag. From owner-svn-ports-all@freebsd.org Sun Nov 20 20:02: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 6DA74C4C973; Sun, 20 Nov 2016 20:02:35 +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 4B04519BE; Sun, 20 Nov 2016 20:02:34 +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 235DD43C32; Sun, 20 Nov 2016 14:01:36 -0600 (CST) Subject: Re: svn commit: r426617 - in head/textproc/fzf: . files To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611201946.uAKJk2Bn035944@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <10733902-f36a-eca8-997b-58e337ce8818@marino.st> Date: Sun, 20 Nov 2016 14:02:24 -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: <201611201946.uAKJk2Bn035944@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161120-0, 11/20/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: Sun, 20 Nov 2016 20:02:35 -0000 On 11/20/2016 13:46, Kurt Jaeger wrote: > Author: pi > Date: Sun Nov 20 19:46:02 2016 > New Revision: 426617 > URL: https://svnweb.freebsd.org/changeset/ports/426617 > > Log: > textproc/fzf: Update 13.4 -> 0.15.8 > > PR: 214678 > Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md > Submitted by: Sascha Holzleiter (maintainer) > > Deleted: > head/textproc/fzf/files/ > Modified: > head/textproc/fzf/Makefile > head/textproc/fzf/distinfo > > Modified: head/textproc/fzf/Makefile > ============================================================================== > --- head/textproc/fzf/Makefile Sun Nov 20 19:38:55 2016 (r426616) > +++ head/textproc/fzf/Makefile Sun Nov 20 19:46:02 2016 (r426617) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= fzf > -PORTVERSION= 0.13.4 > +PORTVERSION= 0.15.8 > CATEGORIES= textproc > > MAINTAINER= sascha@root-login.org > @@ -11,22 +11,20 @@ COMMENT= Blazing fast command-line fuzzy > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > > -BUILD_DEPENDS= go-runewidth>0:devel/go-runewidth \ > - go-shellwords>0:devel/go-shellwords > - > USES= compiler go ncurses > > USE_GITHUB= yes > GH_ACCOUNT= junegunn > +GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} > > -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} > - > -GO_TARGET= ${GO_PKGNAME}/src/fzf > -MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" If I'm not mistaken, you just reverted the above line that I committed earlier today. Can you add it back or do you want to me to do it? Thanks, John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Sun Nov 20 20:03: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 3B960C4C9B6; Sun, 20 Nov 2016 20:03:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8901AA1; Sun, 20 Nov 2016 20:03:39 +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 uAKK3dpP043754; Sun, 20 Nov 2016 20:03:39 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKK3dvP043753; Sun, 20 Nov 2016 20:03:39 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611202003.uAKK3dvP043753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 20 Nov 2016 20:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426618 - 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: Sun, 20 Nov 2016 20:03:40 -0000 Author: riggs Date: Sun Nov 20 20:03:39 2016 New Revision: 426618 URL: https://svnweb.freebsd.org/changeset/ports/426618 Log: Remove -msse from CFLAGS; fixes runtime issue for non-sse CPUs As mentioned in the discussion trail of bug 213583, this is necessary for certain i386 CPUs. PR: 213583 Submitted by: jbeich Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Nov 20 19:46:02 2016 (r426617) +++ head/multimedia/ffmpeg/Makefile Sun Nov 20 20:03:39 2016 (r426618) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -297,7 +297,6 @@ SPEEX_CONFIGURE_ENABLE= libspeex # sse support SSE_CONFIGURE_ENABLE= sse -SSE_VARS= FFMPEG_CFLAGS+="-msse" SSE_IMPLIES= MMX # ssh From owner-svn-ports-all@freebsd.org Sun Nov 20 20:18: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 46AAAC4CD8B; Sun, 20 Nov 2016 20:18:46 +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 1876D24F; Sun, 20 Nov 2016 20:18:46 +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 uAKKIjAD048146; Sun, 20 Nov 2016 20:18:45 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKIjJ6048144; Sun, 20 Nov 2016 20:18:45 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611202018.uAKKIjJ6048144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 20 Nov 2016 20:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426619 - 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, 20 Nov 2016 20:18:46 -0000 Author: gerald Date: Sun Nov 20 20:18:44 2016 New Revision: 426619 URL: https://svnweb.freebsd.org/changeset/ports/426619 Log: Update to the 20161117 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 20 20:03:39 2016 (r426618) +++ head/lang/gcc6-devel/Makefile Sun Nov 20 20:18:44 2016 (r426619) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.2.1.s20161110 +PORTVERSION= 6.2.1.s20161117 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sun Nov 20 20:03:39 2016 (r426618) +++ head/lang/gcc6-devel/distinfo Sun Nov 20 20:18:44 2016 (r426619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478820684 -SHA256 (gcc-6-20161110.tar.bz2) = 3ba28d28dc5d66c14313b16ddcf6e9d1c52cde5945d4b8931053ca836077adf7 -SIZE (gcc-6-20161110.tar.bz2) = 95568918 +TIMESTAMP = 1479635898 +SHA256 (gcc-6-20161117.tar.bz2) = fa2c9fa4c3a5bd9522eb932dde3c001a9852d0667ad2c512d7d1163415c77f50 +SIZE (gcc-6-20161117.tar.bz2) = 95569468 From owner-svn-ports-all@freebsd.org Sun Nov 20 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 899FAC4CDD5; Sun, 20 Nov 2016 20:19:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64394367; Sun, 20 Nov 2016 20:19:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKKJpuf048312; Sun, 20 Nov 2016 20:19:51 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKJpE7048309; Sun, 20 Nov 2016 20:19:51 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201611202019.uAKKJpE7048309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 20 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: r426620 - in head/www/nginx-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:19:52 -0000 Author: osa Date: Sun Nov 20 20:19:51 2016 New Revision: 426620 URL: https://svnweb.freebsd.org/changeset/ports/426620 Log: Remove IGNORE for memc and redis2 third-party modules. Patches obtained from: o) https://github.com/openresty/memc-nginx-module/commit/c08cb7043440e427867838caf21cfd1e6cb2127a o) https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f Added: head/www/nginx-devel/files/extra-patch-ngx_http_memc_util.c (contents, props changed) head/www/nginx-devel/files/extra-patch-ngx_http_redis2_util.c (contents, props changed) Modified: head/www/nginx-devel/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Nov 20 20:18:44 2016 (r426619) +++ head/www/nginx-devel/Makefile Sun Nov 20 20:19:51 2016 (r426620) @@ -859,7 +859,7 @@ GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc CONFIGURE_ARGS+=--add-module=${WRKSRC_memc} -IGNORE= MEMC: a patch requires +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_memc_util.c .endif .if ${PORT_OPTIONS:MMODSECURITY} @@ -943,7 +943,7 @@ GH_ACCOUNT+= openresty:redis2 GH_PROJECT+= redis2-nginx-module:redis2 GH_TAGNAME+= v${NGINX_REDIS2_VERSION}:redis2 CONFIGURE_ARGS+=--add-module=${WRKSRC_redis2} -IGNORE= REDIS2: a patch requires +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_redis2_util.c .endif .if ${PORT_OPTIONS:MRTMP} Added: head/www/nginx-devel/files/extra-patch-ngx_http_memc_util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_http_memc_util.c Sun Nov 20 20:19:51 2016 (r426620) @@ -0,0 +1,17 @@ +--- ../memc-nginx-module-0.17/src/ngx_http_memc_util.c.orig 2016-11-20 14:54:02.640140000 -0500 ++++ ../memc-nginx-module-0.17/src/ngx_http_memc_util.c 2016-11-20 14:54:34.579764000 -0500 +@@ -141,12 +141,14 @@ + continue; + } + ++#if (nginx_version < 1011006) + if (uscfp[i]->default_port && url->default_port + && uscfp[i]->default_port != url->default_port) + { + dd("upstream_add: default_port not match"); + continue; + } ++#endif + + return uscfp[i]; + } Added: head/www/nginx-devel/files/extra-patch-ngx_http_redis2_util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_http_redis2_util.c Sun Nov 20 20:19:51 2016 (r426620) @@ -0,0 +1,18 @@ +--- ../redis2-nginx-module-0.12/src/ngx_http_redis2_util.c.orig 2016-11-20 15:00:28.997903000 -0500 ++++ ../redis2-nginx-module-0.12/src/ngx_http_redis2_util.c 2016-11-20 15:00:44.173323000 -0500 +@@ -77,6 +77,7 @@ + continue; + } + ++#if (nginx_version < 1011006) + if (uscfp[i]->default_port + && url->default_port + && uscfp[i]->default_port != url->default_port) +@@ -84,6 +85,7 @@ + dd("upstream_add: default_port not match"); + continue; + } ++#endif + + return uscfp[i]; + } From owner-svn-ports-all@freebsd.org Sun Nov 20 20:21: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 AFCC8C4CE44; Sun, 20 Nov 2016 20:21:23 +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 85A77769; Sun, 20 Nov 2016 20:21:23 +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 uAKKLMTL049976; Sun, 20 Nov 2016 20:21:22 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKLM2t049974; Sun, 20 Nov 2016 20:21:22 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611202021.uAKKLM2t049974@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: Sun, 20 Nov 2016 20:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426621 - in head/net/cf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:21:23 -0000 Author: dumbbell (src committer) Date: Sun Nov 20 20:21:22 2016 New Revision: 426621 URL: https://svnweb.freebsd.org/changeset/ports/426621 Log: net/cf: Update to 6.22.2 The port is also converted to USES=go, which greatly simplifies it. Approved by: ci Differential Revision: https://reviews.freebsd.org/D7740 Deleted: head/net/cf/files/ Modified: head/net/cf/Makefile head/net/cf/distinfo Modified: head/net/cf/Makefile ============================================================================== --- head/net/cf/Makefile Sun Nov 20 20:19:51 2016 (r426620) +++ head/net/cf/Makefile Sun Nov 20 20:21:22 2016 (r426621) @@ -1,49 +1,37 @@ # $FreeBSD$ PORTNAME= cf -PORTVERSION= 6.12.2 +PORTVERSION= 6.22.2 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= swills@FreeBSD.org COMMENT= CLI for Cloud Foundry written in Go -BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go \ - ${LOCALBASE}/bin/go-bindata:devel/go-bindata +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/go-bindata:devel/go-bindata USE_GITHUB= yes GH_ACCOUNT= cloudfoundry GH_PROJECT= cli +USES= go +GO_PKGNAME= code.cloudfoundry.org/cli + PLIST_FILES= bin/cf -PORTDOCS= BUILDING.md CHANGELOG.md INSTALL.md LICENSE README.md VERSION +PORTDOCS= CHANGELOG.md LICENSE NOTICE README.md STRIP= # stripping can break go binaries OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e "s/BUILT_FROM_SOURCE/${PORTVERSION}/g" ${WRKSRC}/cf/app_constants.go - @cd ${WRKSRC} ; ${MKDIR} Godeps/_workspace/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ - ${CP} -R .gitignore .travis.yml BUILDING.md CHANGELOG.md \ - INSTALL.md LICENSE README.md VERSION bin cf \ - cf_commands_excluded.json ci excluded.json fileutils fixtures \ - flags generic glob installers json main makefile plugin \ - plugin_examples release testhelpers utils words \ - Godeps/_workspace/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} - -do-build: - cd ${WRKSRC}/Godeps/_workspace/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ - ${SETENV} GOPATH=${WRKSRC}/Godeps/_workspace go-bindata -pkg \ - resources -o cf/resources/i18n_resources.go \ - cf/i18n/resources/... cf/i18n/test_fixtures/... - cd ${WRKSRC} ; \ - ${SETENV} GOPATH=${WRKSRC}/Godeps/_workspace go build -o out/cf ./main - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/out/cf \ - ${STAGEDIR}${PREFIX}/bin/ + @${REINPLACE_CMD} \ + -e "s/BUILT_FROM_SOURCE/${PORTVERSION}/g" \ + ${WRKSRC}/cf/app_constants.go + @: ${LN} -s ../.. ${WRKSRC}/vendor/code.cloudfoundry.org/cli do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -51,4 +39,7 @@ do-install-DOCS-on: ${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} .endfor +post-install: + ${MV} ${STAGEDIR}${PREFIX}/bin/cli ${STAGEDIR}${PREFIX}/bin/cf + .include Modified: head/net/cf/distinfo ============================================================================== --- head/net/cf/distinfo Sun Nov 20 20:19:51 2016 (r426620) +++ head/net/cf/distinfo Sun Nov 20 20:21:22 2016 (r426621) @@ -1,2 +1,3 @@ -SHA256 (cloudfoundry-cli-v6.12.2_GH0.tar.gz) = caa601410ff8b98b15e59171e042c88c09835d668b48560dde19c7a0e0ebc3fb -SIZE (cloudfoundry-cli-v6.12.2_GH0.tar.gz) = 2292064 +TIMESTAMP = 1479575472 +SHA256 (cloudfoundry-cli-v6.22.2_GH0.tar.gz) = fa5254a6e7197d9de86f3f9e1084d1f51f04cfa201b27c85b467a3320dbecda6 +SIZE (cloudfoundry-cli-v6.22.2_GH0.tar.gz) = 5399810 From owner-svn-ports-all@freebsd.org Sun Nov 20 20:23: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 6B38AC4CF86; Sun, 20 Nov 2016 20:23:28 +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 1FE2CA2F; Sun, 20 Nov 2016 20:23:28 +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 uAKKNREc052431; Sun, 20 Nov 2016 20:23:27 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKNRri052430; Sun, 20 Nov 2016 20:23:27 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611202023.uAKKNRri052430@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: Sun, 20 Nov 2016 20:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426622 - head/x11/roxterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:23:28 -0000 Author: dumbbell (src committer) Date: Sun Nov 20 20:23:26 2016 New Revision: 426622 URL: https://svnweb.freebsd.org/changeset/ports/426622 Log: x11/roxterm: Update to 3.3.2 It depends on GTK+ 3 and vte3. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D8508 Modified: head/x11/roxterm/Makefile head/x11/roxterm/distinfo Modified: head/x11/roxterm/Makefile ============================================================================== --- head/x11/roxterm/Makefile Sun Nov 20 20:21:22 2016 (r426621) +++ head/x11/roxterm/Makefile Sun Nov 20 20:23:26 2016 (r426622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= roxterm -PORTVERSION= 2.9.7 +PORTVERSION= 3.3.2 CATEGORIES= x11 MASTER_SITES= SF @@ -16,29 +16,25 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lo docbook-xsl>0:textproc/docbook-xsl \ itstool:textproc/itstool \ po4a:textproc/po4a -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libgnutls.so:security/gnutls RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= gettext libtool:build pkgconfig python:build tar:bzip2 -USE_GNOME= librsvg2:run libxslt:build +USES= gettext libtool:build pkgconfig python:build tar:xz +USE_XORG= ice sm x11 +USE_GNOME= cairo librsvg2:run libxslt:build INSTALLS_ICONS= yes -OPTIONS_DEFINE= DOCS GTK3 +OPTIONS_DEFINE= DOCS -MAITCHFLAGS= DISABLE_GTK3=${DISABLE_GTK3};DISABLE_GIT=True; +MAITCHFLAGS= DISABLE_GIT=True; MAITCHFLAGS+= CC=${CC};GCC=${CC};CPP=${CC};CFLAGS=${CFLAGS}; MAITCHFLAGS+= PARALLEL=${MAKE_JOBS_NUMBER};PREFIX=${PREFIX}; .include -.if ${PORT_OPTIONS:MGTK3} -#USE_GNOME+= vte3 -# use older vte3-290 port until roxterm can support the 2.91 API from vte3 -LIB_DEPENDS+= libvte2_90.so:x11-toolkits/vte290 -.else -USE_GNOME+= vte -DISABLE_GTK3= True -.endif +USE_GNOME+= vte3 post-patch: @${REINPLACE_CMD} -e \ Modified: head/x11/roxterm/distinfo ============================================================================== --- head/x11/roxterm/distinfo Sun Nov 20 20:21:22 2016 (r426621) +++ head/x11/roxterm/distinfo Sun Nov 20 20:23:26 2016 (r426622) @@ -1,2 +1,3 @@ -SHA256 (roxterm-2.9.7.tar.bz2) = 168e8cf8747820cdee1815c9b47ee188e2f7d6187f7f06d215f4728de5c7faf7 -SIZE (roxterm-2.9.7.tar.bz2) = 355112 +TIMESTAMP = 1477594190 +SHA256 (roxterm-3.3.2.tar.xz) = 33501d698971fe80e2756104ffa5541aff23f0ae2b718464006d912ac93c506e +SIZE (roxterm-3.3.2.tar.xz) = 309948 From owner-svn-ports-all@freebsd.org Sun Nov 20 20:25: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 12D16C4CFEC; Sun, 20 Nov 2016 20:25:02 +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 D65C6B28; Sun, 20 Nov 2016 20:25:01 +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 uAKKP0VY052590; Sun, 20 Nov 2016 20:25:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKP0i2052589; Sun, 20 Nov 2016 20:25:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611202025.uAKKP0i2052589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 20:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426623 - head/net/scamper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:25:02 -0000 Author: marino Date: Sun Nov 20 20:25:00 2016 New Revision: 426623 URL: https://svnweb.freebsd.org/changeset/ports/426623 Log: net/scamper: Document SSL requirement Approved by: SSL blanket Modified: head/net/scamper/Makefile Modified: head/net/scamper/Makefile ============================================================================== --- head/net/scamper/Makefile Sun Nov 20 20:23:26 2016 (r426622) +++ head/net/scamper/Makefile Sun Nov 20 20:25:00 2016 (r426623) @@ -12,7 +12,7 @@ COMMENT= Tool for parallelised IPv4 and LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool +USES= gmake libtool ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Sun Nov 20 20:34: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 5E0A7C4C302; Sun, 20 Nov 2016 20:34:40 +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 2D5CCF5F; Sun, 20 Nov 2016 20:34:40 +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 uAKKYdtQ056469; Sun, 20 Nov 2016 20:34:39 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKYdlq056467; Sun, 20 Nov 2016 20:34:39 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611202034.uAKKYdlq056467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 20 Nov 2016 20:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426624 - in head/lang: gcc48 gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:34:40 -0000 Author: gerald Date: Sun Nov 20 20:34:38 2016 New Revision: 426624 URL: https://svnweb.freebsd.org/changeset/ports/426624 Log: Move the conflict with lang/gcc from lang/gcc48 to lang/gcc49 now that we have updated lang/gcc to the GCC 4.9 series. (The direction from lang/gcc49 to the respective port already has been addressed.) PR: 196712 Modified: head/lang/gcc48/Makefile head/lang/gcc49/Makefile Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Nov 20 20:25:00 2016 (r426623) +++ head/lang/gcc48/Makefile Sun Nov 20 20:34:38 2016 (r426624) @@ -24,7 +24,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc-4.8.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Nov 20 20:25:00 2016 (r426623) +++ head/lang/gcc49/Makefile Sun Nov 20 20:34:38 2016 (r426624) @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc-4.9.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} From owner-svn-ports-all@freebsd.org Sun Nov 20 20:41: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 DFA27C4C462; Sun, 20 Nov 2016 20:41:34 +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 BA69711E9; Sun, 20 Nov 2016 20:41:34 +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 uAKKfX2H060280; Sun, 20 Nov 2016 20:41:33 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKfXgf060277; Sun, 20 Nov 2016 20:41:33 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201611202041.uAKKfXgf060277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 20 Nov 2016 20:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426625 - in head/www/nginx-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:41:35 -0000 Author: osa Date: Sun Nov 20 20:41:33 2016 New Revision: 426625 URL: https://svnweb.freebsd.org/changeset/ports/426625 Log: Remove IGNORE for drizzle and postgres third-party modules. Added: head/www/nginx-devel/files/extra-patch-ngx_http_drizzle_upstream.c (contents, props changed) head/www/nginx-devel/files/extra-patch-ngx_postgres_module.c (contents, props changed) Modified: head/www/nginx-devel/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Nov 20 20:34:38 2016 (r426624) +++ head/www/nginx-devel/Makefile Sun Nov 20 20:41:33 2016 (r426625) @@ -788,8 +788,8 @@ GH_ACCOUNT+= openresty:drizzle GH_PROJECT+= drizzle-nginx-module:drizzle GH_TAGNAME+= v${NGINX_DRIZZLE_VERSION}:drizzle CONFIGURE_ARGS+=--add-module=${WRKSRC_drizzle} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-drizzle-nginx-module-config -IGNORE= DRIZZLE: a patch requires +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-drizzle-nginx-module-config \ + ${PATCHDIR}/extra-patch-ngx_http_drizzle_upstream.c .endif .if ${PORT_OPTIONS:MDYNAMIC_UPSTREAM} @@ -917,8 +917,8 @@ GH_ACCOUNT+= FRiCKLE:postgres GH_PROJECT+= ngx_postgres:postgres GH_TAGNAME+= ${NGINX_POSTGRES_VERSION}:postgres CONFIGURE_ARGS+=--add-module=${WRKSRC_postgres} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config -IGNORE= POSTGRES: a patch requires +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config \ + ${PATCHDIR}/extra-patch-ngx_postgres_module.c .endif .if ${PORT_OPTIONS:MRDS_CSV} Added: head/www/nginx-devel/files/extra-patch-ngx_http_drizzle_upstream.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_http_drizzle_upstream.c Sun Nov 20 20:41:33 2016 (r426625) @@ -0,0 +1,17 @@ +--- ../drizzle-nginx-module-0.1.9/src/ngx_http_drizzle_upstream.c.orig 2016-11-20 15:32:37.264746000 -0500 ++++ ../drizzle-nginx-module-0.1.9/src/ngx_http_drizzle_upstream.c 2016-11-20 15:33:20.909836000 -0500 +@@ -1027,12 +1027,14 @@ + continue; + } + ++#if (nginx_version < 1011006) + if (uscfp[i]->default_port && url->default_port + && uscfp[i]->default_port != url->default_port) + { + dd("upstream_add: default_port not match"); + continue; + } ++#endif + + return uscfp[i]; + } Added: head/www/nginx-devel/files/extra-patch-ngx_postgres_module.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_postgres_module.c Sun Nov 20 20:41:33 2016 (r426625) @@ -0,0 +1,17 @@ +--- ../ngx_postgres-1.0rc7/src/ngx_postgres_module.c.orig 2016-11-20 15:34:25.763542000 -0500 ++++ ../ngx_postgres-1.0rc7/src/ngx_postgres_module.c 2016-11-20 15:34:41.023867000 -0500 +@@ -1320,12 +1320,14 @@ + continue; + } + ++#if (nginx_version < 1011006) + if (uscfp[i]->default_port && url->default_port + && (uscfp[i]->default_port != url->default_port)) + { + dd("default_port doesn't match"); + continue; + } ++#endif + + dd("returning"); + return uscfp[i]; From owner-svn-ports-all@freebsd.org Sun Nov 20 20:57: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 2CD46C4C605; Sun, 20 Nov 2016 20:57:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7167181E; Sun, 20 Nov 2016 20:57:55 +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 uAKKvsF9064737; Sun, 20 Nov 2016 20:57:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKvsXa064736; Sun, 20 Nov 2016 20:57:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611202057.uAKKvsXa064736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 20:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426626 - head/devel/godot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:57:56 -0000 Author: jbeich Date: Sun Nov 20 20:57:54 2016 New Revision: 426626 URL: https://svnweb.freebsd.org/changeset/ports/426626 Log: devel/godot: unbreak on some non-x86 targets In file included from platform/x11/godot_x11.cpp:30: In file included from platform/x11/os_x11.h:33: In file included from core/os/input.h:32: In file included from core/object.h:32: In file included from core/list.h:32: In file included from core/os/memory.h:33: core/safe_refcount.h:330:2: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it. #error This platform cannot use safe refcount, compile with NO_THREADS or implement it. ^ core/safe_refcount.h:338:3: error: unknown type name 'REFCOUNT_T' REFCOUNT_T count; ^ PR: 214553 Reported by: pkg-fallout, linimon Submitted by: Shane (maintainer) Modified: head/devel/godot/Makefile (contents, props changed) Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Sun Nov 20 20:41:33 2016 (r426625) +++ head/devel/godot/Makefile Sun Nov 20 20:57:54 2016 (r426626) @@ -32,6 +32,10 @@ MAKE_ARGS_clang= use_llvm=yes CXXFLAGS+= -DGLEW_NO_GLU -DRTAUDIO_ENABLED CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_i386_gcc= -march=i586 +CXXFLAGS_aarch64= -DNO_THREADS +CXXFLAGS_sparc64= -DNO_THREADS +CXXFLAGS_mips= -DNO_THREADS +CXXFLAGS_mips64= -DNO_THREADS OPTIONS_DEFINE= EXAMPLES TOOLS OPTIONS_DEFAULT= OSS @@ -62,9 +66,6 @@ PULSEAUDIO_MAKE_ARGS= pulseaudio=yes GODOTFILE= ${PORTNAME}${PKGNAMESUFFIX} PLIST_FILES= bin/${GODOTFILE} -BROKEN_sparc64= Fails to compile: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it -BROKEN_aarch64= Fails to compile: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it - .ifmake makesum # Always include optional distfiles .MAKEFLAGS: WITH="${OPTIONS_DEFINE}" OPTIONS_EXCLUDE= From owner-svn-ports-all@freebsd.org Sun Nov 20 20:58: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 A8763C4C641; Sun, 20 Nov 2016 20:58:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6329C18FD; Sun, 20 Nov 2016 20:58:09 +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 uAKKw8lN064870; Sun, 20 Nov 2016 20:58:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKw8ho064868; Sun, 20 Nov 2016 20:58:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611202058.uAKKw8ho064868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 20:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426627 - in head/sysutils/facter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:58:09 -0000 Author: jbeich Date: Sun Nov 20 20:58:08 2016 New Revision: 426627 URL: https://svnweb.freebsd.org/changeset/ports/426627 Log: sysutils/facter: unbreak build with boost 1.62 vendor/leatherman/logging/src/logging.cc:75:44: error: no matching constructor for initialization of 'sink_t' (aka 'synchronous_sink') boost::shared_ptr sink(new sink_t(&dst)); ^ ~~~~ /usr/local/include/boost/log/sinks/sync_frontend.hpp:72:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ostream *' (aka 'basic_ostream *') to 'const boost::log::v2_mt_posix::sinks::synchronous_sink' for 1st argument class synchronous_sink : ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:123:14: note: candidate constructor not viable: no known conversion from 'ostream *' (aka 'basic_ostream *') to 'const shared_ptr' for 1st argument explicit synchronous_sink(shared_ptr< sink_backend_type > const& backend) : ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate template ignored: substitution failure [with T0 = std::__1::basic_ostream > *]: no type named 'type' in 'boost::log::v2_mt_posix::aux::enable_if_named_parameters > *, boost::log::v2_mt_posix::aux::sfinae_dummy>' BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN(BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL, ~) ^ /usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN' BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args) ^ /usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:125: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_1' ^ /usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:136: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_D_1' ^ note: (skipping 25 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) /usr/local/include/boost/preprocessor/control/iif.hpp:25:60: note: expanded from macro 'BOOST_PP_IIF_I' ^ /usr/local/include/boost/preprocessor/control/iif.hpp:32:31: note: expanded from macro 'BOOST_PP_IIF_1' ^ /usr/local/include/boost/log/sinks/sync_frontend.hpp:51:14: note: expanded from macro 'BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL_1' explicit synchronous_sink(T0 const& arg0, typename boost::log::aux::enable_if_named_parameters< T0, boost::log::aux::sfinae_dummy >::type = boost::log::aux::sfinae_dummy()) :\ ^ ~~~~ /usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided /usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN' BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args) ^ PR: 214469 Submitted by: antoine Obtained from: upstream Approved by: portmgr blanket Added: head/sysutils/facter/files/patch-vendor_leatherman_logging_src_logging.cc (contents, props changed) Modified: head/sysutils/facter/Makefile (contents, props changed) Modified: head/sysutils/facter/Makefile ============================================================================== --- head/sysutils/facter/Makefile Sun Nov 20 20:57:54 2016 (r426626) +++ head/sysutils/facter/Makefile Sun Nov 20 20:58:08 2016 (r426627) @@ -2,7 +2,7 @@ PORTNAME= facter PORTVERSION= 3.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ Added: head/sysutils/facter/files/patch-vendor_leatherman_logging_src_logging.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/facter/files/patch-vendor_leatherman_logging_src_logging.cc Sun Nov 20 20:58:08 2016 (r426627) @@ -0,0 +1,19 @@ +(LTH-115) Fix Boost.Log sink initialization with Boost 1.62 + +In Boost 1.62, the way sink argument forwarding appears to have changed +in such a way that it failed to identify the implicit creation of a +color_writer. Switch to explicitly creating the color_writer sink. + +https://github.com/puppetlabs/leatherman/commit/e8196d55ecac7f2bf3aa5cb0aefef0122e63db21 + +--- vendor/leatherman/logging/src/logging.cc.orig 2015-11-25 00:14:00 UTC ++++ vendor/leatherman/logging/src/logging.cc +@@ -72,7 +72,7 @@ namespace leatherman { namespace logging + core->remove_all_sinks(); + + using sink_t = sinks::synchronous_sink; +- boost::shared_ptr sink(new sink_t(&dst)); ++ boost::shared_ptr sink = boost::make_shared(boost::make_shared(&dst)); + core->add_sink(sink); + + #if (!defined(__sun) && !defined(_AIX)) || !defined(__GNUC__) From owner-svn-ports-all@freebsd.org Sun Nov 20 20:58: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 64693C4C674; Sun, 20 Nov 2016 20:58:18 +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 30B1F19DD; Sun, 20 Nov 2016 20:58:18 +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 uAKKwHZK064992; Sun, 20 Nov 2016 20:58:17 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKwHBY064991; Sun, 20 Nov 2016 20:58:17 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611202058.uAKKwHBY064991@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: Sun, 20 Nov 2016 20:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426628 - head/graphics/piglit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:58:18 -0000 Author: dumbbell (src committer) Date: Sun Nov 20 20:58:16 2016 New Revision: 426628 URL: https://svnweb.freebsd.org/changeset/ports/426628 Log: graphics/piglit: Add USES+=compiler:c11 This fixes the build on FreeBSD 9.3 where gcc 4.2.1 fails to build Piglit. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D7779 Modified: head/graphics/piglit/Makefile Modified: head/graphics/piglit/Makefile ============================================================================== --- head/graphics/piglit/Makefile Sun Nov 20 20:58:08 2016 (r426627) +++ head/graphics/piglit/Makefile Sun Nov 20 20:58:16 2016 (r426628) @@ -31,7 +31,7 @@ GH_ACCOUNT= dumbbell GH_PROJECT= piglit GH_TAGNAME= ca5350b4056ae63a93c4c207087b7634873b2ce2 -USES= cmake:outsource pkgconfig python:2 +USES= cmake:outsource compiler:c11 pkgconfig python:2 USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender From owner-svn-ports-all@freebsd.org Sun Nov 20 20: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 5EE80C4C69C; Sun, 20 Nov 2016 20:58:22 +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 1757A19E7; Sun, 20 Nov 2016 20:58:22 +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 uAKKwLoK065092; Sun, 20 Nov 2016 20:58:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKwLlQ065091; Sun, 20 Nov 2016 20:58:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611202058.uAKKwLlQ065091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 20:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426629 - head/devel/kore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:58:22 -0000 Author: jbeich Date: Sun Nov 20 20:58:21 2016 New Revision: 426629 URL: https://svnweb.freebsd.org/changeset/ports/426629 Log: devel/kore: unbreak build on 12.0 src/cli.c:385:9: error: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] appl = basename(pwd); ^ /usr/include/libgen.h:60:21: note: expanded from macro 'basename' #define basename(x) __generic(x, const char *, __old_basename, basename)(x) ^ /usr/include/sys/cdefs.h:337:2: note: expanded from macro '__generic' _Generic(expr, t: yes, default: no) ^ PR: 214638 Reported by: pkg-fallout Submitted by: Tobias Kortkamp (maintainer) Modified: head/devel/kore/Makefile (contents, props changed) Modified: head/devel/kore/Makefile ============================================================================== --- head/devel/kore/Makefile Sun Nov 20 20:58:16 2016 (r426628) +++ head/devel/kore/Makefile Sun Nov 20 20:58:21 2016 (r426629) @@ -47,17 +47,16 @@ JSONRPC_LIB_DEPENDS= libyajl.so:devel/ya DEBUG_VARS= MAKE_ARGS+=DEBUG=1 -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_9= Base OpenSSL on FreeBSD 9.x is too old -.endif +BROKEN_FreeBSD_9= does not build post-patch: -# Disable kore's own optimizations flags - @${REINPLACE_CMD} 's|CFLAGS+=-O|#|g' ${WRKSRC}/Makefile -# Make sure the correct flags are set when LOCALBASE is not /usr/local - @${REINPLACE_CMD} 's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/Makefile +# Disable kore's own optimizations flags, make sure the correct flags +# are set when LOCALBASE is not /usr/local, and allow __generic on +# FreeBSD 12.0-CURRENT after r308264 + @${REINPLACE_CMD} -e 's|CFLAGS+=-O|#|g' \ + -e 's|/usr/local/|${LOCALBASE}/|g' \ + -e 's|-pedantic|-pedantic -Wno-error=c11-extensions|g' \ + ${WRKSRC}/Makefile pre-install: ${STRIP_CMD} ${WRKSRC}/kore @@ -66,4 +65,4 @@ post-install: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/conf && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.include +.include From owner-svn-ports-all@freebsd.org Sun Nov 20 20: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 2D4EEC4C6D4; Sun, 20 Nov 2016 20: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 F27C51BA3; Sun, 20 Nov 2016 20: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 uAKKwcoQ065246; Sun, 20 Nov 2016 20:58:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKKwbXc065243; Sun, 20 Nov 2016 20:58:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611202058.uAKKwbXc065243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 20:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426630 - in head/devel/kore: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 20:58:39 -0000 Author: jbeich Date: Sun Nov 20 20:58:37 2016 New Revision: 426630 URL: https://svnweb.freebsd.org/changeset/ports/426630 Log: devel/kore: unbreak build with clang 3.9 src/pgsql.c:222:17: error: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Werror,-Wvarargs] va_start(args, count); ^ src/pgsql.c:217:45: note: parameter of type 'u_int8_t' (aka 'unsigned char') is declared here const char *query, int result, u_int8_t count, ...) ^ PR: 214639 Reported by: antoine (via exp-run) Submitted by: Tobias Kortkamp (maintainer) Obtained from: upstream Added: head/devel/kore/files/patch-includes_pgsql.h (contents, props changed) Modified: head/devel/kore/Makefile (contents, props changed) head/devel/kore/files/patch-src_pgsql.c (contents, props changed) Modified: head/devel/kore/Makefile ============================================================================== --- head/devel/kore/Makefile Sun Nov 20 20:58:21 2016 (r426629) +++ head/devel/kore/Makefile Sun Nov 20 20:58:37 2016 (r426630) @@ -4,6 +4,7 @@ PORTNAME= kore PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -release +PORTREVISION= 1 CATEGORIES= devel www MAINTAINER= t@tobik.me Added: head/devel/kore/files/patch-includes_pgsql.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/kore/files/patch-includes_pgsql.h Sun Nov 20 20:58:37 2016 (r426630) @@ -0,0 +1,14 @@ +--- includes/pgsql.h.orig 2016-08-01 07:59:32 UTC ++++ includes/pgsql.h +@@ -66,9 +66,9 @@ void kore_pgsql_cleanup(struct kore_pgsq + void kore_pgsql_continue(struct http_request *, struct kore_pgsql *); + int kore_pgsql_query(struct kore_pgsql *, const char *); + int kore_pgsql_query_params(struct kore_pgsql *, +- const char *, int, u_int8_t, ...); ++ const char *, int, int, ...); + int kore_pgsql_v_query_params(struct kore_pgsql *, +- const char *, int, u_int8_t, va_list); ++ const char *, int, int, va_list); + int kore_pgsql_register(const char *, const char *); + int kore_pgsql_ntuples(struct kore_pgsql *); + void kore_pgsql_logerror(struct kore_pgsql *); Modified: head/devel/kore/files/patch-src_pgsql.c ============================================================================== --- head/devel/kore/files/patch-src_pgsql.c Sun Nov 20 20:58:21 2016 (r426629) +++ head/devel/kore/files/patch-src_pgsql.c Sun Nov 20 20:58:37 2016 (r426630) @@ -1,4 +1,6 @@ -Backport of https://github.com/jorisvink/kore/commit/c071d64bdddacbe1b69d238e14994d666a86f7cf +Backports of + +https://github.com/jorisvink/kore/commit/c071d64bdddacbe1b69d238e14994d666a86f7cf so compiling on FreeBSD 10.x/i386 succeeds. Without it the build will fail with: src/pgsql.c:222:6: error: variable 'args' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized] @@ -16,9 +18,34 @@ src/pgsql.c:220:15: note: initialize the = NULL 1 error generated. +and https://github.com/jorisvink/kore/commit/7eced6f035c83c02680d9b58371851f8662a0e8a +so that compiling with Clang 3.9 succeeds. Without it the build will fail with: + +src/pgsql.c:222:17: error: passing an object that undergoes default argument promotion to 'va_start' + has undefined behavior [-Werror,-Wvarargs] + va_start(args, count); + ^ +src/pgsql.c:217:45: note: parameter of type 'u_int8_t' (aka 'unsigned char') is declared here + const char *query, int result, u_int8_t count, ...) + --- src/pgsql.c.orig 2016-08-01 07:59:32 UTC +++ src/pgsql.c -@@ -219,13 +219,11 @@ kore_pgsql_query_params(struct kore_pgsq +@@ -151,7 +151,7 @@ kore_pgsql_query(struct kore_pgsql *pgsq + + int + kore_pgsql_v_query_params(struct kore_pgsql *pgsql, +- const char *query, int result, u_int8_t count, va_list args) ++ const char *query, int result, int count, va_list args) + { + u_int8_t i; + char **values; +@@ -214,18 +214,16 @@ cleanup: + + int + kore_pgsql_query_params(struct kore_pgsql *pgsql, +- const char *query, int result, u_int8_t count, ...) ++ const char *query, int result, int count, ...) + { int ret; va_list args; From owner-svn-ports-all@freebsd.org Sun Nov 20 21:01: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 253C6C4CB0D; Sun, 20 Nov 2016 21:01:00 +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 E6FE325D; Sun, 20 Nov 2016 21:00:59 +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 uAKL0xFq067737; Sun, 20 Nov 2016 21:00:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKL0xGq067736; Sun, 20 Nov 2016 21:00:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611202100.uAKL0xGq067736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 21:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426631 - head/misc/delay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 21:01:00 -0000 Author: marino Date: Sun Nov 20 21:00:58 2016 New Revision: 426631 URL: https://svnweb.freebsd.org/changeset/ports/426631 Log: misc/delay: skip faulty ncurses header detection Approved by: ncurses blanket Modified: head/misc/delay/Makefile Modified: head/misc/delay/Makefile ============================================================================== --- head/misc/delay/Makefile Sun Nov 20 20:58:37 2016 (r426630) +++ head/misc/delay/Makefile Sun Nov 20 21:00:58 2016 (r426631) @@ -12,6 +12,7 @@ COMMENT= Delay program with feedback to USES= ncurses GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_curses_h=yes PLIST_FILES= bin/delay man/man1/delay.1.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 21:03: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 AEDEEC4C098; Sun, 20 Nov 2016 21:03:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F3B6B80; Sun, 20 Nov 2016 21:03:09 +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 uAKL38Mo069257; Sun, 20 Nov 2016 21:03:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKL38AY069256; Sun, 20 Nov 2016 21:03:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611202103.uAKL38AY069256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 21:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426632 - head/devel/godot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 21:03:09 -0000 Author: jbeich Date: Sun Nov 20 21:03:08 2016 New Revision: 426632 URL: https://svnweb.freebsd.org/changeset/ports/426632 Log: devel/godot: oops, fix whitespace $ portlint -C FATAL: Makefile: [35]: use a tab (not space) after a variable name FATAL: Makefile: [36]: use a tab (not space) after a variable name FATAL: Makefile: [37]: use a tab (not space) after a variable name Modified: head/devel/godot/Makefile (contents, props changed) Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Sun Nov 20 21:00:58 2016 (r426631) +++ head/devel/godot/Makefile Sun Nov 20 21:03:08 2016 (r426632) @@ -32,9 +32,9 @@ MAKE_ARGS_clang= use_llvm=yes CXXFLAGS+= -DGLEW_NO_GLU -DRTAUDIO_ENABLED CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_i386_gcc= -march=i586 -CXXFLAGS_aarch64= -DNO_THREADS -CXXFLAGS_sparc64= -DNO_THREADS -CXXFLAGS_mips= -DNO_THREADS +CXXFLAGS_aarch64= -DNO_THREADS +CXXFLAGS_sparc64= -DNO_THREADS +CXXFLAGS_mips= -DNO_THREADS CXXFLAGS_mips64= -DNO_THREADS OPTIONS_DEFINE= EXAMPLES TOOLS From owner-svn-ports-all@freebsd.org Sun Nov 20 21:09: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 54188C4C26B; Sun, 20 Nov 2016 21:09:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25F16DE4; Sun, 20 Nov 2016 21:09:06 +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 uAKL95sU069569; Sun, 20 Nov 2016 21:09:05 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKL95sw069568; Sun, 20 Nov 2016 21:09:05 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611202109.uAKL95sw069568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 20 Nov 2016 21:09:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426633 - 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: Sun, 20 Nov 2016 21:09:06 -0000 Author: linimon Date: Sun Nov 20 21:09:05 2016 New Revision: 426633 URL: https://svnweb.freebsd.org/changeset/ports/426633 Log: Mark as x86-only due to dependency on dmidecode. From the maintainer: FreeBSD support is not high on the list of things that upstream is working on ... dmidecode is used as a fallback to try and figure out if cloud-init is running on RHEV or VSPHERE. I would rather not try to patch the existing source code since upstream is multiple versions ahead (all of them are unfortunately broken on FreeBSD). Approved by: maintainer Modified: head/net/cloud-init/Makefile Modified: head/net/cloud-init/Makefile ============================================================================== --- head/net/cloud-init/Makefile Sun Nov 20 21:03:08 2016 (r426632) +++ head/net/cloud-init/Makefile Sun Nov 20 21:09:05 2016 (r426633) @@ -37,6 +37,9 @@ USE_PYTHON= autoplist distutils PYDISTUTILS_INSTALLARGS+= "--init-system=sysvinit_freebsd" +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= currently depends on dmidecode which is x86-only + post-build: @cd ${WRKSRC} && ${MV} config/cloud.cfg-freebsd config/cloud.cfg From owner-svn-ports-all@freebsd.org Sun Nov 20 21:12: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 155AEC4C403; Sun, 20 Nov 2016 21:12: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 D857010E1; Sun, 20 Nov 2016 21:12:07 +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 uAKLC6kb072642; Sun, 20 Nov 2016 21:12:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKLC6dF072641; Sun, 20 Nov 2016 21:12:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611202112.uAKLC6dF072641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Nov 2016 21:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426634 - branches/2016Q4/devel/godot 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, 20 Nov 2016 21:12:08 -0000 Author: jbeich Date: Sun Nov 20 21:12:06 2016 New Revision: 426634 URL: https://svnweb.freebsd.org/changeset/ports/426634 Log: MFH: r426626 r426632 devel/godot: unbreak on some non-x86 targets In file included from platform/x11/godot_x11.cpp:30: In file included from platform/x11/os_x11.h:33: In file included from core/os/input.h:32: In file included from core/object.h:32: In file included from core/list.h:32: In file included from core/os/memory.h:33: core/safe_refcount.h:330:2: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it. #error This platform cannot use safe refcount, compile with NO_THREADS or implement it. ^ core/safe_refcount.h:338:3: error: unknown type name 'REFCOUNT_T' REFCOUNT_T count; ^ PR: 214553 Reported by: pkg-fallout, linimon Submitted by: Shane (maintainer) Approved by: ports-secteam blanket Modified: branches/2016Q4/devel/godot/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/godot/Makefile ============================================================================== --- branches/2016Q4/devel/godot/Makefile Sun Nov 20 21:09:05 2016 (r426633) +++ branches/2016Q4/devel/godot/Makefile Sun Nov 20 21:12:06 2016 (r426634) @@ -32,6 +32,10 @@ MAKE_ARGS_clang= use_llvm=yes CXXFLAGS+= -DGLEW_NO_GLU -DRTAUDIO_ENABLED CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_i386_gcc= -march=i586 +CXXFLAGS_aarch64= -DNO_THREADS +CXXFLAGS_sparc64= -DNO_THREADS +CXXFLAGS_mips= -DNO_THREADS +CXXFLAGS_mips64= -DNO_THREADS OPTIONS_DEFINE= EXAMPLES TOOLS OPTIONS_DEFAULT= OSS From owner-svn-ports-all@freebsd.org Sun Nov 20 21:30: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 93D16C4C93A; Sun, 20 Nov 2016 21:30: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 6323D1A17; Sun, 20 Nov 2016 21:30: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 uAKLUPgZ077836; Sun, 20 Nov 2016 21:30:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKLUPSb077835; Sun, 20 Nov 2016 21:30:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611202130.uAKLUPSb077835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 20 Nov 2016 21:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426635 - 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: Sun, 20 Nov 2016 21:30:26 -0000 Author: linimon Date: Sun Nov 20 21:30:25 2016 New Revision: 426635 URL: https://svnweb.freebsd.org/changeset/ports/426635 Log: Change from BROKEN to NOT_FOR_ARCHS per maintainer request. Reported by: maintainer Modified: head/games/supertuxkart/Makefile Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Sun Nov 20 21:12:06 2016 (r426634) +++ head/games/supertuxkart/Makefile Sun Nov 20 21:30:25 2016 (r426635) @@ -19,7 +19,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libv libpng.so:graphics/png \ libfreetype.so:print/freetype2 -BROKEN_aarch64= fails to build: invokes x86 asm +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= fails to build: invokes x86 asm USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz From owner-svn-ports-all@freebsd.org Sun Nov 20 21:39: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 BCAEAC4CC8D; Sun, 20 Nov 2016 21:39: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 88E7D1EF1; Sun, 20 Nov 2016 21:39: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 uAKLdPL0081979; Sun, 20 Nov 2016 21:39:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKLdPPl081978; Sun, 20 Nov 2016 21:39:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611202139.uAKLdPPl081978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Nov 2016 21:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426636 - head/graphics/blender X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 21:39:26 -0000 Author: antoine Date: Sun Nov 20 21:39:25 2016 New Revision: 426636 URL: https://svnweb.freebsd.org/changeset/ports/426636 Log: Fix build on 9.3 amd64 after lang/gcc upgrade by switching to USE_GCC=4.8 gcc 4.9 fails to link on 9.3 amd64 with: /usr/local/lib/libtinyxml.so: error: undefined reference to 'std::istream::get()' /usr/local/lib/libtinyxml.so: error: undefined reference to 'std::__throw_out_of_range(char const*)' /usr/local/lib/libtinyxml.so: error: undefined reference to 'std::istream::peek()' PR: 196712 Modified: head/graphics/blender/Makefile Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Sun Nov 20 21:30:25 2016 (r426635) +++ head/graphics/blender/Makefile Sun Nov 20 21:39:25 2016 (r426636) @@ -213,8 +213,13 @@ BROKEN= REDCODE requires OPENJPEG and FF .if ${COMPILER_TYPE} == gcc # gcc 4.2 does not support -msse4.1, which is needed for blender 2.70+ +.if ${ARCH} == amd64 +# gcc 4.9 fails to link on amd64 +USE_GCC= 4.8 +.else USE_GCC= yes .endif +.endif post-patch: .if ${PORT_OPTIONS:MOPENCOLORIO} From owner-svn-ports-all@freebsd.org Sun Nov 20 21:39: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 0EB4DC4CCEE; Sun, 20 Nov 2016 21:39:52 +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 DFDFD1FE6; Sun, 20 Nov 2016 21:39:51 +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 uAKLdpnD082151; Sun, 20 Nov 2016 21:39:51 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKLdoVG082147; Sun, 20 Nov 2016 21:39:50 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611202139.uAKLdoVG082147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 20 Nov 2016 21:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426637 - in head/lang/gcc48: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 21:39:52 -0000 Author: gerald Date: Sun Nov 20 21:39:50 2016 New Revision: 426637 URL: https://svnweb.freebsd.org/changeset/ports/426637 Log: Move all ARM-specific bits we used to have in lang/gcc until r426565 (where I updated that port from GCC 4.8.5 to 4.9.4) to lang/gcc48. Apart from these improvements these two ports used to be more or less aligned, and not syncing them fully earlier looks like an omission. Reported by: linimon Added: head/lang/gcc48/files/patch-arm-libcpp - copied, changed from r426538, head/lang/gcc/files/patch-arm-libcpp head/lang/gcc48/files/patch-arm-support - copied, changed from r426538, head/lang/gcc/files/patch-arm-support head/lang/gcc48/files/patch-armv6-hf-support - copied, changed from r426538, head/lang/gcc/files/patch-armv6-hf-support Modified: head/lang/gcc48/Makefile Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Nov 20 21:39:25 2016 (r426636) +++ head/lang/gcc48/Makefile Sun Nov 20 21:39:50 2016 (r426637) @@ -32,8 +32,8 @@ CPE_VERSION= ${GCC_VERSION} DISTVERSION= ${PORTVERSION} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 +ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 powerpc powerpc64 sparc64 +USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes @@ -66,6 +66,18 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS CONFIGURE_ENV+= UNAME_m="powerpc64" .endif +.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" +# Override sys.mk including -O in CFLAGS which breaks libgomp building. +CFLAGS:= ${CFLAGS:S/-O/-O2/g} +. if ${COMPILER_TYPE} == clang +. if empty(PORT_OPTIONS:MBOOTSTRAP) +MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 +. else +MAKE_ARGS+=STAGE1_CXXFLAGS=-fbracket-depth=512 +. endif +. endif +.endif + LANGUAGES:= c,c++,objc,fortran TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Copied and modified: head/lang/gcc48/files/patch-arm-libcpp (from r426538, head/lang/gcc/files/patch-arm-libcpp) ============================================================================== --- head/lang/gcc/files/patch-arm-libcpp Sat Nov 19 21:17:58 2016 (r426538, copy source) +++ head/lang/gcc48/files/patch-arm-libcpp Sun Nov 20 21:39:50 2016 (r426637) @@ -1,3 +1,4 @@ +--- UTC Index: libcpp/configure =================================================================== --- libcpp/configure (revision 218760) Copied and modified: head/lang/gcc48/files/patch-arm-support (from r426538, head/lang/gcc/files/patch-arm-support) ============================================================================== --- head/lang/gcc/files/patch-arm-support Sat Nov 19 21:17:58 2016 (r426538, copy source) +++ head/lang/gcc48/files/patch-arm-support Sun Nov 20 21:39:50 2016 (r426637) @@ -1,3 +1,4 @@ +--- UTC Index: configure =================================================================== --- configure (revision 218760) Copied and modified: head/lang/gcc48/files/patch-armv6-hf-support (from r426538, head/lang/gcc/files/patch-armv6-hf-support) ============================================================================== --- head/lang/gcc/files/patch-armv6-hf-support Sat Nov 19 21:17:58 2016 (r426538, copy source) +++ head/lang/gcc48/files/patch-armv6-hf-support Sun Nov 20 21:39:50 2016 (r426637) @@ -1,3 +1,4 @@ +--- UTC --- gcc/config.gcc.orig 2016-05-25 22:53:15.930993000 +0200 +++ gcc/config.gcc 2016-05-25 22:54:06.087115000 +0200 @@ -1026,11 +1026,9 @@ From owner-svn-ports-all@freebsd.org Sun Nov 20 23:29: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 0445AC4C8C0; Sun, 20 Nov 2016 23:29:40 +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 B6081F25; Sun, 20 Nov 2016 23:29: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 uAKNTcdg026020; Sun, 20 Nov 2016 23:29:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNTc1g026017; Sun, 20 Nov 2016 23:29:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611202329.uAKNTc1g026017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 20 Nov 2016 23:29:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426638 - in head: Mk lang/ruby23 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:29:40 -0000 Author: swills Date: Sun Nov 20 23:29:38 2016 New Revision: 426638 URL: https://svnweb.freebsd.org/changeset/ports/426638 Log: lang/ruby23: update to 2.3.2 Modified: head/Mk/bsd.ruby.mk head/lang/ruby23/distinfo head/lang/ruby23/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Sun Nov 20 21:39:50 2016 (r426637) +++ head/Mk/bsd.ruby.mk Sun Nov 20 23:29:38 2016 (r426638) @@ -174,8 +174,8 @@ RUBY22= "" # PLIST_SUB helpers # # Ruby 2.3 # -RUBY_RELVERSION= 2.3.1 -RUBY_PORTREVISION= 1 +RUBY_RELVERSION= 2.3.2 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY23= "" # PLIST_SUB helpers Modified: head/lang/ruby23/distinfo ============================================================================== --- head/lang/ruby23/distinfo Sun Nov 20 21:39:50 2016 (r426637) +++ head/lang/ruby23/distinfo Sun Nov 20 23:29:38 2016 (r426638) @@ -1,2 +1,3 @@ -SHA256 (ruby/ruby-2.3.1.tar.xz) = 6725b5534d5a3a21ec4f14d6d7b9921a0d00d08acb88fd04cd50b47b70496338 -SIZE (ruby/ruby-2.3.1.tar.xz) = 11407048 +TIMESTAMP = 1479477279 +SHA256 (ruby/ruby-2.3.2.tar.xz) = 5c78f311045ce48160092160444dec2744941a5e37d7865032978bd5bf392f0c +SIZE (ruby/ruby-2.3.2.tar.xz) = 11420276 Modified: head/lang/ruby23/pkg-plist ============================================================================== --- head/lang/ruby23/pkg-plist Sun Nov 20 21:39:50 2016 (r426637) +++ head/lang/ruby23/pkg-plist Sun Nov 20 23:29:38 2016 (r426638) @@ -741,6 +741,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rubygems/resolver/molinillo/lib/molinillo/state.rb %%RUBY_LIBDIR%%/rubygems/resolver/requirement_list.rb %%RUBY_LIBDIR%%/rubygems/resolver/set.rb +%%RUBY_LIBDIR%%/rubygems/resolver/source_set.rb %%RUBY_LIBDIR%%/rubygems/resolver/spec_specification.rb %%RUBY_LIBDIR%%/rubygems/resolver/specification.rb %%RUBY_LIBDIR%%/rubygems/resolver/stats.rb @@ -770,6 +771,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem +%%RUBY_LIBDIR%%/rubygems/ssl_certs/GlobalSignRootCA.pem %%RUBY_LIBDIR%%/rubygems/stub_specification.rb %%RUBY_LIBDIR%%/rubygems/syck_hack.rb %%RUBY_LIBDIR%%/rubygems/test_case.rb @@ -4015,6 +4017,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d28/struct7_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d2a/fiddle_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d2a/fiddle_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d2a/union_f_l_o_a_t___s_w_a_p_p_e_r.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d2d/structchild__info.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d31/struct_dbls.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d32/dir_8c.html @@ -4333,6 +4336,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dc6/ossl__pkey_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dc6/ossl__pkey_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dc6/structrb__blocking__region__buffer.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dc6/union_d_o_u_b_l_e___s_w_a_p_p_e_r.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dca/arm_2ffi_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dca/arm_2ffi_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dca/arm_2ffi_8c__incl.png @@ -7113,7 +7117,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/YankCommand/get_platform_from_requirements-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/YankCommand/get_version_from_requirements-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/YankCommand/new-c.ri -%%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/YankCommand/unyank_gem-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/YankCommand/yank_api_request-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/YankCommand/yank_gem-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Commands/cdesc-Commands.ri @@ -7370,6 +7373,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/InvalidSpecificationException/cdesc-InvalidSpecificationException.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Licenses/cdesc-Licenses.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Licenses/match%3f-c.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Licenses/suggestions-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/List/cdesc-List.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/List/each-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/List/new-c.ri @@ -7546,6 +7550,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/PackageTask/init-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/PackageTask/new-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/PathSupport/cdesc-PathSupport.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/PathSupport/default_path-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/PathSupport/home-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/PathSupport/new-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/PathSupport/path%3d-i.ri @@ -7679,6 +7684,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/RequestSet/resolve_current-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/RequestSet/soft_missing-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/RequestSet/sorted_requests-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/RequestSet/source_set-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/RequestSet/specs-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/RequestSet/specs_in-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Requirement/%3d%3d%3d-i.ri @@ -7782,6 +7788,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/LockSpecification/cdesc-LockSpecification.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/LockSpecification/install-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/LockSpecification/new-c.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/LockSpecification/sources-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/LockSpecification/spec-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/CircularDependencyError/cdesc-CircularDependencyError.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Molinillo/CircularDependencyError/dependencies-i.ri @@ -7912,6 +7919,10 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Set/prefetch-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Set/prerelease-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/Set/remote-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SourceSet/add_source_gem-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SourceSet/cdesc-SourceSet.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SourceSet/get_set-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SourceSet/new-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SpecSpecification/cdesc-SpecSpecification.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SpecSpecification/dependencies-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Resolver/SpecSpecification/full_name-i.ri @@ -8358,6 +8369,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/refute_path_exists-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/req-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/rubybin-c.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/save_gemspec-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/save_loaded_features-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/scan_make_command_lines-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/TestCase/setup-i.ri @@ -11190,8 +11202,12 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/Extension/value-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionError/cdesc-ExtensionError.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionFactory/cdesc-ExtensionFactory.ri -%%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionFactory/config%3d-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionFactory/config-i.ri +%%RDOC%%%%RUBY_RIDIR%%/OpenSSL/BN/hash-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Proc/%3d%3d%3d-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Proc/%5b%5d-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Proc/call-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Proc/yield-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionFactory/create_ext-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionFactory/create_ext_from_array-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/X509/ExtensionFactory/create_ext_from_hash-i.ri From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 B05F8C4CF07; Sun, 20 Nov 2016 23:53: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 7F74B19F5; Sun, 20 Nov 2016 23:53: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 uAKNrMRC037763; Sun, 20 Nov 2016 23:53:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrM7r037762; Sun, 20 Nov 2016 23:53:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrM7r037762@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, 20 Nov 2016 23:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426639 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:23 -0000 Author: sunpoet Date: Sun Nov 20 23:53:22 2016 New Revision: 426639 URL: https://svnweb.freebsd.org/changeset/ports/426639 Log: - Fix build for hosts without __cxa_thread_atexit Modified: head/www/nghttp2/Makefile Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sun Nov 20 23:29:38 2016 (r426638) +++ head/www/nghttp2/Makefile Sun Nov 20 23:53:22 2016 (r426639) @@ -59,6 +59,13 @@ SPDY_LIB_DEPENDS= libspdylay.so:www/spdy CPPFLAGS+= -D_GLIBCXX_USE_C99 .endif +# Disable thread_local support for hosts without __cxa_thread_atexit() +# See PR/192320 for details +.if (${OSVERSION} < 1003506) || ((${OSVERSION} >= 1100000) && (${OSVERSION} < 1100122)) || (${OSVERSION} == 1100500) +post-configure: + @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 CONFIGURE_ARGS+=--with-jemalloc .endif From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 D2A4DC4CF2B; Sun, 20 Nov 2016 23:53: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 9D6F21A0F; Sun, 20 Nov 2016 23:53: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 uAKNrQRg037859; Sun, 20 Nov 2016 23:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrQWQ037858; Sun, 20 Nov 2016 23:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrQWQ037858@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, 20 Nov 2016 23:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426640 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:53:27 -0000 Author: sunpoet Date: Sun Nov 20 23:53:26 2016 New Revision: 426640 URL: https://svnweb.freebsd.org/changeset/ports/426640 Log: - Add shared LZ4 and ZSTD descriptions Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Sun Nov 20 23:53:22 2016 (r426639) +++ head/Mk/bsd.options.desc.mk Sun Nov 20 23:53:26 2016 (r426640) @@ -303,6 +303,7 @@ LIVEMEDIA_DESC?= Multimedia streaming su LQR_DESC?= Liquid Rescale support LSOF_DESC?= LiSt Open Files utility support LUA_DESC?= Lua scripting language support +LZ4_DESC?= LZ4 compression support LZMA_DESC?= LZMA compression support MAD_DESC?= MAD MP3 audio decoder support MAGICK_DESC?= ImageMagick image processing library support @@ -525,3 +526,4 @@ YAML_DESC?= YAML format or parser suppo ZLIB_DESC?= zlib compression support ZOPE_DESC?= Zope web application framework support ZSH_DESC?= Install programmable completions for zsh +ZSTD_DESC?= Zstandard compression support From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 3F076C4CF50; Sun, 20 Nov 2016 23:53: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 10C241ADC; Sun, 20 Nov 2016 23:53: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 uAKNrVII037980; Sun, 20 Nov 2016 23:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrVl1037977; Sun, 20 Nov 2016 23:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrVl1037977@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, 20 Nov 2016 23:53:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426641 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:32 -0000 Author: sunpoet Date: Sun Nov 20 23:53:30 2016 New Revision: 426641 URL: https://svnweb.freebsd.org/changeset/ports/426641 Log: - Update to 2.1.2 Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sun Nov 20 23:53:26 2016 (r426640) +++ head/graphics/gdal/Makefile Sun Nov 20 23:53:30 2016 (r426641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Sun Nov 20 23:53:26 2016 (r426640) +++ head/graphics/gdal/distinfo Sun Nov 20 23:53:30 2016 (r426641) @@ -1,2 +1,3 @@ -SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 -SIZE (gdal-2.1.0.tar.xz) = 7656496 +TIMESTAMP = 1479600322 +SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374 +SIZE (gdal-2.1.2.tar.xz) = 7700260 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 C7700C4CF7F; Sun, 20 Nov 2016 23:53: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 96C841BD0; Sun, 20 Nov 2016 23:53: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 uAKNrZKd038098; Sun, 20 Nov 2016 23:53:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrZF6038096; Sun, 20 Nov 2016 23:53:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrZF6038096@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, 20 Nov 2016 23:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426642 - head/graphics/p5-Geo-GDAL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:36 -0000 Author: sunpoet Date: Sun Nov 20 23:53:35 2016 New Revision: 426642 URL: https://svnweb.freebsd.org/changeset/ports/426642 Log: - Update to 2.1.2 Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News Modified: head/graphics/p5-Geo-GDAL/Makefile head/graphics/p5-Geo-GDAL/distinfo Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Sun Nov 20 23:53:30 2016 (r426641) +++ head/graphics/p5-Geo-GDAL/Makefile Sun Nov 20 23:53:35 2016 (r426642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= graphics perl5 MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/p5-Geo-GDAL/distinfo ============================================================================== --- head/graphics/p5-Geo-GDAL/distinfo Sun Nov 20 23:53:30 2016 (r426641) +++ head/graphics/p5-Geo-GDAL/distinfo Sun Nov 20 23:53:35 2016 (r426642) @@ -1,2 +1,3 @@ -SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 -SIZE (gdal-2.1.0.tar.xz) = 7656496 +TIMESTAMP = 1479600333 +SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374 +SIZE (gdal-2.1.2.tar.xz) = 7700260 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 1D304C4CFA7; Sun, 20 Nov 2016 23:53:42 +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 EBA901CBC; Sun, 20 Nov 2016 23:53: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 uAKNrfhY038261; Sun, 20 Nov 2016 23:53:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrePB038256; Sun, 20 Nov 2016 23:53:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrePB038256@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, 20 Nov 2016 23:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426643 - in head/graphics/php-gdal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:42 -0000 Author: sunpoet Date: Sun Nov 20 23:53:40 2016 New Revision: 426643 URL: https://svnweb.freebsd.org/changeset/ports/426643 Log: - Update to 2.1.2 - Regenerate patch files with makepatch: Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo head/graphics/php-gdal/files/patch-gdal_wrap.cpp head/graphics/php-gdal/files/patch-ogr_wrap.cpp head/graphics/php-gdal/files/patch-osr_wrap.cpp Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Sun Nov 20 23:53:35 2016 (r426642) +++ head/graphics/php-gdal/Makefile Sun Nov 20 23:53:40 2016 (r426643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -20,7 +20,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so CFLAGS+= -fPIC -IGNORE_WITH_PHP=70 +#IGNORE_WITH_PHP=70 MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} USES= php:build gmake localbase tar:xz Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Sun Nov 20 23:53:35 2016 (r426642) +++ head/graphics/php-gdal/distinfo Sun Nov 20 23:53:40 2016 (r426643) @@ -1,2 +1,3 @@ -SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 -SIZE (gdal-2.1.0.tar.xz) = 7656496 +TIMESTAMP = 1479600340 +SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374 +SIZE (gdal-2.1.2.tar.xz) = 7700260 Modified: head/graphics/php-gdal/files/patch-gdal_wrap.cpp ============================================================================== --- head/graphics/php-gdal/files/patch-gdal_wrap.cpp Sun Nov 20 23:53:35 2016 (r426642) +++ head/graphics/php-gdal/files/patch-gdal_wrap.cpp Sun Nov 20 23:53:40 2016 (r426643) @@ -1,6 +1,6 @@ ---- gdal_wrap.cpp.orig 2012-10-09 08:58:28.000000000 +0800 -+++ gdal_wrap.cpp 2013-03-02 01:37:03.203201081 +0800 -@@ -932,7 +932,7 @@ +--- gdal_wrap.cpp.orig 2012-10-09 00:58:28 UTC ++++ gdal_wrap.cpp +@@ -932,7 +932,7 @@ SWIG_ZTS_ConvertResourcePtr(zval *z, swi p = value->ptr; if (type==-1) return NULL; @@ -9,7 +9,7 @@ return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC); } -@@ -1423,6 +1423,7 @@ +@@ -1423,6 +1423,7 @@ t_output_helper( zval **target, zval *o) return; } if ( (*target)->type == IS_NULL ) { Modified: head/graphics/php-gdal/files/patch-ogr_wrap.cpp ============================================================================== --- head/graphics/php-gdal/files/patch-ogr_wrap.cpp Sun Nov 20 23:53:35 2016 (r426642) +++ head/graphics/php-gdal/files/patch-ogr_wrap.cpp Sun Nov 20 23:53:40 2016 (r426643) @@ -1,6 +1,6 @@ ---- ogr_wrap.cpp.orig 2012-10-09 08:58:28.000000000 +0800 -+++ ogr_wrap.cpp 2013-03-02 01:39:25.713195176 +0800 -@@ -932,7 +932,7 @@ +--- ogr_wrap.cpp.orig 2012-10-09 00:58:28 UTC ++++ ogr_wrap.cpp +@@ -932,7 +932,7 @@ SWIG_ZTS_ConvertResourcePtr(zval *z, swi p = value->ptr; if (type==-1) return NULL; @@ -9,7 +9,7 @@ return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC); } -@@ -1343,6 +1343,7 @@ +@@ -1343,6 +1343,7 @@ t_output_helper( zval **target, zval *o) return; } if ( (*target)->type == IS_NULL ) { Modified: head/graphics/php-gdal/files/patch-osr_wrap.cpp ============================================================================== --- head/graphics/php-gdal/files/patch-osr_wrap.cpp Sun Nov 20 23:53:35 2016 (r426642) +++ head/graphics/php-gdal/files/patch-osr_wrap.cpp Sun Nov 20 23:53:40 2016 (r426643) @@ -1,6 +1,6 @@ ---- osr_wrap.cpp.orig 2012-10-09 08:58:28.000000000 +0800 -+++ osr_wrap.cpp 2013-03-02 01:50:03.170201473 +0800 -@@ -932,7 +932,7 @@ +--- osr_wrap.cpp.orig 2012-10-09 00:58:28 UTC ++++ osr_wrap.cpp +@@ -932,7 +932,7 @@ SWIG_ZTS_ConvertResourcePtr(zval *z, swi p = value->ptr; if (type==-1) return NULL; @@ -9,7 +9,7 @@ return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC); } -@@ -1147,6 +1147,7 @@ +@@ -1147,6 +1147,7 @@ t_output_helper( zval **target, zval *o) return; } if ( (*target)->type == IS_NULL ) { From owner-svn-ports-all@freebsd.org Sun Nov 20 23: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 BE2A4C4CFC6; Sun, 20 Nov 2016 23:53: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 874101D7A; Sun, 20 Nov 2016 23:53: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 uAKNrjR1038377; Sun, 20 Nov 2016 23:53:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrjea038375; Sun, 20 Nov 2016 23:53:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrjea038375@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, 20 Nov 2016 23:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426644 - head/graphics/py-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:46 -0000 Author: sunpoet Date: Sun Nov 20 23:53:45 2016 New Revision: 426644 URL: https://svnweb.freebsd.org/changeset/ports/426644 Log: - Update to 2.1.2 Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Sun Nov 20 23:53:40 2016 (r426643) +++ head/graphics/py-gdal/Makefile Sun Nov 20 23:53:45 2016 (r426644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/py-gdal/distinfo ============================================================================== --- head/graphics/py-gdal/distinfo Sun Nov 20 23:53:40 2016 (r426643) +++ head/graphics/py-gdal/distinfo Sun Nov 20 23:53:45 2016 (r426644) @@ -1,2 +1,3 @@ -SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 -SIZE (gdal-2.1.0.tar.xz) = 7656496 +TIMESTAMP = 1479600344 +SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374 +SIZE (gdal-2.1.2.tar.xz) = 7700260 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 813C0C4CFFD; Sun, 20 Nov 2016 23:53: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 2FF481E4B; Sun, 20 Nov 2016 23:53:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNro11038512; Sun, 20 Nov 2016 23:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNro3i038509; Sun, 20 Nov 2016 23:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNro3i038509@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, 20 Nov 2016 23:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426645 - head/graphics/geos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:51 -0000 Author: sunpoet Date: Sun Nov 20 23:53:49 2016 New Revision: 426645 URL: https://svnweb.freebsd.org/changeset/ports/426645 Log: - Update to 3.6.0 - Remove PHP option Changes: https://trac.osgeo.org/geos/browser/tags/3.6.0/NEWS Modified: head/graphics/geos/Makefile head/graphics/geos/distinfo head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Sun Nov 20 23:53:45 2016 (r426644) +++ head/graphics/geos/Makefile Sun Nov 20 23:53:49 2016 (r426645) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geos -PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTVERSION= 3.6.0 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet @@ -14,7 +13,7 @@ COMMENT= GEOS implements all the OpenGIS LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= PHP PYTHON RUBY +OPTIONS_DEFINE= PYTHON RUBY OPTIONS_SUB= yes CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 @@ -26,9 +25,6 @@ USES= gmake libtool tar:bzip2 PLIST_SUB= PORTVERSION=${PORTVERSION} -PHP_BUILD_DEPENDS= swig3.0:devel/swig30 -PHP_CONFIGURE_ENABLE= php -PHP_USES= php:build PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 PYTHON_CONFIGURE_ENABLE=python PYTHON_USES= python:2 Modified: head/graphics/geos/distinfo ============================================================================== --- head/graphics/geos/distinfo Sun Nov 20 23:53:45 2016 (r426644) +++ head/graphics/geos/distinfo Sun Nov 20 23:53:49 2016 (r426645) @@ -1,2 +1,3 @@ -SHA256 (geos-3.5.0.tar.bz2) = 49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 -SIZE (geos-3.5.0.tar.bz2) = 1949397 +TIMESTAMP = 1479599548 +SHA256 (geos-3.6.0.tar.bz2) = 1fe7644f3240c8422b0143830ff142e44e8b01333c12f67681ccaab92142f2ea +SIZE (geos-3.6.0.tar.bz2) = 1982395 Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Sun Nov 20 23:53:45 2016 (r426644) +++ head/graphics/geos/pkg-plist Sun Nov 20 23:53:49 2016 (r426645) @@ -382,7 +382,7 @@ lib/libgeos.so lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.9.0 +lib/libgeos_c.so.1.10.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so @@ -391,4 +391,3 @@ lib/libgeos_c.so.1.9.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so -%%PHP%%lib/php/%%PHP_EXT_DIR%%/geos.so From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53: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 79991C34037; Sun, 20 Nov 2016 23:53:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD911F0D; Sun, 20 Nov 2016 23:53:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNrtM2038689; Sun, 20 Nov 2016 23:53:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNrsYQ038684; Sun, 20 Nov 2016 23:53:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNrsYQ038684@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, 20 Nov 2016 23:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426646 - in head/graphics: . php-geos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:53:56 -0000 Author: sunpoet Date: Sun Nov 20 23:53:54 2016 New Revision: 426646 URL: https://svnweb.freebsd.org/changeset/ports/426646 Log: - Add php-geos 1.0.0rc1 PHP bindings for GEOS WWW: https://git.osgeo.org/gogs/geos/php-geos Added: head/graphics/php-geos/ head/graphics/php-geos/Makefile (contents, props changed) head/graphics/php-geos/distinfo (contents, props changed) head/graphics/php-geos/pkg-descr (contents, props changed) head/graphics/php-geos/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Nov 20 23:53:49 2016 (r426645) +++ head/graphics/Makefile Sun Nov 20 23:53:54 2016 (r426646) @@ -774,6 +774,7 @@ SUBDIR += phototonic SUBDIR += php-facedetect SUBDIR += php-gdal + SUBDIR += php-geos SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-ffmpeg Added: head/graphics/php-geos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/php-geos/Makefile Sun Nov 20 23:53:54 2016 (r426646) @@ -0,0 +1,29 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= geos +DISTVERSION= 1.0.0rc1 +CATEGORIES= graphics +MASTER_SITES= https://git.osgeo.org/gogs/geos/php-geos/archive/ \ + LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME} +PKGNAMEPREFIX= php- +DISTNAME= ${DISTVERSION} +DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PHP bindings for GEOS + +LICENSE= LGPL21 MIT +LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL-2 +LICENSE_FILE_MIT= ${WRKSRC}/MIT-LICENSE + +BUILD_DEPENDS= swig3.0:devel/swig30 +LIB_DEPENDS= libgeos_c.so:graphics/geos + +LDFLAGS+= -L${PREFIX}/lib +USES= php:ext + +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} + +.include Added: head/graphics/php-geos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/php-geos/distinfo Sun Nov 20 23:53:54 2016 (r426646) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479665899 +SHA256 (php-geos/1.0.0rc1.tar.gz) = 63721d9dc2051aa03034b343c0b334e9cb11643e7009ea9be2e69f51f7b90f71 +SIZE (php-geos/1.0.0rc1.tar.gz) = 39350 Added: head/graphics/php-geos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/php-geos/pkg-descr Sun Nov 20 23:53:54 2016 (r426646) @@ -0,0 +1,3 @@ +PHP bindings for GEOS + +WWW: https://git.osgeo.org/gogs/geos/php-geos Added: head/graphics/php-geos/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/php-geos/pkg-plist Sun Nov 20 23:53:54 2016 (r426646) @@ -0,0 +1,4 @@ +etc/php/ext-20-geos.ini +include/php/ext/geos/config.h +include/php/ext/geos/php_geos.h +lib/php/%%PHP_EXT_DIR%%/geos.so From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 6BA22C340A3; Sun, 20 Nov 2016 23:54:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FFB21FE3; Sun, 20 Nov 2016 23:54:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNs0Dc038826; Sun, 20 Nov 2016 23:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNs0NO038819; Sun, 20 Nov 2016 23:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNs0NO038819@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, 20 Nov 2016 23:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426647 - head/databases/xapian-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, 20 Nov 2016 23:54:01 -0000 Author: sunpoet Date: Sun Nov 20 23:53:59 2016 New Revision: 426647 URL: https://svnweb.freebsd.org/changeset/ports/426647 Log: - Update to 1.2.24 Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24 Modified: head/databases/xapian-core/Makefile head/databases/xapian-core/distinfo head/databases/xapian-core/pkg-plist Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Sun Nov 20 23:53:54 2016 (r426646) +++ head/databases/xapian-core/Makefile Sun Nov 20 23:53:59 2016 (r426647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.2.23 +PORTVERSION= 1.2.24 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ Modified: head/databases/xapian-core/distinfo ============================================================================== --- head/databases/xapian-core/distinfo Sun Nov 20 23:53:54 2016 (r426646) +++ head/databases/xapian-core/distinfo Sun Nov 20 23:53:59 2016 (r426647) @@ -1,2 +1,3 @@ -SHA256 (xapian-core-1.2.23.tar.xz) = 9783aeae4e1a6d06e5636b270db4b458a7d0804a31da158269f57fa5dc86347d -SIZE (xapian-core-1.2.23.tar.xz) = 3206452 +TIMESTAMP = 1475134941 +SHA256 (xapian-core-1.2.24.tar.xz) = 57a82717ba07e9777958b6ef48d94b81ea41ac4c74d544f74da597fab1e1f87b +SIZE (xapian-core-1.2.24.tar.xz) = 3210192 Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Sun Nov 20 23:53:54 2016 (r426646) +++ head/databases/xapian-core/pkg-plist Sun Nov 20 23:53:59 2016 (r426647) @@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake lib/libxapian.a lib/libxapian.so lib/libxapian.so.22 -lib/libxapian.so.22.7.1 +lib/libxapian.so.22.7.2 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz man/man1/xapian-chert-update.1.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 BAECDC340CB; Sun, 20 Nov 2016 23:54: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 84CBDFA; Sun, 20 Nov 2016 23:54: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 uAKNs4ku038945; Sun, 20 Nov 2016 23:54:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNs42V038943; Sun, 20 Nov 2016 23:54:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNs42V038943@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, 20 Nov 2016 23:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426648 - head/databases/xapian-bindings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:05 -0000 Author: sunpoet Date: Sun Nov 20 23:54:04 2016 New Revision: 426648 URL: https://svnweb.freebsd.org/changeset/ports/426648 Log: - Update to 1.2.24 Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24 Modified: head/databases/xapian-bindings/Makefile head/databases/xapian-bindings/distinfo Modified: head/databases/xapian-bindings/Makefile ============================================================================== --- head/databases/xapian-bindings/Makefile Sun Nov 20 23:53:59 2016 (r426647) +++ head/databases/xapian-bindings/Makefile Sun Nov 20 23:54:04 2016 (r426648) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-bindings -PORTVERSION= 1.2.23 -PORTREVISION= 1 +PORTVERSION= 1.2.24 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/databases/xapian-bindings/distinfo ============================================================================== --- head/databases/xapian-bindings/distinfo Sun Nov 20 23:53:59 2016 (r426647) +++ head/databases/xapian-bindings/distinfo Sun Nov 20 23:54:04 2016 (r426648) @@ -1,2 +1,3 @@ -SHA256 (xapian-bindings-1.2.23.tar.xz) = 19b4b56c74863c51733d8c2567272ef7f004b898cf44016711ae25bc524b2215 -SIZE (xapian-bindings-1.2.23.tar.xz) = 885888 +TIMESTAMP = 1475134758 +SHA256 (xapian-bindings-1.2.24.tar.xz) = 0c2a0df0a4616e2bd8e578d372c9bb4684780573abebbd1ac515502177229965 +SIZE (xapian-bindings-1.2.24.tar.xz) = 886148 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 914D2C3416C; Sun, 20 Nov 2016 23:54: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 5F2FB2F7; Sun, 20 Nov 2016 23:54: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 uAKNsDuD039180; Sun, 20 Nov 2016 23:54:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsDf2039178; Sun, 20 Nov 2016 23:54:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsDf2039178@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, 20 Nov 2016 23:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426650 - head/www/xapian-omega X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:14 -0000 Author: sunpoet Date: Sun Nov 20 23:54:13 2016 New Revision: 426650 URL: https://svnweb.freebsd.org/changeset/ports/426650 Log: - Update to 1.2.24 Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24 Modified: head/www/xapian-omega/Makefile head/www/xapian-omega/distinfo Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Sun Nov 20 23:54:08 2016 (r426649) +++ head/www/xapian-omega/Makefile Sun Nov 20 23:54:13 2016 (r426650) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-omega -PORTVERSION= 1.2.23 +PORTVERSION= 1.2.24 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/xapian-omega/distinfo ============================================================================== --- head/www/xapian-omega/distinfo Sun Nov 20 23:54:08 2016 (r426649) +++ head/www/xapian-omega/distinfo Sun Nov 20 23:54:13 2016 (r426650) @@ -1,2 +1,3 @@ -SHA256 (xapian-omega-1.2.23.tar.xz) = 55c790204fc0b1ddbd4bdae73aa55eed40671475e13252a71a53a01f80d172ef -SIZE (xapian-omega-1.2.23.tar.xz) = 437912 +TIMESTAMP = 1475135073 +SHA256 (xapian-omega-1.2.24.tar.xz) = 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 +SIZE (xapian-omega-1.2.24.tar.xz) = 438104 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 3B969C34126; Sun, 20 Nov 2016 23:54: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 0A90D1F2; Sun, 20 Nov 2016 23:54: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 uAKNs9If039061; Sun, 20 Nov 2016 23:54:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNs8AF039059; Sun, 20 Nov 2016 23:54:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNs8AF039059@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, 20 Nov 2016 23:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426649 - head/databases/p5-Search-Xapian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:10 -0000 Author: sunpoet Date: Sun Nov 20 23:54:08 2016 New Revision: 426649 URL: https://svnweb.freebsd.org/changeset/ports/426649 Log: - Update to 1.2.24 Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.24 http://search.cpan.org/dist/Search-Xapian/Changes Modified: head/databases/p5-Search-Xapian/Makefile head/databases/p5-Search-Xapian/distinfo Modified: head/databases/p5-Search-Xapian/Makefile ============================================================================== --- head/databases/p5-Search-Xapian/Makefile Sun Nov 20 23:54:04 2016 (r426648) +++ head/databases/p5-Search-Xapian/Makefile Sun Nov 20 23:54:08 2016 (r426649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Search-Xapian -PORTVERSION= 1.2.23.0 +PORTVERSION= 1.2.24.0 CATEGORIES= databases perl5 MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \ LOCAL/sunpoet \ Modified: head/databases/p5-Search-Xapian/distinfo ============================================================================== --- head/databases/p5-Search-Xapian/distinfo Sun Nov 20 23:54:04 2016 (r426648) +++ head/databases/p5-Search-Xapian/distinfo Sun Nov 20 23:54:08 2016 (r426649) @@ -1,2 +1,3 @@ -SHA256 (Search-Xapian-1.2.23.0.tar.gz) = 90ea2e962f9a4e5f73719bd30b877f5272da886f3693d3a961f4d84b2ef34402 -SIZE (Search-Xapian-1.2.23.0.tar.gz) = 70255 +TIMESTAMP = 1475136368 +SHA256 (Search-Xapian-1.2.24.0.tar.gz) = 77c1e3970a704f7903a27d4253816f23ac3dd297fea0e84254f40bf8537c16f7 +SIZE (Search-Xapian-1.2.24.0.tar.gz) = 71768 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 48EB9C341A8; Sun, 20 Nov 2016 23:54: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 1063A3E7; Sun, 20 Nov 2016 23:54: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 uAKNsI6l039297; Sun, 20 Nov 2016 23:54:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsI6B039295; Sun, 20 Nov 2016 23:54:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsI6B039295@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, 20 Nov 2016 23:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426651 - head/archivers/brotli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:19 -0000 Author: sunpoet Date: Sun Nov 20 23:54:17 2016 New Revision: 426651 URL: https://svnweb.freebsd.org/changeset/ports/426651 Log: - Update to 0.5.2 Changes: https://github.com/google/brotli/releases Modified: head/archivers/brotli/Makefile head/archivers/brotli/distinfo Modified: head/archivers/brotli/Makefile ============================================================================== --- head/archivers/brotli/Makefile Sun Nov 20 23:54:13 2016 (r426650) +++ head/archivers/brotli/Makefile Sun Nov 20 23:54:17 2016 (r426651) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= archivers Modified: head/archivers/brotli/distinfo ============================================================================== --- head/archivers/brotli/distinfo Sun Nov 20 23:54:13 2016 (r426650) +++ head/archivers/brotli/distinfo Sun Nov 20 23:54:17 2016 (r426651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466891941 -SHA256 (google-brotli-v0.4.0_GH0.tar.gz) = 09aeea757c68a39feb0350a1506b5543ec5ce2c09988711d9e4dc1e9907dac7d -SIZE (google-brotli-v0.4.0_GH0.tar.gz) = 8069842 +TIMESTAMP = 1479576013 +SHA256 (google-brotli-v0.5.2_GH0.tar.gz) = 2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343 +SIZE (google-brotli-v0.5.2_GH0.tar.gz) = 7771705 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 D0071C3421A; Sun, 20 Nov 2016 23:54: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 91C847F9; Sun, 20 Nov 2016 23:54: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 uAKNsQLL039516; Sun, 20 Nov 2016 23:54:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsQFZ039515; Sun, 20 Nov 2016 23:54:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsQFZ039515@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, 20 Nov 2016 23:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426653 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:27 -0000 Author: sunpoet Date: Sun Nov 20 23:54:26 2016 New Revision: 426653 URL: https://svnweb.freebsd.org/changeset/ports/426653 Log: - Add LZ4 and ZSTD options - Run configure script in configure stage - Cosmetic change Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sun Nov 20 23:54:22 2016 (r426652) +++ head/databases/rocksdb/Makefile Sun Nov 20 23:54:26 2016 (r426653) @@ -15,9 +15,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgflags.so:devel/gflags \ libsnappy.so:archivers/snappy -OPTIONS_DEFINE= DEBUG +BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror +BROKEN_aarch64= does not build: the clang compiler does not support -march=native +BROKEN_armv6= does not build: the clang compiler does not support -march=native +BROKEN_powerpc64= does not build +BROKEN_sparc64= cannot build: uses unknown compiler flags + +OPTIONS_DEFINE= DEBUG LZ4 ZSTD ALL_TARGET= shared_lib static_lib all +HAS_CONFIGURE= yes +CONFIGURE_ARGS= make_config.mk +CONFIGURE_ENV= ROCKSDB_ROOT=${WRKSRC} +CONFIGURE_SCRIPT= build_tools/build_detect_platform CPPFLAGS+= -DOS_FREEBSD MAKE_ENV= CXX=${CXX} USE_CXXSTD= c++11 @@ -29,17 +39,13 @@ PORTDATA= make_config.mk GH_ACCOUNT= facebook USE_GITHUB= yes -BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror -BROKEN_aarch64= does not build: the clang compiler does not support -march=native -BROKEN_armv6= does not build: the clang compiler does not support -march=native -BROKEN_powerpc64= does not build -BROKEN_sparc64= cannot build: uses unknown compiler flags - BENCHMARKS= cache_bench db_bench memtablerep_bench table_reader_bench TOOLS= db_repl_stress db_sanity_test db_stress ldb rocksdb_dump rocksdb_undump sst_dump write_stress DEBUG_MAKE_ENV= DEBUG_LEVEL=2 DEBUG_MAKE_ENV_OFF= DEBUG_LEVEL=0 +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include @@ -52,7 +58,7 @@ CXXFLAGS+= -Wno-inconsistent-missing-ove .endif post-patch: - @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||; /^dummy :=/d' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform @${REINPLACE_CMD} -e 's|#include "gtest/gtest.h"|#include "gtest.h"|' ${WRKSRC}/third-party/gtest-1.7.0/fused-src/gtest/gtest-all.cc .if defined(WITHOUT_PROFILE) @@ -63,6 +69,12 @@ post-patch: @${REINPLACE_CMD} -e 's|#ifdef __SSE4_2__|&DISABLED__|' ${WRKSRC}/util/crc32c.cc .endif +post-patch-LZ4-off: + @${REINPLACE_CMD} -e '/lz4/Id' ${WRKSRC}/build_tools/build_detect_platform + +post-patch-ZSTD-off: + @${REINPLACE_CMD} -e '/zstd/Id' ${WRKSRC}/build_tools/build_detect_platform + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/rocksdb/ ${STAGEDIR}${DATADIR}/ cd ${WRKSRC}/ && ${INSTALL_PROGRAM} ${BENCHMARKS} ${TOOLS} ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 99603C34252; Sun, 20 Nov 2016 23:54: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 660468E8; Sun, 20 Nov 2016 23:54: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 uAKNsVu0039648; Sun, 20 Nov 2016 23:54:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsVit039645; Sun, 20 Nov 2016 23:54:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsVit039645@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, 20 Nov 2016 23:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426654 - head/devel/global X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:32 -0000 Author: sunpoet Date: Sun Nov 20 23:54:31 2016 New Revision: 426654 URL: https://svnweb.freebsd.org/changeset/ports/426654 Log: - Update to 6.5.5 - Update WWW: use https:// Changes: http://www.gnu.org/software/global/whatsnew.html http://lists.gnu.org/archive/html/info-global/2016-09/msg00000.html Modified: head/devel/global/Makefile head/devel/global/distinfo head/devel/global/pkg-descr Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Sun Nov 20 23:54:26 2016 (r426653) +++ head/devel/global/Makefile Sun Nov 20 23:54:31 2016 (r426654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= global -PORTVERSION= 6.5.4 +PORTVERSION= 6.5.5 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/global/distinfo ============================================================================== --- head/devel/global/distinfo Sun Nov 20 23:54:26 2016 (r426653) +++ head/devel/global/distinfo Sun Nov 20 23:54:31 2016 (r426654) @@ -1,2 +1,3 @@ -SHA256 (global-6.5.4.tar.gz) = af16e0a686a46f759156cb685e25f345680703f43f93af1ce8d834caaf541da6 -SIZE (global-6.5.4.tar.gz) = 2933151 +TIMESTAMP = 1479576019 +SHA256 (global-6.5.5.tar.gz) = bc5b42a2c58d1570ff6b6acf7479c3e1609fe0ec8b44e5baa5290dc47148cf7b +SIZE (global-6.5.5.tar.gz) = 2934542 Modified: head/devel/global/pkg-descr ============================================================================== --- head/devel/global/pkg-descr Sun Nov 20 23:54:26 2016 (r426653) +++ head/devel/global/pkg-descr Sun Nov 20 23:54:31 2016 (r426654) @@ -10,4 +10,4 @@ following two points: - Independence of any editor - Capability to treat definition and reference -WWW: http://www.gnu.org/software/global/ +WWW: https://www.gnu.org/software/global/ From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 0EC52C34285; Sun, 20 Nov 2016 23:54: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 D414B9AF; Sun, 20 Nov 2016 23:54: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 uAKNsat7039749; Sun, 20 Nov 2016 23:54:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsaFF039748; Sun, 20 Nov 2016 23:54:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsaFF039748@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, 20 Nov 2016 23:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426655 - head/devel/libdap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:37 -0000 Author: sunpoet Date: Sun Nov 20 23:54:35 2016 New Revision: 426655 URL: https://svnweb.freebsd.org/changeset/ports/426655 Log: - Update pkg-descr - Update WWW Modified: head/devel/libdap/pkg-descr Modified: head/devel/libdap/pkg-descr ============================================================================== --- head/devel/libdap/pkg-descr Sun Nov 20 23:54:31 2016 (r426654) +++ head/devel/libdap/pkg-descr Sun Nov 20 23:54:35 2016 (r426655) @@ -2,7 +2,4 @@ libdap is A C++ SDK which contains an im Client- and Server-side support classes and a prototype implementation of the AIS. -OpeNDAP's public key is available at -http://opendap.org/download/index.html#public_key - -WWW: http://opendap.org/download/libdap +WWW: https://www.opendap.org/software/libdap From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 9A1E3C341E9; Sun, 20 Nov 2016 23:54: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 5C4776D1; Sun, 20 Nov 2016 23:54: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 uAKNsMPX039415; Sun, 20 Nov 2016 23:54:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsMT1039413; Sun, 20 Nov 2016 23:54:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsMT1039413@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, 20 Nov 2016 23:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426652 - head/astro/cfitsio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:23 -0000 Author: sunpoet Date: Sun Nov 20 23:54:22 2016 New Revision: 426652 URL: https://svnweb.freebsd.org/changeset/ports/426652 Log: - Use USES=localbase - Cosmetic change Modified: head/astro/cfitsio/Makefile head/astro/cfitsio/pkg-plist Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Sun Nov 20 23:54:17 2016 (r426651) +++ head/astro/cfitsio/Makefile Sun Nov 20 23:54:22 2016 (r426652) @@ -19,32 +19,30 @@ LIB_DEPENDS= libf2c.so:lang/f2c OPTIONS_DEFINE= DOCS ALL_TARGET= libcfitsio.a shared -CFLAGS+= -I${INCLUDEDIR} CONFIGURE_ARGS= ac_cv_prog_FC=f2c GNU_CONFIGURE= yes -LIBS+= -L${LIBDIR} -lz MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c" USE_LDCONFIG= yes -USES= pkgconfig +USES= localbase pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_SUB= SHLIB_MAJOR_VER=${SHLIB_MAJOR_VER} \ - SHLIB_MINOR_VER=${SHLIB_MINOR_VER} +PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ + SHLIB_MINOR=${SHLIB_MINOR} PORTDOCS= * -SHLIB_MAJOR_VER=5 -SHLIB_MINOR_VER=${PORTVERSION:S|0$||} +SHLIB_MAJOR= 5 +SHLIB_MINOR= ${PORTVERSION:S|0$||} post-patch: @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/*.[chl] ${WRKSRC}/zlib/*.h do-install: cd ${WRKSRC}/ && ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${STAGEDIR}${PREFIX}/include/ - cd ${WRKSRC}/ && ${INSTALL_DATA} libcfitsio.a ${STAGEDIR}${PREFIX}/lib/ - cd ${WRKSRC}/ && ${INSTALL_LIB} libcfitsio.so.${SHLIB_MAJOR_VER}.${SHLIB_MINOR_VER} ${STAGEDIR}${PREFIX}/lib/ - cd ${WRKSRC}/ && ${INSTALL_DATA} cfitsio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ - ${LN} -fs libcfitsio.so.${SHLIB_MAJOR_VER}.${SHLIB_MINOR_VER} ${STAGEDIR}${PREFIX}/lib/libcfitsio.so.${SHLIB_MAJOR_VER} - ${LN} -fs libcfitsio.so.${SHLIB_MAJOR_VER} ${STAGEDIR}${PREFIX}/lib/libcfitsio.so + ${INSTALL_DATA} ${WRKSRC}/libcfitsio.a ${STAGEDIR}${PREFIX}/lib/ + ${INSTALL_LIB} ${WRKSRC}/libcfitsio.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/ + ${INSTALL_DATA} ${WRKSRC}/cfitsio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ + ${LN} -fs libcfitsio.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libcfitsio.so.${SHLIB_MAJOR} + ${LN} -fs libcfitsio.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libcfitsio.so do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ Modified: head/astro/cfitsio/pkg-plist ============================================================================== --- head/astro/cfitsio/pkg-plist Sun Nov 20 23:54:17 2016 (r426651) +++ head/astro/cfitsio/pkg-plist Sun Nov 20 23:54:22 2016 (r426652) @@ -4,6 +4,6 @@ include/fitsio2.h include/longnam.h lib/libcfitsio.a lib/libcfitsio.so -lib/libcfitsio.so.%%SHLIB_MAJOR_VER%% -lib/libcfitsio.so.%%SHLIB_MAJOR_VER%%.%%SHLIB_MINOR_VER%% +lib/libcfitsio.so.%%SHLIB_MAJOR%% +lib/libcfitsio.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% libdata/pkgconfig/cfitsio.pc From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 BBC6EC342D4; Sun, 20 Nov 2016 23:54: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 77E3CB50; Sun, 20 Nov 2016 23:54: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 uAKNsiGm039986; Sun, 20 Nov 2016 23:54:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsird039984; Sun, 20 Nov 2016 23:54:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsird039984@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, 20 Nov 2016 23:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426657 - head/misc/usbids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:54:45 -0000 Author: sunpoet Date: Sun Nov 20 23:54:44 2016 New Revision: 426657 URL: https://svnweb.freebsd.org/changeset/ports/426657 Log: - Update to 20161114 Changes: http://people.FreeBSD.org/~sunpoet/usbids-20161114.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Sun Nov 20 23:54:40 2016 (r426656) +++ head/misc/usbids/Makefile Sun Nov 20 23:54:44 2016 (r426657) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20160303 +PORTVERSION= 20161114 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Sun Nov 20 23:54:40 2016 (r426656) +++ head/misc/usbids/distinfo Sun Nov 20 23:54:44 2016 (r426657) @@ -1,2 +1,3 @@ -SHA256 (usbids-20160303.tar.xz) = 227b69f3a7a8d4765931bf54d9ef0e13b5fec19360091a850a21143cecbe10f1 -SIZE (usbids-20160303.tar.xz) = 156064 +TIMESTAMP = 1479579611 +SHA256 (usbids-20161114.tar.xz) = ee3f13bb91492e0017137ac84a355e80038e5297d45e2219732a0845601131ad +SIZE (usbids-20161114.tar.xz) = 160640 From owner-svn-ports-all@freebsd.org Sun Nov 20 23: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 795B7C342A4; Sun, 20 Nov 2016 23:54: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 2F646A5D; Sun, 20 Nov 2016 23:54: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 uAKNsekx039865; Sun, 20 Nov 2016 23:54:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNserf039863; Sun, 20 Nov 2016 23:54:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNserf039863@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, 20 Nov 2016 23:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426656 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:54:41 -0000 Author: sunpoet Date: Sun Nov 20 23:54:40 2016 New Revision: 426656 URL: https://svnweb.freebsd.org/changeset/ports/426656 Log: - Update to 20161119 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Sun Nov 20 23:54:35 2016 (r426655) +++ head/misc/pciids/Makefile Sun Nov 20 23:54:40 2016 (r426656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20161029 +PORTVERSION= 20161119 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 295956a +GH_TAGNAME= 60698ac USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Sun Nov 20 23:54:35 2016 (r426655) +++ head/misc/pciids/distinfo Sun Nov 20 23:54:40 2016 (r426656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477748353 -SHA256 (pciutils-pciids-20161029-295956a_GH0.tar.gz) = 6281b83b12f87ef80dd4cd2f546e26b10f6252c4414dfb7e03e79096d580c41b -SIZE (pciutils-pciids-20161029-295956a_GH0.tar.gz) = 245913 +TIMESTAMP = 1479642300 +SHA256 (pciutils-pciids-20161119-60698ac_GH0.tar.gz) = 6869f9d783526ac2337ee8d07a798832b950b66312dd72811d1553766947e7ff +SIZE (pciutils-pciids-20161119-60698ac_GH0.tar.gz) = 250167 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 73F78C34314; Sun, 20 Nov 2016 23:54: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 28602C4E; Sun, 20 Nov 2016 23:54: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 uAKNsnxM040102; Sun, 20 Nov 2016 23:54:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsnf6040100; Sun, 20 Nov 2016 23:54:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsnf6040100@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, 20 Nov 2016 23:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426658 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:50 -0000 Author: sunpoet Date: Sun Nov 20 23:54:48 2016 New Revision: 426658 URL: https://svnweb.freebsd.org/changeset/ports/426658 Log: - Do not install libmediainfo-config - Cleanup Makefile - Bump PORTREVISION for package change Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/pkg-plist Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Sun Nov 20 23:54:44 2016 (r426657) +++ head/multimedia/libmediainfo/Makefile Sun Nov 20 23:54:48 2016 (r426658) @@ -3,6 +3,7 @@ PORTNAME= libmediainfo PORTVERSION= 0.7.90 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet @@ -40,7 +41,6 @@ TINYXML2_LIB_DEPENDS= libtinyxml2.so:tex post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} \ - -e 's|../../../../ZenLib/Project/GNU/Library/libzen-config|${LOCALBASE}/bin/libzen-config|' \ -e 's|lib/pkgconfig/|libdata/pkgconfig/|g' \ -e 's|-DMEDIAINFO_LIBMMS_FROMSOURCE||g' \ -e 's|with_libmms/pkgconfig/|with_libmms/libdata/pkgconfig/|' \ @@ -48,7 +48,6 @@ post-patch: @${REINPLACE_CMD} -e '1 s|bin/bash|bin/sh|' ${WRKSRC}/libmediainfo-config.in post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/libmediainfo-config ${STAGEDIR}${PREFIX}/bin/libmediainfo-config ${INSTALL_DATA} ${WRKSRC}/libmediainfo.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libmediainfo.pc ${RM} -r ${STAGEDIR}${PREFIX}/include/MediaInfoDLL/ Modified: head/multimedia/libmediainfo/pkg-plist ============================================================================== --- head/multimedia/libmediainfo/pkg-plist Sun Nov 20 23:54:44 2016 (r426657) +++ head/multimedia/libmediainfo/pkg-plist Sun Nov 20 23:54:48 2016 (r426658) @@ -1,4 +1,3 @@ -bin/libmediainfo-config include/MediaInfo/MediaInfo.h include/MediaInfo/MediaInfoList.h include/MediaInfo/MediaInfo_Const.h From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 B3847C34329; Sun, 20 Nov 2016 23:54: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 8571AD0B; Sun, 20 Nov 2016 23:54: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 uAKNsrru040206; Sun, 20 Nov 2016 23:54:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNsrjK040205; Sun, 20 Nov 2016 23:54:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNsrjK040205@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, 20 Nov 2016 23:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426659 - head/multimedia/mediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:54 -0000 Author: sunpoet Date: Sun Nov 20 23:54:53 2016 New Revision: 426659 URL: https://svnweb.freebsd.org/changeset/ports/426659 Log: - Remove unnecessary CONFIGURE_ARGS Modified: head/multimedia/mediainfo/Makefile Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Sun Nov 20 23:54:48 2016 (r426658) +++ head/multimedia/mediainfo/Makefile Sun Nov 20 23:54:53 2016 (r426659) @@ -19,7 +19,6 @@ LIB_DEPENDS= libmediainfo.so:multimedia/ BROKEN_powerpc64= does not build -CONFIGURE_ARGS= --enable-shared GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig tar:xz From owner-svn-ports-all@freebsd.org Sun Nov 20 23:54: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 8BCE7C3437C; Sun, 20 Nov 2016 23:54: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 660B4DEE; Sun, 20 Nov 2016 23:54:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNsw9v040355; Sun, 20 Nov 2016 23:54:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNswED040350; Sun, 20 Nov 2016 23:54:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202354.uAKNswED040350@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, 20 Nov 2016 23:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426660 - head/sysutils/freeipmi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:54:59 -0000 Author: sunpoet Date: Sun Nov 20 23:54:57 2016 New Revision: 426660 URL: https://svnweb.freebsd.org/changeset/ports/426660 Log: - Update to 1.5.5 - Cleanup MASTER_SITES: remove default subdir - Update WWW: use https:// Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8729 Modified: head/sysutils/freeipmi/Makefile head/sysutils/freeipmi/distinfo head/sysutils/freeipmi/pkg-descr head/sysutils/freeipmi/pkg-plist Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Sun Nov 20 23:54:53 2016 (r426659) +++ head/sysutils/freeipmi/Makefile Sun Nov 20 23:54:57 2016 (r426660) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= freeipmi -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.5 CATEGORIES= sysutils -MASTER_SITES= GNU/${PORTNAME} \ +MASTER_SITES= GNU \ http://ftp.gluster.com/pub/${PORTNAME}/${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org Modified: head/sysutils/freeipmi/distinfo ============================================================================== --- head/sysutils/freeipmi/distinfo Sun Nov 20 23:54:53 2016 (r426659) +++ head/sysutils/freeipmi/distinfo Sun Nov 20 23:54:57 2016 (r426660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328593 -SHA256 (freeipmi-1.5.2.tar.gz) = 734fa260e71d11e0a607f8acc731b9492f7f7b2f5476bf2ec29ff34ecde4ee75 -SIZE (freeipmi-1.5.2.tar.gz) = 3244661 +TIMESTAMP = 1479576027 +SHA256 (freeipmi-1.5.5.tar.gz) = ae20b98d145b6316c4231903a64a96954bdd718e74fc4e6cec2cd0b63edcff53 +SIZE (freeipmi-1.5.5.tar.gz) = 3250342 Modified: head/sysutils/freeipmi/pkg-descr ============================================================================== --- head/sysutils/freeipmi/pkg-descr Sun Nov 20 23:54:53 2016 (r426659) +++ head/sysutils/freeipmi/pkg-descr Sun Nov 20 23:54:57 2016 (r426660) @@ -7,5 +7,5 @@ sensor monitoring, system event monitori access and utilize these and many other features. A number of useful features for large HPC or cluster environments have also been implemented into FreeIPMI. -WWW: http://www.gnu.org/software/freeipmi/ -WWW: http://savannah.gnu.org/projects/freeipmi/ +WWW: https://www.gnu.org/software/freeipmi/ +WWW: https://savannah.gnu.org/projects/freeipmi/ Modified: head/sysutils/freeipmi/pkg-plist ============================================================================== --- head/sysutils/freeipmi/pkg-plist Sun Nov 20 23:54:53 2016 (r426659) +++ head/sysutils/freeipmi/pkg-plist Sun Nov 20 23:54:57 2016 (r426660) @@ -125,6 +125,7 @@ include/freeipmi/spec/ipmi-system-softwa include/freeipmi/spec/ipmi-timestamp-spec.h include/freeipmi/spec/oem/ipmi-cmd-oem-dell-spec.h include/freeipmi/spec/oem/ipmi-cmd-oem-fujitsu-spec.h +include/freeipmi/spec/oem/ipmi-cmd-oem-gigabyte-spec.h include/freeipmi/spec/oem/ipmi-cmd-oem-ibm-spec.h include/freeipmi/spec/oem/ipmi-cmd-oem-intel-node-manager-spec.h include/freeipmi/spec/oem/ipmi-cmd-oem-intel-spec.h @@ -156,6 +157,7 @@ include/freeipmi/spec/oem/ipmi-netfn-oem include/freeipmi/spec/oem/ipmi-netfn-oem-wistron-spec.h include/freeipmi/spec/oem/ipmi-oem-dell-spec.h include/freeipmi/spec/oem/ipmi-oem-fujitsu-spec.h +include/freeipmi/spec/oem/ipmi-oem-gigabyte-spec.h include/freeipmi/spec/oem/ipmi-oem-ibm-spec.h include/freeipmi/spec/oem/ipmi-oem-intel-spec.h include/freeipmi/spec/oem/ipmi-oem-inventec-spec.h @@ -165,6 +167,7 @@ include/freeipmi/spec/oem/ipmi-oem-super include/freeipmi/spec/oem/ipmi-oem-wistron-spec.h include/freeipmi/spec/oem/ipmi-sensor-and-event-code-tables-oem-dell-spec.h include/freeipmi/spec/oem/ipmi-sensor-and-event-code-tables-oem-fujitsu-spec.h +include/freeipmi/spec/oem/ipmi-sensor-and-event-code-tables-oem-gigabyte-spec.h include/freeipmi/spec/oem/ipmi-sensor-and-event-code-tables-oem-hp-spec.h include/freeipmi/spec/oem/ipmi-sensor-and-event-code-tables-oem-intel-node-manager-spec.h include/freeipmi/spec/oem/ipmi-sensor-and-event-code-tables-oem-intel-spec.h @@ -251,11 +254,11 @@ include/ipmidetect.h lib/libfreeipmi.a lib/libfreeipmi.so lib/libfreeipmi.so.17 -lib/libfreeipmi.so.17.1.0 +lib/libfreeipmi.so.17.1.3 lib/libipmiconsole.a lib/libipmiconsole.so lib/libipmiconsole.so.2 -lib/libipmiconsole.so.2.3.2 +lib/libipmiconsole.so.2.3.4 lib/libipmidetect.a lib/libipmidetect.so lib/libipmidetect.so.0 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 368C3C343F7; Sun, 20 Nov 2016 23:55: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 9F836F95; Sun, 20 Nov 2016 23:55: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 uAKNt7HJ040649; Sun, 20 Nov 2016 23:55:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNt7gq040645; Sun, 20 Nov 2016 23:55:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNt7gq040645@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, 20 Nov 2016 23:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426662 - head/www/zenphoto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:55:09 -0000 Author: sunpoet Date: Sun Nov 20 23:55:07 2016 New Revision: 426662 URL: https://svnweb.freebsd.org/changeset/ports/426662 Log: - Update to 1.4.13 - Use USES=php:web - Update maintainer section - Update WWW: use https:// Changes: https://www.zenphoto.org/news/category/changelog/ Modified: head/www/zenphoto/Makefile head/www/zenphoto/distinfo head/www/zenphoto/pkg-descr head/www/zenphoto/pkg-plist Modified: head/www/zenphoto/Makefile ============================================================================== --- head/www/zenphoto/Makefile Sun Nov 20 23:55:02 2016 (r426661) +++ head/www/zenphoto/Makefile Sun Nov 20 23:55:07 2016 (r426662) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zenphoto -PORTVERSION= 1.4.12 +PORTVERSION= 1.4.13 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= www @@ -14,8 +14,7 @@ LICENSE= GPLv2+ NO_ARCH= yes NO_BUILD= yes USE_PHP= gd gettext json mbstring mysqli pcre session -USES= cpe -WANT_PHP_WEB= yes +USES= cpe php:web PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message @@ -41,7 +40,7 @@ MS_PLIST= ${WRKDIR}/.ms-pkg-plist genplist: do-clean extract ${ECHO_CMD} '@owner www' > ${MS_PLIST} ${ECHO_CMD} '@group www' >> ${MS_PLIST} - cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} + cd ${WRKSRC}/ && ${FIND} * -type f | ${SETENV} LC_ALL=C ${SORT} | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} .for dir in ${MS_DIR} ${ECHO_CMD} '@dir %%WWWDIR%%/${dir}' >> ${MS_PLIST} .endfor Modified: head/www/zenphoto/distinfo ============================================================================== --- head/www/zenphoto/distinfo Sun Nov 20 23:55:02 2016 (r426661) +++ head/www/zenphoto/distinfo Sun Nov 20 23:55:07 2016 (r426662) @@ -1,2 +1,3 @@ -SHA256 (zenphoto-zenphoto-zenphoto-1.4.12_GH0.tar.gz) = 5ffc65c7085f011cca401db55f11f31078ec488e8ab155db51f2a50a3c1d8563 -SIZE (zenphoto-zenphoto-zenphoto-1.4.12_GH0.tar.gz) = 9427034 +TIMESTAMP = 1479576045 +SHA256 (zenphoto-zenphoto-zenphoto-1.4.13_GH0.tar.gz) = c0ac6026b7f59714ca17a2f205f8a57892ac97d9dcb13d6b292d631ca3b3a055 +SIZE (zenphoto-zenphoto-zenphoto-1.4.13_GH0.tar.gz) = 9491291 Modified: head/www/zenphoto/pkg-descr ============================================================================== --- head/www/zenphoto/pkg-descr Sun Nov 20 23:55:02 2016 (r426661) +++ head/www/zenphoto/pkg-descr Sun Nov 20 23:55:07 2016 (r426662) @@ -2,4 +2,4 @@ Zenphoto is an answer to lots of calls f makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply. -WWW: http://www.zenphoto.org/ +WWW: https://www.zenphoto.org/ Modified: head/www/zenphoto/pkg-plist ============================================================================== --- head/www/zenphoto/pkg-plist Sun Nov 20 23:55:02 2016 (r426661) +++ head/www/zenphoto/pkg-plist Sun Nov 20 23:55:07 2016 (r426662) @@ -741,6 +741,7 @@ %%WWWDIR%%/zp-core/pluginDoc.php %%WWWDIR%%/zp-core/reconfigure.php %%WWWDIR%%/zp-core/rewrite.php +%%WWWDIR%%/zp-core/setup.php %%WWWDIR%%/zp-core/setup/index.php %%WWWDIR%%/zp-core/setup/setup-functions.php %%WWWDIR%%/zp-core/setup/setup-option-defaults.php @@ -751,7 +752,6 @@ %%WWWDIR%%/zp-core/setup/setup_pluginOptions.php %%WWWDIR%%/zp-core/setup/setup_set-mod_rewrite.php %%WWWDIR%%/zp-core/setup/setup_themeOptions.php -%%WWWDIR%%/zp-core/setup.php %%WWWDIR%%/zp-core/template-filters.php %%WWWDIR%%/zp-core/template-functions.php %%WWWDIR%%/zp-core/utilities/backup_restore.php @@ -768,20 +768,26 @@ %%WWWDIR%%/zp-core/watermarks/watermark.png %%WWWDIR%%/zp-core/zenphoto-rewrite.txt %%WWWDIR%%/zp-core/zenphoto_cfg.txt +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap.php %%WWWDIR%%/zp-core/zp-extensions/GoogleMap/CodeIgniter-Google-Maps-V3-API/Google_Maps_V3_API_Documentation.pdf %%WWWDIR%%/zp-core/zp-extensions/GoogleMap/CodeIgniter-Google-Maps-V3-API/Googlemaps.php %%WWWDIR%%/zp-core/zp-extensions/GoogleMap/Map.php %%WWWDIR%%/zp-core/zp-extensions/GoogleMap/googleMap.css +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/images/m1.png +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/images/m2.png +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/images/m3.png +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/images/m4.png +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/images/m5.png +%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/images/pin.png %%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/markerclusterer.js -%%WWWDIR%%/zp-core/zp-extensions/GoogleMap/markerClustererPlus/markerclusterer_packed.js %%WWWDIR%%/zp-core/zp-extensions/GoogleMap/overlappingMarkerSpiderfier/oms.min.js -%%WWWDIR%%/zp-core/zp-extensions/GoogleMap.php +%%WWWDIR%%/zp-core/zp-extensions/PHPMailer.php %%WWWDIR%%/zp-core/zp-extensions/PHPMailer/class.phpmailer.php %%WWWDIR%%/zp-core/zp-extensions/PHPMailer/class.pop3.php %%WWWDIR%%/zp-core/zp-extensions/PHPMailer/class.smtp.php -%%WWWDIR%%/zp-core/zp-extensions/PHPMailer.php %%WWWDIR%%/zp-core/zp-extensions/admin-approval.php %%WWWDIR%%/zp-core/zp-extensions/auto_backup.php +%%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav.php %%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav/images/bx_loader.gif %%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav/images/controls.png %%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav/jquery.bxslider.css @@ -789,22 +795,22 @@ %%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav/jquery.bxslider.min.js %%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav/plugins/jquery.easing.1.3.js %%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav/plugins/jquery.fitvids.js -%%WWWDIR%%/zp-core/zp-extensions/bxslider_thumb_nav.php +%%WWWDIR%%/zp-core/zp-extensions/cacheManager.php %%WWWDIR%%/zp-core/zp-extensions/cacheManager/cacheDBImages.php %%WWWDIR%%/zp-core/zp-extensions/cacheManager/cacheImages.php %%WWWDIR%%/zp-core/zp-extensions/cacheManager/functions.php -%%WWWDIR%%/zp-core/zp-extensions/cacheManager.php %%WWWDIR%%/zp-core/zp-extensions/check_for_update.php -%%WWWDIR%%/zp-core/zp-extensions/class-AnyFile/anyFileDefault.png %%WWWDIR%%/zp-core/zp-extensions/class-AnyFile.php +%%WWWDIR%%/zp-core/zp-extensions/class-AnyFile/anyFileDefault.png +%%WWWDIR%%/zp-core/zp-extensions/class-WEBdocs.php %%WWWDIR%%/zp-core/zp-extensions/class-WEBdocs/pdfDefault.png %%WWWDIR%%/zp-core/zp-extensions/class-WEBdocs/ppsDefault.png %%WWWDIR%%/zp-core/zp-extensions/class-WEBdocs/tifDefault.png -%%WWWDIR%%/zp-core/zp-extensions/class-WEBdocs.php +%%WWWDIR%%/zp-core/zp-extensions/class-textobject.php %%WWWDIR%%/zp-core/zp-extensions/class-textobject/class-textobject_core.php %%WWWDIR%%/zp-core/zp-extensions/class-textobject/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/class-textobject/textDefault.png -%%WWWDIR%%/zp-core/zp-extensions/class-textobject.php +%%WWWDIR%%/zp-core/zp-extensions/class-video.php %%WWWDIR%%/zp-core/zp-extensions/class-video/3gpDefault.png %%WWWDIR%%/zp-core/zp-extensions/class-video/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/class-video/flaDefault.png @@ -829,10 +835,10 @@ %%WWWDIR%%/zp-core/zp-extensions/class-video/mp3Default.png %%WWWDIR%%/zp-core/zp-extensions/class-video/mp4Default.png %%WWWDIR%%/zp-core/zp-extensions/class-video/multimediaDefault.png -%%WWWDIR%%/zp-core/zp-extensions/class-video.php +%%WWWDIR%%/zp-core/zp-extensions/cloneZenphoto.php %%WWWDIR%%/zp-core/zp-extensions/cloneZenphoto/clone.php %%WWWDIR%%/zp-core/zp-extensions/cloneZenphoto/cloneTab.php -%%WWWDIR%%/zp-core/zp-extensions/cloneZenphoto.php +%%WWWDIR%%/zp-core/zp-extensions/colorbox_js.php %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/i18n/jquery.colorbox-ar.js %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/i18n/jquery.colorbox-bg.js %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/i18n/jquery.colorbox-ca.js @@ -869,39 +875,38 @@ %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/i18n/jquery.colorbox-zh-CN.js %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/i18n/jquery.colorbox-zh-TW.js %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/jquery.colorbox-min.js +%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1.jpg %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1/colorbox.css %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1/images/border.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1/images/controls.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1/images/loading.gif %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1/images/loading_background.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1/images/overlay.png -%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example1.jpg +%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example2.jpg %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example2/colorbox.css %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example2/images/controls.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example2/images/loading.gif -%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example2.jpg +%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example3.jpg %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example3/colorbox.css %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example3/images/controls.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example3/images/loading.gif -%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example3.jpg +%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example4.jpg %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example4/colorbox.css %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example4/images/border1.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example4/images/border2.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example4/images/loading.gif -%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example4.jpg +%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5.jpg %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5/colorbox.css %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5/images/border.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5/images/controls.png %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5/images/loading.gif %%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5/images/loading_background.png -%%WWWDIR%%/zp-core/zp-extensions/colorbox_js/themes/example5.jpg -%%WWWDIR%%/zp-core/zp-extensions/colorbox_js.php +%%WWWDIR%%/zp-core/zp-extensions/comment_form.php %%WWWDIR%%/zp-core/zp-extensions/comment_form/admin-comments.php %%WWWDIR%%/zp-core/zp-extensions/comment_form/class-comment.php %%WWWDIR%%/zp-core/zp-extensions/comment_form/comment_form.php %%WWWDIR%%/zp-core/zp-extensions/comment_form/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/comment_form/functions.php -%%WWWDIR%%/zp-core/zp-extensions/comment_form.php %%WWWDIR%%/zp-core/zp-extensions/common/adGallery/LICENSE.txt %%WWWDIR%%/zp-core/zp-extensions/common/adGallery/ad_next.png %%WWWDIR%%/zp-core/zp-extensions/common/adGallery/ad_prev.png @@ -916,24 +921,25 @@ %%WWWDIR%%/zp-core/zp-extensions/common/fieldExtender.php %%WWWDIR%%/zp-core/zp-extensions/common/jsMin/JSMin.php %%WWWDIR%%/zp-core/zp-extensions/common/oAuth/OAuth.php -%%WWWDIR%%/zp-core/zp-extensions/contact_form/form.php %%WWWDIR%%/zp-core/zp-extensions/contact_form.php +%%WWWDIR%%/zp-core/zp-extensions/contact_form/form.php +%%WWWDIR%%/zp-core/zp-extensions/crop_image.php %%WWWDIR%%/zp-core/zp-extensions/crop_image/crop_image.css %%WWWDIR%%/zp-core/zp-extensions/crop_image/swap.png %%WWWDIR%%/zp-core/zp-extensions/crop_image/swap_down.png %%WWWDIR%%/zp-core/zp-extensions/crop_image/swap_up.png -%%WWWDIR%%/zp-core/zp-extensions/crop_image.php %%WWWDIR%%/zp-core/zp-extensions/defaultCodeblocks.php +%%WWWDIR%%/zp-core/zp-extensions/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/deprecated-functions/admin_tab.php %%WWWDIR%%/zp-core/zp-extensions/deprecated-functions/check_for_deprecated.php %%WWWDIR%%/zp-core/zp-extensions/deprecated-functions/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/deprecated-functions/functions.php -%%WWWDIR%%/zp-core/zp-extensions/deprecated-functions.php +%%WWWDIR%%/zp-core/zp-extensions/downloadList.php %%WWWDIR%%/zp-core/zp-extensions/downloadList/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/downloadList/download_statistics.php -%%WWWDIR%%/zp-core/zp-extensions/downloadList.php -%%WWWDIR%%/zp-core/zp-extensions/dynamic-locale/locale.css %%WWWDIR%%/zp-core/zp-extensions/dynamic-locale.php +%%WWWDIR%%/zp-core/zp-extensions/dynamic-locale/locale.css +%%WWWDIR%%/zp-core/zp-extensions/elFinder.php %%WWWDIR%%/zp-core/zp-extensions/elFinder/css/elfinder.min.css %%WWWDIR%%/zp-core/zp-extensions/elFinder/css/theme.css %%WWWDIR%%/zp-core/zp-extensions/elFinder/elfinder-logo.png @@ -1009,14 +1015,15 @@ %%WWWDIR%%/zp-core/zp-extensions/elFinder/php/plugins/Sanitizer/plugin.php %%WWWDIR%%/zp-core/zp-extensions/elFinder/php/plugins/Watermark/logo.png %%WWWDIR%%/zp-core/zp-extensions/elFinder/php/plugins/Watermark/plugin.php -%%WWWDIR%%/zp-core/zp-extensions/elFinder.php %%WWWDIR%%/zp-core/zp-extensions/email-newuser.php %%WWWDIR%%/zp-core/zp-extensions/exampleMacros.php %%WWWDIR%%/zp-core/zp-extensions/externalFeed.php +%%WWWDIR%%/zp-core/zp-extensions/favoritesHandler.php %%WWWDIR%%/zp-core/zp-extensions/favoritesHandler/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/favoritesHandler/favoritesClass.php -%%WWWDIR%%/zp-core/zp-extensions/favoritesHandler.php +%%WWWDIR%%/zp-core/zp-extensions/federated_logon.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/Janrain Readme.txt +%%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID/AX.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID/Association.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID/BigMath.php @@ -1046,7 +1053,6 @@ %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID/ServerRequest.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID/TrustRoot.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID/URINorm.php -%%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/OpenID_detect.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/Yadis/HTTPFetcher.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Auth/Yadis/Manager.php @@ -1074,19 +1080,19 @@ %%WWWDIR%%/zp-core/zp-extensions/federated_logon/Yahoo_logon.php %%WWWDIR%%/zp-core/zp-extensions/federated_logon/federated_logon.css %%WWWDIR%%/zp-core/zp-extensions/federated_logon/federated_logon_buttons.css -%%WWWDIR%%/zp-core/zp-extensions/federated_logon.php +%%WWWDIR%%/zp-core/zp-extensions/flag_thumbnail.php %%WWWDIR%%/zp-core/zp-extensions/flag_thumbnail/GPS.png %%WWWDIR%%/zp-core/zp-extensions/flag_thumbnail/action.png %%WWWDIR%%/zp-core/zp-extensions/flag_thumbnail/lock.png %%WWWDIR%%/zp-core/zp-extensions/flag_thumbnail/new.png -%%WWWDIR%%/zp-core/zp-extensions/flag_thumbnail.php -%%WWWDIR%%/zp-core/zp-extensions/galleryArticles/combiNews.php %%WWWDIR%%/zp-core/zp-extensions/galleryArticles.php +%%WWWDIR%%/zp-core/zp-extensions/galleryArticles/combiNews.php %%WWWDIR%%/zp-core/zp-extensions/googleVerify.php %%WWWDIR%%/zp-core/zp-extensions/hitcounter.php %%WWWDIR%%/zp-core/zp-extensions/html_meta_tags.php %%WWWDIR%%/zp-core/zp-extensions/http_auth.php %%WWWDIR%%/zp-core/zp-extensions/image_album_statistics.php +%%WWWDIR%%/zp-core/zp-extensions/image_effects.php %%WWWDIR%%/zp-core/zp-extensions/image_effects/bevel.txt %%WWWDIR%%/zp-core/zp-extensions/image_effects/corner.txt %%WWWDIR%%/zp-core/zp-extensions/image_effects/crippleedge.txt @@ -1112,8 +1118,8 @@ %%WWWDIR%%/zp-core/zp-extensions/image_effects/sepia.js %%WWWDIR%%/zp-core/zp-extensions/image_effects/slided.txt %%WWWDIR%%/zp-core/zp-extensions/image_effects/sphere.txt -%%WWWDIR%%/zp-core/zp-extensions/image_effects.php %%WWWDIR%%/zp-core/zp-extensions/ipBlocker.php +%%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav.php %%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav/jcarousel.css %%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav/jcarousel.js @@ -1125,7 +1131,7 @@ %%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav/jcarousel_prev_vertical.png %%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav/jquery.jcarousel.css %%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav/jquery.jcarousel.pack.js -%%WWWDIR%%/zp-core/zp-extensions/jcarousel_thumb_nav.php +%%WWWDIR%%/zp-core/zp-extensions/jplayer.php %%WWWDIR%%/zp-core/zp-extensions/jplayer/js/jplayer.playlist.min.js %%WWWDIR%%/zp-core/zp-extensions/jplayer/js/jquery.jplayer.inspector.min.js %%WWWDIR%%/zp-core/zp-extensions/jplayer/js/jquery.jplayer.min.js @@ -1157,25 +1163,25 @@ %%WWWDIR%%/zp-core/zp-extensions/jplayer/skin/zenphotolight/jplayer.zenphoto.png %%WWWDIR%%/zp-core/zp-extensions/jplayer/skin/zenphotolight/jplayer.zenphoto.seeking.gif %%WWWDIR%%/zp-core/zp-extensions/jplayer/skin/zenphotolight/jplayer.zenphotolight.css -%%WWWDIR%%/zp-core/zp-extensions/jplayer.php %%WWWDIR%%/zp-core/zp-extensions/legacySpam.php -%%WWWDIR%%/zp-core/zp-extensions/macroList/macroList_tab.php %%WWWDIR%%/zp-core/zp-extensions/macroList.php +%%WWWDIR%%/zp-core/zp-extensions/macroList/macroList_tab.php %%WWWDIR%%/zp-core/zp-extensions/markRelease.php +%%WWWDIR%%/zp-core/zp-extensions/menu_manager.php %%WWWDIR%%/zp-core/zp-extensions/menu_manager/menu_manager-admin-functions.php %%WWWDIR%%/zp-core/zp-extensions/menu_manager/menu_tab.php %%WWWDIR%%/zp-core/zp-extensions/menu_manager/menu_tab_edit.php -%%WWWDIR%%/zp-core/zp-extensions/menu_manager.php %%WWWDIR%%/zp-core/zp-extensions/mergedRSS.php -%%WWWDIR%%/zp-core/zp-extensions/mobileTheme/Mobile_Detect.php %%WWWDIR%%/zp-core/zp-extensions/mobileTheme.php +%%WWWDIR%%/zp-core/zp-extensions/mobileTheme/Mobile_Detect.php %%WWWDIR%%/zp-core/zp-extensions/multiple_layouts.php %%WWWDIR%%/zp-core/zp-extensions/paged_thumbs_nav.php %%WWWDIR%%/zp-core/zp-extensions/print_album_menu.php +%%WWWDIR%%/zp-core/zp-extensions/publishContent.php %%WWWDIR%%/zp-core/zp-extensions/publishContent/publishContent.css %%WWWDIR%%/zp-core/zp-extensions/publishContent/publishContent.php -%%WWWDIR%%/zp-core/zp-extensions/publishContent.php %%WWWDIR%%/zp-core/zp-extensions/quota_manager.php +%%WWWDIR%%/zp-core/zp-extensions/rating.php %%WWWDIR%%/zp-core/zp-extensions/rating/delete.png %%WWWDIR%%/zp-core/zp-extensions/rating/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/rating/jquery.MetaData.js @@ -1183,7 +1189,7 @@ %%WWWDIR%%/zp-core/zp-extensions/rating/jquery.rating.js %%WWWDIR%%/zp-core/zp-extensions/rating/star.png %%WWWDIR%%/zp-core/zp-extensions/rating/update.php -%%WWWDIR%%/zp-core/zp-extensions/rating.php +%%WWWDIR%%/zp-core/zp-extensions/reCaptcha.php %%WWWDIR%%/zp-core/zp-extensions/reCaptcha/recaptchalib.php %%WWWDIR%%/zp-core/zp-extensions/reCaptcha/zpBlack/audio.png %%WWWDIR%%/zp-core/zp-extensions/reCaptcha/zpBlack/background.png @@ -1235,20 +1241,19 @@ %%WWWDIR%%/zp-core/zp-extensions/reCaptcha/zpTextured/reCaptcha.html %%WWWDIR%%/zp-core/zp-extensions/reCaptcha/zpTextured/refresh.png %%WWWDIR%%/zp-core/zp-extensions/reCaptcha/zpTextured/text.png -%%WWWDIR%%/zp-core/zp-extensions/reCaptcha.php -%%WWWDIR%%/zp-core/zp-extensions/register_user/register_user_form.php %%WWWDIR%%/zp-core/zp-extensions/register_user.php +%%WWWDIR%%/zp-core/zp-extensions/register_user/register_user_form.php %%WWWDIR%%/zp-core/zp-extensions/related_items.php +%%WWWDIR%%/zp-core/zp-extensions/rewriteRules.php %%WWWDIR%%/zp-core/zp-extensions/rewriteRules/admin_tab.php %%WWWDIR%%/zp-core/zp-extensions/rewriteRules/functions.php -%%WWWDIR%%/zp-core/zp-extensions/rewriteRules.php -%%WWWDIR%%/zp-core/zp-extensions/rewriteTokens/admin_tab.php %%WWWDIR%%/zp-core/zp-extensions/rewriteTokens.php +%%WWWDIR%%/zp-core/zp-extensions/rewriteTokens/admin_tab.php +%%WWWDIR%%/zp-core/zp-extensions/rss.php %%WWWDIR%%/zp-core/zp-extensions/rss/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/rss/rss.css -%%WWWDIR%%/zp-core/zp-extensions/rss.php -%%WWWDIR%%/zp-core/zp-extensions/search_statistics/search_analysis.php %%WWWDIR%%/zp-core/zp-extensions/search_statistics.php +%%WWWDIR%%/zp-core/zp-extensions/search_statistics/search_analysis.php %%WWWDIR%%/zp-core/zp-extensions/security-logger.php %%WWWDIR%%/zp-core/zp-extensions/seo_cleanup.php %%WWWDIR%%/zp-core/zp-extensions/seo_locale.php @@ -1256,20 +1261,20 @@ %%WWWDIR%%/zp-core/zp-extensions/seo_zenphoto.php %%WWWDIR%%/zp-core/zp-extensions/show_not_logged-in.php %%WWWDIR%%/zp-core/zp-extensions/simpleSpam.php +%%WWWDIR%%/zp-core/zp-extensions/site_upgrade.php %%WWWDIR%%/zp-core/zp-extensions/site_upgrade/closed.htm %%WWWDIR%%/zp-core/zp-extensions/site_upgrade/closed.php -%%WWWDIR%%/zp-core/zp-extensions/site_upgrade/closed.png %%WWWDIR%%/zp-core/zp-extensions/site_upgrade/site_upgrade.php -%%WWWDIR%%/zp-core/zp-extensions/site_upgrade.php -%%WWWDIR%%/zp-core/zp-extensions/sitemap-extended/sitemap-extended-admin.php %%WWWDIR%%/zp-core/zp-extensions/sitemap-extended.php +%%WWWDIR%%/zp-core/zp-extensions/sitemap-extended/sitemap-extended-admin.php +%%WWWDIR%%/zp-core/zp-extensions/slideshow.php %%WWWDIR%%/zp-core/zp-extensions/slideshow/controls.png %%WWWDIR%%/zp-core/zp-extensions/slideshow/deprecated-functions.php %%WWWDIR%%/zp-core/zp-extensions/slideshow/jquery.cycle.all.js %%WWWDIR%%/zp-core/zp-extensions/slideshow/slideshow-controls.png %%WWWDIR%%/zp-core/zp-extensions/slideshow/slideshow-counter.php %%WWWDIR%%/zp-core/zp-extensions/slideshow/slideshow.css -%%WWWDIR%%/zp-core/zp-extensions/slideshow.php +%%WWWDIR%%/zp-core/zp-extensions/slideshow2.php %%WWWDIR%%/zp-core/zp-extensions/slideshow2/fonts/cycle2-icons.eot %%WWWDIR%%/zp-core/zp-extensions/slideshow2/fonts/cycle2-icons.svg %%WWWDIR%%/zp-core/zp-extensions/slideshow2/fonts/cycle2-icons.ttf @@ -1292,13 +1297,13 @@ %%WWWDIR%%/zp-core/zp-extensions/slideshow2/jquery.cycle2.video.min.js %%WWWDIR%%/zp-core/zp-extensions/slideshow2/slideshow-counter.php %%WWWDIR%%/zp-core/zp-extensions/slideshow2/slideshow2.css -%%WWWDIR%%/zp-core/zp-extensions/slideshow2.php %%WWWDIR%%/zp-core/zp-extensions/static_html_cache.php %%WWWDIR%%/zp-core/zp-extensions/tag_extras.php -%%WWWDIR%%/zp-core/zp-extensions/tag_suggest/tag.css %%WWWDIR%%/zp-core/zp-extensions/tag_suggest.php +%%WWWDIR%%/zp-core/zp-extensions/tag_suggest/tag.css %%WWWDIR%%/zp-core/zp-extensions/themeSwitcher.php %%WWWDIR%%/zp-core/zp-extensions/tinyURL.php +%%WWWDIR%%/zp-core/zp-extensions/tinymce4.php %%WWWDIR%%/zp-core/zp-extensions/tinymce4/config/comment-full.js.php %%WWWDIR%%/zp-core/zp-extensions/tinymce4/config/comment-ribbon.js.php %%WWWDIR%%/zp-core/zp-extensions/tinymce4/config/comment-slim.js.php @@ -1449,18 +1454,72 @@ %%WWWDIR%%/zp-core/zp-extensions/tinymce4/skins/tundora/skin.ie7.min.css %%WWWDIR%%/zp-core/zp-extensions/tinymce4/skins/tundora/skin.json %%WWWDIR%%/zp-core/zp-extensions/tinymce4/skins/tundora/skin.min.css +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/atomic.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/bootstrap-atomic.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/bootstrap-browser.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/bootstrap-demo.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/bootstrap-prod.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/browser.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/demo.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/bolt/prod.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/config/dent/depend.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/scratch/compile/bootstrap.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/scratch/compile/theme.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/scratch/inline/theme.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/scratch/inline/theme.raw.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/demo/css/demo.css +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/demo/html/demo.html +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/demo/js/tinymce/inlite/Demo.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/Theme.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/alien/Arr.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/alien/Bookmark.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/alien/Unlink.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/alien/Uuid.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/Actions.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/Convert.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/ElementMatcher.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/Layout.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/Matcher.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/Measure.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/PredicateId.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/SelectionMatcher.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/SkinLoader.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/core/UrlType.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/file/Conversions.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/file/Picker.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/ui/Buttons.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/ui/Forms.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/ui/Panel.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/main/js/tinymce/inlite/ui/Toolbar.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/atomic/alien/ArrTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/atomic/alien/UuidTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/atomic/core/ConvertTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/atomic/core/MatcherTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/atomic/core/UrlTypeTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/ThemeTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/alien/BookmarkTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/alien/UnlinkTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/core/ActionsTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/core/ElementMatcher.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/core/LayoutTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/core/MeasureTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/core/PredicateIdTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/core/SelectionMatcherTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/file/ConversionsTest.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/src/test/js/browser/file/SelectionMatcher.js +%%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/inlite/theme.min.js %%WWWDIR%%/zp-core/zp-extensions/tinymce4/themes/modern/theme.min.js %%WWWDIR%%/zp-core/zp-extensions/tinymce4/tinymce.min.js -%%WWWDIR%%/zp-core/zp-extensions/tinymce4.php %%WWWDIR%%/zp-core/zp-extensions/trivialSpam.php +%%WWWDIR%%/zp-core/zp-extensions/tweet_news.php %%WWWDIR%%/zp-core/zp-extensions/tweet_news/twitter_newbird_blue.png %%WWWDIR%%/zp-core/zp-extensions/tweet_news/twitteroauth.php -%%WWWDIR%%/zp-core/zp-extensions/tweet_news.php +%%WWWDIR%%/zp-core/zp-extensions/uploader_http.php %%WWWDIR%%/zp-core/zp-extensions/uploader_http/httpupload.css %%WWWDIR%%/zp-core/zp-extensions/uploader_http/httpupload.js %%WWWDIR%%/zp-core/zp-extensions/uploader_http/upload_form.php %%WWWDIR%%/zp-core/zp-extensions/uploader_http/uploader.php -%%WWWDIR%%/zp-core/zp-extensions/uploader_http.php +%%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery.php %%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery/application.js %%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery/jquery.fileupload-ui.css %%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery/jquery.fileupload-ui.js @@ -1471,18 +1530,18 @@ %%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery/pbar-ani.gif %%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery/upload_form.php %%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery/uploader.php -%%WWWDIR%%/zp-core/zp-extensions/uploader_jQuery.php -%%WWWDIR%%/zp-core/zp-extensions/user-expiry/user-expiry-tab.php %%WWWDIR%%/zp-core/zp-extensions/user-expiry.php +%%WWWDIR%%/zp-core/zp-extensions/user-expiry/user-expiry-tab.php %%WWWDIR%%/zp-core/zp-extensions/userAddressFields.php -%%WWWDIR%%/zp-core/zp-extensions/user_groups/user_groups-tab.php %%WWWDIR%%/zp-core/zp-extensions/user_groups.php +%%WWWDIR%%/zp-core/zp-extensions/user_groups/user_groups-tab.php %%WWWDIR%%/zp-core/zp-extensions/user_login-out.php %%WWWDIR%%/zp-core/zp-extensions/user_mailing_list.php %%WWWDIR%%/zp-core/zp-extensions/viewer_size_image.php -%%WWWDIR%%/zp-core/zp-extensions/wordpress_import/wpmini-blue.png %%WWWDIR%%/zp-core/zp-extensions/wordpress_import.php +%%WWWDIR%%/zp-core/zp-extensions/wordpress_import/wpmini-blue.png %%WWWDIR%%/zp-core/zp-extensions/xmpMetadata.php +%%WWWDIR%%/zp-core/zp-extensions/zenpage.php %%WWWDIR%%/zp-core/zp-extensions/zenpage/admin-categories.php %%WWWDIR%%/zp-core/zp-extensions/zenpage/admin-edit.php %%WWWDIR%%/zp-core/zp-extensions/zenpage/admin-news-articles.php @@ -1504,13 +1563,12 @@ %%WWWDIR%%/zp-core/zp-extensions/zenpage/zenpage-class.php %%WWWDIR%%/zp-core/zp-extensions/zenpage/zenpage-template-functions.php %%WWWDIR%%/zp-core/zp-extensions/zenpage/zenpage.css -%%WWWDIR%%/zp-core/zp-extensions/zenpage.php %%WWWDIR%%/zp-core/zp-extensions/zenphotoDonate.php -%%WWWDIR%%/zp-core/zp-extensions/zenphoto_news/rsslib.php %%WWWDIR%%/zp-core/zp-extensions/zenphoto_news.php +%%WWWDIR%%/zp-core/zp-extensions/zenphoto_news/rsslib.php %%WWWDIR%%/zp-core/zp-extensions/zenphoto_sendmail.php -%%WWWDIR%%/zp-core/zp-extensions/zpCaptcha/c.php %%WWWDIR%%/zp-core/zp-extensions/zpCaptcha.php +%%WWWDIR%%/zp-core/zp-extensions/zpCaptcha/c.php %%WWWDIR%%/zp-data/.keepme @dir %%WWWDIR%%/zp-core @dir %%WWWDIR%%/themes From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 0D9FAC343AA; Sun, 20 Nov 2016 23:55: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 C6DFEEBF; Sun, 20 Nov 2016 23:55: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 uAKNt26w040501; Sun, 20 Nov 2016 23:55:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNt25w040499; Sun, 20 Nov 2016 23:55:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNt25w040499@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, 20 Nov 2016 23:55:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426661 - head/www/wgetpaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:55:04 -0000 Author: sunpoet Date: Sun Nov 20 23:55:02 2016 New Revision: 426661 URL: https://svnweb.freebsd.org/changeset/ports/426661 Log: - Update to 2.28 Changes: http://people.FreeBSD.org/~sunpoet/wgetpaste-2.28.diff - Add bpaste - Update poundpython: use https:// Modified: head/www/wgetpaste/Makefile head/www/wgetpaste/distinfo Modified: head/www/wgetpaste/Makefile ============================================================================== --- head/www/wgetpaste/Makefile Sun Nov 20 23:54:57 2016 (r426660) +++ head/www/wgetpaste/Makefile Sun Nov 20 23:55:02 2016 (r426661) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wgetpaste -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= www MASTER_SITES= http://wgetpaste.zlin.dk/ \ LOCAL/sunpoet Modified: head/www/wgetpaste/distinfo ============================================================================== --- head/www/wgetpaste/distinfo Sun Nov 20 23:54:57 2016 (r426660) +++ head/www/wgetpaste/distinfo Sun Nov 20 23:55:02 2016 (r426661) @@ -1,5 +1,6 @@ -SHA256 (wgetpaste-2.27.tar.bz2) = d55b789803ddc5dceee2649f35eca53e4ee276fda948ba7b5d4bd3961a92edb8 -SIZE (wgetpaste-2.27.tar.bz2) = 10869 +TIMESTAMP = 1479576034 +SHA256 (wgetpaste-2.28.tar.bz2) = 538d38bab491544bdf6f05f7a38f83d4c3dfee77de7759cb6b9be1ebfdd609c2 +SIZE (wgetpaste-2.28.tar.bz2) = 12448 SHA256 (wgetpaste.example) = cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d SIZE (wgetpaste.example) = 380 SHA256 (zlin.conf) = 8fe8338ebd6716bac1e7e818b26163f899d7609fbac5932aaa1dabe45d6fdb19 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 C870AC3444F; Sun, 20 Nov 2016 23:55: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 7A0DA116A; Sun, 20 Nov 2016 23:55: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 uAKNtGhp040901; Sun, 20 Nov 2016 23:55:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtGCH040899; Sun, 20 Nov 2016 23:55:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtGCH040899@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, 20 Nov 2016 23:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426664 - 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, 20 Nov 2016 23:55:18 -0000 Author: sunpoet Date: Sun Nov 20 23:55:16 2016 New Revision: 426664 URL: https://svnweb.freebsd.org/changeset/ports/426664 Log: - Update to 3.0224 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 20 23:55:11 2016 (r426663) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Sun Nov 20 23:55:16 2016 (r426664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0223 +PORTVERSION= 3.0224 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 20 23:55:11 2016 (r426663) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Sun Nov 20 23:55:16 2016 (r426664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479403345 -SHA256 (Cpanel-JSON-XS-3.0223.tar.gz) = bd7a63d71b3a06c0bc8794fb4fff7153ff28c9aa447f62bbb277b655905cdaf7 -SIZE (Cpanel-JSON-XS-3.0223.tar.gz) = 213211 +TIMESTAMP = 1479643014 +SHA256 (Cpanel-JSON-XS-3.0224.tar.gz) = 7646e62aebbb0dfc96e6f7bf9de441d8760944d50bd48151580940ad0ec0307a +SIZE (Cpanel-JSON-XS-3.0224.tar.gz) = 213273 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 4CCCDC3442A; Sun, 20 Nov 2016 23:55: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 01D0B108E; Sun, 20 Nov 2016 23:55:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNtC2G040782; Sun, 20 Nov 2016 23:55:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtBFC040779; Sun, 20 Nov 2016 23:55:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtBFC040779@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, 20 Nov 2016 23:55:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426663 - head/x11-fonts/dejavu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:55:13 -0000 Author: sunpoet Date: Sun Nov 20 23:55:11 2016 New Revision: 426663 URL: https://svnweb.freebsd.org/changeset/ports/426663 Log: - Update to 2.37 Changes: http://dejavu-fonts.org/wiki/Changelog Modified: head/x11-fonts/dejavu/Makefile head/x11-fonts/dejavu/distinfo head/x11-fonts/dejavu/pkg-plist Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Sun Nov 20 23:55:07 2016 (r426662) +++ head/x11-fonts/dejavu/Makefile Sun Nov 20 23:55:11 2016 (r426663) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dejavu -PORTVERSION= 2.35 +PORTVERSION= 2.37 DISTVERSIONPREFIX= fonts-ttf- CATEGORIES= x11-fonts MASTER_SITES= SF @@ -20,7 +20,7 @@ NO_BUILD= yes USES= fonts tar:bzip2 PLIST_SUB= FCDIR=${FCDIR} FCDIR_LINKS=${FCDIR_LINKS} -PORTDOCS= README langcover.txt status.txt unicover.txt +PORTDOCS= README.md langcover.txt status.txt unicover.txt SUB_FILES= pkg-message FCDIR?= etc/fonts/conf.avail Modified: head/x11-fonts/dejavu/distinfo ============================================================================== --- head/x11-fonts/dejavu/distinfo Sun Nov 20 23:55:07 2016 (r426662) +++ head/x11-fonts/dejavu/distinfo Sun Nov 20 23:55:11 2016 (r426663) @@ -1,2 +1,3 @@ -SHA256 (dejavu-fonts-ttf-2.35.tar.bz2) = f6d7965586101ff3a8a5c3ec503e082bb6a9604ff53413e10702e5917c194d88 -SIZE (dejavu-fonts-ttf-2.35.tar.bz2) = 5092541 +TIMESTAMP = 1479576050 +SHA256 (dejavu-fonts-ttf-2.37.tar.bz2) = fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7 +SIZE (dejavu-fonts-ttf-2.37.tar.bz2) = 5429777 Modified: head/x11-fonts/dejavu/pkg-plist ============================================================================== --- head/x11-fonts/dejavu/pkg-plist Sun Nov 20 23:55:07 2016 (r426662) +++ head/x11-fonts/dejavu/pkg-plist Sun Nov 20 23:55:11 2016 (r426663) @@ -10,6 +10,7 @@ %%LINKS%%%%FCDIR_LINKS%%/57-dejavu-sans-mono.conf %%LINKS%%%%FCDIR_LINKS%%/57-dejavu-sans.conf %%LINKS%%%%FCDIR_LINKS%%/57-dejavu-serif.conf +%%FONTSDIR%%/DejaVuMathTeXGyre.ttf %%FONTSDIR%%/DejaVuSans-Bold.ttf %%FONTSDIR%%/DejaVuSans-BoldOblique.ttf %%FONTSDIR%%/DejaVuSans-ExtraLight.ttf From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 996E0C344D8; Sun, 20 Nov 2016 23:55: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 659B2135D; Sun, 20 Nov 2016 23:55: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 uAKNtPfw041136; Sun, 20 Nov 2016 23:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtPxp041134; Sun, 20 Nov 2016 23:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtPxp041134@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, 20 Nov 2016 23:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426666 - head/converters/pecl-igbinary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:55:26 -0000 Author: sunpoet Date: Sun Nov 20 23:55:25 2016 New Revision: 426666 URL: https://svnweb.freebsd.org/changeset/ports/426666 Log: - Update to 2.0.0 - Remove IGNORE_WITH_PHP=70 Changes: http://pecl.php.net/package-changelog.php?package=igbinary Modified: head/converters/pecl-igbinary/Makefile head/converters/pecl-igbinary/distinfo Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Sun Nov 20 23:55:20 2016 (r426665) +++ head/converters/pecl-igbinary/Makefile Sun Nov 20 23:55:25 2016 (r426666) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= converters MASTER_SITES= http://pecl.php.net/get/ \ LOCAL/sunpoet @@ -16,7 +15,6 @@ COMMENT= Replacement for the standard PH LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -IGNORE_WITH_PHP=70 USES= php:ext tar:tgz .include Modified: head/converters/pecl-igbinary/distinfo ============================================================================== --- head/converters/pecl-igbinary/distinfo Sun Nov 20 23:55:20 2016 (r426665) +++ head/converters/pecl-igbinary/distinfo Sun Nov 20 23:55:25 2016 (r426666) @@ -1,2 +1,3 @@ -SHA256 (PECL/igbinary-1.2.1.tgz) = 168e51d41a417bbbfe6da0e3cb9b71ef93594f4034f489a951f3b874d03dfdb8 -SIZE (PECL/igbinary-1.2.1.tgz) = 36869 +TIMESTAMP = 1479642876 +SHA256 (PECL/igbinary-2.0.0.tgz) = bcff444a25d6352f77a0f426f738db3da4ab54ff983455249ac6292d1e5a9e10 +SIZE (PECL/igbinary-2.0.0.tgz) = 66049 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 40020C3446D; Sun, 20 Nov 2016 23:55: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 0896F127E; Sun, 20 Nov 2016 23:55: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 uAKNtLJE041017; Sun, 20 Nov 2016 23:55:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtKnR041015; Sun, 20 Nov 2016 23:55:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtKnR041015@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, 20 Nov 2016 23:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426665 - head/devel/p5-Config-Identity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:55:22 -0000 Author: sunpoet Date: Sun Nov 20 23:55:20 2016 New Revision: 426665 URL: https://svnweb.freebsd.org/changeset/ports/426665 Log: - Update to 0.0019 Changes: http://search.cpan.org/dist/Config-Identity/Changes Modified: head/devel/p5-Config-Identity/Makefile head/devel/p5-Config-Identity/distinfo Modified: head/devel/p5-Config-Identity/Makefile ============================================================================== --- head/devel/p5-Config-Identity/Makefile Sun Nov 20 23:55:16 2016 (r426664) +++ head/devel/p5-Config-Identity/Makefile Sun Nov 20 23:55:20 2016 (r426665) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Identity -PORTVERSION= 0.0018 -PORTREVISION= 1 +PORTVERSION= 0.0019 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +17,7 @@ BUILD_DEPENDS= p5-File-HomeDir>=0:devel/ p5-File-Which>=0:sysutils/p5-File-Which \ p5-IPC-Run>=0:devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep NO_ARCH= yes USE_PERL5= configure Modified: head/devel/p5-Config-Identity/distinfo ============================================================================== --- head/devel/p5-Config-Identity/distinfo Sun Nov 20 23:55:16 2016 (r426664) +++ head/devel/p5-Config-Identity/distinfo Sun Nov 20 23:55:20 2016 (r426665) @@ -1,2 +1,3 @@ -SHA256 (Config-Identity-0.0018.tar.gz) = ddf4496c61544981662f388891f6ad2601d4fb4675020c165e85934858381f11 -SIZE (Config-Identity-0.0018.tar.gz) = 12329 +TIMESTAMP = 1479642870 +SHA256 (Config-Identity-0.0019.tar.gz) = 29520bdb37659e641491b0c69661429a1a89b6a2e475c2f9b4ebf27e45e812a8 +SIZE (Config-Identity-0.0019.tar.gz) = 26618 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 3767DC34519; Sun, 20 Nov 2016 23:55: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 03D3E1499; Sun, 20 Nov 2016 23:55: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 uAKNtUox041252; Sun, 20 Nov 2016 23:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtToE041250; Sun, 20 Nov 2016 23:55:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtToE041250@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, 20 Nov 2016 23:55:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426667 - head/devel/pecl-zookeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:55:31 -0000 Author: sunpoet Date: Sun Nov 20 23:55:29 2016 New Revision: 426667 URL: https://svnweb.freebsd.org/changeset/ports/426667 Log: - Update to 0.3.0 - Remove IGNORE_WITH_PHP=70 Changes: http://pecl.php.net/package-changelog.php?package=zookeeper Modified: head/devel/pecl-zookeeper/Makefile head/devel/pecl-zookeeper/distinfo Modified: head/devel/pecl-zookeeper/Makefile ============================================================================== --- head/devel/pecl-zookeeper/Makefile Sun Nov 20 23:55:25 2016 (r426666) +++ head/devel/pecl-zookeeper/Makefile Sun Nov 20 23:55:29 2016 (r426667) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,7 +15,6 @@ LICENSE= PHP301 LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper -IGNORE_WITH_PHP=70 USE_PHP= session:build USES= php:ext tar:tgz Modified: head/devel/pecl-zookeeper/distinfo ============================================================================== --- head/devel/pecl-zookeeper/distinfo Sun Nov 20 23:55:25 2016 (r426666) +++ head/devel/pecl-zookeeper/distinfo Sun Nov 20 23:55:29 2016 (r426667) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479473753 -SHA256 (PECL/zookeeper-0.2.3.tgz) = 02f972e3210309f6b840812b781c5d914d2b46a01929c2d142202fbb1c1f2db6 -SIZE (PECL/zookeeper-0.2.3.tgz) = 21379 +TIMESTAMP = 1479642883 +SHA256 (PECL/zookeeper-0.3.0.tgz) = 701cfcc2a6b611e001940f6be323e9322085e1ea7386a3091c49e475e8855476 +SIZE (PECL/zookeeper-0.3.0.tgz) = 23976 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 044E2C34567; Sun, 20 Nov 2016 23:55: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 C6FE61660; Sun, 20 Nov 2016 23:55:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNtcC1041492; Sun, 20 Nov 2016 23:55:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtcmY041490; Sun, 20 Nov 2016 23:55:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtcmY041490@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, 20 Nov 2016 23:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426669 - head/german/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:55:40 -0000 Author: sunpoet Date: Sun Nov 20 23:55:38 2016 New Revision: 426669 URL: https://svnweb.freebsd.org/changeset/ports/426669 Log: - Update to 20160407 Modified: head/german/hunspell/Makefile head/german/hunspell/distinfo Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Sun Nov 20 23:55:34 2016 (r426668) +++ head/german/hunspell/Makefile Sun Nov 20 23:55:38 2016 (r426669) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20151222 +PORTVERSION= 20160407 CATEGORIES= german textproc MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/german/hunspell/distinfo ============================================================================== --- head/german/hunspell/distinfo Sun Nov 20 23:55:34 2016 (r426668) +++ head/german/hunspell/distinfo Sun Nov 20 23:55:38 2016 (r426669) @@ -1,2 +1,3 @@ -SHA256 (hunspell/igerman98-20151222.tar.bz2) = 5964178dc87b9be9dfe7cb256c2e35e139e86063225c19cb1fe2cc7cb11d7e4e -SIZE (hunspell/igerman98-20151222.tar.bz2) = 487718 +TIMESTAMP = 1479585250 +SHA256 (hunspell/igerman98-20160407.tar.bz2) = 776058da1081d63883eaa47fa5de36cb4308b92e2a28988e7a7ab0de841576a3 +SIZE (hunspell/igerman98-20160407.tar.bz2) = 460772 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 A21E3C3453C; Sun, 20 Nov 2016 23:55: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 717AC159F; Sun, 20 Nov 2016 23:55: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 uAKNtYuU041371; Sun, 20 Nov 2016 23:55:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtYAt041369; Sun, 20 Nov 2016 23:55:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtYAt041369@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, 20 Nov 2016 23:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426668 - head/french/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:55:35 -0000 Author: sunpoet Date: Sun Nov 20 23:55:34 2016 New Revision: 426668 URL: https://svnweb.freebsd.org/changeset/ports/426668 Log: - Update to 5.7 Modified: head/french/hunspell/Makefile head/french/hunspell/distinfo Modified: head/french/hunspell/Makefile ============================================================================== --- head/french/hunspell/Makefile Sun Nov 20 23:55:29 2016 (r426667) +++ head/french/hunspell/Makefile Sun Nov 20 23:55:34 2016 (r426668) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 5.3 +PORTVERSION= 5.7 CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/french/hunspell/distinfo ============================================================================== --- head/french/hunspell/distinfo Sun Nov 20 23:55:29 2016 (r426667) +++ head/french/hunspell/distinfo Sun Nov 20 23:55:34 2016 (r426668) @@ -1,2 +1,3 @@ -SHA256 (hunspell/hunspell-french-dictionaries-v5.3.zip) = 604664c075140b889040a41575e211569eb4eece2ec0cf670ceb9f2a09024731 -SIZE (hunspell/hunspell-french-dictionaries-v5.3.zip) = 1434552 +TIMESTAMP = 1479593894 +SHA256 (hunspell/hunspell-french-dictionaries-v5.7.zip) = 275c19c202913f7d6ec2a7687d45120bd9277351d7ca0fc3dcd88faae81e483f +SIZE (hunspell/hunspell-french-dictionaries-v5.7.zip) = 1513672 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 5FE93C3459C; Sun, 20 Nov 2016 23:55:44 +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 1FEC11741; Sun, 20 Nov 2016 23:55: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 uAKNth43041610; Sun, 20 Nov 2016 23:55:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNth9o041608; Sun, 20 Nov 2016 23:55:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNth9o041608@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, 20 Nov 2016 23:55:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426670 - head/polish/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:55:44 -0000 Author: sunpoet Date: Sun Nov 20 23:55:42 2016 New Revision: 426670 URL: https://svnweb.freebsd.org/changeset/ports/426670 Log: - Update to 20161111 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Sun Nov 20 23:55:38 2016 (r426669) +++ head/polish/hunspell/Makefile Sun Nov 20 23:55:42 2016 (r426670) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20150428 +PORTVERSION= 20161111 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Sun Nov 20 23:55:38 2016 (r426669) +++ head/polish/hunspell/distinfo Sun Nov 20 23:55:42 2016 (r426670) @@ -1,2 +1,3 @@ -SHA256 (hunspell/sjp-myspell-pl-20150428.zip) = 77cf7f7ba6f058229921b888c341f78be87e023c235c81cb3ca8e967a9eb2f7c -SIZE (hunspell/sjp-myspell-pl-20150428.zip) = 1134822 +TIMESTAMP = 1479585472 +SHA256 (hunspell/sjp-myspell-pl-20161111.zip) = a54999868807266b1035517de718f2f5e997cf1441f1b4a5a962913816d4e71c +SIZE (hunspell/sjp-myspell-pl-20161111.zip) = 1150588 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 80118C345CB; Sun, 20 Nov 2016 23:55: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 483271837; Sun, 20 Nov 2016 23:55: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 uAKNtlOC041728; Sun, 20 Nov 2016 23:55:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtldD041726; Sun, 20 Nov 2016 23:55:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtldD041726@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, 20 Nov 2016 23:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426671 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:55:48 -0000 Author: sunpoet Date: Sun Nov 20 23:55:47 2016 New Revision: 426671 URL: https://svnweb.freebsd.org/changeset/ports/426671 Log: - Update to 20161001 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Sun Nov 20 23:55:42 2016 (r426670) +++ head/portuguese/hunspell/Makefile Sun Nov 20 23:55:47 2016 (r426671) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20160624 +PORTVERSION= 20161001 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Sun Nov 20 23:55:42 2016 (r426670) +++ head/portuguese/hunspell/distinfo Sun Nov 20 23:55:47 2016 (r426671) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467890312 -SHA256 (hunspell/hunspell-pt_PT-20160624.tar.gz) = d0711975be8fd3241e8f090dc68e42b9ad5146d3f4cabea88520f3cbcfdfea61 -SIZE (hunspell/hunspell-pt_PT-20160624.tar.gz) = 255846 +TIMESTAMP = 1479585077 +SHA256 (hunspell/hunspell-pt_PT-20161001.tar.gz) = 8777134f4d0bfde6dc175d5f1c721444a98d641a1ce50e95ac2f48fc20a113a0 +SIZE (hunspell/hunspell-pt_PT-20161001.tar.gz) = 255862 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 17BD8C34615; Sun, 20 Nov 2016 23:55: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 C53031911; Sun, 20 Nov 2016 23:55: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 uAKNtpGB041859; Sun, 20 Nov 2016 23:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtppj041856; Sun, 20 Nov 2016 23:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtppj041856@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, 20 Nov 2016 23:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426672 - head/textproc/es-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:55:53 -0000 Author: sunpoet Date: Sun Nov 20 23:55:51 2016 New Revision: 426672 URL: https://svnweb.freebsd.org/changeset/ports/426672 Log: - Update to 2.1.1 - Add LICENSE_FILE - Update WWW Changes: https://github.com/sbosio/rla-es/blob/master/CHANGELOG.md Modified: head/textproc/es-hunspell/Makefile head/textproc/es-hunspell/distinfo head/textproc/es-hunspell/pkg-descr Modified: head/textproc/es-hunspell/Makefile ============================================================================== --- head/textproc/es-hunspell/Makefile Sun Nov 20 23:55:47 2016 (r426671) +++ head/textproc/es-hunspell/Makefile Sun Nov 20 23:55:51 2016 (r426672) @@ -1,19 +1,22 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 0.7 +PORTVERSION= 2.1.1 CATEGORIES= textproc spanish -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ +MASTER_SITES= https://github.com/sbosio/rla-es/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= es- -DISTNAME= es_any-${PORTVERSION} +DISTNAME= es_ANY EXTRACT_SUFX= .oxt -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}/es-${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Spanish hunspell dictionaries LICENSE= GPLv3 LGPL3 MPL LICENSE_COMB= dual +LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3.txt +LICENSE_FILE_LGPL3= ${WRKSRC}/LGPLv3.txt +LICENSE_FILE_MPL= ${WRKSRC}/MPL-1.1.txt NO_ARCH= yes NO_BUILD= yes Modified: head/textproc/es-hunspell/distinfo ============================================================================== --- head/textproc/es-hunspell/distinfo Sun Nov 20 23:55:47 2016 (r426671) +++ head/textproc/es-hunspell/distinfo Sun Nov 20 23:55:51 2016 (r426672) @@ -1,2 +1,3 @@ -SHA256 (hunspell/es_any-0.7.oxt) = a30804b7f78b2858f39ae4dc246002105838a1aa58246da6b81ab3993a79f650 -SIZE (hunspell/es_any-0.7.oxt) = 1415886 +TIMESTAMP = 1479595102 +SHA256 (hunspell/es-hunspell-2.1.1/es_ANY.oxt) = 2ef17a70a27a51df180020b63f1a87ba52fce3d0ee337f0f762279734f9f819d +SIZE (hunspell/es-hunspell-2.1.1/es_ANY.oxt) = 1439838 Modified: head/textproc/es-hunspell/pkg-descr ============================================================================== --- head/textproc/es-hunspell/pkg-descr Sun Nov 20 23:55:47 2016 (r426671) +++ head/textproc/es-hunspell/pkg-descr Sun Nov 20 23:55:51 2016 (r426672) @@ -1,3 +1,3 @@ Spanish hunspell dictionaries -WWW: http://extensions.openoffice.org/en/project/es_ANY-dicts +WWW: https://github.com/sbosio/rla-es From owner-svn-ports-all@freebsd.org Sun Nov 20 23:55: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 ACCCBC34650; Sun, 20 Nov 2016 23:55: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 51F9819FA; Sun, 20 Nov 2016 23:55: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 uAKNtuAY041978; Sun, 20 Nov 2016 23:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNtuhe041976; Sun, 20 Nov 2016 23:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202355.uAKNtuhe041976@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, 20 Nov 2016 23:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426673 - head/textproc/it-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:55:57 -0000 Author: sunpoet Date: Sun Nov 20 23:55:56 2016 New Revision: 426673 URL: https://svnweb.freebsd.org/changeset/ports/426673 Log: - Update to 2016.02.10 Modified: head/textproc/it-hunspell/Makefile head/textproc/it-hunspell/distinfo Modified: head/textproc/it-hunspell/Makefile ============================================================================== --- head/textproc/it-hunspell/Makefile Sun Nov 20 23:55:51 2016 (r426672) +++ head/textproc/it-hunspell/Makefile Sun Nov 20 23:55:56 2016 (r426673) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 2013.09.05 +PORTVERSION= 2016.02.10 CATEGORIES= textproc -MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/13/ +MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/14/ PKGNAMEPREFIX= it- DISTNAME= dict-it EXTRACT_SUFX= .oxt Modified: head/textproc/it-hunspell/distinfo ============================================================================== --- head/textproc/it-hunspell/distinfo Sun Nov 20 23:55:51 2016 (r426672) +++ head/textproc/it-hunspell/distinfo Sun Nov 20 23:55:56 2016 (r426673) @@ -1,2 +1,3 @@ -SHA256 (hunspell/dict-it.oxt) = c6f8e4d071106e69c65f9657180b18a3b7f1f11ca0d588d03263de3a05a4546c -SIZE (hunspell/dict-it.oxt) = 1372804 +TIMESTAMP = 1479671440 +SHA256 (hunspell/dict-it.oxt) = 74d24b4c11709111053860d825286c4f11436d5265756f6882a62170ec771941 +SIZE (hunspell/dict-it.oxt) = 1374684 From owner-svn-ports-all@freebsd.org Sun Nov 20 23: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 1FE4BC34682; Sun, 20 Nov 2016 23:56: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 E571A1AE1; Sun, 20 Nov 2016 23:56:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNu1rc042098; Sun, 20 Nov 2016 23:56:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNu0N9042096; Sun, 20 Nov 2016 23:56:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNu0N9042096@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, 20 Nov 2016 23:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426674 - head/textproc/sv-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:56:02 -0000 Author: sunpoet Date: Sun Nov 20 23:56:00 2016 New Revision: 426674 URL: https://svnweb.freebsd.org/changeset/ports/426674 Log: - Update to 2.40 Modified: head/textproc/sv-hunspell/Makefile head/textproc/sv-hunspell/distinfo Modified: head/textproc/sv-hunspell/Makefile ============================================================================== --- head/textproc/sv-hunspell/Makefile Sun Nov 20 23:55:56 2016 (r426673) +++ head/textproc/sv-hunspell/Makefile Sun Nov 20 23:56:00 2016 (r426674) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 2.26 +PORTVERSION= 2.40 CATEGORIES= textproc MASTER_SITES= http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/${PORTVERSION}/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/textproc/sv-hunspell/distinfo ============================================================================== --- head/textproc/sv-hunspell/distinfo Sun Nov 20 23:55:56 2016 (r426673) +++ head/textproc/sv-hunspell/distinfo Sun Nov 20 23:56:00 2016 (r426674) @@ -1,2 +1,3 @@ -SHA256 (hunspell/ooo_swedish_dict_2-26.oxt) = abb46753d4366b7ca6ef24cc1bdd1c087fcb0d915d8daf7945d052679c7afa10 -SIZE (hunspell/ooo_swedish_dict_2-26.oxt) = 1339184 +TIMESTAMP = 1479594075 +SHA256 (hunspell/ooo_swedish_dict_2-40.oxt) = b982881cc75f5c4af1199535bd4735ee476bdc48edf63e3f05fb4f715654a7bc +SIZE (hunspell/ooo_swedish_dict_2-40.oxt) = 1450211 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 F11A6C346D0; Sun, 20 Nov 2016 23:56: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 C028F1C89; Sun, 20 Nov 2016 23:56:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNu9BZ042347; Sun, 20 Nov 2016 23:56:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNu9nO042345; Sun, 20 Nov 2016 23:56:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNu9nO042345@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, 20 Nov 2016 23:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426676 - head/textproc/it-hyphen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:56:11 -0000 Author: sunpoet Date: Sun Nov 20 23:56:09 2016 New Revision: 426676 URL: https://svnweb.freebsd.org/changeset/ports/426676 Log: - Update to 2016.02.10 Modified: head/textproc/it-hyphen/Makefile head/textproc/it-hyphen/distinfo Modified: head/textproc/it-hyphen/Makefile ============================================================================== --- head/textproc/it-hyphen/Makefile Sun Nov 20 23:56:05 2016 (r426675) +++ head/textproc/it-hyphen/Makefile Sun Nov 20 23:56:09 2016 (r426676) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= hyphen -PORTVERSION= 2013.09.05 +PORTVERSION= 2016.02.10 CATEGORIES= textproc -MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/13/ +MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/14/ PKGNAMEPREFIX= it- DISTNAME= dict-it EXTRACT_SUFX= .oxt Modified: head/textproc/it-hyphen/distinfo ============================================================================== --- head/textproc/it-hyphen/distinfo Sun Nov 20 23:56:05 2016 (r426675) +++ head/textproc/it-hyphen/distinfo Sun Nov 20 23:56:09 2016 (r426676) @@ -1,2 +1,3 @@ -SHA256 (hyphen/dict-it.oxt) = c6f8e4d071106e69c65f9657180b18a3b7f1f11ca0d588d03263de3a05a4546c -SIZE (hyphen/dict-it.oxt) = 1372804 +TIMESTAMP = 1479671650 +SHA256 (hyphen/dict-it.oxt) = 74d24b4c11709111053860d825286c4f11436d5265756f6882a62170ec771941 +SIZE (hyphen/dict-it.oxt) = 1374684 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 63111C34739; Sun, 20 Nov 2016 23:56:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 342CD1D76; Sun, 20 Nov 2016 23:56:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNuEFe042451; Sun, 20 Nov 2016 23:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNuEYb042450; Sun, 20 Nov 2016 23:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNuEYb042450@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, 20 Nov 2016 23:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426677 - head/biology/p5-bioperl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:56:15 -0000 Author: sunpoet Date: Sun Nov 20 23:56:14 2016 New Revision: 426677 URL: https://svnweb.freebsd.org/changeset/ports/426677 Log: - Remove unnecessary USES=shebangfix - Convert to new options target helper Modified: head/biology/p5-bioperl/Makefile Modified: head/biology/p5-bioperl/Makefile ============================================================================== --- head/biology/p5-bioperl/Makefile Sun Nov 20 23:56:09 2016 (r426676) +++ head/biology/p5-bioperl/Makefile Sun Nov 20 23:56:14 2016 (r426677) @@ -59,7 +59,7 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:m RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 shebangfix +USES= perl5 USE_PERL5= modbuild NO_ARCH= yes @@ -74,17 +74,21 @@ SQLITETEST_BUILD_DEPENDS= p5-DBD-SQLite> post-patch: @${FIND} ${WRKSRC}/examples ${WRKSRC}/doc -name "*.pl" -o -name "*.cgi" \ -o -name "*.PL" | ${XARGS} ${REINPLACE_CMD} -i '' -Ee \ - '1s|(/usr)?/bin/perl|${perl_CMD}|' + '1s|(/usr)?/bin/perl|${PERL}|' post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -R ${WRKSRC}/scripts ${WRKSRC}/models ${STAGEDIR}${DATADIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS BUGS Changes DEPENDENCIES DEPRECATED INSTALL LICENSE MANIFEST README ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor ${CP} -R ${WRKSRC}/doc ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} + .include From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 02007C346AD; Sun, 20 Nov 2016 23:56: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 65DE11BCC; Sun, 20 Nov 2016 23:56: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 uAKNu5hC042231; Sun, 20 Nov 2016 23:56:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNu5m5042228; Sun, 20 Nov 2016 23:56:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNu5m5042228@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, 20 Nov 2016 23:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426675 - head/vietnamese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:56:07 -0000 Author: sunpoet Date: Sun Nov 20 23:56:05 2016 New Revision: 426675 URL: https://svnweb.freebsd.org/changeset/ports/426675 Log: - Update to 20141110 (2.2.0) - Cleanup Makefile - Update WWW Modified: head/vietnamese/hunspell/Makefile head/vietnamese/hunspell/distinfo head/vietnamese/hunspell/pkg-descr Modified: head/vietnamese/hunspell/Makefile ============================================================================== --- head/vietnamese/hunspell/Makefile Sun Nov 20 23:56:00 2016 (r426674) +++ head/vietnamese/hunspell/Makefile Sun Nov 20 23:56:05 2016 (r426675) @@ -1,11 +1,8 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20080604 -PORTREVISION= 1 +PORTVERSION= 20141110 CATEGORIES= vietnamese textproc -MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ -DISTNAME= vi_VN-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -13,17 +10,21 @@ COMMENT= Vietnamese hunspell dictionarie LICENSE= GPLv3 -USES= zip NO_ARCH= yes NO_BUILD= yes -NO_WRKSUBDIR= yes -PROJECTHOST= hunspell-spellcheck-vi -PLIST_FILES= %%DATADIR%%/vi_VN.aff \ - %%DATADIR%%/vi_VN.dic +PLIST_FILES= %%DATADIR%%/vi-DauCu.aff \ + %%DATADIR%%/vi-DauCu.dic \ + %%DATADIR%%/vi-DauMoi.aff \ + %%DATADIR%%/vi-DauMoi.dic + +GH_ACCOUNT= 1ec5 +GH_PROJECT= ${PORTNAME}-vi +GH_TAGNAME= v2.2.0 +USE_GITHUB= yes do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/vi_VN.aff ${WRKSRC}/vi_VN.dic ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/dictionaries/*.aff ${WRKSRC}/dictionaries/*.dic ${STAGEDIR}${DATADIR}/ .include Modified: head/vietnamese/hunspell/distinfo ============================================================================== --- head/vietnamese/hunspell/distinfo Sun Nov 20 23:56:00 2016 (r426674) +++ head/vietnamese/hunspell/distinfo Sun Nov 20 23:56:05 2016 (r426675) @@ -1,2 +1,3 @@ -SHA256 (hunspell/vi_VN-20080604.zip) = 28af9fd9964c721ddf11bfc1955bf0bc28cabd467bb7f89a6190446f5e68665d -SIZE (hunspell/vi_VN-20080604.zip) = 20589 +TIMESTAMP = 1479585965 +SHA256 (hunspell/1ec5-hunspell-vi-20141110-v2.2.0_GH0.tar.gz) = e205965ee58fc0dbfab3caa66c115103f5fe3b7d7a2d8874caa8aca8697913ac +SIZE (hunspell/1ec5-hunspell-vi-20141110-v2.2.0_GH0.tar.gz) = 113861 Modified: head/vietnamese/hunspell/pkg-descr ============================================================================== --- head/vietnamese/hunspell/pkg-descr Sun Nov 20 23:56:00 2016 (r426674) +++ head/vietnamese/hunspell/pkg-descr Sun Nov 20 23:56:05 2016 (r426675) @@ -1,3 +1,3 @@ Vietnamese hunspell dictionaries -WWW: http://code.google.com/p/hunspell-spellcheck-vi/ +WWW: https://github.com/1ec5/hunspell-vi From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 CB6F2C3478B; Sun, 20 Nov 2016 23:56: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 761141F09; Sun, 20 Nov 2016 23:56: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 uAKNuNwV042702; Sun, 20 Nov 2016 23:56:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNuNpg042699; Sun, 20 Nov 2016 23:56:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNuNpg042699@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, 20 Nov 2016 23:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426679 - head/security/p5-Crypt-OpenSSL-Bignum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:56:25 -0000 Author: sunpoet Date: Sun Nov 20 23:56:23 2016 New Revision: 426679 URL: https://svnweb.freebsd.org/changeset/ports/426679 Log: - Update to 0.07 - Add LICENSE - Use USES=ssl - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-OpenSSL-Bignum/Changes Modified: head/security/p5-Crypt-OpenSSL-Bignum/Makefile head/security/p5-Crypt-OpenSSL-Bignum/distinfo head/security/p5-Crypt-OpenSSL-Bignum/pkg-plist Modified: head/security/p5-Crypt-OpenSSL-Bignum/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-Bignum/Makefile Sun Nov 20 23:56:18 2016 (r426678) +++ head/security/p5-Crypt-OpenSSL-Bignum/Makefile Sun Nov 20 23:56:23 2016 (r426679) @@ -2,17 +2,23 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-Bignum -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= OpenSSL's multiprecision integer arithmetic +COMMENT= OpenSSL's multiprecision integer arithmetic #' + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= perl5 USE_PERL5= configure -USE_OPENSSL= yes +USES= perl5 ssl MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/Bignum/Bignum.so + .include Modified: head/security/p5-Crypt-OpenSSL-Bignum/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-Bignum/distinfo Sun Nov 20 23:56:18 2016 (r426678) +++ head/security/p5-Crypt-OpenSSL-Bignum/distinfo Sun Nov 20 23:56:23 2016 (r426679) @@ -1,2 +1,3 @@ -SHA256 (Crypt-OpenSSL-Bignum-0.06.tar.gz) = c7ccafa9108524b9a6f63bf4ac3377f9d7e978fee7b83c430af7e74c5fcbdf17 -SIZE (Crypt-OpenSSL-Bignum-0.06.tar.gz) = 15873 +TIMESTAMP = 1479646432 +SHA256 (Crypt-OpenSSL-Bignum-0.07.tar.gz) = 2ddae11eec0436f67fe7a1fcef8226a5275d7ad98fdc7802c6e9484b9a4a886d +SIZE (Crypt-OpenSSL-Bignum-0.07.tar.gz) = 15996 Modified: head/security/p5-Crypt-OpenSSL-Bignum/pkg-plist ============================================================================== --- head/security/p5-Crypt-OpenSSL-Bignum/pkg-plist Sun Nov 20 23:56:18 2016 (r426678) +++ head/security/p5-Crypt-OpenSSL-Bignum/pkg-plist Sun Nov 20 23:56:23 2016 (r426679) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Crypt::OpenSSL::Bignum.3.gz -%%PERL5_MAN3%%/Crypt::OpenSSL::Bignum::CTX.3.gz %%SITE_ARCH%%/Crypt/OpenSSL/Bignum.pm %%SITE_ARCH%%/Crypt/OpenSSL/Bignum/CTX.pm %%SITE_ARCH%%/auto/Crypt/OpenSSL/Bignum/Bignum.so +%%PERL5_MAN3%%/Crypt::OpenSSL::Bignum.3.gz +%%PERL5_MAN3%%/Crypt::OpenSSL::Bignum::CTX.3.gz From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 E9B8BC34758; Sun, 20 Nov 2016 23:56: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 B88F01E2D; Sun, 20 Nov 2016 23:56: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 uAKNuIuo042569; Sun, 20 Nov 2016 23:56:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNuIkB042567; Sun, 20 Nov 2016 23:56:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNuIkB042567@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, 20 Nov 2016 23:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426678 - head/net/p5-Net-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: Sun, 20 Nov 2016 23:56:20 -0000 Author: sunpoet Date: Sun Nov 20 23:56:18 2016 New Revision: 426678 URL: https://svnweb.freebsd.org/changeset/ports/426678 Log: - Update to 4.01041 Changes: http://search.cpan.org/dist/Net-Twitter/Changes Modified: head/net/p5-Net-Twitter/Makefile head/net/p5-Net-Twitter/distinfo Modified: head/net/p5-Net-Twitter/Makefile ============================================================================== --- head/net/p5-Net-Twitter/Makefile Sun Nov 20 23:56:14 2016 (r426677) +++ head/net/p5-Net-Twitter/Makefile Sun Nov 20 23:56:18 2016 (r426678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Twitter -PORTVERSION= 4.01030 +PORTVERSION= 4.01041 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Twitter/distinfo ============================================================================== --- head/net/p5-Net-Twitter/distinfo Sun Nov 20 23:56:14 2016 (r426677) +++ head/net/p5-Net-Twitter/distinfo Sun Nov 20 23:56:18 2016 (r426678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554389 -SHA256 (Net-Twitter-4.01030.tar.gz) = 3a9785b4cee3a7a6bc746c00093cd0125583fe1c05018563a8e042c021924901 -SIZE (Net-Twitter-4.01030.tar.gz) = 132157 +TIMESTAMP = 1479642943 +SHA256 (Net-Twitter-4.01041.tar.gz) = 77158a7d7726b8b397951014f3c7dd44979d4b4208281cc9ac87752f3d0c30cb +SIZE (Net-Twitter-4.01041.tar.gz) = 137850 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 90EBCC347FC; Sun, 20 Nov 2016 23:56: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 60C9520C4; Sun, 20 Nov 2016 23:56: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 uAKNuWct042918; Sun, 20 Nov 2016 23:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNuWki042917; Sun, 20 Nov 2016 23:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNuWki042917@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, 20 Nov 2016 23:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426681 - head/devel/libzookeeper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:56:33 -0000 Author: sunpoet Date: Sun Nov 20 23:56:32 2016 New Revision: 426681 URL: https://svnweb.freebsd.org/changeset/ports/426681 Log: - Do not use absolute pathname - Bump PORTREVISION for package change ====> Running Q/A tests (stage-qa) Warning: Bad symlink '/usr/local/lib/libzookeeper_mt.so' pointing to an absolute pathname '/usr/local/lib/libzookeeper_mt.so.2' Warning: Bad symlink '/usr/local/lib/libzookeeper_st.so' pointing to an absolute pathname '/usr/local/lib/libzookeeper_st.so.2' Approved by: portmgr (blanket) Modified: head/devel/libzookeeper/Makefile Modified: head/devel/libzookeeper/Makefile ============================================================================== --- head/devel/libzookeeper/Makefile Sun Nov 20 23:56:27 2016 (r426680) +++ head/devel/libzookeeper/Makefile Sun Nov 20 23:56:32 2016 (r426681) @@ -3,6 +3,7 @@ PORTNAME= zookeeper PORTVERSION= 3.4.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= APACHE/${PORTNAME}/current PKGNAMEPREFIX= lib @@ -25,11 +26,8 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src/c post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - (cd ${STAGEDIR}${PREFIX}/lib; \ - ${STRIP_CMD} libzookeeper_mt.so.2; \ - ${LN} -nsf ${PREFIX}/lib/libzookeeper_mt.so.2 libzookeeper_mt.so; \ - ${STRIP_CMD} libzookeeper_st.so.2; \ - ${LN} -nsf ${PREFIX}/lib/libzookeeper_st.so.2 libzookeeper_st.so ) + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/*.so + ${LN} -sf libzookeeper_mt.so.2 ${STAGEDIR}${PREFIX}/lib/libzookeeper_mt.so + ${LN} -sf libzookeeper_st.so.2 ${STAGEDIR}${PREFIX}/lib/libzookeeper_st.so .include From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 4E368C34843; Sun, 20 Nov 2016 23:56:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA13219C; Sun, 20 Nov 2016 23:56:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNubpB043039; Sun, 20 Nov 2016 23:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNubVp043037; Sun, 20 Nov 2016 23:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNubVp043037@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, 20 Nov 2016 23:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426682 - head/www/p5-HTML-Selector-XPath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:56:38 -0000 Author: sunpoet Date: Sun Nov 20 23:56:36 2016 New Revision: 426682 URL: https://svnweb.freebsd.org/changeset/ports/426682 Log: - Update to 0.22 - Add NO_ARCH Changes: http://search.cpan.org/dist/HTML-Selector-XPath/Changes PR: 214271 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/www/p5-HTML-Selector-XPath/Makefile head/www/p5-HTML-Selector-XPath/distinfo Modified: head/www/p5-HTML-Selector-XPath/Makefile ============================================================================== --- head/www/p5-HTML-Selector-XPath/Makefile Sun Nov 20 23:56:32 2016 (r426681) +++ head/www/p5-HTML-Selector-XPath/Makefile Sun Nov 20 23:56:36 2016 (r426682) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= HTML-Selector-XPath -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= www perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CORION PKGNAMEPREFIX= p5- MAINTAINER= smatsui@karashi.org @@ -16,6 +16,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTML-Selector-XPath/distinfo ============================================================================== --- head/www/p5-HTML-Selector-XPath/distinfo Sun Nov 20 23:56:32 2016 (r426681) +++ head/www/p5-HTML-Selector-XPath/distinfo Sun Nov 20 23:56:36 2016 (r426682) @@ -1,2 +1,3 @@ -SHA256 (HTML-Selector-XPath-0.14.tar.gz) = 064f32a4abede17c6f4d6878c7b1693088329064eb8ff2cd0cf33af8150bc149 -SIZE (HTML-Selector-XPath-0.14.tar.gz) = 21807 +TIMESTAMP = 1478439417 +SHA256 (HTML-Selector-XPath-0.22.tar.gz) = a88bca95b18e8e997d101735882b0813c76e1c577dfadd3266772b2adea9a0c4 +SIZE (HTML-Selector-XPath-0.22.tar.gz) = 29451 From owner-svn-ports-all@freebsd.org Sun Nov 20 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 0E4B6C347C6; Sun, 20 Nov 2016 23:56: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 D0B531FF4; Sun, 20 Nov 2016 23:56: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 uAKNuRYL042831; Sun, 20 Nov 2016 23:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNuRNd042829; Sun, 20 Nov 2016 23:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNuRNd042829@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, 20 Nov 2016 23:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426680 - in head/security/p5-Crypt-RHash: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 20 Nov 2016 23:56:29 -0000 Author: sunpoet Date: Sun Nov 20 23:56:27 2016 New Revision: 426680 URL: https://svnweb.freebsd.org/changeset/ports/426680 Log: - Update to 0.93 Deleted: head/security/p5-Crypt-RHash/files/ Modified: head/security/p5-Crypt-RHash/Makefile head/security/p5-Crypt-RHash/distinfo Modified: head/security/p5-Crypt-RHash/Makefile ============================================================================== --- head/security/p5-Crypt-RHash/Makefile Sun Nov 20 23:56:23 2016 (r426679) +++ head/security/p5-Crypt-RHash/Makefile Sun Nov 20 23:56:27 2016 (r426680) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-RHash -PORTVERSION= 0.91 -PORTREVISION= 1 +PORTVERSION= 0.93 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-RHash/distinfo ============================================================================== --- head/security/p5-Crypt-RHash/distinfo Sun Nov 20 23:56:23 2016 (r426679) +++ head/security/p5-Crypt-RHash/distinfo Sun Nov 20 23:56:27 2016 (r426680) @@ -1,2 +1,3 @@ -SHA256 (Crypt-RHash-0.91.tar.gz) = ce615fb0214c83c3ee7484937c7c64410d33882f0c9287baafee43b8755e55bc -SIZE (Crypt-RHash-0.91.tar.gz) = 153862 +TIMESTAMP = 1479642954 +SHA256 (Crypt-RHash-0.93.tar.gz) = a37ec248f2ed1923b8f452d9a069f939509effcca687b45aa22f1e821d59bb12 +SIZE (Crypt-RHash-0.93.tar.gz) = 155783 From owner-svn-ports-all@freebsd.org Sun Nov 20 23:56: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 F1538C34876; Sun, 20 Nov 2016 23:56:42 +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 A3C52226A; Sun, 20 Nov 2016 23:56:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKNuf0G043171; Sun, 20 Nov 2016 23:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNufQq043169; Sun, 20 Nov 2016 23:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202356.uAKNufQq043169@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, 20 Nov 2016 23:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426683 - head/www/p5-Web-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, 20 Nov 2016 23:56:43 -0000 Author: sunpoet Date: Sun Nov 20 23:56:41 2016 New Revision: 426683 URL: https://svnweb.freebsd.org/changeset/ports/426683 Log: - Update to 0.38 Changes: http://search.cpan.org/dist/Web-Query/Changes Modified: head/www/p5-Web-Query/Makefile head/www/p5-Web-Query/distinfo Modified: head/www/p5-Web-Query/Makefile ============================================================================== --- head/www/p5-Web-Query/Makefile Sun Nov 20 23:56:36 2016 (r426682) +++ head/www/p5-Web-Query/Makefile Sun Nov 20 23:56:41 2016 (r426683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Web-Query -PORTVERSION= 0.35 +PORTVERSION= 0.38 CATEGORIES= www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +15,10 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ - p5-HTML-Selector-XPath>=0.06:www/p5-HTML-Selector-XPath \ + p5-HTML-Selector-XPath>=0.20:www/p5-HTML-Selector-XPath \ p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath \ - p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception Modified: head/www/p5-Web-Query/distinfo ============================================================================== --- head/www/p5-Web-Query/distinfo Sun Nov 20 23:56:36 2016 (r426682) +++ head/www/p5-Web-Query/distinfo Sun Nov 20 23:56:41 2016 (r426683) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466892254 -SHA256 (Web-Query-0.35.tar.gz) = d05aac1f30bfdd911adc7226b5a5c3ae5a5834a06877fc1d4440cfd7b19dc379 -SIZE (Web-Query-0.35.tar.gz) = 45148 +TIMESTAMP = 1478370354 +SHA256 (Web-Query-0.38.tar.gz) = c45becddac77ddc2d8f533f9427f7d776e451469db8d666c70ecf25c1610b4e6 +SIZE (Web-Query-0.38.tar.gz) = 48287 From owner-svn-ports-all@freebsd.org Mon Nov 21 01:12: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 C43AEC4B347; Mon, 21 Nov 2016 01:12:33 +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 7054B1259; Mon, 21 Nov 2016 01:12:33 +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 uAL1CWUF074533; Mon, 21 Nov 2016 01:12:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL1CW1c074530; Mon, 21 Nov 2016 01:12:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611210112.uAL1CW1c074530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Nov 2016 01:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426684 - in head/security: ossec-hids-local ossec-hids-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: Mon, 21 Nov 2016 01:12:33 -0000 Author: marino Date: Mon Nov 21 01:12:32 2016 New Revision: 426684 URL: https://svnweb.freebsd.org/changeset/ports/426684 Log: security/security/ossec-hids-(server|local|client): SSL fix / stage QA Fix 1: Set LDFLAGS for SSL support Fix 2: Fix stage-QA failures in both -local and -server: Two log files were present in these stage directories that were not listed in the plist. One of them were registered by the -client port so rather than remove them from the stage, add them to the package list Fix 3: revbump after fix 2 Approved by: SSL and general blankets Modified: head/security/ossec-hids-local/Makefile head/security/ossec-hids-server/Makefile head/security/ossec-hids-server/pkg-plist Modified: head/security/ossec-hids-local/Makefile ============================================================================== --- head/security/ossec-hids-local/Makefile Sun Nov 20 23:56:41 2016 (r426683) +++ head/security/ossec-hids-local/Makefile Mon Nov 21 01:12:32 2016 (r426684) @@ -1,7 +1,7 @@ # Created by: Valerio Daelli # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Client and server (local) port of ossec-hids LOCAL_ONLY= yes Modified: head/security/ossec-hids-server/Makefile ============================================================================== --- head/security/ossec-hids-server/Makefile Sun Nov 20 23:56:41 2016 (r426683) +++ head/security/ossec-hids-server/Makefile Mon Nov 21 01:12:32 2016 (r426684) @@ -4,7 +4,7 @@ PORTNAME= ossec-hids PORTVERSION= 2.8.3 DISTVERSIONPREFIX= v -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security PKGNAMESUFFIX= -server @@ -17,8 +17,7 @@ USE_RC_SUBR= ossec-hids CFLAGS+= -ferror-limit=0 -USES= readline -USE_OPENSSL= yes +USES= readline ssl .if defined(MAINTAINER_MODE) UID_FILES+= ../../UIDs @@ -89,6 +88,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-DLUA_USE_LINUX|& ${CPPFLAGS}|' \ -e 's|-lreadline|& ${LDFLAGS}|' \ ${WRKSRC}/src/external/lua-5.2.3/src/Makefile + @${REINPLACE_CMD} -e 's|OPENSSLCMD=|OPENSSLCMD=-L${OPENSSLLIB} |' \ + ${WRKSRC}/src/Makeall do-build: .if defined(WITH_DB) Modified: head/security/ossec-hids-server/pkg-plist ============================================================================== --- head/security/ossec-hids-server/pkg-plist Sun Nov 20 23:56:41 2016 (r426683) +++ head/security/ossec-hids-server/pkg-plist Mon Nov 21 01:12:32 2016 (r426684) @@ -126,6 +126,8 @@ %%PORTNAME%%/agentless/ssh_pixconfig_diff %%PORTNAME%%/agentless/sshlogin.exp %%PORTNAME%%/agentless/su.exp +@(ossec,,) %%PORTNAME%%/logs/active-responses.log +@(ossec,,) %%PORTNAME%%/logs/ossec.log @mode 550 @dir %%PORTNAME%%/.ssh @dir %%PORTNAME%%/active-response/bin From owner-svn-ports-all@freebsd.org Mon Nov 21 03:13: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 94ABEC4CD65; Mon, 21 Nov 2016 03:13:57 +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 63F321C3D; Mon, 21 Nov 2016 03:13:57 +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 uAL3DufL022653; Mon, 21 Nov 2016 03:13:56 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL3DubQ022648; Mon, 21 Nov 2016 03:13:56 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611210313.uAL3DubQ022648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 21 Nov 2016 03:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426685 - in head/x11-toolkits/fox17: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 03:13:57 -0000 Author: jhale Date: Mon Nov 21 03:13:55 2016 New Revision: 426685 URL: https://svnweb.freebsd.org/changeset/ports/426685 Log: Update to 1.7.56 Convert to options helpers Take maintainership Added: head/x11-toolkits/fox17/files/patch-tests_math.cpp (contents, props changed) Modified: head/x11-toolkits/fox17/Makefile head/x11-toolkits/fox17/distinfo head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp head/x11-toolkits/fox17/pkg-plist Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Mon Nov 21 01:12:32 2016 (r426684) +++ head/x11-toolkits/fox17/Makefile Mon Nov 21 03:13:55 2016 (r426685) @@ -2,25 +2,29 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.50 -PORTREVISION= 1 +PORTVERSION= 1.7.56 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit (development version) -USES= libtool pathfix +LICENSE= LGPL3+ + +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig + +USES= compiler:c++11-lib libtool pathfix GNU_CONFIGURE= yes -USE_GL= glut -USE_XORG= sm xft +USE_GL= gl glu +USE_XORG= ice sm x11 xcursor xext xfixes xft xi xrandr xrender USE_LDCONFIG= yes CONFIGURE_ARGS= --with-opengl=yes \ --bindir=${PREFIX}/bin/${PORTNAME}-${MAJORVER} -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -fPIC -DPIC LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * @@ -31,51 +35,72 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} BROKEN_aarch64= Fails to compile: cannot initialize a parameter of type void * with an lvalue of type long BROKEN_powerpc= missing __sync_bool_compare_and_swap_8() -OPTIONS_DEFINE= DOCS JPEG PNG TIFF WEBP -OPTIONS_DEFAULT= JPEG PNG TIFF WEBP - -.include - -.if ${PORT_OPTIONS:MJPEG} -USES+= jpeg -.else -CONFIGURE_ARGS+=--disable-jpeg -.endif - -.if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= libpng.so:graphics/png -.else -CONFIGURE_ARGS+=--disable-png -.endif - -.if ${PORT_OPTIONS:MTIFF} -LIB_DEPENDS+= libtiff.so:graphics/tiff -.else -CONFIGURE_ARGS+=--disable-tiff -.endif - -.if ${PORT_OPTIONS:MWEBP} -LIB_DEPENDS+= libwebp.so:graphics/webp -.else -CONFIGURE_ARGS+=--disable-webp +OPTIONS_DEFINE= DEBUG DOCS EXAMPLES OPTIMIZED_CFLAGS PROFILE +OPTIONS_GROUP= IMGFMTS +OPTIONS_GROUP_IMGFMTS= JPEG OPENJPEG PNG TIFF WEBP +OPTIONS_DEFAULT= JPEG OPENJPEG PNG TIFF WEBP +IMGFMTS_DESC= Image formats + +DEBUG_CONFIGURE_ON= --enable-debug +DEBUG_CONFIGURE_OFF= --enable-release + +JPEG_USES= jpeg +JPEG_CONFIGURE_ENABLE= jpeg + +OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 +OPENJPEG_CONFIGURE_ENABLE= jp2 + +PNG_LIB_DEPENDS= libpng.so:graphics/png +PNG_CONFIGURE_ENABLE= png + +PROFILE_CONFIGURE_ON= --with-profiling=gprof + +TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff +TIFF_CONFIGURE_ENABLE= tiff + +WEBP_LIB_DEPENDS= libwebp.so:graphics/webp +WEBP_CONFIGURE_ENABLE= webp + +.include + +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} +CXXFLAGS+= -ffast-math +. if !${PORT_OPTIONS:MPROFILE} +CXXFLAGS+= -fomit-frame-pointer +. endif +. if ${COMPILER_TYPE} == "gcc" +CXXFLAGS+= -fexpensive-optimizations -finline-functions +. endif .endif post-patch: # Rename man pages as in manpage.1 --> manpage-17.1 to avoid # conflicts with fox14 and fox16 - files=$$(${FIND} ${WRKSRC} -name *.1); \ + @files=$$(${FIND} ${WRKSRC} -name *.1); \ for f in $$files; do \ - ${MV} $$f `echo $$f | sed -e 's|\.1|-17.1|'`; \ + ${MV} $$f `${ECHO_CMD} $$f | ${SED} -e 's|\.1|-17.1|'`; \ done; - ${FIND} ${WRKSRC} -name Makefile.am -o -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -i '' -e '/man_MANS/s|\.1|-17.1|g' - ${REINPLACE_CMD} -e '/^Libs:/s|$$| -pthread|; s|"||g' ${WRKSRC}/fox17.pc.in -.if !${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in -.endif + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + '/man_MANS/s|\.1|-17.1|g' + @${REINPLACE_CMD} -e '/^Libs:/s|$$| -pthread|; s|"||g' ${WRKSRC}/fox17.pc.in +# CXXFLAGS safeness + @${REINPLACE_CMD} -e \ + 's|^\(CXXFLAGS=""\)|#\1|; \ + /CXXFLAGS/s|-O2 ||; \ + /CXXFLAGS/s|\(-Wuninitialized\).*"|\1"|; \ + /LDFLAGS/s|-s ||' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + +post-patch-EXAMPLES-off: + @${REINPLACE_CMD} -e \ + 's|^\(SUBDIRS.*\)adie|\1|; \ + s|^\(SUBDIRS.*\)pathfinder|\1|; \ + s|^\(SUBDIRS.*\)shutterbug|\1|; \ + s|^\(SUBDIRS.*\)calculator|\1|' \ + ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libFOX-${MAJORVER}.so \ ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so -.include +.include Modified: head/x11-toolkits/fox17/distinfo ============================================================================== --- head/x11-toolkits/fox17/distinfo Mon Nov 21 01:12:32 2016 (r426684) +++ head/x11-toolkits/fox17/distinfo Mon Nov 21 03:13:55 2016 (r426685) @@ -1,2 +1,3 @@ -SHA256 (fox-1.7.50.tar.gz) = cdc432807f047b312ab54a778dc898e429dcfecf513fe0d350a7952f523a71df -SIZE (fox-1.7.50.tar.gz) = 5344223 +TIMESTAMP = 1479576730 +SHA256 (fox-1.7.56.tar.gz) = 41a03ff6a211c584e7547004002a1cfc768cdc32c84a46ec1499a4c345190885 +SIZE (fox-1.7.56.tar.gz) = 5409138 Modified: head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp ============================================================================== --- head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp Mon Nov 21 01:12:32 2016 (r426684) +++ head/x11-toolkits/fox17/files/patch-lib_FXAtomic.cpp Mon Nov 21 03:13:55 2016 (r426685) @@ -1,21 +1,11 @@ ---- lib/FXAtomic.cpp.orig 2013-07-26 16:35:43.000000000 +0200 -+++ lib/FXAtomic.cpp 2013-08-29 09:24:35.000000000 +0200 -@@ -71,6 +71,9 @@ - #if defined( __INTEL_COMPILER ) && !defined( __ia64__ ) - #undef HAVE_BUILTIN_SYNC - #endif -+#if defined(__FreeBSD__) && defined(__amd64__) && __FreeBSD_version < 900000 -+#undef HAVE_BUILTIN_SYNC -+#endif - #endif +--- lib/FXAtomic.cpp.orig 2016-11-19 22:24:23 UTC ++++ lib/FXAtomic.cpp +@@ -54,7 +54,7 @@ -@@ -393,7 +396,7 @@ - "andl $1, %%eax\n\t" : "=a"(ret) : "D"(ptr), "a"(cmpa), "d"(cmpb), "b"(a), "c"(b) : "memory", "cc"); - return ret; + // New __atomic_XXX() builtins are available +-#if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) ++#if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined(__clang__) + #define HAVE_BUILTIN_ATOMIC 1 #endif --#elif ((defined(__GNUC__) || defined(__INTEL_COMPILER)) && defined(__x86_64__)) -+#elif ((defined(__GNUC__) || defined(__INTEL_COMPILER)) && defined(__x86_64__)) && (!defined(__FreeBSD__) || __FreeBSD_version > 900000) - register FXbool ret; - __asm__ __volatile__ ("lock\n\t" - "cmpxchg16b (%1)\n\t" + Added: head/x11-toolkits/fox17/files/patch-tests_math.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/fox17/files/patch-tests_math.cpp Mon Nov 21 03:13:55 2016 (r426685) @@ -0,0 +1,26 @@ +--- tests/math.cpp.orig 2016-01-18 02:25:42 UTC ++++ tests/math.cpp +@@ -105,7 +105,6 @@ static const char *const names[]={ + "atanh", + "expm1", + "exp2", +- "exp10", + "log1p", + "log2" + }; +@@ -128,7 +127,6 @@ static const DBLFUNS dblfuns[]={ + {Math::atanh, ::atanh}, + {Math::expm1, ::expm1}, + {Math::exp2, ::exp2}, +- {Math::exp10, ::exp10}, + {Math::log1p, ::log1p}, + {Math::log2, ::log2}, + }; +@@ -151,7 +149,6 @@ static const FLTFUNS fltfuns[]={ + {Math::atanh, ::atanhf}, + {Math::expm1, ::expm1f}, + {Math::exp2, ::exp2f}, +- {Math::exp10, ::exp10f}, + {Math::log1p, ::log1pf}, + {Math::log2, ::log2f}, + }; Modified: head/x11-toolkits/fox17/pkg-plist ============================================================================== --- head/x11-toolkits/fox17/pkg-plist Mon Nov 21 01:12:32 2016 (r426684) +++ head/x11-toolkits/fox17/pkg-plist Mon Nov 21 03:13:55 2016 (r426685) @@ -1,20 +1,11 @@ -bin/fox-%%MAJORVER%%/Adie.stx +%%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/Adie.stx bin/fox-%%MAJORVER%%/ControlPanel -bin/fox-%%MAJORVER%%/PathFinder -bin/fox-%%MAJORVER%%/adie -bin/fox-%%MAJORVER%%/calculator +%%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/PathFinder +%%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/adie +%%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/calculator bin/fox-%%MAJORVER%%/fox-config bin/fox-%%MAJORVER%%/reswrap -bin/fox-%%MAJORVER%%/shutterbug -libdata/pkgconfig/fox17.pc -lib/libCHART-%%MAJORVER%%.a -lib/libCHART-%%MAJORVER%%.so -lib/libCHART-%%MAJORVER%%.so.0 -lib/libCHART-%%MAJORVER%%.so.0.0.50 -lib/libFOX-%%MAJORVER%%.a -lib/libFOX-%%MAJORVER%%.so -lib/libFOX-%%MAJORVER%%.so.0 -lib/libFOX-%%MAJORVER%%.so.0.0.50 +%%PORTEXAMPLES%%bin/fox-%%MAJORVER%%/shutterbug include/fox-%%MAJORVER%%/FX4Splitter.h include/fox-%%MAJORVER%%/FX7Segment.h include/fox-%%MAJORVER%%/FX885910Codec.h @@ -47,7 +38,6 @@ include/fox-%%MAJORVER%%/FXBitmap.h include/fox-%%MAJORVER%%/FXBitmapFrame.h include/fox-%%MAJORVER%%/FXBitmapView.h include/fox-%%MAJORVER%%/FXButton.h -include/fox-%%MAJORVER%%/FXCompletion.h include/fox-%%MAJORVER%%/FXCP1250Codec.h include/fox-%%MAJORVER%%/FXCP1251Codec.h include/fox-%%MAJORVER%%/FXCP1252Codec.h @@ -75,6 +65,7 @@ include/fox-%%MAJORVER%%/FXCP874Codec.h include/fox-%%MAJORVER%%/FXCURCursor.h include/fox-%%MAJORVER%%/FXCalendar.h include/fox-%%MAJORVER%%/FXCalendarView.h +include/fox-%%MAJORVER%%/FXCallback.h include/fox-%%MAJORVER%%/FXCanvas.h include/fox-%%MAJORVER%%/FXCheckButton.h include/fox-%%MAJORVER%%/FXChoiceBox.h @@ -87,6 +78,7 @@ include/fox-%%MAJORVER%%/FXColorWell.h include/fox-%%MAJORVER%%/FXColorWheel.h include/fox-%%MAJORVER%%/FXColors.h include/fox-%%MAJORVER%%/FXComboBox.h +include/fox-%%MAJORVER%%/FXCompletion.h include/fox-%%MAJORVER%%/FXComplexd.h include/fox-%%MAJORVER%%/FXComplexf.h include/fox-%%MAJORVER%%/FXComposeContext.h @@ -113,6 +105,7 @@ include/fox-%%MAJORVER%%/FXDirDialog.h include/fox-%%MAJORVER%%/FXDirList.h include/fox-%%MAJORVER%%/FXDirSelector.h include/fox-%%MAJORVER%%/FXDirVisitor.h +include/fox-%%MAJORVER%%/FXDispatcher.h include/fox-%%MAJORVER%%/FXDockBar.h include/fox-%%MAJORVER%%/FXDockHandler.h include/fox-%%MAJORVER%%/FXDockSite.h @@ -121,11 +114,11 @@ include/fox-%%MAJORVER%%/FXDocument.h include/fox-%%MAJORVER%%/FXDragCorner.h include/fox-%%MAJORVER%%/FXDrawable.h include/fox-%%MAJORVER%%/FXDriveBox.h +include/fox-%%MAJORVER%%/FXEXEIcon.h +include/fox-%%MAJORVER%%/FXEXEImage.h include/fox-%%MAJORVER%%/FXElement.h include/fox-%%MAJORVER%%/FXEvent.h include/fox-%%MAJORVER%%/FXException.h -include/fox-%%MAJORVER%%/FXEXEIcon.h -include/fox-%%MAJORVER%%/FXEXEImage.h include/fox-%%MAJORVER%%/FXExpression.h include/fox-%%MAJORVER%%/FXExtentd.h include/fox-%%MAJORVER%%/FXExtentf.h @@ -337,11 +330,14 @@ include/fox-%%MAJORVER%%/FXVerticalFrame include/fox-%%MAJORVER%%/FXVisual.h include/fox-%%MAJORVER%%/FXWEBPIcon.h include/fox-%%MAJORVER%%/FXWEBPImage.h +include/fox-%%MAJORVER%%/FXWSQueue.h include/fox-%%MAJORVER%%/FXWindow.h include/fox-%%MAJORVER%%/FXWizard.h include/fox-%%MAJORVER%%/FXWorker.h include/fox-%%MAJORVER%%/FXXBMIcon.h include/fox-%%MAJORVER%%/FXXBMImage.h +include/fox-%%MAJORVER%%/FXXML.h +include/fox-%%MAJORVER%%/FXXMLFile.h include/fox-%%MAJORVER%%/FXXPMIcon.h include/fox-%%MAJORVER%%/FXXPMImage.h include/fox-%%MAJORVER%%/FXhalf.h @@ -359,12 +355,22 @@ include/fox-%%MAJORVER%%/fxcpuid.h include/fox-%%MAJORVER%%/fxdefs.h include/fox-%%MAJORVER%%/fxendian.h include/fox-%%MAJORVER%%/fxkeys.h +include/fox-%%MAJORVER%%/fxmath.h include/fox-%%MAJORVER%%/fxunicode.h include/fox-%%MAJORVER%%/fxver.h include/fox-%%MAJORVER%%/xincs.h -man/man1/reswrap-17.1.gz -man/man1/shutterbug-17.1.gz -man/man1/adie-17.1.gz -man/man1/PathFinder-17.1.gz -man/man1/calculator-17.1.gz +lib/libCHART-%%MAJORVER%%.a +lib/libCHART-%%MAJORVER%%.so +lib/libCHART-%%MAJORVER%%.so.0 +lib/libCHART-%%MAJORVER%%.so.0.0.56 +lib/libFOX-%%MAJORVER%%.a +lib/libFOX-%%MAJORVER%%.so +lib/libFOX-%%MAJORVER%%.so.0 +lib/libFOX-%%MAJORVER%%.so.0.0.56 +libdata/pkgconfig/fox17.pc man/man1/ControlPanel-17.1.gz +%%PORTEXAMPLES%%man/man1/PathFinder-17.1.gz +%%PORTEXAMPLES%%man/man1/adie-17.1.gz +%%PORTEXAMPLES%%man/man1/calculator-17.1.gz +man/man1/reswrap-17.1.gz +%%PORTEXAMPLES%%man/man1/shutterbug-17.1.gz From owner-svn-ports-all@freebsd.org Mon Nov 21 03:15: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 D3738C4CDC3; Mon, 21 Nov 2016 03:15:06 +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 A003C1D50; Mon, 21 Nov 2016 03:15:06 +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 uAL3F5K1022804; Mon, 21 Nov 2016 03:15:05 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL3F5CL022803; Mon, 21 Nov 2016 03:15:05 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611210315.uAL3F5CL022803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 21 Nov 2016 03:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426686 - head/x11-toolkits/fox16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 03:15:06 -0000 Author: jhale Date: Mon Nov 21 03:15:05 2016 New Revision: 426686 URL: https://svnweb.freebsd.org/changeset/ports/426686 Log: Take maintainership Modified: head/x11-toolkits/fox16/Makefile Modified: head/x11-toolkits/fox16/Makefile ============================================================================== --- head/x11-toolkits/fox16/Makefile Mon Nov 21 03:13:55 2016 (r426685) +++ head/x11-toolkits/fox16/Makefile Mon Nov 21 03:15:05 2016 (r426686) @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.fox-toolkit.org/ http://ftp.fox-toolkit.org/pub/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 LICENSE= LGPL3+ From owner-svn-ports-all@freebsd.org Mon Nov 21 03:52: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 CF962C477FC; Mon, 21 Nov 2016 03:52: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 858601224; Mon, 21 Nov 2016 03:52: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 uAL3qcta038639; Mon, 21 Nov 2016 03:52:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL3qcVw038637; Mon, 21 Nov 2016 03:52:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611210352.uAL3qcVw038637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Nov 2016 03:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426687 - in head/sysutils/freefilesync: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 03:52:39 -0000 Author: jbeich Date: Mon Nov 21 03:52:38 2016 New Revision: 426687 URL: https://svnweb.freebsd.org/changeset/ports/426687 Log: sysutils/freefilesync: unbreak with boost 1.62 on 11.0+ In file included from algorithm.cpp:13: In file included from ../../zen/guid.h:16: In file included from /usr/local/include/boost/uuid/uuid_generators.hpp:17: In file included from /usr/local/include/boost/uuid/random_generator.hpp:17: In file included from /usr/local/include/boost/shared_ptr.hpp:17: In file included from /usr/local/include/boost/smart_ptr/shared_ptr.hpp:28: In file included from /usr/local/include/boost/smart_ptr/detail/shared_count.hpp:29: In file included from /usr/local/include/boost/smart_ptr/detail/sp_counted_base.hpp:45: In file included from /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:18: In file included from /usr/local/include/boost/detail/sp_typeinfo.hpp:20: In file included from /usr/local/include/boost/core/typeinfo.hpp:119: In file included from /usr/local/include/boost/core/demangle.hpp:32: /usr/include/c++/v1/cxxabi.h:190:19: error: '__cxa_get_globals' is missing exception specification 'noexcept' __cxa_eh_globals *__cxa_get_globals(void); ^ ../../zen/scope_guard.h:31:30: note: previous declaration is here extern "C" __cxa_eh_globals* __cxa_get_globals() noexcept; ^ PR: 214485 Reported by: antoine (via exp-run) Added: head/sysutils/freefilesync/files/patch-zen_scope__guard.h (contents, props changed) Modified: head/sysutils/freefilesync/Makefile (contents, props changed) Modified: head/sysutils/freefilesync/Makefile ============================================================================== --- head/sysutils/freefilesync/Makefile Mon Nov 21 03:15:05 2016 (r426686) +++ head/sysutils/freefilesync/Makefile Mon Nov 21 03:52:38 2016 (r426687) @@ -3,6 +3,7 @@ PORTNAME= freefilesync PORTVERSION= 8.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.freefilesync.org/download/ \ http://www.freefilesync.org/archive/ Added: head/sysutils/freefilesync/files/patch-zen_scope__guard.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/freefilesync/files/patch-zen_scope__guard.h Mon Nov 21 03:52:38 2016 (r426687) @@ -0,0 +1,11 @@ +--- ../../zen/scope_guard.h.orig 2016-03-31 20:08:04 UTC ++++ ../../zen/scope_guard.h +@@ -14,7 +14,7 @@ + //best of Zen, Loki and C++17 + + +-#ifdef ZEN_WIN ++#if defined(ZEN_WIN) || (defined(_LIBCPP_VERSION) && _LIBCPP_VERSION >= 3700) + inline int getUncaughtExceptionCount() { return std::uncaught_exceptions(); } + + #elif defined ZEN_LINUX || defined ZEN_MAC From owner-svn-ports-all@freebsd.org Mon Nov 21 04:21: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 5B280C47DFD; Mon, 21 Nov 2016 04:21: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 35F251CDD; Mon, 21 Nov 2016 04:21: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 uAL4LKc9046989; Mon, 21 Nov 2016 04:21:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL4LKSq046988; Mon, 21 Nov 2016 04:21:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611210421.uAL4LKSq046988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Nov 2016 04:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426688 - head/dns/powerdns-recursor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 04:21:21 -0000 Author: jbeich Date: Mon Nov 21 04:21:20 2016 New Revision: 426688 URL: https://svnweb.freebsd.org/changeset/ports/426688 Log: dns/powerdns-recursor: unbreak build with boost 1.62 In file included from mtasker_context.cc:27: ./mtasker_fcontext.cc:33:7: error: no member named 'make_fcontext' in namespace 'boost::context'; did you mean 'boost::context::detail::make_fcontext'? using boost::context::make_fcontext; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from mtasker_context.cc:27: ./mtasker_fcontext.cc:64:7: error: no member named 'fcontext_t' in namespace 'boost::context'; did you mean 'boost::context::detail::fcontext_t'? using boost::context::fcontext_t; ^~~~~~~~~~~~~~~~~~~~~~~~~~ [...] PR: 214470 Submitted by: antoine Obtained from: upstream Approved by: portmgr blanket Added: head/dns/powerdns-recursor/files/patch-mtasker__fcontext.cc (contents, props changed) Added: head/dns/powerdns-recursor/files/patch-mtasker__fcontext.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/powerdns-recursor/files/patch-mtasker__fcontext.cc Mon Nov 21 04:21:20 2016 (r426688) @@ -0,0 +1,154 @@ +rec: Add support for boost::context >= 1.61 + +https://github.com/PowerDNS/pdns/commits/64413f6afd9b/pdns/mtasker_fcontext.cc + +--- mtasker_fcontext.cc.orig 2016-09-06 12:50:29 UTC ++++ mtasker_fcontext.cc +@@ -23,14 +23,15 @@ + #include + #include + #include +-#if BOOST_VERSION > 106100 +-#include +-#else +-#include +-#endif + #include +- ++#if BOOST_VERSION < 106100 ++#include + using boost::context::make_fcontext; ++#else ++#include ++using boost::context::detail::make_fcontext; ++#endif /* BOOST_VERSION < 106100 */ ++ + + #if BOOST_VERSION < 105600 + /* Note: This typedef means functions taking fcontext_t*, like jump_fcontext(), +@@ -61,8 +62,15 @@ jump_fcontext (fcontext_t* const ofc, fc + } + } + #else ++ ++#if BOOST_VERSION < 106100 + using boost::context::fcontext_t; + using boost::context::jump_fcontext; ++#else ++using boost::context::detail::fcontext_t; ++using boost::context::detail::jump_fcontext; ++using boost::context::detail::transfer_t; ++#endif /* BOOST_VERSION < 106100 */ + + static_assert (std::is_pointer::value, + "Boost Context has changed the fcontext_t type again :-("); +@@ -72,7 +80,9 @@ static_assert (std::is_pointer* work = nullptr; + }; +@@ -80,7 +90,11 @@ struct args_t { + extern "C" { + static + void ++#if BOOST_VERSION < 106100 + threadWrapper (intptr_t const xargs) { ++#else ++threadWrapper (transfer_t const t) { ++#endif + /* Access the args passed from pdns_makecontext, and copy them directly from + * the calling stack on to ours (we're now using the MThreads stack). + * This saves heap allocating an args object, at the cost of an extra +@@ -90,11 +104,28 @@ threadWrapper (intptr_t const xargs) { + * the behaviour of the System V implementation, which can inherently only + * be passed ints and pointers. + */ ++#if BOOST_VERSION < 106100 + auto args = reinterpret_cast(xargs); ++#else ++ auto args = reinterpret_cast(t.data); ++#endif + auto ctx = args->self; + auto work = args->work; ++ /* we switch back to pdns_makecontext() */ ++#if BOOST_VERSION < 106100 + jump_fcontext (reinterpret_cast(&ctx->uc_mcontext), + static_cast(args->prev_ctx), 0); ++#else ++ transfer_t res = jump_fcontext (t.fctx, 0); ++ /* we got switched back from pdns_swapcontext() */ ++ if (res.data) { ++ /* if res.data is not a nullptr, it holds a pointer to the context ++ we just switched from, and we need to fill it to be able to ++ switch back to it later. */ ++ fcontext_t* ptr = static_cast(res.data); ++ *ptr = res.fctx; ++ } ++#endif + args = nullptr; + + try { +@@ -106,9 +137,14 @@ threadWrapper (intptr_t const xargs) { + + /* Emulate the System V uc_link feature. */ + auto const next_ctx = ctx->uc_link->uc_mcontext; ++#if BOOST_VERSION < 106100 + jump_fcontext (reinterpret_cast(&ctx->uc_mcontext), + static_cast(next_ctx), + static_cast(ctx->exception)); ++#else ++ jump_fcontext (static_cast(next_ctx), 0); ++#endif ++ + #ifdef NDEBUG + __builtin_unreachable(); + #endif +@@ -129,10 +165,27 @@ pdns_ucontext_t::~pdns_ucontext_t + void + pdns_swapcontext + (pdns_ucontext_t& __restrict octx, pdns_ucontext_t const& __restrict ctx) { ++ /* we either switch back to threadwrapper() if it's the first time, ++ or we switch back to pdns_swapcontext(), ++ in both case we will be returning from a call to jump_fcontext(). */ ++#if BOOST_VERSION < 106100 + if (jump_fcontext (reinterpret_cast(&octx.uc_mcontext), + static_cast(ctx.uc_mcontext), 0)) { + std::rethrow_exception (ctx.exception); + } ++#else ++ transfer_t res = jump_fcontext (static_cast(ctx.uc_mcontext), &octx.uc_mcontext); ++ if (res.data) { ++ /* if res.data is not a nullptr, it holds a pointer to the context ++ we just switched from, and we need to fill it to be able to ++ switch back to it later. */ ++ fcontext_t* ptr = static_cast(res.data); ++ *ptr = res.fctx; ++ } ++ if (ctx.exception) { ++ std::rethrow_exception (ctx.exception); ++ } ++#endif + } + + void +@@ -146,7 +199,15 @@ pdns_makecontext + args_t args; + args.self = &ctx; + args.work = &start; ++ /* jumping to threadwrapper */ ++#if BOOST_VERSION < 106100 + jump_fcontext (reinterpret_cast(&args.prev_ctx), + static_cast(ctx.uc_mcontext), + reinterpret_cast(&args)); ++#else ++ transfer_t res = jump_fcontext (static_cast(ctx.uc_mcontext), ++ &args); ++ /* back from threadwrapper, updating the context */ ++ ctx.uc_mcontext = res.fctx; ++#endif + } From owner-svn-ports-all@freebsd.org Mon Nov 21 04: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 20EE6C47FCC; Mon, 21 Nov 2016 04:23:34 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E496A1EC3; Mon, 21 Nov 2016 04:23:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAL4NX4H050837; Mon, 21 Nov 2016 04:23:33 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL4NX2I050836; Mon, 21 Nov 2016 04:23:33 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201611210423.uAL4NX2I050836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Mon, 21 Nov 2016 04:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426689 - head/sysutils/u-boot-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: Mon, 21 Nov 2016 04:23:34 -0000 Author: imp Date: Mon Nov 21 04:23:32 2016 New Revision: 426689 URL: https://svnweb.freebsd.org/changeset/ports/426689 Log: Create pkg-descr for u-boot-master. Added: head/sysutils/u-boot-master/pkg-descr (contents, props changed) Added: head/sysutils/u-boot-master/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-master/pkg-descr Mon Nov 21 04:23:32 2016 (r426689) @@ -0,0 +1 @@ +Das U-Boot master port. From owner-svn-ports-all@freebsd.org Mon Nov 21 05:44: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 D4687C4C50A; Mon, 21 Nov 2016 05:44:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69233E5; Mon, 21 Nov 2016 05:44:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAL5isMr082553; Mon, 21 Nov 2016 05:44:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL5iskW082552; Mon, 21 Nov 2016 05:44:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611210544.uAL5iskW082552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 21 Nov 2016 05:44:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426690 - head/textproc/fzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 05:44:55 -0000 Author: pi Date: Mon Nov 21 05:44:54 2016 New Revision: 426690 URL: https://svnweb.freebsd.org/changeset/ports/426690 Log: textproc/fzf: re-fix headers inclusion for ports-based ncurses PR: 214678 Submitted by: marino Approved by: ncurses blanket Modified: head/textproc/fzf/Makefile Modified: head/textproc/fzf/Makefile ============================================================================== --- head/textproc/fzf/Makefile Mon Nov 21 04:23:32 2016 (r426689) +++ head/textproc/fzf/Makefile Mon Nov 21 05:44:54 2016 (r426690) @@ -20,6 +20,7 @@ GH_SUBDIR:= src/github.com/${GH_ACCOUNT} GH_TUPLE= junegunn:go-runewidth:63c378b:runwidth/src/github.com/junegunn/go-runewidth \ junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \ junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty +MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" PLIST_FILES= bin/fzf man/man1/fzf.1.gz From owner-svn-ports-all@freebsd.org Mon Nov 21 05:45: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 CC6A0C4C559; Mon, 21 Nov 2016 05:45:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C9AF6E5; Mon, 21 Nov 2016 05:45:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from pi by fc.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1c8hQ9-000ChA-C5; Mon, 21 Nov 2016 06:45:37 +0100 Date: Mon, 21 Nov 2016 06:45:37 +0100 From: Kurt Jaeger To: marino@freebsd.org Cc: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426617 - in head/textproc/fzf: . files Message-ID: <20161121054537.GX2339@fc.opsec.eu> References: <201611201946.uAKJk2Bn035944@repo.freebsd.org> <10733902-f36a-eca8-997b-58e337ce8818@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10733902-f36a-eca8-997b-58e337ce8818@marino.st> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 05:45:39 -0000 Hi! > If I'm not mistaken, you just reverted the above line that I committed > earlier today. Can you add it back or do you want to me to do it? Ups, sorry, re-added. -- pi@FreeBSD.org +49 171 3101372 4 years to go ! From owner-svn-ports-all@freebsd.org Mon Nov 21 06:41: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 12811C4C0B3; Mon, 21 Nov 2016 06:41:34 +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 D4A941BB6; Mon, 21 Nov 2016 06:41:33 +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 uAL6fWMK004304; Mon, 21 Nov 2016 06:41:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL6fWDX004302; Mon, 21 Nov 2016 06:41:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611210641.uAL6fWDX004302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 21 Nov 2016 06:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426691 - 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: Mon, 21 Nov 2016 06:41:34 -0000 Author: pi Date: Mon Nov 21 06:41:32 2016 New Revision: 426691 URL: https://svnweb.freebsd.org/changeset/ports/426691 Log: databases/cego: update 2.31.4 -> 2.31.5 - Changed CegoQueryHelper methods to static - Fix for CegoBTreeManager and friends regarding small string values ( string(1) ) - Please note, that this fix invalidates btree format. Btrees have to be recreated after this fix, databases need to be exported and imported. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Mon Nov 21 05:44:54 2016 (r426690) +++ head/databases/cego/Makefile Mon Nov 21 06:41:32 2016 (r426691) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.4 +PORTVERSION= 2.31.5 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Mon Nov 21 05:44:54 2016 (r426690) +++ head/databases/cego/distinfo Mon Nov 21 06:41:32 2016 (r426691) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479541619 -SHA256 (cego-2.31.4.tar.gz) = 1906382d9d70da950fa1c7e91826aca8ddf102151a389b536c5eb068c840257a -SIZE (cego-2.31.4.tar.gz) = 1398345 +TIMESTAMP = 1479709700 +SHA256 (cego-2.31.5.tar.gz) = d6399e35c1f86425f0fa7a3c117f6f4794b2e116dc08f1aed133d414113fbd08 +SIZE (cego-2.31.5.tar.gz) = 1436840 From owner-svn-ports-all@freebsd.org Mon Nov 21 06:42: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 ABB24C4C0EE; Mon, 21 Nov 2016 06:42:04 +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 83CBA1CE3; Mon, 21 Nov 2016 06:42:04 +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 uAL6g3uQ006537; Mon, 21 Nov 2016 06:42:03 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL6g3uv006533; Mon, 21 Nov 2016 06:42:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611210642.uAL6g3uv006533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 06:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426692 - in head/graphics: . polyclipping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 06:42:04 -0000 Author: olivierd Date: Mon Nov 21 06:42:03 2016 New Revision: 426692 URL: https://svnweb.freebsd.org/changeset/ports/426692 Log: polyclipping - Polygon and line clipping and offsetting library. The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons. WWW: http://sourceforge.net/projects/polyclipping/ PR: 214583 Submitted by: Nikolay Korotkiy Added: head/graphics/polyclipping/ head/graphics/polyclipping/Makefile (contents, props changed) head/graphics/polyclipping/distinfo (contents, props changed) head/graphics/polyclipping/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Nov 21 06:41:32 2016 (r426691) +++ head/graphics/Makefile Mon Nov 21 06:42:03 2016 (r426692) @@ -804,6 +804,7 @@ SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo + SUBDIR += polyclipping SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib Added: head/graphics/polyclipping/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/polyclipping/Makefile Mon Nov 21 06:42:03 2016 (r426692) @@ -0,0 +1,32 @@ +# Created by: Nikolay Korotkiy +# $FreeBSD$ + +PORTNAME= polyclipping +PORTVERSION= 6.1.3a +CATEGORIES= graphics +MASTER_SITES= http://downloads.sourceforge.net/polyclipping/ +DISTNAME= clipper_ver${PORTVERSION} + +MAINTAINER= sikmir@gmail.com +COMMENT= Polygon and line clipping and offsetting library + +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/License.txt + +USES= cmake:outsource zip +USE_LDCONFIG= yes + +NO_WRKSUBDIR= yes + +CMAKE_SOURCE_PATH= ${WRKSRC}/cpp + +PLIST_FILES= include/polyclipping/clipper.hpp \ + lib/libpolyclipping.so \ + lib/libpolyclipping.so.16 \ + lib/libpolyclipping.so.16.0.0 \ + libdata/pkgconfig/polyclipping.pc + +post-patch: + @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/cpp/CMakeLists.txt + +.include Added: head/graphics/polyclipping/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/polyclipping/distinfo Mon Nov 21 06:42:03 2016 (r426692) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479710414 +SHA256 (clipper_ver6.1.3a.zip) = 5928e483bbba726eaa6197bfe33d05b7738e47f93450412ec78d6df5c2fd16e8 +SIZE (clipper_ver6.1.3a.zip) = 2216993 Added: head/graphics/polyclipping/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/polyclipping/pkg-descr Mon Nov 21 06:42:03 2016 (r426692) @@ -0,0 +1,8 @@ +polyclipping - Polygon and line clipping and offsetting library. + +The Clipper library performs clipping and offsetting for both +lines and polygons. All four boolean clipping operations are +supported - intersection, union, difference and exclusive-or. +Polygons can be of any shape including self-intersecting polygons. + +WWW: http://sourceforge.net/projects/polyclipping/ From owner-svn-ports-all@freebsd.org Mon Nov 21 06:52: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 25368C4C428; Mon, 21 Nov 2016 06:52:28 +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 D6BC7269; Mon, 21 Nov 2016 06:52:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAL6qRWS010482; Mon, 21 Nov 2016 06:52:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL6qR39010481; Mon, 21 Nov 2016 06:52:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611210652.uAL6qR39010481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Nov 2016 06:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426693 - head/devel/liblas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 06:52:28 -0000 Author: jbeich Date: Mon Nov 21 06:52:26 2016 New Revision: 426693 URL: https://svnweb.freebsd.org/changeset/ports/426693 Log: devel/liblas: unbreak build with boost 1.62 on 9.x In file included from /usr/local/include/boost/atomic/capabilities.hpp:19, from /usr/local/include/boost/atomic/atomic.hpp:19, from /usr/local/include/boost/atomic.hpp:12, from /usr/local/include/boost/thread/pthread/once_atomic.hpp:20, from /usr/local/include/boost/thread/once.hpp:20, from src/../include/liblas/detail/singleton.hpp:49, from src/../include/liblas/header.hpp:54, from src/../include/liblas/reader.hpp:46, from src/../include/liblas/index.hpp:45, from src/../include/liblas/detail/index/indexoutput.hpp:46, from src/detail/index/indexoutput.cpp:43: /usr/local/include/boost/atomic/detail/int_sizes.hpp:137:2: error: #error Boost.Atomic: Failed to determine builtin integer sizes, the target platform is not supported. Please, report to the developers. /usr/local/include/boost/atomic/detail/bitwise_cast.hpp: In function 'To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int, From = void*]': /usr/local/include/boost/atomic/detail/atomic_template.hpp:556: instantiated from here /usr/local/include/boost/atomic/detail/bitwise_cast.hpp:39: warning: missing initializer for member 'boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int, From = void*]::::to' /usr/local/include/boost/atomic/detail/bitwise_cast.hpp: In function 'To boost::atomics::detail::bitwise_cast(const From&) [with To = void*, From = long unsigned int]': /usr/local/include/boost/atomic/detail/atomic_template.hpp:574: instantiated from here /usr/local/include/boost/atomic/detail/bitwise_cast.hpp:39: warning: missing initializer for member 'boost::atomics::detail::bitwise_cast(const From&) [with To = void*, From = long unsigned int]::::to' PR: 199601 Reported by: antoine (via exp-run) Approved by: portmgr blanket Modified: head/devel/liblas/Makefile (contents, props changed) Modified: head/devel/liblas/Makefile ============================================================================== --- head/devel/liblas/Makefile Mon Nov 21 06:42:03 2016 (r426692) +++ head/devel/liblas/Makefile Mon Nov 21 06:52:26 2016 (r426693) @@ -3,6 +3,7 @@ PORTNAME= liblas PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org @@ -15,7 +16,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo CONFLICTS= liblas12-1.2* -USES= cmake libtool +USES= cmake compiler:c++11-lang libtool LDFLAGS+= -lpthread GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon Nov 21 06:52: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 F057DC4C45F; Mon, 21 Nov 2016 06:52: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 BD055389; Mon, 21 Nov 2016 06:52: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 uAL6qcrf010592; Mon, 21 Nov 2016 06:52:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL6qcm6010591; Mon, 21 Nov 2016 06:52:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611210652.uAL6qcm6010591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Nov 2016 06:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426694 - head/net/kea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 06:52:40 -0000 Author: jbeich Date: Mon Nov 21 06:52:38 2016 New Revision: 426694 URL: https://svnweb.freebsd.org/changeset/ports/426694 Log: net/kea: unbreak build with boost 1.62 on 9.x `_ZZN5boost6system15system_categoryEvE21system_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system15system_categoryEvE21system_category_const[_ZZN5boost6system15system_categoryEvE21system_category_const]' of .libs/libkea_asiolink_la-io_address.o `_ZZN5boost6system16generic_categoryEvE22generic_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system16generic_categoryEvE22generic_category_const[_ZZN5boost6system16generic_categoryEvE22generic_category_const]' of .libs/libkea_asiolink_la-io_address.o [...] PR: 199601 Reported by: antoine (via exp-run) Approved by: portmgr blanket Modified: head/net/kea/Makefile (contents, props changed) Modified: head/net/kea/Makefile ============================================================================== --- head/net/kea/Makefile Mon Nov 21 06:52:26 2016 (r426693) +++ head/net/kea/Makefile Mon Nov 21 06:52:38 2016 (r426694) @@ -2,6 +2,7 @@ PORTNAME= kea PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ libboost_system.so:devel/boost-libs -USES= autoreconf libtool pathfix python:3.3+ ssl +USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Mon Nov 21 06:52: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 EA9D5C4C490; Mon, 21 Nov 2016 06:52:51 +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 BA86D6A2; Mon, 21 Nov 2016 06:52:51 +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 uAL6qoCc010703; Mon, 21 Nov 2016 06:52:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL6qoNq010702; Mon, 21 Nov 2016 06:52:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611210652.uAL6qoNq010702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Nov 2016 06:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426695 - head/graphics/appleseed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 06:52:52 -0000 Author: jbeich Date: Mon Nov 21 06:52:50 2016 New Revision: 426695 URL: https://svnweb.freebsd.org/changeset/ports/426695 Log: graphics/appleseed: unbreak build with boost 1.62 on i386 ../appleseed/libappleseed.so: undefined reference to `boost::atomics::detail::lockpool::scoped_lock::scoped_lock(void const volatile*)' ../appleseed/libappleseed.so: undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~scoped_lock()' c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 214476 Approved by: portmgr blanket Modified: head/graphics/appleseed/Makefile (contents, props changed) Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Mon Nov 21 06:52:38 2016 (r426694) +++ head/graphics/appleseed/Makefile Mon Nov 21 06:52:50 2016 (r426695) @@ -3,6 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.5.2-beta +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -24,6 +25,7 @@ ONLY_FOR_ARCHS_REASON= not ported to it USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build opengl +LDFLAGS+= -lboost_atomic CMAKE_ARGS= -DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \ -DUSE_STATIC_OSL:BOOL=OFF -DWITH_DOXYGEN:BOOL=OFF \ -DWITH_HEADERS:BOOL=OFF -DWITH_PYTHON:BOOL=OFF \ From owner-svn-ports-all@freebsd.org Mon Nov 21 06:58: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 1CAF6C4C4F9; Mon, 21 Nov 2016 06:58:07 +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 D51418AB; Mon, 21 Nov 2016 06:58:06 +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 uAL6w6NR011054; Mon, 21 Nov 2016 06:58:06 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL6w5dQ011052; Mon, 21 Nov 2016 06:58:05 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611210658.uAL6w5dQ011052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 06:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426696 - head/sysutils/shmcat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 06:58:07 -0000 Author: olivierd Date: Mon Nov 21 06:58:05 2016 New Revision: 426696 URL: https://svnweb.freebsd.org/changeset/ports/426696 Log: Update to 1.8 PR: 214259 Submitted by: Jochen Neumeister Approved by: Gasol Wu (maintainer) Modified: head/sysutils/shmcat/Makefile head/sysutils/shmcat/distinfo Modified: head/sysutils/shmcat/Makefile ============================================================================== --- head/sysutils/shmcat/Makefile Mon Nov 21 06:52:50 2016 (r426695) +++ head/sysutils/shmcat/Makefile Mon Nov 21 06:58:05 2016 (r426696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shmcat -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/shmcat/distinfo ============================================================================== --- head/sysutils/shmcat/distinfo Mon Nov 21 06:52:50 2016 (r426695) +++ head/sysutils/shmcat/distinfo Mon Nov 21 06:58:05 2016 (r426696) @@ -1,2 +1,3 @@ -SHA256 (shmcat-1.7.tar.bz2) = dfe113592425373ea3d67cad5e9e44cbc27e45c75af3b308240aee9530d169cc -SIZE (shmcat-1.7.tar.bz2) = 309356 +TIMESTAMP = 1478415818 +SHA256 (shmcat-1.8.tar.bz2) = 43fbf1b62f22f7cfcfd21228225151441450441d47ca73c9c2951c9af5549dde +SIZE (shmcat-1.8.tar.bz2) = 345264 From owner-svn-ports-all@freebsd.org Mon Nov 21 07:59: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 4996AC4C7A3; Mon, 21 Nov 2016 07:59:13 +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 1355B16D8; Mon, 21 Nov 2016 07:59:12 +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 uAL7xCBI035144; Mon, 21 Nov 2016 07:59:12 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL7xC6x035142; Mon, 21 Nov 2016 07:59:12 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201611210759.uAL7xC6x035142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 21 Nov 2016 07:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426697 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 07:59:13 -0000 Author: demon Date: Mon Nov 21 07:59:11 2016 New Revision: 426697 URL: https://svnweb.freebsd.org/changeset/ports/426697 Log: Update to version 1.6.10 Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Mon Nov 21 06:58:05 2016 (r426696) +++ head/net/haproxy/Makefile Mon Nov 21 07:59:11 2016 (r426697) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.6.9 +PORTVERSION= 1.6.10 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.6/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Mon Nov 21 06:58:05 2016 (r426696) +++ head/net/haproxy/distinfo Mon Nov 21 07:59:11 2016 (r426697) @@ -1,5 +1,5 @@ -TIMESTAMP = 1472644055 -SHA256 (haproxy-1.6.9.tar.gz) = cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133 -SIZE (haproxy-1.6.9.tar.gz) = 1566715 +TIMESTAMP = 1479715109 +SHA256 (haproxy-1.6.10.tar.gz) = 5c865e0238d31b03ec7e31d4bf1a20d08984eea7fcf4bbb36a40bd35d8744460 +SIZE (haproxy-1.6.10.tar.gz) = 1571842 SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 From owner-svn-ports-all@freebsd.org Mon Nov 21 09:00: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 CDF92C4DC75; Mon, 21 Nov 2016 09:00: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 9E3081487; Mon, 21 Nov 2016 09:00: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 uAL90NnS059086; Mon, 21 Nov 2016 09:00:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAL90NUr059085; Mon, 21 Nov 2016 09:00:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611210900.uAL90NUr059085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 09:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426698 - head/net/gini X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 09:00:24 -0000 Author: amdmi3 Date: Mon Nov 21 09:00:23 2016 New Revision: 426698 URL: https://svnweb.freebsd.org/changeset/ports/426698 Log: - Add LICENSE - Switch to USES=localbase - Switch to options helpers Modified: head/net/gini/Makefile Modified: head/net/gini/Makefile ============================================================================== --- head/net/gini/Makefile Mon Nov 21 07:59:11 2016 (r426697) +++ head/net/gini/Makefile Mon Nov 21 09:00:23 2016 (r426698) @@ -10,13 +10,15 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight media streaming server -LIB_DEPENDS= libvorbis.so:audio/libvorbis +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 gmake -USE_GNOME= glib12 +LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg + +USES= gmake localbase tar:bzip2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_GNOME= glib12 USERS= ${PORTNAME} GROUPS= ${USERS} @@ -27,7 +29,9 @@ OPTIONS_DEFINE= DOCS post-install: ${INSTALL_SCRIPT} ${FILESDIR}/gini.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Mon Nov 21 10:30: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 6A3AEC4C5E6; Mon, 21 Nov 2016 10:30:25 +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 210EE275; Mon, 21 Nov 2016 10:30:25 +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 uALAUODx094349; Mon, 21 Nov 2016 10:30:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALAUNnM094345; Mon, 21 Nov 2016 10:30:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611211030.uALAUNnM094345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Nov 2016 10:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426699 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 10:30:25 -0000 Author: mat Date: Mon Nov 21 10:30:23 2016 New Revision: 426699 URL: https://svnweb.freebsd.org/changeset/ports/426699 Log: Update to v5.25.7-4-gd5584eb. Changes: https://github.com/Perl/perl5/compare/v5.25.6-241-g89e5a02...v5.25.7-4-gd5584eb Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Nov 21 09:00:23 2016 (r426698) +++ head/lang/perl5-devel/Makefile Mon Nov 21 10:30:23 2016 (r426699) @@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.6-241-g89e5a02 +GH_TAGNAME= v5.25.7-4-gd5584eb MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Nov 21 09:00:23 2016 (r426698) +++ head/lang/perl5-devel/distinfo Mon Nov 21 10:30:23 2016 (r426699) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479111671 -SHA256 (perl/perl-5.25.6-241_GH0.tar.gz) = f651559a38eff4257b14125dd1bf44c2926fa05594550f1b7be44872372f85bf -SIZE (perl/perl-5.25.6-241_GH0.tar.gz) = 18354108 +TIMESTAMP = 1479717627 +SHA256 (perl/perl-5.25.7-4_GH0.tar.gz) = 7e946931793f0ba06e709954b775a4cf5f038470f4f7d806a8a232ee7dfaba6d +SIZE (perl/perl-5.25.7-4_GH0.tar.gz) = 18362314 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon Nov 21 09:00:23 2016 (r426698) +++ head/lang/perl5-devel/pkg-plist Mon Nov 21 10:30:23 2016 (r426699) @@ -1527,6 +1527,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5255delta.pod %%PRIV_LIB%%/pod/perl5256delta.pod %%PRIV_LIB%%/pod/perl5257delta.pod +%%PRIV_LIB%%/pod/perl5258delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod @@ -2218,6 +2219,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5255delta.1.gz %%MAN1%%/perl5256delta.1.gz %%MAN1%%/perl5257delta.1.gz +%%MAN1%%/perl5258delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Mon Nov 21 09:00:23 2016 (r426698) +++ head/lang/perl5-devel/version.mk Mon Nov 21 10:30:23 2016 (r426699) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.25.7 +PERL_VERSION= 5.25.8 PERL5_DEPEND= perl5>=5.25<5.26 From owner-svn-ports-all@freebsd.org Mon Nov 21 10:43: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 82C8CC4CB0C; Mon, 21 Nov 2016 10:43:47 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C563DB8; Mon, 21 Nov 2016 10:43:47 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALAhklb002531; Mon, 21 Nov 2016 10:43:46 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALAhjUB002523; Mon, 21 Nov 2016 10:43:45 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201611211043.uALAhjUB002523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 21 Nov 2016 10:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426700 - in head/security/strongswan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 10:43:47 -0000 Author: garga Date: Mon Nov 21 10:43:45 2016 New Revision: 426700 URL: https://svnweb.freebsd.org/changeset/ports/426700 Log: Update security/strongswan to 5.5.1 PR: 213844 Approved by: strongswan@Nanoteq.com (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Modified: head/security/strongswan/Makefile head/security/strongswan/distinfo head/security/strongswan/files/patch-conf_Makefile.in head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h head/security/strongswan/files/patch-src_starter_Makefile.in head/security/strongswan/pkg-plist Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/Makefile Mon Nov 21 10:43:45 2016 (r426700) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.5.0 +PORTVERSION= 5.5.1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Modified: head/security/strongswan/distinfo ============================================================================== --- head/security/strongswan/distinfo Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/distinfo Mon Nov 21 10:43:45 2016 (r426700) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468442394 -SHA256 (strongswan-5.5.0.tar.bz2) = 58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454 -SIZE (strongswan-5.5.0.tar.bz2) = 4542458 +TIMESTAMP = 1479401810 +SHA256 (strongswan-5.5.1.tar.bz2) = 720b301991f77bdedd8d551a956f52e2d11686a0ec18e832094f86cf2b842ab7 +SIZE (strongswan-5.5.1.tar.bz2) = 4636854 Modified: head/security/strongswan/files/patch-conf_Makefile.in ============================================================================== --- head/security/strongswan/files/patch-conf_Makefile.in Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/files/patch-conf_Makefile.in Mon Nov 21 10:43:45 2016 (r426700) @@ -1,6 +1,6 @@ ---- conf/Makefile.in.orig 2015-03-27 20:02:47 UTC +--- conf/Makefile.in.orig 2016-10-20 09:09:55 UTC +++ conf/Makefile.in -@@ -860,15 +860,15 @@ install-data-local: $(plugins_install_sr +@@ -883,15 +883,15 @@ install-data-local: $(plugins_install_sr test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true Modified: head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c ============================================================================== --- head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c Mon Nov 21 10:43:45 2016 (r426700) @@ -1,4 +1,4 @@ ---- src/libcharon/plugins/smp/smp.c.orig 2013-11-01 10:40:35 UTC +--- src/libcharon/plugins/smp/smp.c.orig 2016-04-22 20:01:35 UTC +++ src/libcharon/plugins/smp/smp.c @@ -737,7 +737,7 @@ METHOD(plugin_t, destroy, void, */ Modified: head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c ============================================================================== --- head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c Mon Nov 21 10:43:45 2016 (r426700) @@ -1,6 +1,6 @@ ---- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig 2016-06-30 14:20:10 UTC +--- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig 2016-10-08 12:17:09 UTC +++ src/libstrongswan/plugins/openssl/openssl_plugin.c -@@ -573,7 +573,7 @@ plugin_t *openssl_plugin_create() +@@ -623,7 +623,7 @@ plugin_t *openssl_plugin_create() }, ); Modified: head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h ============================================================================== --- head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h Mon Nov 21 10:43:45 2016 (r426700) @@ -1,4 +1,4 @@ ---- src/libstrongswan/utils/utils/byteorder.h.orig 2016-03-29 06:56:52 UTC +--- src/libstrongswan/utils/utils/byteorder.h.orig 2016-08-16 15:24:34 UTC +++ src/libstrongswan/utils/utils/byteorder.h @@ -22,6 +22,10 @@ #ifndef BYTEORDER_H_ Modified: head/security/strongswan/files/patch-src_starter_Makefile.in ============================================================================== --- head/security/strongswan/files/patch-src_starter_Makefile.in Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/files/patch-src_starter_Makefile.in Mon Nov 21 10:43:45 2016 (r426700) @@ -1,11 +1,13 @@ ---- src/starter/Makefile.in.orig 2015-03-27 20:03:00 UTC +--- src/starter/Makefile.in.orig 2016-10-20 09:10:06 UTC +++ src/starter/Makefile.in -@@ -985,7 +985,7 @@ install-exec-local : +@@ -1003,8 +1003,8 @@ install-exec-local : test -e "$(DESTDIR)${sysconfdir}/ipsec.d/crls" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/crls" || true test -e "$(DESTDIR)${sysconfdir}/ipsec.d/reqs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/reqs" || true test -e "$(DESTDIR)${sysconfdir}/ipsec.d/private" || $(INSTALL) -d -m 750 "$(DESTDIR)$(sysconfdir)/ipsec.d/private" || true - test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf || true +- test -e "$(DESTDIR)$(sysconfdir)/ipsec.secrets" || $(INSTALL) -m 600 $(srcdir)/ipsec.secrets $(DESTDIR)$(sysconfdir)/ipsec.secrets || true + test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf.sample || true ++ test -e "$(DESTDIR)$(sysconfdir)/ipsec.secrets" || $(INSTALL) -m 600 $(srcdir)/ipsec.secrets $(DESTDIR)$(sysconfdir)/ipsec.secrets.sample || true # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Modified: head/security/strongswan/pkg-plist ============================================================================== --- head/security/strongswan/pkg-plist Mon Nov 21 10:30:23 2016 (r426699) +++ head/security/strongswan/pkg-plist Mon Nov 21 10:43:45 2016 (r426700) @@ -369,6 +369,7 @@ man/man8/charon-cmd.8.gz %%XAUTHGEN%%%%DATADIR%%/templates/config/plugins/xauth-generic.conf %%XAUTHGEN%%@sample %%ETCDIR%%.d/charon/xauth-generic.conf.sample @sample etc/ipsec.conf.sample +@sample etc/ipsec.secrets.sample @sample %%ETCDIR%%.conf.sample @sample %%ETCDIR%%.d/charon-logging.conf.sample @sample %%ETCDIR%%.d/charon.conf.sample @@ -430,6 +431,7 @@ lib/ipsec/libtls.so.0.0.0 %%SWANCTL%%@dir etc/swanctl/ecdsa %%SWANCTL%%@dir etc/swanctl/pkcs12 %%SWANCTL%%@dir etc/swanctl/pkcs8 +%%SWANCTL%%@dir etc/swanctl/private %%SWANCTL%%@dir etc/swanctl/pubkey %%SWANCTL%%@dir etc/swanctl/rsa %%SWANCTL%%@dir etc/swanctl/x509 From owner-svn-ports-all@freebsd.org Mon Nov 21 11:00: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 409C4C4C193; Mon, 21 Nov 2016 11:00:47 +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 11DDD1963; Mon, 21 Nov 2016 11:00:47 +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 uALB0kUL006969; Mon, 21 Nov 2016 11:00:46 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALB0kTW006968; Mon, 21 Nov 2016 11:00:46 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611211100.uALB0kTW006968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 21 Nov 2016 11:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426701 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 11:00:47 -0000 Author: tcberner Date: Mon Nov 21 11:00:46 2016 New Revision: 426701 URL: https://svnweb.freebsd.org/changeset/ports/426701 Log: Insert missing space in component list. Approved by: rakuco (mentor) Modified: head/Mk/Uses/kde.mk Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Mon Nov 21 10:43:45 2016 (r426700) +++ head/Mk/Uses/kde.mk Mon Nov 21 11:00:46 2016 (r426701) @@ -212,7 +212,7 @@ _USE_FRAMEWORKS_TIER4= frameworkintegra # Porting Aids frameworks provide code and utilities to ease the transition from # kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this framework, # new projects should avoid using these libraries. -_USE_FRAMEWORKS_PORTING=js jsembed kdelibs4support khtmlmediaplayer kross +_USE_FRAMEWORKS_PORTING=js jsembed kdelibs4support khtml mediaplayer kross # These are weird items: not officially released as Frameworks, but # required by them (and from KDE). From owner-svn-ports-all@freebsd.org Mon Nov 21 11:02: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 693C3C4C31F; Mon, 21 Nov 2016 11:02:08 +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 3A3221C62; Mon, 21 Nov 2016 11:02:08 +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 uALB275H009953; Mon, 21 Nov 2016 11:02:07 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALB27Bc009952; Mon, 21 Nov 2016 11:02:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611211102.uALB27Bc009952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 21 Nov 2016 11:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426702 - head/x11-themes/kf5-kiconthemes/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 11:02:08 -0000 Author: tcberner Date: Mon Nov 21 11:02:07 2016 New Revision: 426702 URL: https://svnweb.freebsd.org/changeset/ports/426702 Log: Fix build with gcc49. Approved by: rakuco (mentor) Added: head/x11-themes/kf5-kiconthemes/files/ head/x11-themes/kf5-kiconthemes/files/patch-rb_129442 (contents, props changed) Added: head/x11-themes/kf5-kiconthemes/files/patch-rb_129442 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/kf5-kiconthemes/files/patch-rb_129442 Mon Nov 21 11:02:07 2016 (r426702) @@ -0,0 +1,32 @@ +From 46da91e76f80668a350cf8b8589709c6733bf23d Mon Sep 17 00:00:00 2001 +From: "Tobias C. Berner" +Date: Sun, 20 Nov 2016 14:50:56 +0100 +Subject: [PATCH] Fix build on FreeBSD with gcc-4.9. + +/wrkdirs/usr/ports/x11-themes/kf5-kiconthemes/work/kiconthemes-5.27.0/src/tools/kiconfinder/kiconfinder.cpp:43:55: + error: 'printf' was not declared in this scope + printf("%s\n", icon.toLatin1().constData()); + ^ + +https://git.reviewboard.kde.org/r/129442/ + +--- + src/tools/kiconfinder/kiconfinder.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/tools/kiconfinder/kiconfinder.cpp b/src/tools/kiconfinder/kiconfinder.cpp +index a9818af..28ba056 100644 +--- src/tools/kiconfinder/kiconfinder.cpp ++++ src/tools/kiconfinder/kiconfinder.cpp +@@ -23,6 +23,8 @@ + #include + #include <../kiconthemes_version.h> + ++#include ++ + int main(int argc, char *argv[]) + { + QGuiApplication app(argc, argv); +-- +2.10.1 + From owner-svn-ports-all@freebsd.org Mon Nov 21 11:02: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 339F2C4C364; Mon, 21 Nov 2016 11:02: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 D9EB01D9E; Mon, 21 Nov 2016 11:02:45 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALB2ilm010974; Mon, 21 Nov 2016 11:02:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALB2il7010973; Mon, 21 Nov 2016 11:02:44 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611211102.uALB2il7010973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 21 Nov 2016 11:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426703 - head/x11/kf5-kdelibs4support/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 11:02:46 -0000 Author: tcberner Date: Mon Nov 21 11:02:44 2016 New Revision: 426703 URL: https://svnweb.freebsd.org/changeset/ports/426703 Log: Fix build on i386. Approved by: rakuco (mentor) Added: head/x11/kf5-kdelibs4support/files/ head/x11/kf5-kdelibs4support/files/patch-rb_129441 (contents, props changed) Added: head/x11/kf5-kdelibs4support/files/patch-rb_129441 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kf5-kdelibs4support/files/patch-rb_129441 Mon Nov 21 11:02:44 2016 (r426703) @@ -0,0 +1,38 @@ +From 7546f821f7ab8c903d118717d476ba2b1cb056b3 Mon Sep 17 00:00:00 2001 +From: "Tobias C. Berner" +Date: Sun, 20 Nov 2016 12:16:30 +0100 +Subject: [PATCH] Fix build on FreeBSD-i386. + +/wrkdirs/usr/ports/x11/kf5-kdelibs4support/work/kdelibs4support-5.27.0/src/kdeui/kpixmapcache.cpp:1161:88: + error: non-constant-expression cannot be narrowed from type 'quint32' (aka 'unsigned int') + to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing] + KPixmapCacheIndexHeader indexHeader = { {0}, KPIXMAPCACHE_VERSION, 0, d->mCacheId, d->mTimestamp }; + ^~~~~~~~~~~~~ +/wrkdirs/usr/ports/x11/kf5-kdelibs4support/work/kdelibs4support-5.27.0/src/kdeui/kpixmapcache.cpp:1161:88: + note: override this message by inserting an explicit cast + KPixmapCacheIndexHeader indexHeader = { {0}, KPIXMAPCACHE_VERSION, 0, d->mCacheId, d->mTimestamp }; + ^~~~~~~~~~~~~ + static_cast( ) + +https://git.reviewboard.kde.org/r/129441 + +--- + src/kdeui/kpixmapcache.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kdeui/kpixmapcache.cpp b/src/kdeui/kpixmapcache.cpp +index 2d17571..b7a688b 100644 +--- src/kdeui/kpixmapcache.cpp ++++ src/kdeui/kpixmapcache.cpp +@@ -1158,7 +1158,7 @@ bool KPixmapCache::recreateCacheFiles() + + // We can't know the full size until custom headers written. + // mmapFiles() will take care of correcting the size. +- KPixmapCacheIndexHeader indexHeader = { {0}, KPIXMAPCACHE_VERSION, 0, d->mCacheId, d->mTimestamp }; ++ KPixmapCacheIndexHeader indexHeader = { {static_cast(0)}, KPIXMAPCACHE_VERSION, 0, d->mCacheId, static_cast(d->mTimestamp) }; + memcpy(indexHeader.magic, KPC_MAGIC, sizeof(indexHeader.magic)); + + indexfile.write(reinterpret_cast(&indexHeader), sizeof indexHeader); +-- +2.10.1 + From owner-svn-ports-all@freebsd.org Mon Nov 21 11:15: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 AB073C4C56F; Mon, 21 Nov 2016 11:15:48 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 610AF26E; Mon, 21 Nov 2016 11:15:48 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALBFl31015362; Mon, 21 Nov 2016 11:15:47 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALBFlZx015360; Mon, 21 Nov 2016 11:15:47 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201611211115.uALBFlZx015360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Mon, 21 Nov 2016 11:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426704 - in head/devel/tbb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 11:15:48 -0000 Author: martymac Date: Mon Nov 21 11:15:47 2016 New Revision: 426704 URL: https://svnweb.freebsd.org/changeset/ports/426704 Log: - Add missing SONAME [1] - Use Clang-specific build files when appropriate PR: 214579 [1] Submitted by: Yuri Victorovich [1] Added: head/devel/tbb/files/patch-FreeBSD.gcc.inc (contents, props changed) Modified: head/devel/tbb/Makefile Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Mon Nov 21 11:02:44 2016 (r426703) +++ head/devel/tbb/Makefile Mon Nov 21 11:15:47 2016 (r426704) @@ -3,6 +3,7 @@ PORTNAME= tbb PORTVERSION= 2017.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac @@ -34,18 +35,16 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_src//} .include post-extract: -.if ${CC} != "gcc" - @${CP} ${WRKSRC}/build/FreeBSD.gcc.inc ${WRKSRC}/build/FreeBSD.${CC}.inc +.if ${CC} != ${COMPILER_TYPE} + @${LN} -sf FreeBSD.${COMPILER_TYPE}.inc ${WRKSRC}/build/FreeBSD.${CC}.inc .endif @${CP} ${FILESDIR}/version_info_FreeBSD.sh ${WRKSRC}/build/ post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|g' -e 's|g++|${CXX}|g' \ - ${WRKSRC}/build/FreeBSD.${CC}.inc -.if ${COMPILER_TYPE} != "gcc" - @${REINPLACE_CMD} -e 's| -fno-schedule-insns2||g' \ - ${WRKSRC}/build/FreeBSD.${CC}.inc -.endif + @${REINPLACE_CMD} \ + -e '/^CONLY =/s/^CONLY =.*/CONLY = ${CC}/' \ + -e '/^CPLUS =/s/^CPLUS =.*/CPLUS = ${CXX}/' \ + ${WRKSRC}/build/FreeBSD.${CC}.inc do-install: cd ${WRKSRC}; \ Added: head/devel/tbb/files/patch-FreeBSD.gcc.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tbb/files/patch-FreeBSD.gcc.inc Mon Nov 21 11:15:47 2016 (r426704) @@ -0,0 +1,11 @@ +--- build/FreeBSD.gcc.inc.orig 2016-11-18 13:37:51.743639461 +0000 ++++ build/FreeBSD.gcc.inc 2016-11-18 13:41:28.615767655 +0000 +@@ -30,7 +30,7 @@ + + CPLUS = g++ + CONLY = gcc +-LIB_LINK_FLAGS = -shared ++LIB_LINK_FLAGS = -shared -Wl,-soname=$(BUILDING_LIBRARY) + LIBS = -lpthread + C_FLAGS = $(CPLUS_FLAGS) + From owner-svn-ports-all@freebsd.org Mon Nov 21 11:29: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 752C6C4CA1E; Mon, 21 Nov 2016 11:29:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47352E1D; Mon, 21 Nov 2016 11:29:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALBT5Y5019508; Mon, 21 Nov 2016 11:29:05 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALBT5jv019507; Mon, 21 Nov 2016 11:29:05 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611211129.uALBT5jv019507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 21 Nov 2016 11:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426705 - head/shells/bash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 11:29:06 -0000 Author: ehaupt Date: Mon Nov 21 11:29:05 2016 New Revision: 426705 URL: https://svnweb.freebsd.org/changeset/ports/426705 Log: Re-use PATCH_SITES for cklatest target instead of hardcoding. Modified: head/shells/bash/Makefile Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Mon Nov 21 11:15:47 2016 (r426704) +++ head/shells/bash/Makefile Mon Nov 21 11:29:05 2016 (r426705) @@ -103,7 +103,7 @@ cklatest: @${ECHO} -n "Currently at: " @${MAKE} -V PATCHLEVEL -ncftpls \ - ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ + ${PATCH_SITES:Mftp*:Ox:[1]} \ | fgrep -v .sig | ${TAIL} .include From owner-svn-ports-all@freebsd.org Mon Nov 21 12:14: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 03467C4DF5C; Mon, 21 Nov 2016 12:14:45 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADC9319E0; Mon, 21 Nov 2016 12:14:44 +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 uALCEhHO038890; Mon, 21 Nov 2016 12:14:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCEh5E038888; Mon, 21 Nov 2016 12:14:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611211214.uALCEh5E038888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 21 Nov 2016 12:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426706 - in head/www/qupzilla-qt4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 12:14:45 -0000 Author: tcberner Date: Mon Nov 21 12:14:43 2016 New Revision: 426706 URL: https://svnweb.freebsd.org/changeset/ports/426706 Log: www/qupzilla-qt4: Repair the KWALLET option The recent move of all the KDE4 includes into ${LOCALBASE}/include/kde4 broke the KWALLET option. This patch fixes the option by inserting the right include path. Also, convert USE_OPENSSL to USES=ssl. PR: 214531 Submitted by: Matthew Rezny (maintainer) Approved by: rakuco (mentor) Added: head/www/qupzilla-qt4/files/patch-src_plugins_KWalletPasswords_KWalletPasswords.pro (contents, props changed) Modified: head/www/qupzilla-qt4/Makefile Modified: head/www/qupzilla-qt4/Makefile ============================================================================== --- head/www/qupzilla-qt4/Makefile Mon Nov 21 11:29:05 2016 (r426705) +++ head/www/qupzilla-qt4/Makefile Mon Nov 21 12:14:43 2016 (r426706) @@ -16,12 +16,11 @@ LIB_DEPENDS= libhunspell-1.3.so:textproc CONFLICTS_INSTALL= ${PORTNAME}-qt5* -USES= desktop-file-utils execinfo pkgconfig qmake tar:xz +USES= desktop-file-utils execinfo pkgconfig qmake ssl tar:xz USE_QT4= corelib gui network script sql webkit xml \ linguisttools_build moc_build rcc_build uic_build \ imageformats_run sql-sqlite3_run USE_XORG= x11 -USE_OPENSSL= yes CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -49,5 +48,7 @@ post-patch: ${WRKSRC}/src/install.pri \ ${WRKSRC}/src/defines.pri \ ${WRKSRC}/src/lib/plugins/plugins.cpp + @${REINPLACE_CMD} -e 's|%%KDE4_INC%%|${LOCALBASE}/include/kde4|g' \ + ${WRKSRC}/src/plugins/KWalletPasswords/KWalletPasswords.pro .include Added: head/www/qupzilla-qt4/files/patch-src_plugins_KWalletPasswords_KWalletPasswords.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qupzilla-qt4/files/patch-src_plugins_KWalletPasswords_KWalletPasswords.pro Mon Nov 21 12:14:43 2016 (r426706) @@ -0,0 +1,10 @@ +--- src/plugins/KWalletPasswords/KWalletPasswords.pro.orig 2016-11-15 12:42:46 UTC ++++ src/plugins/KWalletPasswords/KWalletPasswords.pro +@@ -55,6 +55,7 @@ isEqual(QT_MAJOR_VERSION, 5) { + QT += KWallet + } else { + LIBS += -lkdeui ++ INCPATH += %%KDE4_INC%% + } + + PLUGIN_DIR = $$PWD From owner-svn-ports-all@freebsd.org Mon Nov 21 12:15: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 1992BC4DF8B; Mon, 21 Nov 2016 12:15: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 D9ECC1ABC; Mon, 21 Nov 2016 12:15: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 uALCFF1x039032; Mon, 21 Nov 2016 12:15:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCFFxt039031; Mon, 21 Nov 2016 12:15:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611211215.uALCFFxt039031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 21 Nov 2016 12:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426707 - head/www/qupzilla-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 12:15:17 -0000 Author: tcberner Date: Mon Nov 21 12:15:15 2016 New Revision: 426707 URL: https://svnweb.freebsd.org/changeset/ports/426707 Log: www/qupzilla-qt5: Correct the KWALLET option The KWALLET option had been added based on early plans for KDE5. Now that the KF5 ports are committed, correct the KWALLET option to match the new KF5 ports. Also, convert USE_OPENSSL to USES=ssl and add missing USE_GL and USE_QT5 components identified by stage-QA. PR: 214530 Submitted by: Matthew Rezny (maintainer) Approved by: rakuco (mentor) Modified: head/www/qupzilla-qt5/Makefile Modified: head/www/qupzilla-qt5/Makefile ============================================================================== --- head/www/qupzilla-qt5/Makefile Mon Nov 21 12:14:43 2016 (r426706) +++ head/www/qupzilla-qt5/Makefile Mon Nov 21 12:15:15 2016 (r426707) @@ -16,12 +16,12 @@ LIB_DEPENDS= libhunspell-1.3.so:textproc CONFLICTS_INSTALL= ${PORTNAME}-qt4* -USES= desktop-file-utils execinfo pkgconfig qmake tar:xz -USE_QT5= core concurrent gui network script webkit x11extras xml \ - buildtools_build linguisttools_build \ - imageformats_run sql-sqlite3_run +USES= desktop-file-utils execinfo pkgconfig qmake ssl tar:xz +USE_QT5= core concurrent gui network printsupport script sql webkit \ + widgets x11extras xml imageformats_run sql-sqlite3_run \ + buildtools_build linguisttools_build USE_XORG= x11 -USE_OPENSSL= yes +USE_GL= gl CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -37,7 +37,8 @@ DBUS_CONFIGURE_ENV_OFF= DISABLE_DBUS="tr GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" -KWALLET_USE= KDE5=wallet +KWALLET_USES= kde:5 +KWALLET_USE= KDE=wallet KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" .include From owner-svn-ports-all@freebsd.org Mon Nov 21 12: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 29102C475E4; Mon, 21 Nov 2016 12: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 EC54E149; Mon, 21 Nov 2016 12:27:16 +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 uALCRGnb043487; Mon, 21 Nov 2016 12:27:16 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCRG2F043486; Mon, 21 Nov 2016 12:27:16 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611211227.uALCRG2F043486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 21 Nov 2016 12:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426708 - head/security/gpgme/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 12:27:17 -0000 Author: jhale Date: Mon Nov 21 12:27:15 2016 New Revision: 426708 URL: https://svnweb.freebsd.org/changeset/ports/426708 Log: Fix build of security/gpgme-qt5 with gcc49 In file included from qgpgmebackend.cpp:42:0: ../../../lang/cpp/src/engineinfo.h: In constructor 'GpgME::EngineInfo::Version::Version(const string&)': ../../../lang/cpp/src/engineinfo.h:47:17: error: 'sscanf' is not a member of 'std' std::sscanf(version.c_str(), "%d.%d.%d", &major, &minor, &patch) != 3) { PR: 214687 Submitted by: tcberner Added: head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h (contents, props changed) Added: head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h Mon Nov 21 12:27:15 2016 (r426708) @@ -0,0 +1,17 @@ +In file included from qgpgmebackend.cpp:42:0: +../../../lang/cpp/src/engineinfo.h: In constructor 'GpgME::EngineInfo::Version::Version(const string&)': +../../../lang/cpp/src/engineinfo.h:47:17: error: 'sscanf' is not a member of 'std' + std::sscanf(version.c_str(), "%d.%d.%d", &major, &minor, &patch) != 3) { + ^ + + +--- lang/cpp/src/engineinfo.h.orig 2016-11-20 11:59:52 UTC ++++ lang/cpp/src/engineinfo.h +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + namespace GpgME + { From owner-svn-ports-all@freebsd.org Mon Nov 21 12:37: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 3E1B5C47AB3; Mon, 21 Nov 2016 12:37:50 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C68BAAD; Mon, 21 Nov 2016 12:37:49 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALCbn1N047382; Mon, 21 Nov 2016 12:37:49 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCbn0J047380; Mon, 21 Nov 2016 12:37:49 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201611211237.uALCbn0J047380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 21 Nov 2016 12:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426709 - head/mail/rmilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 12:37:50 -0000 Author: vsevolod Date: Mon Nov 21 12:37:48 2016 New Revision: 426709 URL: https://svnweb.freebsd.org/changeset/ports/426709 Log: - Update to 1.10.0 Modified: head/mail/rmilter/Makefile head/mail/rmilter/distinfo Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Mon Nov 21 12:27:15 2016 (r426708) +++ head/mail/rmilter/Makefile Mon Nov 21 12:37:48 2016 (r426709) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Mon Nov 21 12:27:15 2016 (r426708) +++ head/mail/rmilter/distinfo Mon Nov 21 12:37:48 2016 (r426709) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471956245 -SHA256 (vstakhov-rmilter-1.9.2_GH0.tar.gz) = 3e44977c39ece541c90ff1075b58847f44d310aa9d4ee49bc2df96e1ee4fb39f -SIZE (vstakhov-rmilter-1.9.2_GH0.tar.gz) = 264637 +TIMESTAMP = 1479731652 +SHA256 (vstakhov-rmilter-1.10.0_GH0.tar.gz) = ea80563fa7636afed0b5fd9a29aa2300f15793ed85788e4ce69c187d341a7d54 +SIZE (vstakhov-rmilter-1.10.0_GH0.tar.gz) = 390583 From owner-svn-ports-all@freebsd.org Mon Nov 21 12:45: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 40376C47D8A; Mon, 21 Nov 2016 12:45:57 +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 0CB6A92; Mon, 21 Nov 2016 12:45:56 +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 uALCjush051174; Mon, 21 Nov 2016 12:45:56 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCjuWW051173; Mon, 21 Nov 2016 12:45:56 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611211245.uALCjuWW051173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 21 Nov 2016 12:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426710 - head/games/linux-dwarffortress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 12:45:57 -0000 Author: pawel Date: Mon Nov 21 12:45:55 2016 New Revision: 426710 URL: https://svnweb.freebsd.org/changeset/ports/426710 Log: Better fix for execution error. INSTALL_LIB strip(1) libraries it installs, at least on FreeBSD 10 this operation changes type of library to FreeBSD making loading library fail on runtime. Modified: head/games/linux-dwarffortress/Makefile Modified: head/games/linux-dwarffortress/Makefile ============================================================================== --- head/games/linux-dwarffortress/Makefile Mon Nov 21 12:37:48 2016 (r426709) +++ head/games/linux-dwarffortress/Makefile Mon Nov 21 12:45:55 2016 (r426710) @@ -3,7 +3,7 @@ PORTNAME= dwarffortress DISTVERSION= 0.43.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= http://www.bay12games.com/dwarves/ PKGNAMEPREFIX= linux- @@ -35,6 +35,7 @@ USE_LINUX= dri gtk2 libsndfile openal-so SUB_FILES= dwarffortress NO_BUILD= yes WRKSRC= ${WRKDIR}/df_linux +STRIP= # breaks execution, changes library ABI to FreeBSD type ONLY_FOR_ARCHS= i386 amd64 @@ -51,11 +52,8 @@ do-install: ${BRANDELF} -t Linux ${WRKSRC}/libs/Dwarf_Fortress ${INSTALL_PROGRAM} ${WRKSRC}/libs/Dwarf_Fortress \ ${STAGEDIR}${PREFIX}/libexec/dwarffortress -.for lib in libgcc_s.so.1 libgraphics.so libstdc++.so.6 - ${BRANDELF} -t Linux ${WRKSRC}/libs/${lib} - ${INSTALL_LIB} ${WRKSRC}/libs/${lib} \ - ${STAGEDIR}${PREFIX}/libexec/dwarffortress -.endfor + (cd ${WRKSRC}/libs && ${INSTALL_LIB} libgcc_s.so.1 libgraphics.so \ + libstdc++.so.6 ${STAGEDIR}${PREFIX}/libexec/dwarffortress) @${MKDIR} ${STAGEDIR}${DATADIR}/data (cd ${WRKSRC} && ${COPYTREE_SHARE} raw ${STAGEDIR}${DATADIR}) (cd ${WRKSRC}/data && ${COPYTREE_SHARE} "announcement art dipscript \ From owner-svn-ports-all@freebsd.org Mon Nov 21 12:53: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 3764AC47F6D; Mon, 21 Nov 2016 12:53:52 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFA0F75F; Mon, 21 Nov 2016 12:53:51 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALCrpmf055284; Mon, 21 Nov 2016 12:53:51 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALCroRf055281; Mon, 21 Nov 2016 12:53:50 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201611211253.uALCroRf055281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 21 Nov 2016 12:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426711 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 12:53:52 -0000 Author: vsevolod Date: Mon Nov 21 12:53:50 2016 New Revision: 426711 URL: https://svnweb.freebsd.org/changeset/ports/426711 Log: - Update to 1.4.0 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Mon Nov 21 12:45:55 2016 (r426710) +++ head/mail/rspamd/Makefile Mon Nov 21 12:53:50 2016 (r426711) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Mon Nov 21 12:45:55 2016 (r426710) +++ head/mail/rspamd/distinfo Mon Nov 21 12:53:50 2016 (r426711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472732288 -SHA256 (rspamd-1.3.5.tar.xz) = d4413ccfc238c3023e2b8a9441b101a6437f521f333fc9db2dd924d473fee696 -SIZE (rspamd-1.3.5.tar.xz) = 1483044 +TIMESTAMP = 1479731945 +SHA256 (rspamd-1.4.0.tar.xz) = 30c9acf93bdcc6c009524c8b2770931475929c6c9e948faa90d7412306055a1c +SIZE (rspamd-1.4.0.tar.xz) = 1769860 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Mon Nov 21 12:45:55 2016 (r426710) +++ head/mail/rspamd/pkg-plist Mon Nov 21 12:53:50 2016 (r426711) @@ -12,23 +12,28 @@ bin/rspamc @sample %%ETCDIR%%/composites.conf.sample @sample %%ETCDIR%%/dmarc_whitelist.inc.sample @sample %%ETCDIR%%/logging.inc.sample +%%ETCDIR%%/maillist.inc @sample %%ETCDIR%%/metrics.conf.sample +%%ETCDIR%%/mid.inc @sample %%ETCDIR%%/modules.conf.sample %%ETCDIR%%/modules.d/chartable.conf %%ETCDIR%%/modules.d/dkim.conf %%ETCDIR%%/modules.d/dmarc.conf %%ETCDIR%%/modules.d/emails.conf +%%ETCDIR%%/modules.d/fann_redis.conf %%ETCDIR%%/modules.d/forged_recipients.conf %%ETCDIR%%/modules.d/fuzzy_check.conf %%ETCDIR%%/modules.d/hfilter.conf %%ETCDIR%%/modules.d/ip_score.conf %%ETCDIR%%/modules.d/maillist.conf +%%ETCDIR%%/modules.d/mid.conf %%ETCDIR%%/modules.d/mime_types.conf %%ETCDIR%%/modules.d/multimap.conf %%ETCDIR%%/modules.d/once_received.conf %%ETCDIR%%/modules.d/phishing.conf %%ETCDIR%%/modules.d/ratelimit.conf %%ETCDIR%%/modules.d/rbl.conf +%%ETCDIR%%/modules.d/redis.conf %%ETCDIR%%/modules.d/regexp.conf %%ETCDIR%%/modules.d/rspamd_update.conf %%ETCDIR%%/modules.d/spf.conf @@ -44,13 +49,15 @@ bin/rspamc @sample %%ETCDIR%%/worker-fuzzy.inc.sample @sample %%ETCDIR%%/worker-normal.inc.sample @sample %%ETCDIR%%/rspamd.newsyslog.conf.sample -etc/newsyslog.conf.d/rspamd.newsyslog.conf -lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat +%%DATADIR%%/lua/antivirus.lua %%DATADIR%%/lua/asn.lua %%DATADIR%%/lua/dcc.lua %%DATADIR%%/lua/dmarc.lua +%%DATADIR%%/lua/dynamic_conf.lua %%DATADIR%%/lua/emails.lua +%%DATADIR%%/lua/fann_classifier.lua +%%DATADIR%%/lua/fann_redis.lua %%DATADIR%%/lua/fann_scores.lua %%DATADIR%%/lua/forged_recipients.lua %%DATADIR%%/lua/fun.lua @@ -58,13 +65,17 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/hfilter.lua %%DATADIR%%/lua/ip_score.lua %%DATADIR%%/lua/maillist.lua +%%DATADIR%%/lua/metadata_exporter.lua +%%DATADIR%%/lua/metric_exporter.lua +%%DATADIR%%/lua/mid.lua %%DATADIR%%/lua/mime_types.lua %%DATADIR%%/lua/multimap.lua +%%DATADIR%%/lua/mx_check.lua %%DATADIR%%/lua/once_received.lua %%DATADIR%%/lua/phishing.lua %%DATADIR%%/lua/ratelimit.lua -%%DATADIR%%/lua/replies.lua %%DATADIR%%/lua/rbl.lua +%%DATADIR%%/lua/replies.lua %%DATADIR%%/lua/rspamd_update.lua %%DATADIR%%/lua/settings.lua %%DATADIR%%/lua/spamassassin.lua @@ -74,6 +85,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/rules/html.lua %%DATADIR%%/rules/http_headers.lua %%DATADIR%%/rules/misc.lua +%%DATADIR%%/rules/regexp/compromised_hosts.lua %%DATADIR%%/rules/regexp/drugs.lua %%DATADIR%%/rules/regexp/fraud.lua %%DATADIR%%/rules/regexp/headers.lua @@ -82,24 +94,35 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/rules/rspamd.classifiers.lua %%DATADIR%%/rules/rspamd.lua %%DATADIR%%/www/README.md +%%DATADIR%%/www/css/bootstrap.min.css %%DATADIR%%/www/css/d3evolution.css %%DATADIR%%/www/css/datatables.min.css %%DATADIR%%/www/css/glyphicons-halflings-regular.woff %%DATADIR%%/www/css/glyphicons-halflings-regular.woff2 %%DATADIR%%/www/css/rspamd.css %%DATADIR%%/www/favicon.ico +%%DATADIR%%/www/fonts/glyphicons-halflings-regular.ttf +%%DATADIR%%/www/fonts/glyphicons-halflings-regular.woff +%%DATADIR%%/www/fonts/glyphicons-halflings-regular.woff2 %%DATADIR%%/www/img/asc.png %%DATADIR%%/www/img/desc.png +%%DATADIR%%/www/img/rspamd_logo_navbar.png %%DATADIR%%/www/img/spinner.gif %%DATADIR%%/www/img/spinner.png %%DATADIR%%/www/index.html +%%DATADIR%%/www/js/bootstrap.min.js +%%DATADIR%%/www/js/d3.min.js %%DATADIR%%/www/js/d3evolution.min.js %%DATADIR%%/www/js/d3pie.min.js %%DATADIR%%/www/js/datatables.min.js %%DATADIR%%/www/js/humanize.min.js +%%DATADIR%%/www/js/jquery-3.1.1.min.js +%%DATADIR%%/www/js/jquery.cookie.min.js %%DATADIR%%/www/js/rspamd.js %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/react-index.html +etc/newsyslog.conf.d/rspamd.newsyslog.conf +lib/rspamd/librspamd-actrie.so man/man1/rspamadm.1.gz man/man1/rspamc.1.gz man/man8/rspamd.8.gz From owner-svn-ports-all@freebsd.org Mon Nov 21 13:43: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 5EB23C4C1A6; Mon, 21 Nov 2016 13:43:32 +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 2D7AF16B; Mon, 21 Nov 2016 13:43:32 +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 uALDhVhV074978; Mon, 21 Nov 2016 13:43:31 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDhV4Q074976; Mon, 21 Nov 2016 13:43:31 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211343.uALDhV4Q074976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426712 - head/devel/libnsutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:43:32 -0000 Author: olivierd Date: Mon Nov 21 13:43:30 2016 New Revision: 426712 URL: https://svnweb.freebsd.org/changeset/ports/426712 Log: Update to 0.0.3 Modified: head/devel/libnsutils/Makefile head/devel/libnsutils/distinfo Modified: head/devel/libnsutils/Makefile ============================================================================== --- head/devel/libnsutils/Makefile Mon Nov 21 12:53:50 2016 (r426711) +++ head/devel/libnsutils/Makefile Mon Nov 21 13:43:30 2016 (r426712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libnsutils -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/devel/libnsutils/distinfo ============================================================================== --- head/devel/libnsutils/distinfo Mon Nov 21 12:53:50 2016 (r426711) +++ head/devel/libnsutils/distinfo Mon Nov 21 13:43:30 2016 (r426712) @@ -1,2 +1,3 @@ -SHA256 (libnsutils-0.0.2-src.tar.gz) = fed321149f8f16ab2fd69f58b2692a1aea5a19934c1de92d38127a045aede40e -SIZE (libnsutils-0.0.2-src.tar.gz) = 6770 +TIMESTAMP = 1479715430 +SHA256 (libnsutils-0.0.3-src.tar.gz) = 15b8bf715da6e020509bcadea61f8b33d861b153121857a775b91fcb32b13d73 +SIZE (libnsutils-0.0.3-src.tar.gz) = 7174 From owner-svn-ports-all@freebsd.org Mon Nov 21 13:46: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 0AD21C4C332; Mon, 21 Nov 2016 13:46:05 +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 D0D493ED; Mon, 21 Nov 2016 13:46:04 +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 uALDk4mJ075246; Mon, 21 Nov 2016 13:46:04 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDk3cd075244; Mon, 21 Nov 2016 13:46:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211346.uALDk3cd075244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426713 - head/graphics/libnsgif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:46:05 -0000 Author: olivierd Date: Mon Nov 21 13:46:03 2016 New Revision: 426713 URL: https://svnweb.freebsd.org/changeset/ports/426713 Log: Update to 0.1.4 Modified: head/graphics/libnsgif/Makefile head/graphics/libnsgif/distinfo Modified: head/graphics/libnsgif/Makefile ============================================================================== --- head/graphics/libnsgif/Makefile Mon Nov 21 13:43:30 2016 (r426712) +++ head/graphics/libnsgif/Makefile Mon Nov 21 13:46:03 2016 (r426713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libnsgif -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= graphics MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/graphics/libnsgif/distinfo ============================================================================== --- head/graphics/libnsgif/distinfo Mon Nov 21 13:43:30 2016 (r426712) +++ head/graphics/libnsgif/distinfo Mon Nov 21 13:46:03 2016 (r426713) @@ -1,2 +1,3 @@ -SHA256 (libnsgif-0.1.3-src.tar.gz) = d3d2c9c008047eab41fc0a4ce7c280456c55c479d191e1968f843b005f219fa8 -SIZE (libnsgif-0.1.3-src.tar.gz) = 202160 +TIMESTAMP = 1479715708 +SHA256 (libnsgif-0.1.4-src.tar.gz) = 133c2354c61564080ad1bac253ee0df7e6c82bb6090644ca438ce3a799f6bad1 +SIZE (libnsgif-0.1.4-src.tar.gz) = 242078 From owner-svn-ports-all@freebsd.org Mon Nov 21 13:48: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 C9E47C4C40C; Mon, 21 Nov 2016 13:48:33 +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 98C437EF; Mon, 21 Nov 2016 13:48:33 +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 uALDmWSa075449; Mon, 21 Nov 2016 13:48:32 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDmWIW075448; Mon, 21 Nov 2016 13:48:32 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211348.uALDmWIW075448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426714 - head/graphics/libnsbmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:48:33 -0000 Author: olivierd Date: Mon Nov 21 13:48:32 2016 New Revision: 426714 URL: https://svnweb.freebsd.org/changeset/ports/426714 Log: Update to 0.1.4 Modified: head/graphics/libnsbmp/Makefile head/graphics/libnsbmp/distinfo Modified: head/graphics/libnsbmp/Makefile ============================================================================== --- head/graphics/libnsbmp/Makefile Mon Nov 21 13:46:03 2016 (r426713) +++ head/graphics/libnsbmp/Makefile Mon Nov 21 13:48:32 2016 (r426714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libnsbmp -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= graphics MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/graphics/libnsbmp/distinfo ============================================================================== --- head/graphics/libnsbmp/distinfo Mon Nov 21 13:46:03 2016 (r426713) +++ head/graphics/libnsbmp/distinfo Mon Nov 21 13:48:32 2016 (r426714) @@ -1,2 +1,3 @@ -SHA256 (libnsbmp-0.1.3-src.tar.gz) = deff0a0497fc011356f901b3f75ee612721133c91b256dda28e540c803ffbb3e -SIZE (libnsbmp-0.1.3-src.tar.gz) = 204120 +TIMESTAMP = 1479715867 +SHA256 (libnsbmp-0.1.4-src.tar.gz) = 2bcbb3e880e46b94259a294c22b8c7543ddd2ae8910f14d227981a4aec038a78 +SIZE (libnsbmp-0.1.4-src.tar.gz) = 462626 From owner-svn-ports-all@freebsd.org Mon Nov 21 13: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 15549C4C6AB; Mon, 21 Nov 2016 13:51:30 +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 D8A4EADB; Mon, 21 Nov 2016 13:51:29 +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 uALDpS8G077937; Mon, 21 Nov 2016 13:51:28 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDpSbc077936; Mon, 21 Nov 2016 13:51:28 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211351.uALDpSbc077936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426715 - head/textproc/libwapcaplet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:51:30 -0000 Author: olivierd Date: Mon Nov 21 13:51:28 2016 New Revision: 426715 URL: https://svnweb.freebsd.org/changeset/ports/426715 Log: Update to 0.4.0 Modified: head/textproc/libwapcaplet/Makefile head/textproc/libwapcaplet/distinfo Modified: head/textproc/libwapcaplet/Makefile ============================================================================== --- head/textproc/libwapcaplet/Makefile Mon Nov 21 13:48:32 2016 (r426714) +++ head/textproc/libwapcaplet/Makefile Mon Nov 21 13:51:28 2016 (r426715) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwapcaplet -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= textproc MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/textproc/libwapcaplet/distinfo ============================================================================== --- head/textproc/libwapcaplet/distinfo Mon Nov 21 13:48:32 2016 (r426714) +++ head/textproc/libwapcaplet/distinfo Mon Nov 21 13:51:28 2016 (r426715) @@ -1,2 +1,3 @@ -SHA256 (libwapcaplet-0.3.0-src.tar.gz) = 4359ee9d9fd08e721ba1976e9c6e5eaa49b32119e4e1571c1fec49a7446b4133 -SIZE (libwapcaplet-0.3.0-src.tar.gz) = 31362 +TIMESTAMP = 1479716167 +SHA256 (libwapcaplet-0.4.0-src.tar.gz) = 7b87a997b2531298af1efd32a622be5faee61349ad4e6c868fcb286ce805d997 +SIZE (libwapcaplet-0.4.0-src.tar.gz) = 31435 From owner-svn-ports-all@freebsd.org Mon Nov 21 13:53: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 D1B1CC4C763; Mon, 21 Nov 2016 13:53: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 A27A6DAA; Mon, 21 Nov 2016 13:53: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 uALDrwIC079484; Mon, 21 Nov 2016 13:53:58 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDrwEX079482; Mon, 21 Nov 2016 13:53:58 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211353.uALDrwEX079482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426716 - head/www/libdom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:53:59 -0000 Author: olivierd Date: Mon Nov 21 13:53:58 2016 New Revision: 426716 URL: https://svnweb.freebsd.org/changeset/ports/426716 Log: Update to 0.3.1 Modified: head/www/libdom/Makefile head/www/libdom/distinfo Modified: head/www/libdom/Makefile ============================================================================== --- head/www/libdom/Makefile Mon Nov 21 13:51:28 2016 (r426715) +++ head/www/libdom/Makefile Mon Nov 21 13:53:58 2016 (r426716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdom -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,7 +18,7 @@ LIB_DEPENDS= libwapcaplet.so:textproc/li libhubbub.so:www/libhubbub \ libexpat.so:textproc/expat2 -USES= gmake localbase pkgconfig +USES= gmake iconv localbase pkgconfig USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} Modified: head/www/libdom/distinfo ============================================================================== --- head/www/libdom/distinfo Mon Nov 21 13:51:28 2016 (r426715) +++ head/www/libdom/distinfo Mon Nov 21 13:53:58 2016 (r426716) @@ -1,2 +1,3 @@ -SHA256 (libdom-0.3.0-src.tar.gz) = 8a6c3eb8fcd9beb2e0df660caeb043dfff86632a00b8997cbcbef4a7f0c266ce -SIZE (libdom-0.3.0-src.tar.gz) = 868852 +TIMESTAMP = 1479716489 +SHA256 (libdom-0.3.1-src.tar.gz) = 1b1e8a940547cedfe718b3258de875837d2a4335f7498c7d555125211662c763 +SIZE (libdom-0.3.1-src.tar.gz) = 868959 From owner-svn-ports-all@freebsd.org Mon Nov 21 13: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 9FAAFC4C818; Mon, 21 Nov 2016 13:56:43 +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 6E1DAEB5; Mon, 21 Nov 2016 13:56:43 +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 uALDuglY079723; Mon, 21 Nov 2016 13:56:42 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDugpD079721; Mon, 21 Nov 2016 13:56:42 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211356.uALDugpD079721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426717 - head/textproc/libcss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:56:43 -0000 Author: olivierd Date: Mon Nov 21 13:56:42 2016 New Revision: 426717 URL: https://svnweb.freebsd.org/changeset/ports/426717 Log: Update to 0.6.1 Modified: head/textproc/libcss/Makefile head/textproc/libcss/distinfo Modified: head/textproc/libcss/Makefile ============================================================================== --- head/textproc/libcss/Makefile Mon Nov 21 13:53:58 2016 (r426716) +++ head/textproc/libcss/Makefile Mon Nov 21 13:56:42 2016 (r426717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcss -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= textproc MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/textproc/libcss/distinfo ============================================================================== --- head/textproc/libcss/distinfo Mon Nov 21 13:53:58 2016 (r426716) +++ head/textproc/libcss/distinfo Mon Nov 21 13:56:42 2016 (r426717) @@ -1,2 +1,3 @@ -SHA256 (libcss-0.6.0-src.tar.gz) = 4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462 -SIZE (libcss-0.6.0-src.tar.gz) = 487389 +TIMESTAMP = 1479716719 +SHA256 (libcss-0.6.1-src.tar.gz) = 0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f +SIZE (libcss-0.6.1-src.tar.gz) = 487329 From owner-svn-ports-all@freebsd.org Mon Nov 21 13:59: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 ED196C4C9A3; Mon, 21 Nov 2016 13:59:42 +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 BA0EA109D; Mon, 21 Nov 2016 13:59:42 +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 uALDxfuf080034; Mon, 21 Nov 2016 13:59:41 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDxfgf080033; Mon, 21 Nov 2016 13:59:41 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611211359.uALDxfgf080033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Nov 2016 13:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426719 - in head/editors: . bpatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:59:43 -0000 Author: mat Date: Mon Nov 21 13:59:41 2016 New Revision: 426719 URL: https://svnweb.freebsd.org/changeset/ports/426719 Log: This was not resurrected properly. With hat: portmgr Sponsored by: Absolight Deleted: head/editors/bpatch/ Modified: head/editors/Makefile (contents, props changed) Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Mon Nov 21 13:59:40 2016 (r426718) +++ head/editors/Makefile Mon Nov 21 13:59:41 2016 (r426719) @@ -14,7 +14,6 @@ SUBDIR += biew SUBDIR += bitedit SUBDIR += boiling-egg - SUBDIR += bpatch SUBDIR += bvi SUBDIR += calligra SUBDIR += calligra-l10n From owner-svn-ports-all@freebsd.org Mon Nov 21 13:59: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 ED8B5C4C99E; Mon, 21 Nov 2016 13:59:41 +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 BA1B6109C; Mon, 21 Nov 2016 13:59:41 +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 uALDxeUn079941; Mon, 21 Nov 2016 13:59:40 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALDxeSV079939; Mon, 21 Nov 2016 13:59:40 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211359.uALDxeSV079939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 13:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426718 - head/devel/nsgenbind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 13:59:42 -0000 Author: olivierd Date: Mon Nov 21 13:59:40 2016 New Revision: 426718 URL: https://svnweb.freebsd.org/changeset/ports/426718 Log: Update to 0.4 Modified: head/devel/nsgenbind/Makefile head/devel/nsgenbind/distinfo Modified: head/devel/nsgenbind/Makefile ============================================================================== --- head/devel/nsgenbind/Makefile Mon Nov 21 13:56:42 2016 (r426717) +++ head/devel/nsgenbind/Makefile Mon Nov 21 13:59:40 2016 (r426718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsgenbind -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= devel MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/devel/nsgenbind/distinfo ============================================================================== --- head/devel/nsgenbind/distinfo Mon Nov 21 13:56:42 2016 (r426717) +++ head/devel/nsgenbind/distinfo Mon Nov 21 13:59:40 2016 (r426718) @@ -1,2 +1,3 @@ -SHA256 (nsgenbind-0.3-src.tar.gz) = ef21a08461165014c499aa3d38f5909a88b4528f5db8492bf7bcbfe3e957ba9b -SIZE (nsgenbind-0.3-src.tar.gz) = 97492 +TIMESTAMP = 1479720109 +SHA256 (nsgenbind-0.4-src.tar.gz) = c6680492e83718aacd456ae8e2b3c9f8cb042f50f079a0167bcb24cddcba0f1d +SIZE (nsgenbind-0.4-src.tar.gz) = 97489 From owner-svn-ports-all@freebsd.org Mon Nov 21 14:04: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 DE6D1C4CCBE; Mon, 21 Nov 2016 14:04:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 995AE162C; Mon, 21 Nov 2016 14:04:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALE4Pp9083963; Mon, 21 Nov 2016 14:04:25 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALE4PIA083956; Mon, 21 Nov 2016 14:04:25 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211404.uALE4PIA083956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 14:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426720 - in head/dns: . libnspsl libnspsl/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 14:04:27 -0000 Author: olivierd Date: Mon Nov 21 14:04:24 2016 New Revision: 426720 URL: https://svnweb.freebsd.org/changeset/ports/426720 Log: Library to generate static code representation of the Public suffix list. The public suffix list is a database of top level domain names. The database allows an application to determine if if a domain name requires an additional label to be valid. The principle use in a web browser is to restrict supercookies being set although it can also serve secondary purposes in the UI such as domain highlighting. WWW: http://www.netsurf-browser.org/ Added: head/dns/libnspsl/ head/dns/libnspsl/Makefile (contents, props changed) head/dns/libnspsl/distinfo (contents, props changed) head/dns/libnspsl/files/ head/dns/libnspsl/files/patch-Makefile (contents, props changed) head/dns/libnspsl/files/patch-libnspsl.pc.in (contents, props changed) head/dns/libnspsl/pkg-descr (contents, props changed) head/dns/libnspsl/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Mon Nov 21 13:59:41 2016 (r426719) +++ head/dns/Makefile Mon Nov 21 14:04:24 2016 (r426720) @@ -90,6 +90,7 @@ SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += libidn2 + SUBDIR += libnspsl SUBDIR += libpsl SUBDIR += linux-c6-libasyncns SUBDIR += linux-c7-libasyncns Added: head/dns/libnspsl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libnspsl/Makefile Mon Nov 21 14:04:24 2016 (r426720) @@ -0,0 +1,29 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= libnspsl +PORTVERSION= 0.1.0 +CATEGORIES= dns +MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= NetSurf public suffix list handling + +LICENSE= MIT + +BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem + +USES= gmake +USE_LDCONFIG= yes + +MAKE_ENV+= COMPONENT_TYPE="lib-shared" + +WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} + +PLIST_SUB+= VERSION=${PORTVERSION} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnspsl.so* + +.include Added: head/dns/libnspsl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libnspsl/distinfo Mon Nov 21 14:04:24 2016 (r426720) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479721220 +SHA256 (libnspsl-0.1.0-src.tar.gz) = be9030bdffa4135e95861465201e43f18f2cbba24555952aed7fa59b99ce6e74 +SIZE (libnspsl-0.1.0-src.tar.gz) = 299718 Added: head/dns/libnspsl/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libnspsl/files/patch-Makefile Mon Nov 21 14:04:24 2016 (r426720) @@ -0,0 +1,13 @@ +--- Makefile.orig 2016-11-19 10:09:21 UTC ++++ Makefile +@@ -44,8 +44,8 @@ include $(NSBUILD)/Makefile.top + # Extra installation rules + I := /$(INCLUDEDIR) + INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nspsl.h +-INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in +-INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT) ++INSTALL_ITEMS := $(INSTALL_ITEMS) /libdata/pkgconfig:lib$(COMPONENT).pc.in ++INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT) + + # obtain public suffix list database from upstream + public_suffix_list.dat: Added: head/dns/libnspsl/files/patch-libnspsl.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libnspsl/files/patch-libnspsl.pc.in Mon Nov 21 14:04:24 2016 (r426720) @@ -0,0 +1,10 @@ +--- libnspsl.pc.in.orig 2016-11-19 10:09:21 UTC ++++ libnspsl.pc.in +@@ -1,6 +1,6 @@ + prefix=PREFIX + exec_prefix=${prefix} +-libdir=${exec_prefix}/LIBDIR ++libdir=${exec_prefix}/lib + includedir=${prefix}/INCLUDEDIR + + Name: libnspsl Added: head/dns/libnspsl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libnspsl/pkg-descr Mon Nov 21 14:04:24 2016 (r426720) @@ -0,0 +1,10 @@ +Library to generate static code representation of the Public suffix list. +The public suffix list is a database of top level domain names. The database +allows an application to determine if if a domain name requires an additional +label to be valid. + +The principle use in a web browser is to restrict supercookies being set +although it can also serve secondary purposes in the UI such as domain +highlighting. + +WWW: http://www.netsurf-browser.org/ Added: head/dns/libnspsl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libnspsl/pkg-plist Mon Nov 21 14:04:24 2016 (r426720) @@ -0,0 +1,5 @@ +include/nspsl.h +lib/libnspsl.so +lib/libnspsl.so.0 +lib/libnspsl.so.%%VERSION%% +libdata/pkgconfig/libnspsl.pc From owner-svn-ports-all@freebsd.org Mon Nov 21 14:11: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 D92E9C4CF18; Mon, 21 Nov 2016 14:11:21 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4F918EF; Mon, 21 Nov 2016 14:11:21 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALEBKxw085198; Mon, 21 Nov 2016 14:11:20 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALEBKbQ085192; Mon, 21 Nov 2016 14:11:20 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611211411.uALEBKbQ085192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 21 Nov 2016 14:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426721 - in head/www/netsurf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 14:11:22 -0000 Author: olivierd Date: Mon Nov 21 14:11:19 2016 New Revision: 426721 URL: https://svnweb.freebsd.org/changeset/ports/426721 Log: - Update to 3.6 - Adjust dependencies - Switch to USES= ssl Added: head/www/netsurf/files/patch-Makefile (contents, props changed) head/www/netsurf/files/patch-frontends_gtk_Makefile.defaults (contents, props changed) head/www/netsurf/files/patch-frontends_gtk_gui.c (contents, props changed) Deleted: head/www/netsurf/files/patch-gtk_Makefile.defaults head/www/netsurf/files/patch-gtk_Makefile.target head/www/netsurf/files/patch-gtk_gui.c Modified: head/www/netsurf/Makefile head/www/netsurf/distinfo head/www/netsurf/pkg-plist Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Mon Nov 21 14:04:24 2016 (r426720) +++ head/www/netsurf/Makefile Mon Nov 21 14:11:19 2016 (r426721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netsurf -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -23,17 +23,26 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libnsgif.so:graphics/libnsgif \ libnsbmp.so:graphics/libnsbmp \ libdom.so:www/libdom \ - libcss.so:textproc/libcss + libcss.so:textproc/libcss \ + libparserutils.so:devel/libparserutils \ + libwapcaplet.so:textproc/libwapcaplet \ + libhubbub.so:www/libhubbub \ + libexpat.so:textproc/expat2 \ + libnspsl.so:dns/libnspsl +RUN_DEPENDS= duk:lang/duktape \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss ALL_TARGET= #empty -LDFLAGS+= -lssl -lcrypto -L${LOCALBASE}/lib ${ICONV_LIB} +LDFLAGS+= -L${OPENSSLLIB} -lssl -lcrypto ${ICONV_LIB} +CFLAGS+= -I${OPENSSLINC} MAKE_ARGS= HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \ + TARGET="gtk3" \ WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}" MAKE_ENV+= COMPONENT_TYPE="lib-shared" \ FLEX="${LOCALBASE}/bin/flex" -USES= bison desktop-file-utils gmake iconv jpeg \ - localbase perl5 pkgconfig shebangfix -USE_GNOME= glib20 gtk20 librsvg2 +USES= bison desktop-file-utils gettext-runtime gmake iconv jpeg \ + localbase pkgconfig shebangfix ssl +USE_GNOME= glib20 gtk30 cairo librsvg2 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} @@ -49,13 +58,9 @@ post-patch: @${REINPLACE_CMD} '/CFLAGS/d' \ ${WRKSRC}//Makefile.defaults @${REINPLACE_CMD} 's| -O2||' \ - ${WRKSRC}/gtk/Makefile.defaults - @${REINPLACE_CMD} \ - -e '/OpenSSL/d' -e 's| -g||' \ - -e 's/-DG_DISABLE_DEPRECATED//' \ - ${WRKSRC}/gtk/Makefile.target + ${WRKSRC}/frontends/gtk/Makefile.defaults @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - ${WRKSRC}/gtk/gui.c + ${WRKSRC}/frontends/gtk/gui.c do-configure: @${CP} ${FILESDIR}/Makefile.config ${WRKSRC} @@ -68,4 +73,15 @@ do-configure: ${WRKSRC}/Makefile.config .endif +post-install: + cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf netsurf-gtk3 \ + netsurf-gtk +.for d in applications pixmaps + ${MKDIR} ${STAGEDIR}${PREFIX}/share/${d} +.endfor + ${INSTALL_DATA} ${WRKSRC}/frontends/gtk/res/netsurf-gtk.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/frontends/gtk/res/netsurf.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps + .include Modified: head/www/netsurf/distinfo ============================================================================== --- head/www/netsurf/distinfo Mon Nov 21 14:04:24 2016 (r426720) +++ head/www/netsurf/distinfo Mon Nov 21 14:11:19 2016 (r426721) @@ -1,2 +1,3 @@ -SHA256 (netsurf-3.5-src.tar.gz) = 98f3a66d3ae24ab34becdab2ea690f8f20c0f49f86723f133ede6df57e451dcc -SIZE (netsurf-3.5-src.tar.gz) = 4094532 +TIMESTAMP = 1479722228 +SHA256 (netsurf-3.6-src.tar.gz) = 59ae4b50eff9e2a00a0a9742ef546c7de17223139c485af9644f195340979a9c +SIZE (netsurf-3.6-src.tar.gz) = 4129091 Added: head/www/netsurf/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/netsurf/files/patch-Makefile Mon Nov 21 14:11:19 2016 (r426721) @@ -0,0 +1,10 @@ +--- Makefile.orig 2016-11-19 13:37:41 UTC ++++ Makefile +@@ -555,7 +555,6 @@ ifeq ($(HOST),mint) + else + $(eval $(call pkg_config_find_and_add_enabled,CURL,libcurl,Curl)) + endif +-$(eval $(call pkg_config_find_and_add_enabled,OPENSSL,openssl,OpenSSL)) + + $(eval $(call pkg_config_find_and_add_enabled,PNG,libpng,PNG)) + $(eval $(call pkg_config_find_and_add_enabled,BMP,libnsbmp,BMP)) Added: head/www/netsurf/files/patch-frontends_gtk_Makefile.defaults ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/netsurf/files/patch-frontends_gtk_Makefile.defaults Mon Nov 21 14:11:19 2016 (r426721) @@ -0,0 +1,11 @@ +--- frontends/gtk/Makefile.defaults.orig 2016-11-19 13:37:41 UTC ++++ frontends/gtk/Makefile.defaults +@@ -4,7 +4,7 @@ + + # Where to search for NetSurf's resources after looking in ~/.netsurf and + # $NETSURFRES. It must have a trailing / +-NETSURF_GTK_RES_PATH := $(PREFIX)/share/netsurf/:./frontends/gtk/res/ ++NETSURF_GTK_RES_PATH := $(PREFIX)/share/netsurf/ + + # Where to install the netsurf binary + NETSURF_GTK_BIN := $(PREFIX)/bin/ Added: head/www/netsurf/files/patch-frontends_gtk_gui.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/netsurf/files/patch-frontends_gtk_gui.c Mon Nov 21 14:11:19 2016 (r426721) @@ -0,0 +1,11 @@ +--- frontends/gtk/gui.c.orig 2016-11-19 13:37:41 UTC ++++ frontends/gtk/gui.c +@@ -198,7 +198,7 @@ static nserror set_defaults(struct nsopt + } + + /* default path to certificates */ +- nsoption_setnull_charp(ca_path, strdup("/etc/ssl/certs")); ++ nsoption_setnull_charp(ca_path, strdup("%%PREFIX%%/share/certs")); + + if ((nsoption_charp(cookie_file) == NULL) || + (nsoption_charp(cookie_jar) == NULL) || Modified: head/www/netsurf/pkg-plist ============================================================================== --- head/www/netsurf/pkg-plist Mon Nov 21 14:04:24 2016 (r426720) +++ head/www/netsurf/pkg-plist Mon Nov 21 14:11:19 2016 (r426721) @@ -1,17 +1,18 @@ bin/netsurf-gtk -share/applications/netsurf.desktop +bin/netsurf-gtk3 +share/applications/netsurf-gtk.desktop %%DATADIR%%/Messages %%DATADIR%%/SearchEngines %%DATADIR%%/adblock.css %%DATADIR%%/arrow_down_8x32.png %%DATADIR%%/ca-bundle.txt -%%DATADIR%%/cookies.gtk2.ui +%%DATADIR%%/cookies.gtk3.ui %%DATADIR%%/credits.html %%DATADIR%%/de/Messages %%DATADIR%%/de/welcome.html %%DATADIR%%/default.css %%DATADIR%%/default.ico -%%DATADIR%%/downloads.gtk2.ui +%%DATADIR%%/downloads.gtk3.ui %%DATADIR%%/en/Messages %%DATADIR%%/en/credits.html %%DATADIR%%/en/licence.html @@ -19,8 +20,8 @@ share/applications/netsurf.desktop %%DATADIR%%/en/welcome.html %%DATADIR%%/favicon.png %%DATADIR%%/fr/Messages -%%DATADIR%%/history.gtk2.ui -%%DATADIR%%/hotlist.gtk2.ui +%%DATADIR%%/history.gtk3.ui +%%DATADIR%%/hotlist.gtk3.ui %%DATADIR%%/icons/arrow-l.png %%DATADIR%%/icons/content.png %%DATADIR%%/icons/directory.png @@ -36,21 +37,21 @@ share/applications/netsurf.desktop %%DATADIR%%/ja/welcome.html %%DATADIR%%/languages %%DATADIR%%/licence.html -%%DATADIR%%/login.gtk2.ui +%%DATADIR%%/login.gtk3.ui %%DATADIR%%/maps.html %%DATADIR%%/netsurf-16x16.xpm -%%DATADIR%%/netsurf.gtk2.ui +%%DATADIR%%/netsurf.gtk3.ui %%DATADIR%%/netsurf.png %%DATADIR%%/netsurf.xpm %%DATADIR%%/nl/Messages %%DATADIR%%/nl/credits.html %%DATADIR%%/nl/licence.html %%DATADIR%%/nl/welcome.html -%%DATADIR%%/options.gtk2.ui -%%DATADIR%%/password.gtk2.ui +%%DATADIR%%/options.gtk3.ui +%%DATADIR%%/password.gtk3.ui %%DATADIR%%/quirks.css -%%DATADIR%%/ssl.gtk2.ui -%%DATADIR%%/tabcontents.gtk2.ui +%%DATADIR%%/ssl.gtk3.ui +%%DATADIR%%/tabcontents.gtk3.ui %%DATADIR%%/throbber/throbber0.png %%DATADIR%%/throbber/throbber1.png %%DATADIR%%/throbber/throbber2.png @@ -60,9 +61,8 @@ share/applications/netsurf.desktop %%DATADIR%%/throbber/throbber6.png %%DATADIR%%/throbber/throbber7.png %%DATADIR%%/throbber/throbber8.png -%%DATADIR%%/toolbar.gtk2.ui -%%DATADIR%%/toolbarIndices -%%DATADIR%%/viewdata.gtk2.ui -%%DATADIR%%/warning.gtk2.ui +%%DATADIR%%/toolbar.gtk3.ui +%%DATADIR%%/viewdata.gtk3.ui +%%DATADIR%%/warning.gtk3.ui %%DATADIR%%/welcome.html share/pixmaps/netsurf.xpm From owner-svn-ports-all@freebsd.org Mon Nov 21 14: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 C77D7C4C6B2; Mon, 21 Nov 2016 14:36:53 +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 9F3228F2; Mon, 21 Nov 2016 14:36:53 +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 uALEaqET096402; Mon, 21 Nov 2016 14:36:52 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALEaprl096393; Mon, 21 Nov 2016 14:36:51 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201611211436.uALEaprl096393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 21 Nov 2016 14:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426722 - in head/lang: . pocl pocl/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 14:36:53 -0000 Author: kwm Date: Mon Nov 21 14:36:51 2016 New Revision: 426722 URL: https://svnweb.freebsd.org/changeset/ports/426722 Log: Add pocl. Portable OpenCL aims to be an efficient open source (MIT-licensed) implementation of the OpenCL 1.2 standard. pocl uses Clang as an OpenCL C frontend and LLVM for the kernel compiler implementation, and as a portability layer. Thus, if your desired target has an LLVM backend, it should be able to get OpenCL support easily by using pocl. PR: 171914 Submitted by: O.Hartmann (based on) Added: head/lang/pocl/ head/lang/pocl/Makefile (contents, props changed) head/lang/pocl/distinfo (contents, props changed) head/lang/pocl/files/ head/lang/pocl/files/patch-Makefile.in (contents, props changed) head/lang/pocl/files/patch-lib_CL_devices_cpuinfo.c (contents, props changed) head/lang/pocl/files/patch-scripts_Makefile.in (contents, props changed) head/lang/pocl/pkg-descr (contents, props changed) head/lang/pocl/pkg-message (contents, props changed) head/lang/pocl/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Nov 21 14:11:19 2016 (r426721) +++ head/lang/Makefile Mon Nov 21 14:36:51 2016 (r426722) @@ -256,6 +256,7 @@ SUBDIR += php_doc SUBDIR += picoc SUBDIR += pike78 + SUBDIR += pocl SUBDIR += polyml SUBDIR += ptoc SUBDIR += pure Added: head/lang/pocl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/Makefile Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,67 @@ +# $FreeBSD$ + +PORTNAME= pocl +PORTVERSION= 0.13 +CATEGORIES= lang +MASTER_SITES= SF/pocl \ + http://portablecl.org/downloads/ + +MAINTAINER= ohartman@zedat.fu-berlin.de +COMMENT= POrtable Computing Language (POCL) + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= llvm${LLVM_VERSION}>=0:devel/llvm${LLVM_VERSION} \ + opencl>=2.1:devel/opencl +LIB_DEPENDS= libhwloc.so:devel/hwloc \ + libOpenCL.so:devel/ocl-icd \ + libltdl.so:devel/libltdl +RUN_DEPENDS= llvm${LLVM_VERSION}>=0:devel/llvm${LLVM_VERSION} + +CONFLICTS= freeocl[0-9]* + +BROKEN_FreeBSD_9= pocl is not supported on 9.x +BROKEN_FreeBSD_10= pocl is not supported on 10.x +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON_amd64= only tested on amd64 + +LLVM_VERSION= 37 + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_GL= yes +#USES= autoreconf gmake localbase pathfix pkgconfig libtool +USES= gmake localbase ncurses pathfix pkgconfig libtool:keepla + +INSTALL_TARGET= install-strip + +MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig + +CONFIGURE_ENV= LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" \ + CLANGXX_FLAGS=-std=gnu++11 +#CONFIGURE_ARGS+= --enable-pedantic +# needed for the libltdl configure check +LDFLAGS+= -L${LOCALBASE}/lib + +ALL_TARGET= all + +OCL_ICD_VENDORS?= ${PREFIX}/etc/OpenCL/vendors + +OPTIONS_DEFINE= DEBUG + +OPTIONS_GROUP= TEST +OPTIONS_GROUP_TEST= OCLBOOK + +OCLBOOK_DESC= Tests from the OpenCL book +DEBUG_DESC= Debug build of pocl + +OCLBOOK_CONFIGURE_ENABLE= enable_testsuites="opencl-book-samples,cloverleaf,opencl_book_samples,halide,vexcl" +OCLBOOK_ALL_TARGET= check + +DEBUG_CONFIGURE_ENABLE= debug + +do-test: + cd ${WRKSRC} && ${GMAKE} check + +.include Added: head/lang/pocl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/distinfo Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479738879 +SHA256 (pocl-0.13.tar.gz) = a17f37d8f26819c0c8efc6de2b57f67a0c8a81514fc9cd5005434e49d67499f9 +SIZE (pocl-0.13.tar.gz) = 1901208 Added: head/lang/pocl/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/files/patch-Makefile.in Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,25 @@ +First part: this is false, this was due to a libtool bug, which is fixed now +Second part: cmp --quiet is long for the -s option, use that since FreeBSD +cmp doesn't have the long option. + +--- Makefile.in.orig 2016-09-13 22:57:13.327123000 +0200 ++++ Makefile.in 2016-09-13 23:01:18.738696000 +0200 +@@ -116,8 +116,7 @@ + @POCL_ANDROID_FALSE@am__append_1 = scripts examples tests + + #TODO: this naming scheme is used on other platforms (primarly BSDs?) too +-@BUILD_ICD_TRUE@@FREEBSD_HOST_OS_TRUE@am__append_2 = -e 's,so.VER,so.$(LIB_CURRENT_VERSION),g' +-@BUILD_ICD_TRUE@@FREEBSD_HOST_OS_FALSE@am__append_3 = -e 's,so.VER,so.$(LIB_FIRST_VERSION).$(LIB_AGE_VERSION).$(LIB_REVISION_VERSION),g' ++@BUILD_ICD_TRUE@am__append_3 = -e 's,so.VER,so.$(LIB_FIRST_VERSION).$(LIB_AGE_VERSION).$(LIB_REVISION_VERSION),g' + @BUILD_ICD_TRUE@am__append_4 = pocl.icd + @BUILD_ICD_TRUE@am__append_5 = pocl.icd + subdir = . +@@ -1076,7 +1075,7 @@ + echo "#define PKGDATADIR \"${pkgdatadir}\"" > $@.new + echo "#define PKGLIBEXECDIR \"${pkglibexecdir}\"" >> $@.new + echo "#define PKGINCLUDEDIR \"${pkgincludedir}\"" >> $@.new +- @if cmp --quiet $@.new $@ ; then \ ++ @if cmp -s $@.new $@ ; then \ + : "Paths not changed" ;\ + $(RM) $@.new ;\ + else \ Added: head/lang/pocl/files/patch-lib_CL_devices_cpuinfo.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/files/patch-lib_CL_devices_cpuinfo.c Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,90 @@ +--- lib/CL/devices/cpuinfo.c.orig 2016-11-20 11:31:19.521203000 +0100 ++++ lib/CL/devices/cpuinfo.c 2016-11-20 11:29:24.502817000 +0100 +@@ -31,9 +31,13 @@ + # include "vccompat.hpp" + #endif + ++#include ++#include ++ + #include "config.h" + #include "cpuinfo.h" + ++#if 0 + const char* cpuinfo = "/proc/cpuinfo"; + #define MAX_CPUINFO_SIZE 64*1024 + //#define DEBUG_POCL_CPUINFO +@@ -152,8 +156,29 @@ pocl_cpuinfo_detect_max_clock_frequency( + } + return -1; + } ++#endif ++ ++/** ++ * Detects the number of parallel hardware threads supported by ++ * the CPU. ++ * ++ * @return The number of hardware threads. ++ */ ++ int ++pocl_cpuinfo_detect_compute_unit_count() ++{ ++ int mib[2], nocpus; ++ size_t len; + ++ mib[0] = CTL_HW; ++ mib[1] = HW_NCPU; ++ len = sizeof(nocpus); ++ sysctl(mib, 2, &nocpus, &len, NULL, 0); + ++ return nocpus; ++} ++ ++#if 0 + /** + * Detects the number of parallel hardware threads supported by + * the CPU by parsing the cpuinfo. +@@ -231,6 +256,27 @@ pocl_cpuinfo_detect_compute_unit_count() + } + return -1; + } ++#endif ++ ++/** ++ * Detects the maximum clock frequency of the CPU. ++ * ++ * Assumes all cores have the same max clock freq. ++ * ++ * @return The clock frequency in MHz. ++ */ ++int ++pocl_cpuinfo_detect_max_clock_frequency() ++{ ++ //XXX PLEASE NOTE, THIS IS NOT TOO PORTABLE (AND/OR ACCURATE)! ++ const char mib[] = "hw.clockrate"; ++ size_t size = sizeof(int); ++ int clockrate; ++ ++ sysctlbyname(mib, (void *)&clockrate, &size, NULL, 0); ++ ++ return clockrate; ++ } + + #ifdef POCL_ANDROID + +@@ -269,6 +315,7 @@ pocl_cpuinfo_get_cpu_name_and_vendor(cl_ + * short_name is in the .data anyways.*/ + device->long_name = device->short_name; + ++#if 0 + /* default vendor and vendor_id, in case it cannot be found by other means */ + device->vendor = cpuvendor_default; + if (device->vendor_id == 0) +@@ -317,6 +364,7 @@ pocl_cpuinfo_get_cpu_name_and_vendor(cl_ + char *new_name = (char*)malloc (len); + snprintf (new_name, len, "%s-%s", device->short_name, start); + device->long_name = new_name; ++#endif + + } + Added: head/lang/pocl/files/patch-scripts_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/files/patch-scripts_Makefile.in Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,21 @@ +dirty hack, pocl-standalone will be installed into stage with +r-xr-xr-x permissions. So writing to it is problemetic. give the file write +permission and take it away after. + +Upstream (pre 0.14) will be using cmake so this hack is only temporary. + +--- scripts/Makefile.in.orig 2016-09-13 22:10:48.091956000 +0200 ++++ scripts/Makefile.in 2016-09-13 22:13:33.388168000 +0200 +@@ -651,10 +651,11 @@ + + install-exec-hook: $(bin_SCRIPTS) + for f in $(bin_SCRIPTS) ; do \ ++ chmod +w "$(DESTDIR)$(bindir)/$$f" ; \ + sed -e '/^# BEGIN REMOVE ONCE INSTALLED$$/,/^# END REMOVE ONCE INSTALLED$$/d' \ + > "$(DESTDIR)$(bindir)/$$f" \ + < "$$f" && \ +- chmod +x "$(DESTDIR)$(bindir)/$$f" ; \ ++ chmod +x-w "$(DESTDIR)$(bindir)/$$f" ; \ + done + + # Tell versions [3.59,3.63) of GNU make to not export all variables. Added: head/lang/pocl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/pkg-descr Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,22 @@ +Portable OpenCL (pocl) +---------------------- + +Portable OpenCL aims to be an efficient open source (MIT-licensed) +implementation of the OpenCL 1.2 standard. + +In addition to producing an easily portable open source OpenCL +implementation, another major goal of the project is improving +performance portability of OpenCL programs with compiler +optimizations, reducing the need for target-dependent manual +optimizations. At the core of pocl is a set of LLVM passes +used to statically parallelize multiple work-items with the kernel +compiler, even in the presence of work-group barriers. This enables +parallelization of the fine-grained static concurrency in the work +groups in multiple ways (SIMD, VLIW, superscalar,...). + +The code base is modularized to allow easy adding of new "device drivers" +in the host-device layer. A generic multithreaded "target driver" is +included. It allows running OpenCL applications on a host that supports +the pthread library with multithreading at the work group granularity. + +WWW: http://portablecl.org/ Added: head/lang/pocl/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/pkg-message Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,12 @@ + +Deadlocks (freezes) on FreeBSD: + +OpenCL applications using pocl on FreeBSD must be compiled with +options CFLAGS+=-pthread or CXXFLAGS+=-pthread, otherwise someone risk +that a library may not initialize the threading on BSD independently, +even if an ICD loader is used. + +See: + http://www.freebsd.org/cgi/query-pr.cgi?pr=163512 + +(Source: http://portablecl.org/docs/html/faq.html?highlight=freebsd) Added: head/lang/pocl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pocl/pkg-plist Mon Nov 21 14:36:51 2016 (r426722) @@ -0,0 +1,27 @@ +bin/pocl-standalone +etc/OpenCL/vendors/pocl.icd +include/poclu.h +lib/libpocl.a +lib/libpocl.la +lib/libpocl.so +lib/libpocl.so.1 +lib/libpocl.so.1.6.0 +lib/libpoclu.a +lib/libpoclu.la +lib/libpoclu.so +lib/libpoclu.so.1 +lib/libpoclu.so.1.6.0 +lib/pocl/llvmopencl.a +lib/pocl/llvmopencl.la +lib/pocl/llvmopencl.so +lib/pocl/llvmopencl.so.7 +lib/pocl/llvmopencl.so.7.0.0 +libdata/pkgconfig/pocl.pc +%%DATADIR%%/include/_kernel.h +%%DATADIR%%/include/_kernel_c.h +%%DATADIR%%/include/_kernel_constants.h +%%DATADIR%%/include/pocl.h +%%DATADIR%%/include/pocl_device.h +%%DATADIR%%/include/pocl_tests.h +%%DATADIR%%/include/pocl_types.h +%%DATADIR%%/kernel-amd64-portbld-freebsd%%OSREL%%.bc From owner-svn-ports-all@freebsd.org Mon Nov 21 14:48: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 DB13BC4CB2A; Mon, 21 Nov 2016 14:48:51 +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 AB0F0FD0; Mon, 21 Nov 2016 14:48:51 +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 uALEmoDm000511; Mon, 21 Nov 2016 14:48:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALEmoWC000509; Mon, 21 Nov 2016 14:48:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611211448.uALEmoWC000509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Nov 2016 14:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426723 - head/graphics/generic_image_decoder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 14:48:52 -0000 Author: marino Date: Mon Nov 21 14:48:50 2016 New Revision: 426723 URL: https://svnweb.freebsd.org/changeset/ports/426723 Log: graphics/generic_image_decoder: Upgrade version 05 => 06 Modified: head/graphics/generic_image_decoder/Makefile head/graphics/generic_image_decoder/distinfo Modified: head/graphics/generic_image_decoder/Makefile ============================================================================== --- head/graphics/generic_image_decoder/Makefile Mon Nov 21 14:36:51 2016 (r426722) +++ head/graphics/generic_image_decoder/Makefile Mon Nov 21 14:48:50 2016 (r426723) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= generic_image_decoder -PORTVERSION= 05 -PORTREVISION= 1 +PORTVERSION= 06 CATEGORIES= graphics MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ DISTNAME= gid-${PORTVERSION} Modified: head/graphics/generic_image_decoder/distinfo ============================================================================== --- head/graphics/generic_image_decoder/distinfo Mon Nov 21 14:36:51 2016 (r426722) +++ head/graphics/generic_image_decoder/distinfo Mon Nov 21 14:48:50 2016 (r426723) @@ -1,2 +1,3 @@ -SHA256 (gid-05.zip) = 939b149314e02e309830e48bcf5e7d32f2b093859e3adf4cfd55e4923d6c80fc -SIZE (gid-05.zip) = 103865 +TIMESTAMP = 1479717632 +SHA256 (gid-06.zip) = 0fb0e66a90d16ca5cb7325672fcdf596f3a47e84bb5a75504bdf645ea7dbbe2d +SIZE (gid-06.zip) = 107762 From owner-svn-ports-all@freebsd.org Mon Nov 21 14:52: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 9A799C4CD5D; Mon, 21 Nov 2016 14:52:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D746640; Mon, 21 Nov 2016 14:52: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 uALEqlYT004476; Mon, 21 Nov 2016 14:52:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALEqklk004469; Mon, 21 Nov 2016 14:52:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211452.uALEqklk004469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 14:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426724 - in head/games/qonk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 14:52:48 -0000 Author: amdmi3 Date: Mon Nov 21 14:52:46 2016 New Revision: 426724 URL: https://svnweb.freebsd.org/changeset/ports/426724 Log: - Fix license - Switch to USES=localbase - makeparch - Take maintainership Modified: head/games/qonk/Makefile head/games/qonk/files/patch-src-menumanager.h head/games/qonk/files/patch-src_lisp_lexer.cpp head/games/qonk/files/patch-src_lisp_lisp.cpp head/games/qonk/files/patch-src_lisp_parser.cpp head/games/qonk/files/patch-src_sdl__driver.cpp head/games/qonk/files/patch-src_videooptions.cpp Modified: head/games/qonk/Makefile ============================================================================== --- head/games/qonk/Makefile Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/Makefile Mon Nov 21 14:52:46 2016 (r426724) @@ -7,19 +7,16 @@ PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small space build and conquer strategy game -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake +USES= gmake localbase USE_SDL= sdl gfx ttf image -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - post-patch: @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} Modified: head/games/qonk/files/patch-src-menumanager.h ============================================================================== --- head/games/qonk/files/patch-src-menumanager.h Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/files/patch-src-menumanager.h Mon Nov 21 14:52:46 2016 (r426724) @@ -1,5 +1,5 @@ ---- src/menumanager.h.orig Thu Sep 20 22:01:32 2007 -+++ src/menumanager.h Thu Sep 20 21:58:13 2007 +--- src/menumanager.h.orig 2007-09-14 05:43:03 UTC ++++ src/menumanager.h @@ -7,6 +7,8 @@ #ifndef MENUMANAGER_H #define MENUMANAGER_H Modified: head/games/qonk/files/patch-src_lisp_lexer.cpp ============================================================================== --- head/games/qonk/files/patch-src_lisp_lexer.cpp Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/files/patch-src_lisp_lexer.cpp Mon Nov 21 14:52:46 2016 (r426724) @@ -1,5 +1,5 @@ ---- src/lisp/lexer.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/lisp/lexer.cpp 2015-03-27 02:52:52.633169000 +0300 +--- src/lisp/lexer.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/lisp/lexer.cpp @@ -19,6 +19,8 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include Modified: head/games/qonk/files/patch-src_lisp_lisp.cpp ============================================================================== --- head/games/qonk/files/patch-src_lisp_lisp.cpp Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/files/patch-src_lisp_lisp.cpp Mon Nov 21 14:52:46 2016 (r426724) @@ -1,5 +1,5 @@ ---- src/lisp/lisp.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/lisp/lisp.cpp 2015-03-27 02:52:43.801343000 +0300 +--- src/lisp/lisp.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/lisp/lisp.cpp @@ -17,6 +17,8 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software Modified: head/games/qonk/files/patch-src_lisp_parser.cpp ============================================================================== --- head/games/qonk/files/patch-src_lisp_parser.cpp Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/files/patch-src_lisp_parser.cpp Mon Nov 21 14:52:46 2016 (r426724) @@ -1,5 +1,5 @@ ---- src/lisp/parser.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/lisp/parser.cpp 2015-03-27 02:51:42.723015000 +0300 +--- src/lisp/parser.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/lisp/parser.cpp @@ -20,6 +20,7 @@ #include #include Modified: head/games/qonk/files/patch-src_sdl__driver.cpp ============================================================================== --- head/games/qonk/files/patch-src_sdl__driver.cpp Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/files/patch-src_sdl__driver.cpp Mon Nov 21 14:52:46 2016 (r426724) @@ -1,5 +1,5 @@ ---- src/sdl_driver.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/sdl_driver.cpp 2015-03-27 02:55:29.588996000 +0300 +--- src/sdl_driver.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/sdl_driver.cpp @@ -5,6 +5,7 @@ #include #include Modified: head/games/qonk/files/patch-src_videooptions.cpp ============================================================================== --- head/games/qonk/files/patch-src_videooptions.cpp Mon Nov 21 14:48:50 2016 (r426723) +++ head/games/qonk/files/patch-src_videooptions.cpp Mon Nov 21 14:52:46 2016 (r426724) @@ -1,5 +1,5 @@ ---- src/videooptions.cpp.orig 2015-03-27 02:53:21.432311000 +0300 -+++ src/videooptions.cpp 2015-03-27 02:53:29.960147000 +0300 +--- src/videooptions.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/videooptions.cpp @@ -1,5 +1,6 @@ #include #include From owner-svn-ports-all@freebsd.org Mon Nov 21 15: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 29340C4CE87; Mon, 21 Nov 2016 15:00:42 +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 E9DC28C9; Mon, 21 Nov 2016 15:00: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 uALF0en0005593; Mon, 21 Nov 2016 15:00:40 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALF0eS8005592; Mon, 21 Nov 2016 15:00:40 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201611211500.uALF0eS8005592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 21 Nov 2016 15:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426725 - 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: Mon, 21 Nov 2016 15:00:42 -0000 Author: sbruno Date: Mon Nov 21 15:00:40 2016 New Revision: 426725 URL: https://svnweb.freebsd.org/changeset/ports/426725 Log: QEMU requires pixman to build qemu-system-* targets regardless of whether we are building for X or not. Add the dependency if PR: 214668 Submitted by: mail+freebsd@gerritbeine.de Modified: head/emulators/qemu-sbruno/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Mon Nov 21 14:52:46 2016 (r426724) +++ head/emulators/qemu-sbruno/Makefile Mon Nov 21 15:00:40 2016 (r426725) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.7.90.g20161116 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -56,6 +57,9 @@ USE_RC_SUBR= qemu_user_static SUB_LIST= NAME=qemu_user_static CONFIGURE_ARGS+= --disable-tools .endif +.else +# qemu-system-* targets require pixman to build, add an explicit dependency. +USE_XORG= pixman .endif # When static linking we have a build dependency on libglib-2.0.a, otherwise @@ -144,7 +148,6 @@ CONFIGURE_ARGS+= --disable-sdl .else CONFIGURE_ARGS+= --enable-sdl USE_SDL= sdl -USE_XORG= pixman .endif .if empty(PORT_OPTIONS:MGTK2) From owner-svn-ports-all@freebsd.org Mon Nov 21 15:01: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 9B063C4CEC8; Mon, 21 Nov 2016 15:01:19 +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 6D0C5A1E; Mon, 21 Nov 2016 15:01:19 +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 uALF1IH1005725; Mon, 21 Nov 2016 15:01:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALF1IB1005724; Mon, 21 Nov 2016 15:01:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611211501.uALF1IB1005724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Nov 2016 15:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426726 - head/games/gtypist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:01:19 -0000 Author: marino Date: Mon Nov 21 15:01:18 2016 New Revision: 426726 URL: https://svnweb.freebsd.org/changeset/ports/426726 Log: games/gtypist: Support ports-bases ncurses This software must be ancient because it expects the required wide ncurses headers to be only at . The previous workaround symlinked the base headers to the work directory. Instead, fix the 5 source files via sed and bypass the conftest. Approved by: ncurses blanket Modified: head/games/gtypist/Makefile Modified: head/games/gtypist/Makefile ============================================================================== --- head/games/gtypist/Makefile Mon Nov 21 15:00:40 2016 (r426725) +++ head/games/gtypist/Makefile Mon Nov 21 15:01:18 2016 (r426726) @@ -12,8 +12,10 @@ LICENSE= GPLv3 USES= iconv ncurses shebangfix tar:xz GNU_CONFIGURE= yes -CONFIGURE_ENV= EMACS=no +CONFIGURE_ENV= EMACS=no \ + ac_cv_header_ncursesw_ncurses_h=yes CPPFLAGS+= -I${LOCALBASE}/include -I${WRKDIR}/include +CPPFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${LOCALBASE}/libs INFO= gtypist gtypist.cs gtypist.es @@ -26,9 +28,12 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -# wide curses header expected at -pre-configure: - @${MKDIR} ${WRKDIR}/include - @${LN} -sf /usr/include ${WRKDIR}/include/ncursesw +post-patch: + ${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/src/error.c \ + ${WRKSRC}/src/cursmenu.c \ + ${WRKSRC}/src/script.c \ + ${WRKSRC}/src/gtypist.c \ + ${WRKSRC}/src/utf8.c .include From owner-svn-ports-all@freebsd.org Mon Nov 21 15:05: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 E2852C4D053; Mon, 21 Nov 2016 15:05:05 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0222D35; Mon, 21 Nov 2016 15:05:05 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALF54xK008907; Mon, 21 Nov 2016 15:05:04 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALF54bN008901; Mon, 21 Nov 2016 15:05:04 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201611211505.uALF54bN008901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Mon, 21 Nov 2016 15:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426727 - in head/devel/msp430-debug-stack: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:05:06 -0000 Author: lev Date: Mon Nov 21 15:05:03 2016 New Revision: 426727 URL: https://svnweb.freebsd.org/changeset/ports/426727 Log: Update to latest version 3.8.1.0 (link on site contains mistake). Added: head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_OldApiV3.cpp (contents, props changed) Modified: head/devel/msp430-debug-stack/Makefile head/devel/msp430-debug-stack/distinfo head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.cpp head/devel/msp430-debug-stack/files/patch-Makefile head/devel/msp430-debug-stack/pkg-plist Modified: head/devel/msp430-debug-stack/Makefile ============================================================================== --- head/devel/msp430-debug-stack/Makefile Mon Nov 21 15:01:18 2016 (r426726) +++ head/devel/msp430-debug-stack/Makefile Mon Nov 21 15:05:03 2016 (r426727) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= msp430-debug-stack -PORTVERSION= 3.05.01.01 -PORTREVISION= 3 +PORTVERSION= 3.8.0.1 +PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= http://www.ti.com/lit/sw/slac460n/ \ - http://www.ti.com/lit/ug/slau320v/:doc1 \ - http://www.ti.com/lit/ug/slau656/:doc2 -DISTFILES= slac460n.zip \ - slau320v.pdf:doc1 \ - slau656.pdf:doc2 +MASTER_SITES= http://www.ti.com/lit/sw/slac460r/ \ + http://www.ti.com/lit/ug/slau320x/:doc1 \ + http://www.ti.com/lit/ug/slau656b/:doc2 +DISTFILES= slac460r.zip \ + slau320x.pdf:doc1 \ + slau656b.pdf:doc2 DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -EXTRACT_ONLY= slac460n.zip +EXTRACT_ONLY= slac460r.zip MAINTAINER= lev@FreeBSD.org COMMENT= TI MSP430 debugging interface library @@ -26,7 +26,7 @@ BROKEN_FreeBSD_9= does not build (intern USES= compiler:c++11-lib dos2unix gmake zip:infozip USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/MSPDebugStack_OS_Package +WRKSRC= ${WRKDIR} DOS2UNIX_REGEX= .*\.(cpp|h) MAKE_ARGS+= BOOST_DIR=${LOCALBASE} \ @@ -45,11 +45,12 @@ post-patch: do-install: ${INSTALL_LIB} ${WRKSRC}/libmsp430.so ${STAGEDIR}${PREFIX}/lib/libmsp430.so + ${INSTALL_DATA} ${WRKSRC}/libmsp430.a ${STAGEDIR}${PREFIX}/lib/libmsp430.a ${MKDIR} ${STAGEDIR}${PREFIX}/include/libmsp430 ${INSTALL_DATA} ${WRKSRC}/DLL430_v3/include/* ${STAGEDIR}${PREFIX}/include/libmsp430/ ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau320v.pdf ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau656.pdf ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau320x.pdf ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau656b.pdf ${STAGEDIR}${DOCSDIR}/ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd ${INSTALL_DATA} ${FILESDIR}/mspfet.conf ${STAGEDIR}${PREFIX}/etc/devd Modified: head/devel/msp430-debug-stack/distinfo ============================================================================== --- head/devel/msp430-debug-stack/distinfo Mon Nov 21 15:01:18 2016 (r426726) +++ head/devel/msp430-debug-stack/distinfo Mon Nov 21 15:05:03 2016 (r426727) @@ -1,6 +1,7 @@ -SHA256 (msp430-debug-stack-3.05.01.01/slac460n.zip) = 181418a33400567fa19e411f16df340a2869dd87e941e517732280004ee0fed7 -SIZE (msp430-debug-stack-3.05.01.01/slac460n.zip) = 2016397 -SHA256 (msp430-debug-stack-3.05.01.01/slau320v.pdf) = 6ffb31c5325abeca893cf2bbae8d6b5f56f26c1fd61863f0fbb9fe983adc3020 -SIZE (msp430-debug-stack-3.05.01.01/slau320v.pdf) = 828169 -SHA256 (msp430-debug-stack-3.05.01.01/slau656.pdf) = bce7331403362b57a262273e6de53d6d0cde3648b64c29554f5f19e8e269d4be -SIZE (msp430-debug-stack-3.05.01.01/slau656.pdf) = 503140 +TIMESTAMP = 1479739619 +SHA256 (msp430-debug-stack-3.8.0.1/slac460r.zip) = f51dd2d1032b1f9f12e4a24ea02224ac2037aa7bbff66d3fa685db5c5905ac64 +SIZE (msp430-debug-stack-3.8.0.1/slac460r.zip) = 2055673 +SHA256 (msp430-debug-stack-3.8.0.1/slau320x.pdf) = bea0f4efd29bd8f8cff58a77903f8234ddf31a5cf195f016e01c00dc68574c0c +SIZE (msp430-debug-stack-3.8.0.1/slau320x.pdf) = 829163 +SHA256 (msp430-debug-stack-3.8.0.1/slau656b.pdf) = a27303bf1060a598bab53481cdee05642dbb3cde7804786c5ab31cb1e911df0c +SIZE (msp430-debug-stack-3.8.0.1/slau656b.pdf) = 487655 Added: head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_OldApiV3.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_OldApiV3.cpp Mon Nov 21 15:05:03 2016 (r426727) @@ -0,0 +1,11 @@ +--- DLL430_v3/src/DLL430_OldApiV3.cpp.orig 2016-11-21 17:51:22.765156000 +0300 ++++ DLL430_v3/src/DLL430_OldApiV3.cpp 2016-11-21 17:53:00.428191000 +0300 +@@ -958,7 +958,7 @@ + } + else + { +- cm->reset(false, true, 0, NULL); ++ cm->reset(false, true, 0, 0); + cm->setJtagMode(SWD_MSP432); + selectedMode = SWD_MSP432; + cm->start(); Modified: head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.cpp ============================================================================== --- head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.cpp Mon Nov 21 15:01:18 2016 (r426726) +++ head/devel/msp430-debug-stack/files/patch-DLL430__v3_src_TI_DLL430_UsbCdcIoChannel.cpp Mon Nov 21 15:05:03 2016 (r426727) @@ -1,6 +1,6 @@ ---- DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.cpp.orig 2016-03-12 13:23:34 UTC -+++ DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.cpp -@@ -303,6 +303,22 @@ void UsbCdcIoChannel::createCdcPortList( +--- DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.cpp.orig 2016-05-02 09:51:53.763023000 +0200 ++++ DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.cpp 2016-05-02 09:53:56.332580000 +0200 +@@ -303,6 +303,22 @@ } #else stringstream cdcIdStream; @@ -23,16 +23,7 @@ cdcIdStream << hex << setfill('0') << "usb:v" << setw(4) << vendorId << "p" << setw(4) << productId; path p("/sys/class/tty/"); -@@ -317,13 +333,14 @@ void UsbCdcIoChannel::createCdcPortList( - string modalias; - int interfaceNumber = -1; - -- ifstream modAliasStream((it->path()/"device/modalias").string().c_str()); -+ std::ifstream modAliasStream((it->path()/"device/modalias").string().c_str()); - modAliasStream >> modalias; - -- ifstream ifNumStream((it->path()/"device/bInterfaceNumber").string().c_str()); -+ std::ifstream ifNumStream((it->path()/"device/bInterfaceNumber").string().c_str()); +@@ -324,6 +340,7 @@ ifNumStream >> interfaceNumber; if (modalias.find(cdcIdStream.str()) == 0 && interfaceNumber == 0) { Modified: head/devel/msp430-debug-stack/files/patch-Makefile ============================================================================== --- head/devel/msp430-debug-stack/files/patch-Makefile Mon Nov 21 15:01:18 2016 (r426726) +++ head/devel/msp430-debug-stack/files/patch-Makefile Mon Nov 21 15:05:03 2016 (r426727) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-04-22 11:58:28 UTC -+++ Makefile -@@ -16,6 +16,7 @@ MAKE_PCH += -x c++-header +--- Makefile.orig 2016-04-11 14:08:50.000000000 +0200 ++++ Makefile 2016-05-02 09:51:27.848060000 +0200 +@@ -16,6 +16,7 @@ USE_PCH += -include $(PCH_HEADER) export BOOST_DIR @@ -8,7 +8,7 @@ export BIT32 export STATIC export DEBUG -@@ -73,14 +74,14 @@ ifeq ($(PLATFORM),Linux) +@@ -76,15 +77,15 @@ HIDOBJ := $(LIBTHIRD)/hid-libusb.o else @@ -16,7 +16,9 @@ +# CXX:= clang++ - OUTPUT := libmsp430.dylib +- STATICOUTPUT := mac64 + OUTPUT := libmsp430.so ++ STATICOUTPUT := libmsp430 ifdef STATIC - STATIC_LIBS += -framework CoreFoundation -framework IOKit -lhidapi @@ -27,7 +29,7 @@ endif ifdef BOOST_DIR -@@ -88,9 +89,14 @@ else +@@ -92,9 +93,14 @@ LIBDIRS += -L$(BOOST_DIR)/lib endif Modified: head/devel/msp430-debug-stack/pkg-plist ============================================================================== --- head/devel/msp430-debug-stack/pkg-plist Mon Nov 21 15:01:18 2016 (r426726) +++ head/devel/msp430-debug-stack/pkg-plist Mon Nov 21 15:05:03 2016 (r426727) @@ -6,6 +6,7 @@ include/libmsp430/MSP430_EnergyTrace.h include/libmsp430/MSP430_FET.h include/libmsp430/MSP430_HIL.h lib/libmsp430.so -%%PORTDOCS%%%%DOCSDIR%%/slau320v.pdf -%%PORTDOCS%%%%DOCSDIR%%/slau656.pdf +lib/libmsp430.a +%%PORTDOCS%%%%DOCSDIR%%/slau320x.pdf +%%PORTDOCS%%%%DOCSDIR%%/slau656b.pdf etc/devd/mspfet.conf From owner-svn-ports-all@freebsd.org Mon Nov 21 15:24: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 84574C4D7CB; Mon, 21 Nov 2016 15:24:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 470CB18B1; Mon, 21 Nov 2016 15:24:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALFOZiV016688; Mon, 21 Nov 2016 15:24:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALFOYxs016682; Mon, 21 Nov 2016 15:24:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211524.uALFOYxs016682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 15:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426728 - in head/games: . asylum asylum/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:24:36 -0000 Author: amdmi3 Date: Mon Nov 21 15:24:34 2016 New Revision: 426728 URL: https://svnweb.freebsd.org/changeset/ports/426728 Log: - Add games/asylum SDL Asylum is a C port of the computer game Asylum, which was written by Andy Southgate in 1994 for the Acorn Archimedes and is now public domain. "Young Sigmund has a few problems. To help him resolve his mental instability you must enter the surreal world of his inner mind and shut down the malfunctioning brain cells which are causing him these problems." -- Instructions file from original game WWW: http://sdl-asylum.sourceforge.net/ Added: head/games/asylum/ head/games/asylum/Makefile (contents, props changed) head/games/asylum/distinfo (contents, props changed) head/games/asylum/files/ head/games/asylum/files/patch-Makefile (contents, props changed) head/games/asylum/pkg-descr (contents, props changed) head/games/asylum/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Nov 21 15:05:03 2016 (r426727) +++ head/games/Makefile Mon Nov 21 15:24:34 2016 (r426728) @@ -52,6 +52,7 @@ SUBDIR += assaultcube SUBDIR += asteroid SUBDIR += asteroids3d + SUBDIR += asylum SUBDIR += atanks SUBDIR += atomix SUBDIR += atr3d Added: head/games/asylum/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/asylum/Makefile Mon Nov 21 15:24:34 2016 (r426728) @@ -0,0 +1,48 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= asylum +PORTVERSION= 0.3.2 +CATEGORIES= games +MASTER_SITES= SF/sdl-${PORTNAME}/Asylum/${PORTVERSION}/ + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Surreal platform shooting game + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake +USE_SDL= sdl mixer +ALL_TARGET= build +USE_GL= gl glu + +PORTDOCS= Instruct README +PORTDATA= * + +MAKE_ARGS= INSTALLRESOURCEPATH="${DATADIR}" \ + INSTALLHISCORES="/var/games/${PORTNAME}" + +OPTIONS_DEFINE= DOCS + +post-extract: + @${RM} ${WRKSRC}/${PORTNAME} + @cd ${WRKSRC} && for f in *.c; do \ + ${MV} $${f} $${f}pp; \ + done + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}/var/games/${PORTNAME} +.for f in Ego Psyche Id Extended + ${TOUCH} ${STAGEDIR}/var/games/${PORTNAME}/${f}HighScores.sample +.endfor + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/asylum/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/asylum/distinfo Mon Nov 21 15:24:34 2016 (r426728) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476901673 +SHA256 (asylum-0.3.2.tar.gz) = 94c5bc7de89f185cbc0ac7a4add21e890ca9680a6d01c21841aae69c4b9e724f +SIZE (asylum-0.3.2.tar.gz) = 462671 Added: head/games/asylum/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/asylum/files/patch-Makefile Mon Nov 21 15:24:34 2016 (r426728) @@ -0,0 +1,32 @@ +--- Makefile.orig 2009-02-20 21:46:51 UTC ++++ Makefile +@@ -2,14 +2,15 @@ HOST=generic + #HOST=mingw + #HOST=haiku + +-CC=g++ ++CXX?=g++ + RM=rm +-CFLAGS= -O3 +-COPTS= $(CFLAGS) -funsigned-char \ ++CXXFLAGS?= -O3 ++CXXFLAGS+= `sdl-config --cflags` ++COPTS= $(CXXFLAGS) -funsigned-char \ + -DRESOURCEPATH=\"$(INSTALLRESOURCEPATH)\" \ + -DSCOREPATH=\"$(INSTALLHISCORES)\" +-LIBS= -lm -lSDL -lSDL_mixer -lGL -lGLU +-SRCS= alien.c asylum.c bullet.c file.c keyboard.c maze.c menus.c player.c projectile.c sound.c vdu.c ++LIBS= -lm `sdl-config --libs` -lSDL_mixer -lGL -lGLU ++SRCS= alien.cpp asylum.cpp bullet.cpp file.cpp keyboard.cpp maze.cpp menus.cpp player.cpp projectile.cpp sound.cpp vdu.cpp + + RESOURCES=data/Resources data/Ego data/Psyche data/Id data/Voices + +@@ -95,7 +96,7 @@ oggs: + build: asylum$(EXE) + + asylum$(EXE): $(SRCS) $(OS_SOURCE) asylum.h Makefile +- $(CC) $(COPTS) $(LDFLAGS) -o asylum$(EXE) $(SRCS) $(OS_SOURCE) $(LIBS) ++ $(CXX) $(COPTS) $(LDFLAGS) -o asylum$(EXE) $(SRCS) $(OS_SOURCE) $(LIBS) + + clean: + $(RM) asylum$(EXE) Added: head/games/asylum/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/asylum/pkg-descr Mon Nov 21 15:24:34 2016 (r426728) @@ -0,0 +1,10 @@ +SDL Asylum is a C port of the computer game Asylum, which was +written by Andy Southgate in 1994 for the Acorn Archimedes and is +now public domain. + +"Young Sigmund has a few problems. To help him resolve his mental +instability you must enter the surreal world of his inner mind and +shut down the malfunctioning brain cells which are causing him these +problems." -- Instructions file from original game + +WWW: http://sdl-asylum.sourceforge.net/ Added: head/games/asylum/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/asylum/pkg-plist Mon Nov 21 15:24:34 2016 (r426728) @@ -0,0 +1,6 @@ +@(,games,2555) bin/asylum +@sample(,games,664) /var/games/asylum/EgoHighScores.sample +@sample(,games,664) /var/games/asylum/ExtendedHighScores.sample +@sample(,games,664) /var/games/asylum/IdHighScores.sample +@sample(,games,664) /var/games/asylum/PsycheHighScores.sample +@dir(,games,775) /var/games/asylum From owner-svn-ports-all@freebsd.org Mon Nov 21 15:30: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 4E394C4D90E; Mon, 21 Nov 2016 15:30:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04B581B78; Mon, 21 Nov 2016 15:30:20 +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 uALFUKH3016996; Mon, 21 Nov 2016 15:30:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALFUKZ0016995; Mon, 21 Nov 2016 15:30:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611211530.uALFUKZ0016995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Nov 2016 15:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426729 - head/textproc/fzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:30:21 -0000 Author: marino Date: Mon Nov 21 15:30:19 2016 New Revision: 426729 URL: https://svnweb.freebsd.org/changeset/ports/426729 Log: textproc/fzf: Several fixes required after last update 1. The proper variable is MAKE_ENV, not BUILD_ENV 2. The build steps must not be surpressed! Remove "@" from build step 3. The make command is contingent on the success of the cd command, so change the concatenation (";") to AND ("&&") and run the whole thing in a subshell 4. Additional CGO_ variables are required now. Define CGO_LDFLAGS so that ncurses library can be found and add another path for CGO_CFLAGS so that ncurses_dll.h can be found. Approved by: general and ncurses blankets Modified: head/textproc/fzf/Makefile Modified: head/textproc/fzf/Makefile ============================================================================== --- head/textproc/fzf/Makefile Mon Nov 21 15:24:34 2016 (r426728) +++ head/textproc/fzf/Makefile Mon Nov 21 15:30:19 2016 (r426729) @@ -20,7 +20,8 @@ GH_SUBDIR:= src/github.com/${GH_ACCOUNT} GH_TUPLE= junegunn:go-runewidth:63c378b:runwidth/src/github.com/junegunn/go-runewidth \ junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \ junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty -MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" +MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC} -I${NCURSESBASE}/include" \ + CGO_LDFLAGS="-L${NCURSESLIB}" PLIST_FILES= bin/fzf man/man1/fzf.1.gz @@ -35,9 +36,9 @@ TMUX_RUN_DEPENDS= bash:shells/bash TMUX_PLIST_FILES= bin/fzf-tmux man/man1/fzf-tmux.1.gz do-build: - @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/src/fzf; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} \ - go build -o bin/${PORTNAME} + (cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/src/fzf && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} \ + go build -o bin/${PORTNAME}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/src/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Mon Nov 21 15:44: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 28987C4DF7B; Mon, 21 Nov 2016 15:44:08 +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 EEB80CEB; Mon, 21 Nov 2016 15:44:07 +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 uALFi7a1025030; Mon, 21 Nov 2016 15:44:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALFi78o025028; Mon, 21 Nov 2016 15:44:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611211544.uALFi78o025028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Nov 2016 15:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426730 - head/editors/fileobj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:44:08 -0000 Author: marino Date: Mon Nov 21 15:44:06 2016 New Revision: 426730 URL: https://svnweb.freebsd.org/changeset/ports/426730 Log: editors/fileobj: Upgrade version 0.7.25 => 0.7.44 Submitte by: maintainer via IRC Modified: head/editors/fileobj/Makefile head/editors/fileobj/distinfo Modified: head/editors/fileobj/Makefile ============================================================================== --- head/editors/fileobj/Makefile Mon Nov 21 15:30:19 2016 (r426729) +++ head/editors/fileobj/Makefile Mon Nov 21 15:44:06 2016 (r426730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fileobj -PORTVERSION= 0.7.25 +PORTVERSION= 0.7.44 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/fileobj/distinfo ============================================================================== --- head/editors/fileobj/distinfo Mon Nov 21 15:30:19 2016 (r426729) +++ head/editors/fileobj/distinfo Mon Nov 21 15:44:06 2016 (r426730) @@ -1,2 +1,3 @@ -SHA256 (kusumi-fileobj-v0.7.25_GH0.tar.gz) = 10467547eefc92882f4631582548aaf2e1753043921b55bf0f9bc5f58b348a68 -SIZE (kusumi-fileobj-v0.7.25_GH0.tar.gz) = 98500 +TIMESTAMP = 1479721267 +SHA256 (kusumi-fileobj-v0.7.44_GH0.tar.gz) = acc0095ce5d699c1458adc253ea009a40e538c1f2a1eacc67bfdabb445373198 +SIZE (kusumi-fileobj-v0.7.44_GH0.tar.gz) = 121634 From owner-svn-ports-all@freebsd.org Mon Nov 21 15:52: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 542F9C4C331; Mon, 21 Nov 2016 15:52:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21CDD12A9; Mon, 21 Nov 2016 15:52:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALFqQgN028828; Mon, 21 Nov 2016 15:52:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALFqQxU028826; Mon, 21 Nov 2016 15:52:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211552.uALFqQxU028826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 15:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426731 - head/games/teeworlds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:52:27 -0000 Author: amdmi3 Date: Mon Nov 21 15:52:25 2016 New Revision: 426731 URL: https://svnweb.freebsd.org/changeset/ports/426731 Log: - Update to 0.6.4 MFH: 2016Q4 (security fix) Modified: head/games/teeworlds/Makefile head/games/teeworlds/distinfo Modified: head/games/teeworlds/Makefile ============================================================================== --- head/games/teeworlds/Makefile Mon Nov 21 15:44:06 2016 (r426730) +++ head/games/teeworlds/Makefile Mon Nov 21 15:52:25 2016 (r426731) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= teeworlds -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= games MASTER_SITES= https://downloads.teeworlds.com/ \ http://mirror.amdmi3.ru/distfiles/ @@ -25,7 +24,7 @@ BAM_WRKSRC= ${WRKDIR}/bam-${BAM_VERSION} BAM_TARGET= release USE_GCC= any -PLIST_FILES+= bin/${PORTNAME}_srv +PLIST_FILES= bin/${PORTNAME}_srv PORTDATA= * OPTIONS_DEFINE= SERVER_ONLY Modified: head/games/teeworlds/distinfo ============================================================================== --- head/games/teeworlds/distinfo Mon Nov 21 15:44:06 2016 (r426730) +++ head/games/teeworlds/distinfo Mon Nov 21 15:52:25 2016 (r426731) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473635828 -SHA256 (teeworlds-0.6.3-src.tar.gz) = 490ee7c372898761c609af8d7b0c6bd55942c6c6fcd7f361eefa00abfc70077b -SIZE (teeworlds-0.6.3-src.tar.gz) = 13101446 +TIMESTAMP = 1478890194 +SHA256 (teeworlds-0.6.4-src.tar.gz) = 7815787035a8e2ea83a0b3b08cf862e6af59b78071a268f985b1e76b387f7257 +SIZE (teeworlds-0.6.4-src.tar.gz) = 9084190 SHA256 (bam-0.4.0.tar.gz) = 5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 SIZE (bam-0.4.0.tar.gz) = 206780 From owner-svn-ports-all@freebsd.org Mon Nov 21 15:56: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 D37CCC4C416; Mon, 21 Nov 2016 15:56:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B19514A1; Mon, 21 Nov 2016 15:56:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALFusX9029126; Mon, 21 Nov 2016 15:56:54 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALFus8k029123; Mon, 21 Nov 2016 15:56:54 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611211556.uALFus8k029123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 21 Nov 2016 15:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426732 - head/www/serendipity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 15:56:55 -0000 Author: tz Date: Mon Nov 21 15:56:54 2016 New Revision: 426732 URL: https://svnweb.freebsd.org/changeset/ports/426732 Log: www/serendipity: Upgrade from 2.0.2 to 2.0.4 - https://blog.s9y.org/archives/269-Serendipity-2.0.4-and-2.1-beta2-released.html - https://blog.s9y.org/archives/266-Serendipity-2.0.3-released.html PR: 213968 Submitted by: Jochen Neumeister MFH: 2016Q4 Modified: head/www/serendipity/Makefile head/www/serendipity/distinfo head/www/serendipity/pkg-plist Modified: head/www/serendipity/Makefile ============================================================================== --- head/www/serendipity/Makefile Mon Nov 21 15:52:25 2016 (r426731) +++ head/www/serendipity/Makefile Mon Nov 21 15:56:54 2016 (r426732) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serendipity -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} Modified: head/www/serendipity/distinfo ============================================================================== --- head/www/serendipity/distinfo Mon Nov 21 15:52:25 2016 (r426731) +++ head/www/serendipity/distinfo Mon Nov 21 15:56:54 2016 (r426732) @@ -1,2 +1,3 @@ -SHA256 (serendipity-2.0.2.tar.bz2) = 115e7c9779fe49a8f6f183184457cdce94932561d99f0ec67ac8eb40ba7f29a3 -SIZE (serendipity-2.0.2.tar.bz2) = 4932785 +TIMESTAMP = 1477987974 +SHA256 (serendipity-2.0.4.tar.bz2) = 471c9573e695340cf3bc0312607401381f1881c128131f72b64b555a185be091 +SIZE (serendipity-2.0.4.tar.bz2) = 4923751 Modified: head/www/serendipity/pkg-plist ============================================================================== --- head/www/serendipity/pkg-plist Mon Nov 21 15:52:25 2016 (r426731) +++ head/www/serendipity/pkg-plist Mon Nov 21 15:56:54 2016 (r426732) @@ -2158,6 +2158,7 @@ %%WWWDIR%%/templates/2k11/admin/entries.inc.tpl %%WWWDIR%%/templates/2k11/admin/entries.tpl %%WWWDIR%%/templates/2k11/admin/entries_overview.inc.tpl +%%WWWDIR%%/templates/2k11/admin/font/config.json %%WWWDIR%%/templates/2k11/admin/font/fontello.eot %%WWWDIR%%/templates/2k11/admin/font/fontello.svg %%WWWDIR%%/templates/2k11/admin/font/fontello.ttf From owner-svn-ports-all@freebsd.org Mon Nov 21 16:04: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 C30C9C4C89F; Mon, 21 Nov 2016 16:04:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93F1F1B29; Mon, 21 Nov 2016 16:04: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 uALG4Wi5033209; Mon, 21 Nov 2016 16:04:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALG4Wjd033207; Mon, 21 Nov 2016 16:04:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211604.uALG4Wjd033207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 16:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426733 - 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: Mon, 21 Nov 2016 16:04:33 -0000 Author: amdmi3 Date: Mon Nov 21 16:04:32 2016 New Revision: 426733 URL: https://svnweb.freebsd.org/changeset/ports/426733 Log: - Document Teeworlds remote code execution Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Nov 21 15:56:54 2016 (r426732) +++ head/security/vuxml/vuln.xml Mon Nov 21 16:04:32 2016 (r426733) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + teeworlds -- Remote code execution + + + teeworlds + 0.6.4 + + + + +

Teeworlds project reports:

+
+

Attacker controlled memory-writes and possibly arbitrary code + execution on the client, abusable by any server the client joins

+
+ +
+ + https://www.teeworlds.com/?page=news&id=12086 + + + 2016-11-13 + 2016-11-21 + +
+ jenkins -- Remote code execution vulnerability in remoting module From owner-svn-ports-all@freebsd.org Mon Nov 21 16:12: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 BFDEFC4CD06; Mon, 21 Nov 2016 16:12:59 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C79F20F; Mon, 21 Nov 2016 16:12:59 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALGCwCV037208; Mon, 21 Nov 2016 16:12:58 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGCw49037207; Mon, 21 Nov 2016 16:12:58 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611211612.uALGCw49037207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 16:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426734 - head/sysutils/bareos-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 16:12:59 -0000 Author: acm Date: Mon Nov 21 16:12:58 2016 New Revision: 426734 URL: https://svnweb.freebsd.org/changeset/ports/426734 Log: - Fix distinfo Reported by: Dmitry Marakasov Modified: head/sysutils/bareos-docs/distinfo Modified: head/sysutils/bareos-docs/distinfo ============================================================================== --- head/sysutils/bareos-docs/distinfo Mon Nov 21 16:04:32 2016 (r426733) +++ head/sysutils/bareos-docs/distinfo Mon Nov 21 16:12:58 2016 (r426734) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478549221 -SHA256 (bareos-manual-main-reference.pdf) = 05e0dfa5b9f56c97a57e0a56ead213c46ce97fe7d48ef382759ebe6550325380 -SIZE (bareos-manual-main-reference.pdf) = 3946128 +TIMESTAMP = 1479744631 +SHA256 (bareos-manual-main-reference.pdf) = f226b7aaa4f1be6feadda1a7edfefa0c186ada382ceb61f9c630787b9fbc5b0e +SIZE (bareos-manual-main-reference.pdf) = 3980129 From owner-svn-ports-all@freebsd.org Mon Nov 21 16:26: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 4A20BC4D128; Mon, 21 Nov 2016 16:26:23 +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 0EAC1AAC; Mon, 21 Nov 2016 16:26:22 +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 uALGQMfN041316; Mon, 21 Nov 2016 16:26:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGQMxM041314; Mon, 21 Nov 2016 16:26:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211626.uALGQMxM041314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 16:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426735 - head/games/tanks-of-freedom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 16:26:23 -0000 Author: amdmi3 Date: Mon Nov 21 16:26:21 2016 New Revision: 426735 URL: https://svnweb.freebsd.org/changeset/ports/426735 Log: - Update to 0.6.0 Modified: head/games/tanks-of-freedom/Makefile head/games/tanks-of-freedom/distinfo Modified: head/games/tanks-of-freedom/Makefile ============================================================================== --- head/games/tanks-of-freedom/Makefile Mon Nov 21 16:12:58 2016 (r426734) +++ head/games/tanks-of-freedom/Makefile Mon Nov 21 16:26:21 2016 (r426735) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tanks-of-freedom -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.6.0 DISTVERSIONSUFFIX=-beta CATEGORIES= games Modified: head/games/tanks-of-freedom/distinfo ============================================================================== --- head/games/tanks-of-freedom/distinfo Mon Nov 21 16:12:58 2016 (r426734) +++ head/games/tanks-of-freedom/distinfo Mon Nov 21 16:26:21 2016 (r426735) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473110034 -SHA256 (w84death-Tanks-of-Freedom-0.5.2-beta_GH0.tar.gz) = 08af5b5e769b6b8b23ae04781c41d3928c582f80fd80ebf84eebad70412c9ec4 -SIZE (w84death-Tanks-of-Freedom-0.5.2-beta_GH0.tar.gz) = 13787686 +TIMESTAMP = 1479730631 +SHA256 (w84death-Tanks-of-Freedom-0.6.0-beta_GH0.tar.gz) = 10da699765aca630a3d9dae351d8d1202b01d8f1b14c67832f4d6e7aedd7d807 +SIZE (w84death-Tanks-of-Freedom-0.6.0-beta_GH0.tar.gz) = 13856163 From owner-svn-ports-all@freebsd.org Mon Nov 21 16:33: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 1D43DC4D691; Mon, 21 Nov 2016 16:33:23 +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 DAEFE1049; Mon, 21 Nov 2016 16:33:22 +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 uALGXMLv045293; Mon, 21 Nov 2016 16:33:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGXMFw045292; Mon, 21 Nov 2016 16:33:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211633.uALGXMFw045292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 16:33:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426736 - 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: Mon, 21 Nov 2016 16:33:23 -0000 Author: amdmi3 Date: Mon Nov 21 16:33:21 2016 New Revision: 426736 URL: https://svnweb.freebsd.org/changeset/ports/426736 Log: - Mark BROKEN on 10+ i386: segfaults during build /usr/bin/make sysinfer3m ./racket3m -cqu ./mksystem.rkt system.rktd "cpp -I. -I./include -I./src -I/usr/local/include -DLIBICONV_PLUG -pthread -DUSE_SENORA_GC -DMZ_USES_SHARED_LIB ./src/systype.c" "" "./racket3m" "./racket3m" Seg fault (internal error) at 0x606060a Approved by: portmgr blanket Modified: head/lang/racket/Makefile Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Mon Nov 21 16:26:21 2016 (r426735) +++ head/lang/racket/Makefile Mon Nov 21 16:33:21 2016 (r426736) @@ -24,6 +24,9 @@ LIB_DEPENDS= libffi.so:devel/libffi \ BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build +BROKEN_10_i386= segfaults during build +BROKEN_11_i386= segfaults during build +BROKEN_12_i386= segfaults during build MAKE_JOBS_UNSAFE=yes From owner-svn-ports-all@freebsd.org Mon Nov 21 16:35: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 81141C4D6ED; Mon, 21 Nov 2016 16:35:25 +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 511971186; Mon, 21 Nov 2016 16:35:25 +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 uALGZOf3045496; Mon, 21 Nov 2016 16:35:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGZOoM045495; Mon, 21 Nov 2016 16:35:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211635.uALGZOoM045495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 16:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426737 - head/security/keybase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 16:35:25 -0000 Author: amdmi3 Date: Mon Nov 21 16:35:24 2016 New Revision: 426737 URL: https://svnweb.freebsd.org/changeset/ports/426737 Log: - Mark broken on i386: does not build: vendor/github.com/keybase/go-ps/process.go:39: undefined: processes vendor/github.com/keybase/go-ps/process.go:47: undefined: findProcess Approved by: porgmgr blanket Modified: head/security/keybase/Makefile Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Mon Nov 21 16:33:21 2016 (r426736) +++ head/security/keybase/Makefile Mon Nov 21 16:35:24 2016 (r426737) @@ -11,6 +11,8 @@ COMMENT= Keybase.io client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE +BROKEN_i386= does not build + GO_PKGNAME= github.com/keybase/client/go GO_TARGET= -tags production ${GO_PKGNAME}/keybase USES= go From owner-svn-ports-all@freebsd.org Mon Nov 21 16:36: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 ABE29C4D753; Mon, 21 Nov 2016 16:36: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 7E0D81286; Mon, 21 Nov 2016 16:36: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 uALGa9bq045639; Mon, 21 Nov 2016 16:36:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGa9ik045638; Mon, 21 Nov 2016 16:36:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611211636.uALGa9ik045638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Nov 2016 16:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426738 - 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: Mon, 21 Nov 2016 16:36:10 -0000 Author: amdmi3 Date: Mon Nov 21 16:36:09 2016 New Revision: 426738 URL: https://svnweb.freebsd.org/changeset/ports/426738 Log: - Fix BROKENs Modified: head/lang/racket/Makefile Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Mon Nov 21 16:35:24 2016 (r426737) +++ head/lang/racket/Makefile Mon Nov 21 16:36:09 2016 (r426738) @@ -24,9 +24,9 @@ LIB_DEPENDS= libffi.so:devel/libffi \ BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build -BROKEN_10_i386= segfaults during build -BROKEN_11_i386= segfaults during build -BROKEN_12_i386= segfaults during build +BROKEN_FreeBSD_10_i386= segfaults during build +BROKEN_FreeBSD_11_i386= segfaults during build +BROKEN_FreeBSD_12_i386= segfaults during build MAKE_JOBS_UNSAFE=yes From owner-svn-ports-all@freebsd.org Mon Nov 21 16:41: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 B866BC4D9A5; Mon, 21 Nov 2016 16:41:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 852261746; Mon, 21 Nov 2016 16:41:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALGfUPR048273; Mon, 21 Nov 2016 16:41:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGfUJl048271; Mon, 21 Nov 2016 16:41:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611211641.uALGfUJl048271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 21 Nov 2016 16:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426739 - head/print/lilypond-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 16:41:31 -0000 Author: pi Date: Mon Nov 21 16:41:30 2016 New Revision: 426739 URL: https://svnweb.freebsd.org/changeset/ports/426739 Log: print/lilypond-devel: update 2.19.48 -> 2.19.51 PR: 213656 Changes: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=log;h=refs/tags/release/2.19.51-1 Submitted by: Martin Neubauer (maintainer) Modified: head/print/lilypond-devel/Makefile head/print/lilypond-devel/distinfo Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Mon Nov 21 16:36:09 2016 (r426738) +++ head/print/lilypond-devel/Makefile Mon Nov 21 16:41:30 2016 (r426739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lilypond -PORTVERSION= 2.19.48 +PORTVERSION= 2.19.51 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel Modified: head/print/lilypond-devel/distinfo ============================================================================== --- head/print/lilypond-devel/distinfo Mon Nov 21 16:36:09 2016 (r426738) +++ head/print/lilypond-devel/distinfo Mon Nov 21 16:41:30 2016 (r426739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475512276 -SHA256 (lilypond-2.19.48.tar.gz) = 84b586cfe933a330e964b1c3e95c41525499eca6a5625089044d943e9cc768c8 -SIZE (lilypond-2.19.48.tar.gz) = 16928689 +TIMESTAMP = 1479644742 +SHA256 (lilypond-2.19.51.tar.gz) = 81163eccaeee083681b93b727eed00ed93f57899df9d423aba76f5e800db92ac +SIZE (lilypond-2.19.51.tar.gz) = 17061727 From owner-svn-ports-all@freebsd.org Mon Nov 21 17:35: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 D4B1EC4D9F4; Mon, 21 Nov 2016 17:35:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4A8917CF; Mon, 21 Nov 2016 17:35:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALHZtUw069544; Mon, 21 Nov 2016 17:35:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHZtox069542; Mon, 21 Nov 2016 17:35:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211735.uALHZtox069542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426740 - head/graphics/dcraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:35:56 -0000 Author: sunpoet Date: Mon Nov 21 17:35:55 2016 New Revision: 426740 URL: https://svnweb.freebsd.org/changeset/ports/426740 Log: - Update to 9.27 Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.27.diff Modified: head/graphics/dcraw/Makefile head/graphics/dcraw/distinfo Modified: head/graphics/dcraw/Makefile ============================================================================== --- head/graphics/dcraw/Makefile Mon Nov 21 16:41:30 2016 (r426739) +++ head/graphics/dcraw/Makefile Mon Nov 21 17:35:55 2016 (r426740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcraw -PORTVERSION= 9.26 +PORTVERSION= 9.27 CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet Modified: head/graphics/dcraw/distinfo ============================================================================== --- head/graphics/dcraw/distinfo Mon Nov 21 16:41:30 2016 (r426739) +++ head/graphics/dcraw/distinfo Mon Nov 21 17:35:55 2016 (r426740) @@ -1,2 +1,3 @@ -SHA256 (dcraw-9.26.tar.xz) = 655e147fabdb14a6217f9b1a8b959adc2dc8ed76c2b13cd570e61240c60ebb09 -SIZE (dcraw-9.26.tar.xz) = 83976 +TIMESTAMP = 1479669839 +SHA256 (dcraw-9.27.tar.xz) = 9aa105163b3244912a9db92cb563e1334c0d9ddbd40cc8c5e18ef6d01604e9c5 +SIZE (dcraw-9.27.tar.xz) = 84996 From owner-svn-ports-all@freebsd.org Mon Nov 21 17: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 24814C4DA2A; Mon, 21 Nov 2016 17:36:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C575C1804; Mon, 21 Nov 2016 17:36: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 uALHZxe6069639; Mon, 21 Nov 2016 17:35:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHZxig069638; Mon, 21 Nov 2016 17:35:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211735.uALHZxig069638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426741 - head/graphics/php-geos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:36:01 -0000 Author: sunpoet Date: Mon Nov 21 17:35:59 2016 New Revision: 426741 URL: https://svnweb.freebsd.org/changeset/ports/426741 Log: - Remove duplicate PLIST Deleted: head/graphics/php-geos/pkg-plist From owner-svn-ports-all@freebsd.org Mon Nov 21 17: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 8F4D8C4DA60; Mon, 21 Nov 2016 17:36: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 6BE3918E7; Mon, 21 Nov 2016 17:36: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 uALHa4hb069777; Mon, 21 Nov 2016 17:36:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHa4Uq069774; Mon, 21 Nov 2016 17:36:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHa4Uq069774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426742 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:36:05 -0000 Author: sunpoet Date: Mon Nov 21 17:36:04 2016 New Revision: 426742 URL: https://svnweb.freebsd.org/changeset/ports/426742 Log: - Update to 3.10.10 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v3.10.10/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon Nov 21 17:35:59 2016 (r426741) +++ head/www/npm/Makefile Mon Nov 21 17:36:04 2016 (r426742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 3.10.9 +PORTVERSION= 3.10.10 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Mon Nov 21 17:35:59 2016 (r426741) +++ head/www/npm/distinfo Mon Nov 21 17:36:04 2016 (r426742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477514027 -SHA256 (npm-3.10.9.tar.xz) = 0e456427d40146581ab425bb1b2de9c525ee6402cde7a2fe4e5775889ae51e56 -SIZE (npm-3.10.9.tar.xz) = 2459328 +TIMESTAMP = 1479668998 +SHA256 (npm-3.10.10.tar.xz) = 9d39478222a355f52557030fa623824609d78086eb382b7e8de78c98dcf45bca +SIZE (npm-3.10.10.tar.xz) = 2492432 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon Nov 21 17:35:59 2016 (r426741) +++ head/www/npm/pkg-plist Mon Nov 21 17:36:04 2016 (r426742) @@ -3439,6 +3439,8 @@ lib/node_modules/npm/scripts/publish-tag lib/node_modules/npm/scripts/release.sh lib/node_modules/npm/scripts/relocate.sh lib/node_modules/npm/scripts/update-authors.sh +lib/node_modules/npm/test/broken-under-nyc-and-travis/lifecycle-path.js +lib/node_modules/npm/test/broken-under-nyc-and-travis/whoami.js lib/node_modules/npm/test/common-tap.js lib/node_modules/npm/test/fixtures/config/builtin lib/node_modules/npm/test/fixtures/config/globalconfig @@ -3468,6 +3470,7 @@ lib/node_modules/npm/test/network/legacy lib/node_modules/npm/test/network/legacy-url-dep.js lib/node_modules/npm/test/network/outdated-symlink.js lib/node_modules/npm/test/network/registry.js +lib/node_modules/npm/test/slow/legacy-npm-self-install.js lib/node_modules/npm/test/tap/00-check-mock-dep.js lib/node_modules/npm/test/tap/00-config-setup.js lib/node_modules/npm/test/tap/00-verify-bundle-deps.js @@ -3594,13 +3597,11 @@ lib/node_modules/npm/test/tap/legacy-dir lib/node_modules/npm/test/tap/legacy-ignore-nested-nm.js lib/node_modules/npm/test/tap/legacy-missing-bindir.js lib/node_modules/npm/test/tap/legacy-no-auth-leak.js -lib/node_modules/npm/test/tap/legacy-npm-self-install.js lib/node_modules/npm/test/tap/legacy-platform-all.js lib/node_modules/npm/test/tap/legacy-platform.js lib/node_modules/npm/test/tap/legacy-private.js lib/node_modules/npm/test/tap/legacy-test-package.js lib/node_modules/npm/test/tap/lifecycle-order.js -lib/node_modules/npm/test/tap/lifecycle-path.js lib/node_modules/npm/test/tap/lifecycle-signal.js lib/node_modules/npm/test/tap/lifecycle.js lib/node_modules/npm/test/tap/link.js @@ -3735,5 +3736,4 @@ lib/node_modules/npm/test/tap/version-su lib/node_modules/npm/test/tap/version-sub-directory.js lib/node_modules/npm/test/tap/version-update-shrinkwrap.js lib/node_modules/npm/test/tap/view.js -lib/node_modules/npm/test/tap/whoami.js lib/node_modules/npm/test/tap/zz-cleanup.js From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 D4D72C4DA84; Mon, 21 Nov 2016 17:36: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 A503919B6; Mon, 21 Nov 2016 17:36: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 uALHa8g9069894; Mon, 21 Nov 2016 17:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHa8hx069892; Mon, 21 Nov 2016 17:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHa8hx069892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426743 - head/databases/p5-DBD-mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:36:09 -0000 Author: sunpoet Date: Mon Nov 21 17:36:08 2016 New Revision: 426743 URL: https://svnweb.freebsd.org/changeset/ports/426743 Log: - Update to 4.040 Changes: http://search.cpan.org/dist/DBD-mysql/Changes Modified: head/databases/p5-DBD-mysql/Makefile head/databases/p5-DBD-mysql/distinfo Modified: head/databases/p5-DBD-mysql/Makefile ============================================================================== --- head/databases/p5-DBD-mysql/Makefile Mon Nov 21 17:36:04 2016 (r426742) +++ head/databases/p5-DBD-mysql/Makefile Mon Nov 21 17:36:08 2016 (r426743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-mysql -PORTVERSION= 4.039 +PORTVERSION= 4.040 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-mysql/distinfo ============================================================================== --- head/databases/p5-DBD-mysql/distinfo Mon Nov 21 17:36:04 2016 (r426742) +++ head/databases/p5-DBD-mysql/distinfo Mon Nov 21 17:36:08 2016 (r426743) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479542845 -SHA256 (DBD-mysql-4.039.tar.gz) = 1602a9d22e13bd2c5b27e8e2f2a7cc7fa08d6ce53162b0aa12b5d7d5e41a974c -SIZE (DBD-mysql-4.039.tar.gz) = 149928 +TIMESTAMP = 1479732114 +SHA256 (DBD-mysql-4.040.tar.gz) = a3438bba3cce02b13870b146b9db76a519b98e978d9dfe8516a63daff2989040 +SIZE (DBD-mysql-4.040.tar.gz) = 149783 From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 B19CCC4DAAD; Mon, 21 Nov 2016 17:36: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 562221A5D; Mon, 21 Nov 2016 17:36: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 uALHaDBe070013; Mon, 21 Nov 2016 17:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHaD7t070011; Mon, 21 Nov 2016 17:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHaD7t070011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426744 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:36:15 -0000 Author: sunpoet Date: Mon Nov 21 17:36:13 2016 New Revision: 426744 URL: https://svnweb.freebsd.org/changeset/ports/426744 Log: - Update to 3.00 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Mon Nov 21 17:36:08 2016 (r426743) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Mon Nov 21 17:36:13 2016 (r426744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.98 +PORTVERSION= 3.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Mon Nov 21 17:36:08 2016 (r426743) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Mon Nov 21 17:36:13 2016 (r426744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478453321 -SHA256 (CPAN-Perl-Releases-2.98.tar.gz) = 7b79961b439fe4e7e3a6b0b3e8b79357445cb0f6f708d83018b368bddc121963 -SIZE (CPAN-Perl-Releases-2.98.tar.gz) = 24660 +TIMESTAMP = 1479732121 +SHA256 (CPAN-Perl-Releases-3.00.tar.gz) = 665f312546ad918cbb567049927c57f38ab0081bb8bcb9ec886effd8e086d882 +SIZE (CPAN-Perl-Releases-3.00.tar.gz) = 25059 From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 274CCC4DAD9; Mon, 21 Nov 2016 17:36: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 B06021B4B; Mon, 21 Nov 2016 17:36: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 uALHaH5U070130; Mon, 21 Nov 2016 17:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHaH96070128; Mon, 21 Nov 2016 17:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHaH96070128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426745 - head/math/p5-Math-BigInt-FastCalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:36:19 -0000 Author: sunpoet Date: Mon Nov 21 17:36:17 2016 New Revision: 426745 URL: https://svnweb.freebsd.org/changeset/ports/426745 Log: - Update to 0.5001 Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Modified: head/math/p5-Math-BigInt-FastCalc/Makefile head/math/p5-Math-BigInt-FastCalc/distinfo Modified: head/math/p5-Math-BigInt-FastCalc/Makefile ============================================================================== --- head/math/p5-Math-BigInt-FastCalc/Makefile Mon Nov 21 17:36:13 2016 (r426744) +++ head/math/p5-Math-BigInt-FastCalc/Makefile Mon Nov 21 17:36:17 2016 (r426745) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.5000 +PORTVERSION= 0.5001 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-BigInt-FastCalc/distinfo ============================================================================== --- head/math/p5-Math-BigInt-FastCalc/distinfo Mon Nov 21 17:36:13 2016 (r426744) +++ head/math/p5-Math-BigInt-FastCalc/distinfo Mon Nov 21 17:36:17 2016 (r426745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554292 -SHA256 (Math-BigInt-FastCalc-0.5000.tar.gz) = 219b5d688a76fd98fd54839a6153aa53912d3421a7ee82afaaddf62628e60234 -SIZE (Math-BigInt-FastCalc-0.5000.tar.gz) = 2261645 +TIMESTAMP = 1479732131 +SHA256 (Math-BigInt-FastCalc-0.5001.tar.gz) = 9b465b0acd5ca0e0941cfa72230b9088b7fbb90d0ce2e1bd50cbc27324941214 +SIZE (Math-BigInt-FastCalc-0.5001.tar.gz) = 2261793 From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 5C43CC4DB2E; Mon, 21 Nov 2016 17:36: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 075941C3B; Mon, 21 Nov 2016 17:36: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 uALHaMO9070249; Mon, 21 Nov 2016 17:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHaMsh070248; Mon, 21 Nov 2016 17:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHaMsh070248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426746 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 17:36:23 -0000 Author: sunpoet Date: Mon Nov 21 17:36:21 2016 New Revision: 426746 URL: https://svnweb.freebsd.org/changeset/ports/426746 Log: - Update to 2016.11.20 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Nov 21 17:36:17 2016 (r426745) +++ head/german/mythes/Makefile Mon Nov 21 17:36:21 2016 (r426746) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.22 +PORTVERSION= 2016.11.20 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Nov 21 17:36:17 2016 (r426745) +++ head/german/mythes/distinfo Mon Nov 21 17:36:21 2016 (r426746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464208280 -SHA256 (mythes/Deutscher-Thesaurus-20160522.oxt) = b41b04ce103ada4147816e56fa823244308a2a459ef5fa149fca79b3b6edd758 -SIZE (mythes/Deutscher-Thesaurus-20160522.oxt) = 7647356 +TIMESTAMP = 1479732013 +SHA256 (mythes/Deutscher-Thesaurus-20161120.oxt) = c778e8b051b90e628d4fa0d5e76586079939ddf81d64803447c93228360c06a7 +SIZE (mythes/Deutscher-Thesaurus-20161120.oxt) = 8077158 From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 81F0EC4DBB4; Mon, 21 Nov 2016 17:36: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 4B43B1DFE; Mon, 21 Nov 2016 17:36: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 uALHaVO5070484; Mon, 21 Nov 2016 17:36:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHaVlh070482; Mon, 21 Nov 2016 17:36:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHaVlh070482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426748 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 17:36:32 -0000 Author: sunpoet Date: Mon Nov 21 17:36:31 2016 New Revision: 426748 URL: https://svnweb.freebsd.org/changeset/ports/426748 Log: - Update to 2016.11.20 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Nov 21 17:36:26 2016 (r426747) +++ head/textproc/sk-mythes/Makefile Mon Nov 21 17:36:31 2016 (r426748) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.22 +PORTVERSION= 2016.11.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Nov 21 17:36:26 2016 (r426747) +++ head/textproc/sk-mythes/distinfo Mon Nov 21 17:36:31 2016 (r426748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464208298 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20160522.zip) = 63bb0f2d91509d2da9f967125fd317c412a7ec705f444edaa7a450c4542feee6 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20160522.zip) = 239537 +TIMESTAMP = 1479732017 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20161120.zip) = 3b48151770d262286c9569e5ac3bab0aa1b952429237f7c5f76ac8247b854491 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20161120.zip) = 239397 From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 8B31BC4DBEF; Mon, 21 Nov 2016 17:36: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 51EE91EBE; Mon, 21 Nov 2016 17:36: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 uALHaZhA070585; Mon, 21 Nov 2016 17:36:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHaZeN070584; Mon, 21 Nov 2016 17:36:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHaZeN070584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426749 - head/ftp/wget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 17:36:36 -0000 Author: sunpoet Date: Mon Nov 21 17:36:35 2016 New Revision: 426749 URL: https://svnweb.freebsd.org/changeset/ports/426749 Log: - Add METALINK and PSL options ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl PR: 214269 Differential Revision: https://reviews.freebsd.org/D8456 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Modified: head/ftp/wget/Makefile Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Mon Nov 21 17:36:31 2016 (r426748) +++ head/ftp/wget/Makefile Mon Nov 21 17:36:35 2016 (r426749) @@ -20,7 +20,7 @@ OPTIONS_SUB= yes OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL=GNUTLS OPENSSL -OPTIONS_DEFINE= IPV6 NLS IDN PCRE +OPTIONS_DEFINE= IPV6 NLS IDN METALINK PCRE PSL OPTIONS_DEFAULT=OPENSSL IDN PCRE_DESC= Support Perl regular expressions in addition to POSIX @@ -37,11 +37,17 @@ IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_ENABLE= iri IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE} +METALINK_CONFIGURE_WITH=metalink +METALINK_LIB_DEPENDS= libmetalink.so:misc/libmetalink + PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CPPFLAGS= -I${LOCALBASE}/include PCRE_LDFLAGS= -L${LOCALBASE}/lib PCRE_CONFIGURE_ENV_OFF= ac_cv_header_pcre_h=no +PSL_CONFIGURE_WITH= libpsl +PSL_LIB_DEPENDS= libpsl.so:dns/libpsl + .include .if ${PORT_OPTIONS:MOPENSSL} From owner-svn-ports-all@freebsd.org Mon Nov 21 17:36: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 2CE12C4DB68; Mon, 21 Nov 2016 17:36: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 DA9461D2A; Mon, 21 Nov 2016 17:36: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 uALHaQdt070365; Mon, 21 Nov 2016 17:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALHaQVY070363; Mon, 21 Nov 2016 17:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611211736.uALHaQVY070363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Nov 2016 17:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426747 - head/textproc/en-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 17:36:28 -0000 Author: sunpoet Date: Mon Nov 21 17:36:26 2016 New Revision: 426747 URL: https://svnweb.freebsd.org/changeset/ports/426747 Log: - Update to 2016.11.20 - Add maintainer section Modified: head/textproc/en-hunspell/Makefile head/textproc/en-hunspell/distinfo Modified: head/textproc/en-hunspell/Makefile ============================================================================== --- head/textproc/en-hunspell/Makefile Mon Nov 21 17:36:21 2016 (r426746) +++ head/textproc/en-hunspell/Makefile Mon Nov 21 17:36:26 2016 (r426747) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 2016.06.26 +PORTVERSION= 2016.11.20 CATEGORIES= textproc MASTER_SITES= SF/wordlist/speller/${PORTVERSION}/ PKGNAMEPREFIX= en- @@ -88,4 +88,16 @@ do-install-US_LARGE-on: ${LN} -s en_US-large.aff ${STAGEDIR}${DATADIR}/en_US.aff ${LN} -s en_US-large.dic ${STAGEDIR}${DATADIR}/en_US.dic +# maintainer section: + +.if defined(MAINTAINER_MODE) +DISTFILES= hunspell-en_CA-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_CA-large-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_GB-large-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_GB-ise-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_GB-ize-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_US-${PORTVERSION}${EXTRACT_SUFX} \ + hunspell-en_US-large-${PORTVERSION}${EXTRACT_SUFX} +.endif + .include Modified: head/textproc/en-hunspell/distinfo ============================================================================== --- head/textproc/en-hunspell/distinfo Mon Nov 21 17:36:21 2016 (r426746) +++ head/textproc/en-hunspell/distinfo Mon Nov 21 17:36:26 2016 (r426747) @@ -1,15 +1,15 @@ -TIMESTAMP = 1467890198 -SHA256 (hunspell/hunspell-en_CA-large-2016.06.26.zip) = 823a4375515e52ca4c3331a70b1de0dd032c3292adb94a700ba84b065c6d744b -SIZE (hunspell/hunspell-en_CA-large-2016.06.26.zip) = 312211 -SHA256 (hunspell/hunspell-en_CA-2016.06.26.zip) = 5ea189fe8159d16b4acdf1a2fef5a27fb62a3c861c62555a995c4b056a9c766a -SIZE (hunspell/hunspell-en_CA-2016.06.26.zip) = 196542 -SHA256 (hunspell/hunspell-en_GB-ise-2016.06.26.zip) = f6d78e0be076efca0de0dff4e97c3cfd0872367a4cea0cc2ce6ade20de689e2a -SIZE (hunspell/hunspell-en_GB-ise-2016.06.26.zip) = 196673 -SHA256 (hunspell/hunspell-en_GB-ize-2016.06.26.zip) = 7e9abe563ce9e2465f837f3278a74415517c8022fd273fa1d6ddc4a2ac1596e1 -SIZE (hunspell/hunspell-en_GB-ize-2016.06.26.zip) = 196623 -SHA256 (hunspell/hunspell-en_GB-large-2016.06.26.zip) = 68c0035d6ee49eef8dee4869818b8088817250ec61a22bd1b48979994818241f -SIZE (hunspell/hunspell-en_GB-large-2016.06.26.zip) = 314738 -SHA256 (hunspell/hunspell-en_US-2016.06.26.zip) = fd3827f91a609a4e9d3d0dbcf4b1d450667af26d15199de4812eeb88304dcd3f -SIZE (hunspell/hunspell-en_US-2016.06.26.zip) = 196039 -SHA256 (hunspell/hunspell-en_US-large-2016.06.26.zip) = 16a431777e6ed6c471d521defe11cdc492da0322b8b90d9f2ea3aef7d8284408 -SIZE (hunspell/hunspell-en_US-large-2016.06.26.zip) = 310721 +TIMESTAMP = 1479734265 +SHA256 (hunspell/hunspell-en_CA-2016.11.20.zip) = ec21856e3de83d02a2b28cbad7bcad45be58546010a53ec1111637f0f8bb9afe +SIZE (hunspell/hunspell-en_CA-2016.11.20.zip) = 196688 +SHA256 (hunspell/hunspell-en_CA-large-2016.11.20.zip) = d9061f967d647ca500f821164b1908cf02831909423d8f4dd0496a332702f8a4 +SIZE (hunspell/hunspell-en_CA-large-2016.11.20.zip) = 312452 +SHA256 (hunspell/hunspell-en_GB-large-2016.11.20.zip) = 1dbfa6eb6ef9143be0fd3274e22b6d961cfae73ee78db8227f8df27fdae832a4 +SIZE (hunspell/hunspell-en_GB-large-2016.11.20.zip) = 314910 +SHA256 (hunspell/hunspell-en_GB-ise-2016.11.20.zip) = 1e800832d2d1f85b134b54e8227e261312935101538a1e662c014a009e72919a +SIZE (hunspell/hunspell-en_GB-ise-2016.11.20.zip) = 196817 +SHA256 (hunspell/hunspell-en_GB-ize-2016.11.20.zip) = 8d9574d675f6c2dabe8639900d630c21bd0673f0c8760d180ca90d422b49d97e +SIZE (hunspell/hunspell-en_GB-ize-2016.11.20.zip) = 196762 +SHA256 (hunspell/hunspell-en_US-2016.11.20.zip) = c895198fc88a2f368bc09f2eebed46c01d98d82724542de5e688a6c75ddc1414 +SIZE (hunspell/hunspell-en_US-2016.11.20.zip) = 196166 +SHA256 (hunspell/hunspell-en_US-large-2016.11.20.zip) = 6546eae2501b8508f69bf9da9a53b95382251ff4393ccbc5e5ab45a2ec993619 +SIZE (hunspell/hunspell-en_US-large-2016.11.20.zip) = 310851 From owner-svn-ports-all@freebsd.org Mon Nov 21 18: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 1C2BCC4C522; Mon, 21 Nov 2016 18:00: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 E27A7F57; Mon, 21 Nov 2016 18:00:10 +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 uALI0AqE078742; Mon, 21 Nov 2016 18:00:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALI09B5078740; Mon, 21 Nov 2016 18:00:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611211800.uALI09B5078740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 21 Nov 2016 18:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426750 - 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: Mon, 21 Nov 2016 18:00:11 -0000 Author: pi Date: Mon Nov 21 18:00:09 2016 New Revision: 426750 URL: https://svnweb.freebsd.org/changeset/ports/426750 Log: dns/dnsviz: update 0.6.4 -> 0.6.5 Changes: https://github.com/dnsviz/dnsviz/releases Modified: head/dns/dnsviz/Makefile head/dns/dnsviz/distinfo Modified: head/dns/dnsviz/Makefile ============================================================================== --- head/dns/dnsviz/Makefile Mon Nov 21 17:36:35 2016 (r426749) +++ head/dns/dnsviz/Makefile Mon Nov 21 18:00:09 2016 (r426750) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsviz -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 DISTVERSIONPREFIX=v CATEGORIES= dns Modified: head/dns/dnsviz/distinfo ============================================================================== --- head/dns/dnsviz/distinfo Mon Nov 21 17:36:35 2016 (r426749) +++ head/dns/dnsviz/distinfo Mon Nov 21 18:00:09 2016 (r426750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478809695 -SHA256 (dnsviz-dnsviz-v0.6.4_GH0.tar.gz) = 922cff896b1f66c836df6e65fdcf938cbf7166ef3d7fced0f168d095798ba328 -SIZE (dnsviz-dnsviz-v0.6.4_GH0.tar.gz) = 325971 +TIMESTAMP = 1479746537 +SHA256 (dnsviz-dnsviz-v0.6.5_GH0.tar.gz) = 1c57d2a15f0d02b38191809b0fb17381cf82898402e9de5272b1eec934bc2afe +SIZE (dnsviz-dnsviz-v0.6.5_GH0.tar.gz) = 326027 From owner-svn-ports-all@freebsd.org Mon Nov 21 18:33: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 48210C4D557; Mon, 21 Nov 2016 18:33:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F03EFFEB; Mon, 21 Nov 2016 18:33:40 +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 C9CD0BDDA0; Mon, 21 Nov 2016 19:33:37 +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 A3804BDD03; Mon, 21 Nov 2016 19:33:37 +0100 (CET) Subject: Re: svn commit: r426722 - in head/lang: . pocl pocl/files To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611211436.uALEaprl096393@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <882131e7-54d5-9d24-98de-3297a29c187a@FreeBSD.org> Date: Mon, 21 Nov 2016 19:33:35 +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: <201611211436.uALEaprl096393@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ngcH36W71txbFufv0PAbhPWfID6e7wi6o" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 18:33:41 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ngcH36W71txbFufv0PAbhPWfID6e7wi6o Content-Type: multipart/mixed; boundary="kfNgMNQQI5Cs25EPt4SGMSHhbcqQC5skd"; protected-headers="v1" From: Mathieu Arnold To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <882131e7-54d5-9d24-98de-3297a29c187a@FreeBSD.org> Subject: Re: svn commit: r426722 - in head/lang: . pocl pocl/files References: <201611211436.uALEaprl096393@repo.freebsd.org> In-Reply-To: <201611211436.uALEaprl096393@repo.freebsd.org> --kfNgMNQQI5Cs25EPt4SGMSHhbcqQC5skd Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 21/11/2016 =C3=A0 15:36, Koop Mast a =C3=A9crit : > +#USES=3D autoreconf gmake localbase pathfix pkgconfig libtool > +USES=3D gmake localbase ncurses pathfix pkgconfig libtool:keepla > + > +#CONFIGURE_ARGS+=3D --enable-pedantic Commented out lines in Makefiles makes you wonder about the quality of the submission, wether it is a work in progress, or a final patch > +do-test: > + cd ${WRKSRC} && ${GMAKE} check NEVER use GMAKE, it is always called MAKE_CMD. Also, all this should be written as: TEST_TARGET=3D check --=20 Mathieu Arnold --kfNgMNQQI5Cs25EPt4SGMSHhbcqQC5skd-- --ngcH36W71txbFufv0PAbhPWfID6e7wi6o 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 iQJ8BAEBCgBmBQJYMz4BXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IncAP/1dX9giav29fe45dr4T+liyl 1Fl2zbBGi8AA4at/G4VikYaf/GlNIo2pRGKBqCciIxXvo7nNfMs3DHBiIV1hr4kO KHcBiMFy8WBq3HlMocnP97Ujf67RPqp2nemw0ij35nC7tAE7aL20mt6gfNZYwd2g nHw/w4djOBqpx7SgXtvmbZTxhxfuFzV9yaD/0qvv3yKIn0vPpk07GTEdMYn/AMLF hnaUXZ5CWSKEnxloMnxQ3A1PF4ReYYkwuwt1Dm3/NpchnG+abuIgUjHJTu01HRbw AymIB3MyueZtSdAN5J/fIEcur7B0dsoRO2w0wZ6R2dVqNMT2p+mIRMKvHWZGHXqa +Z9eQNaDkA5Cm7Z1jNMsUC/FSrwBCd/DvjWnoXyvVZ/vpCfdeFTgG6TtLowaamui jUy9JOQWS6Bc264w/Y8jjL4JOm6Pm7j3t/RmJ+grkK7TayIHVGNjK0DcCzp0A9bK QQxSF/RoI3G9ojqdo/cznOpJRsNP8EcnflD1yhrmvZGFdFmIh1Njxz9y2PTfb7F4 CE7t7VvwVcZcTysfe6+MSXbccPCNlV94mRf3DL381qAJuHXuqR4NAvPK73wiXviX 86thmEYReA+uCIpsO6nfKS1GXR14QT9LW34HPZAUzbujF+ns/CN4dqUY0rE/A5Dn +34HLGG5YEc6sBXN54i6 =xwEl -----END PGP SIGNATURE----- --ngcH36W71txbFufv0PAbhPWfID6e7wi6o-- From owner-svn-ports-all@freebsd.org Mon Nov 21 19:31: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 7320DC4D8BC; Mon, 21 Nov 2016 19:31:23 +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 449AD9BE; Mon, 21 Nov 2016 19:31:23 +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 uALJVMmJ016700; Mon, 21 Nov 2016 19:31:22 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALJVMp8016699; Mon, 21 Nov 2016 19:31:22 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201611211931.uALJVMp8016699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Mon, 21 Nov 2016 19:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r426751 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 19:31:23 -0000 Author: jpaetzel Date: Mon Nov 21 19:31:22 2016 New Revision: 426751 URL: https://svnweb.freebsd.org/changeset/ports/426751 Log: Welcome Mikhail Pchelin to the ranks of FreeBSD committers. William Gryzbowski and I will be his mentors. Approved by: portmgr Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Mon Nov 21 18:00:09 2016 (r426750) +++ svnadmin/conf/access Mon Nov 21 19:31:22 2016 (r426751) @@ -123,6 +123,7 @@ mat matthew mi devnull mich +misha mm mr mva Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Mon Nov 21 18:00:09 2016 (r426750) +++ svnadmin/conf/mentors Mon Nov 21 19:31:22 2016 (r426751) @@ -22,6 +22,7 @@ gnn skreuzer ian sbruno Co-mentor: mat jrm swills Co-mentor: amdmi3 kami cs Co-mentor: koobs +misha jpaetzel Co-mentor: wg olivier jadawin Co-mentor: tabthorpe rpaulo bapt Co-mentor: swills tcberner rakuco Co-mentor: mat From owner-svn-ports-all@freebsd.org Mon Nov 21 20:30: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 39236C4DA53; Mon, 21 Nov 2016 20:30:07 +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 08A2910E4; Mon, 21 Nov 2016 20:30:06 +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 uALKU6Mc038462; Mon, 21 Nov 2016 20:30:06 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALKU6KF038461; Mon, 21 Nov 2016 20:30:06 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611212030.uALKU6KF038461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 21 Nov 2016 20:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426752 - head/irc/dxirc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 20:30:07 -0000 Author: jhale Date: Mon Nov 21 20:30:05 2016 New Revision: 426752 URL: https://svnweb.freebsd.org/changeset/ports/426752 Log: Unbreak fetch, project now hosted on SourceForge. Newer version available. Approved by: portmgr (blanket) MFH: 2016Q4 (blanket) Modified: head/irc/dxirc/Makefile Modified: head/irc/dxirc/Makefile ============================================================================== --- head/irc/dxirc/Makefile Mon Nov 21 19:31:22 2016 (r426751) +++ head/irc/dxirc/Makefile Mon Nov 21 20:30:05 2016 (r426752) @@ -4,7 +4,7 @@ PORTNAME= dxirc PORTVERSION= 1.10.0 PORTREVISION= 3 CATEGORIES= irc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= arch_dvx@users.sourceforge.net COMMENT= Simple IRC client written using the FOX toolkit @@ -12,8 +12,6 @@ COMMENT= Simple IRC client written using LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 USE_XORG= xft From owner-svn-ports-all@freebsd.org Mon Nov 21 20:31: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 6E463C4DAA6; Mon, 21 Nov 2016 20:31: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 3D7951449; Mon, 21 Nov 2016 20:31: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 uALKVtMj041352; Mon, 21 Nov 2016 20:31:55 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALKVtXI041351; Mon, 21 Nov 2016 20:31:55 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611212031.uALKVtXI041351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 21 Nov 2016 20:31:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426753 - branches/2016Q4/irc/dxirc 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, 21 Nov 2016 20:31:56 -0000 Author: jhale Date: Mon Nov 21 20:31:55 2016 New Revision: 426753 URL: https://svnweb.freebsd.org/changeset/ports/426753 Log: MFH: r426752 Unbreak fetch, project now hosted on SourceForge. Newer version available. Approved by: portmgr (blanket) Approved by: ports-secteam (blanket) Modified: branches/2016Q4/irc/dxirc/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/irc/dxirc/Makefile ============================================================================== --- branches/2016Q4/irc/dxirc/Makefile Mon Nov 21 20:30:05 2016 (r426752) +++ branches/2016Q4/irc/dxirc/Makefile Mon Nov 21 20:31:55 2016 (r426753) @@ -4,7 +4,7 @@ PORTNAME= dxirc PORTVERSION= 1.10.0 PORTREVISION= 3 CATEGORIES= irc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= arch_dvx@users.sourceforge.net COMMENT= Simple IRC client written using the FOX toolkit @@ -12,8 +12,6 @@ COMMENT= Simple IRC client written using LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 USE_XORG= xft From owner-svn-ports-all@freebsd.org Mon Nov 21 20:59: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 1B999C4D19B; Mon, 21 Nov 2016 20:59:12 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC5A37C; Mon, 21 Nov 2016 20:59:11 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALKxB1X050446; Mon, 21 Nov 2016 20:59:11 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALKxAUt050440; Mon, 21 Nov 2016 20:59:10 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212059.uALKxAUt050440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 20:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426754 - in head/sysutils: bareos-client bareos-client-static bareos-server bareos-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, 21 Nov 2016 20:59:12 -0000 Author: acm Date: Mon Nov 21 20:59:10 2016 New Revision: 426754 URL: https://svnweb.freebsd.org/changeset/ports/426754 Log: - Fix start when /var/run is on TMPFS - Bump PORTREVISION PR: 212282 Submitted by: O. Hartmann ohartmann (_at_) walstatt.org Modified: head/sysutils/bareos-client-static/Makefile head/sysutils/bareos-client/Makefile head/sysutils/bareos-server/Makefile head/sysutils/bareos-server/files/bareos-dir.in head/sysutils/bareos-server/files/bareos-fd.in head/sysutils/bareos-server/files/bareos-sd.in Modified: head/sysutils/bareos-client-static/Makefile ============================================================================== --- head/sysutils/bareos-client-static/Makefile Mon Nov 21 20:31:55 2016 (r426753) +++ head/sysutils/bareos-client-static/Makefile Mon Nov 21 20:59:10 2016 (r426754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bareos -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -client-static COMMENT= Backup archiving recovery open sourced (static client) Modified: head/sysutils/bareos-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Mon Nov 21 20:31:55 2016 (r426753) +++ head/sysutils/bareos-client/Makefile Mon Nov 21 20:59:10 2016 (r426754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bareos -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Mon Nov 21 20:31:55 2016 (r426753) +++ head/sysutils/bareos-server/Makefile Mon Nov 21 20:59:10 2016 (r426754) @@ -4,7 +4,7 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ DISTVERSION= 16.2.4 -#PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= -server Modified: head/sysutils/bareos-server/files/bareos-dir.in ============================================================================== --- head/sysutils/bareos-server/files/bareos-dir.in Mon Nov 21 20:31:55 2016 (r426753) +++ head/sysutils/bareos-server/files/bareos-dir.in Mon Nov 21 20:59:10 2016 (r426754) @@ -39,4 +39,8 @@ bareos_dir_testconfig() eval ${command} ${bareos_dir_flags} -t } +start_precmd() { + [ -d "${pidfile%/*}" ] || install -d -o bareos -g bareos ${pidfile%/*} +} + run_rc_command "$1" Modified: head/sysutils/bareos-server/files/bareos-fd.in ============================================================================== --- head/sysutils/bareos-server/files/bareos-fd.in Mon Nov 21 20:31:55 2016 (r426753) +++ head/sysutils/bareos-server/files/bareos-fd.in Mon Nov 21 20:59:10 2016 (r426754) @@ -31,4 +31,17 @@ command=%%PREFIX%%/sbin/bareos-fd command_args="-c ${bareos_fd_config}" pidfile="${bareos_fd_pidfile}" +start_precmd() { + [ -d "${pidfile%/*}" ] || { + getent passwd bareos > /dev/null 2&>1 + if [ $? -eq 0] ; then + # user bareos exists + install -d -o bareos -g bareos ${pidfile%/*} + else + # bareos_fd as solitair service + install -d -o root -g wheel ${pidfile%/*} + fi + } +} + run_rc_command "$1" Modified: head/sysutils/bareos-server/files/bareos-sd.in ============================================================================== --- head/sysutils/bareos-server/files/bareos-sd.in Mon Nov 21 20:31:55 2016 (r426753) +++ head/sysutils/bareos-server/files/bareos-sd.in Mon Nov 21 20:59:10 2016 (r426754) @@ -29,6 +29,10 @@ load_rc_config $name command=%%PREFIX%%/sbin/bareos-sd command_args="-c ${bareos_sd_config}" -pidfile="${bacula_sd_pidfile}" +pidfile="${bareos_sd_pidfile}" + +start_precmd() { + [ -d "${pidfile%/*}" ] || install -d -o bareos -g bareos ${pidfile%/*} +} run_rc_command "$1" From owner-svn-ports-all@freebsd.org Mon Nov 21 21:07: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 D3B18C4D4FF; Mon, 21 Nov 2016 21:07:31 +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 B0A85890; Mon, 21 Nov 2016 21:07:31 +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 uALL7UaT054501; Mon, 21 Nov 2016 21:07:30 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALL7Unc054498; Mon, 21 Nov 2016 21:07:30 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201611212107.uALL7Unc054498@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: Mon, 21 Nov 2016 21:07:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426755 - in head/devel/cargo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 21:07:31 -0000 Author: dumbbell (src committer) Date: Mon Nov 21 21:07:30 2016 New Revision: 426755 URL: https://svnweb.freebsd.org/changeset/ports/426755 Log: devel/cargo: Update to 0.14.0 This implicitely fixes the fact that the previous bootstrap archive fetch was failing because it was updated from a snapshot of 0.12.0-nightly to 0.13.0-nightly, even though the same URL was used. Approved by: jbeich Differential Revision: https://reviews.freebsd.org/D8596 Modified: head/devel/cargo/Makefile head/devel/cargo/distinfo head/devel/cargo/files/patch-src_snapshots.txt Modified: head/devel/cargo/Makefile ============================================================================== --- head/devel/cargo/Makefile Mon Nov 21 20:59:10 2016 (r426754) +++ head/devel/cargo/Makefile Mon Nov 21 21:07:30 2016 (r426755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cargo -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= devel MAINTAINER= dumbbell@FreeBSD.org @@ -33,8 +33,8 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT # This is a collection of mainly shell scripts which are used to # install Cargo. -MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-08-21/:bootstrap \ - LOCAL/jbeich:registry +MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-11-02/:bootstrap \ + LOCAL/dumbbell/cargo:registry .if !defined(SKIP_CARGO_REGISTRY) DISTFILES+= ${CARGO_REGISTRY}:registry .endif @@ -61,8 +61,7 @@ LIB_DEPENDS= libssh2.so:security/libssh2 RUN_DEPENDS= rustc:${RUST_PORT} RUST_PORT?= lang/rust -USES= gmake python:-2.7,build pkgconfig -USE_OPENSSL= yes +USES= gmake python:-2.7,build pkgconfig ssl HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${MANPREFIX}/man" MAKE_ENV= ARGS="${CARGO_ARGS}" Modified: head/devel/cargo/distinfo ============================================================================== --- head/devel/cargo/distinfo Mon Nov 21 20:59:10 2016 (r426754) +++ head/devel/cargo/distinfo Mon Nov 21 21:07:30 2016 (r426755) @@ -1,9 +1,9 @@ -TIMESTAMP = 1475192353 -SHA256 (cargo-registry-0.13.0.tar.xz) = 34f3812fcec40ce4faa2914a9d31668e28268d71b3f4e74cab4ca368de3c865f -SIZE (cargo-registry-0.13.0.tar.xz) = 21236960 -SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 76d1cb9d7ab0a019ae688baa344fc982aee580a5969f4cfba45d38b6cbc23bd9 -SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4691251 -SHA256 (rust-lang-cargo-0.13.0_GH0.tar.gz) = 90429180d3724385acb094f2896feea0c73690451a92215d6054d05edf4a5c49 -SIZE (rust-lang-cargo-0.13.0_GH0.tar.gz) = 610125 +TIMESTAMP = 1479719948 +SHA256 (cargo-registry-0.14.0.tar.xz) = 3ed1d9847c7171d87fccf33e1469629e9eba30162329443998909dc2d591dd93 +SIZE (cargo-registry-0.14.0.tar.xz) = 21137544 +SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4d5e6203d8f6825debb99b4a9e4c8ac2177c55dd2d13458ad6fb972e947bf933 +SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4516956 +SHA256 (rust-lang-cargo-0.14.0_GH0.tar.gz) = 90ec0e644586959f62e6e34e649ba57db6f74aa37b89e90972f817c49b187531 +SIZE (rust-lang-cargo-0.14.0_GH0.tar.gz) = 625305 SHA256 (rust-lang-rust-installer-755bc3d_GH0.tar.gz) = 103a502bad7af80eef7ccd2dd2969a272a6fa3f237ebeaca083315a45878f07f SIZE (rust-lang-rust-installer-755bc3d_GH0.tar.gz) = 19193 Modified: head/devel/cargo/files/patch-src_snapshots.txt ============================================================================== --- head/devel/cargo/files/patch-src_snapshots.txt Mon Nov 21 20:59:10 2016 (r426754) +++ head/devel/cargo/files/patch-src_snapshots.txt Mon Nov 21 21:07:30 2016 (r426755) @@ -10,8 +10,8 @@ --- src/snapshots.txt.orig 2016-04-08 20:31:50 UTC +++ src/snapshots.txt @@ -1,3 +1,6 @@ -+2016-08-21 -+ freebsd-x86_64 4630444c0eca5e01aa576e196d260d6ebf0dd197 ++2016-11-02 ++ freebsd-x86_64 5ef450453f6ba199c73c5de22460997a24d216a7 + 2016-03-21 linux-i386 ac401c16ff53e0c51b88707579b4f95d7d4c4763 From owner-svn-ports-all@freebsd.org Mon Nov 21 21:12: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 C1A21C4D87A; Mon, 21 Nov 2016 21:12:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76D5ECC6; Mon, 21 Nov 2016 21:12:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALLC9AU056360; Mon, 21 Nov 2016 21:12:09 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALLC9G7056357; Mon, 21 Nov 2016 21:12:09 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212112.uALLC9G7056357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 21:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426756 - in head/lang: fpc fpc-rtl-extra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 21:12:10 -0000 Author: acm Date: Mon Nov 21 21:12:09 2016 New Revision: 426756 URL: https://svnweb.freebsd.org/changeset/ports/426756 Log: - Install serial .ppu and .o files - Bump fpc-rtl-extra PORTREVISION Modified: head/lang/fpc-rtl-extra/Makefile head/lang/fpc-rtl-extra/pkg-plist head/lang/fpc/Makefile.units Modified: head/lang/fpc-rtl-extra/Makefile ============================================================================== --- head/lang/fpc-rtl-extra/Makefile Mon Nov 21 21:07:30 2016 (r426755) +++ head/lang/fpc-rtl-extra/Makefile Mon Nov 21 21:12:09 2016 (r426756) @@ -1,6 +1,7 @@ # $FreeBSD$ CATEGORIES= lang +PORTREVISION= 1 PKGNAMESUFFIX= -rtl-extra MAINTAINER= freebsd-fpc@FreeBSD.org Modified: head/lang/fpc-rtl-extra/pkg-plist ============================================================================== --- head/lang/fpc-rtl-extra/pkg-plist Mon Nov 21 21:07:30 2016 (r426755) +++ head/lang/fpc-rtl-extra/pkg-plist Mon Nov 21 21:12:09 2016 (r426756) @@ -9,6 +9,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ucomplex.o Modified: head/lang/fpc/Makefile.units ============================================================================== --- head/lang/fpc/Makefile.units Mon Nov 21 21:07:30 2016 (r426755) +++ head/lang/fpc/Makefile.units Mon Nov 21 21:12:09 2016 (r426756) @@ -55,3 +55,7 @@ post-patch: @${REINPLACE_CMD} -e 's|packages_${OPSYS:tl}=fcl-net fcl-web|packages_${OPSYS:tl}=fcl-net|g' \ ${WRKDIR}/${WRKUNITDIR}/Makefile.fpc .endif +.if ${PKGNAMESUFFIX} == "-rtl-extra" + @${REINPLACE_CMD} -e 's|android,linux,|android,linux,freebsd,dragonfly,|g' \ + ${WRKDIR}/${WRKUNITDIR}/fpmake.pp +.endif From owner-svn-ports-all@freebsd.org Mon Nov 21 21:13: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 A03F6C4D8C1; Mon, 21 Nov 2016 21:13:30 +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 63906EF3; Mon, 21 Nov 2016 21:13:30 +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 uALLDTaF058642; Mon, 21 Nov 2016 21:13:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALLDT3n058636; Mon, 21 Nov 2016 21:13:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611212113.uALLDT3n058636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 21 Nov 2016 21:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426757 - in head: databases/sqlrelay devel/rudiments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 21:13:30 -0000 Author: pi Date: Mon Nov 21 21:13:28 2016 New Revision: 426757 URL: https://svnweb.freebsd.org/changeset/ports/426757 Log: devel/rudiments: update 0.56.0 -> 0.57.0 databases/sqlrelay: update 0.66.0 -> 0.67.0 http://software.firstworks.com/2016/11/rudiments-0570-release-announcement.html http://software.firstworks.com/2016/11/sql-relay-0670-release-announcement.html Modified: head/databases/sqlrelay/Makefile.common head/databases/sqlrelay/distinfo head/databases/sqlrelay/pkg-plist head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/pkg-plist Modified: head/databases/sqlrelay/Makefile.common ============================================================================== --- head/databases/sqlrelay/Makefile.common Mon Nov 21 21:12:09 2016 (r426756) +++ head/databases/sqlrelay/Makefile.common Mon Nov 21 21:13:28 2016 (r426757) @@ -1,7 +1,7 @@ # $FreeBSD$ SQLRELAY_PORTNAME= sqlrelay -SQLRELAY_PORTVERSION= 0.66.0 +SQLRELAY_PORTVERSION= 0.67.0 SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME} SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC Modified: head/databases/sqlrelay/distinfo ============================================================================== --- head/databases/sqlrelay/distinfo Mon Nov 21 21:12:09 2016 (r426756) +++ head/databases/sqlrelay/distinfo Mon Nov 21 21:13:28 2016 (r426757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476017283 -SHA256 (sqlrelay-0.66.0.tar.gz) = 5eaee027df449971455245e66d6d318eb4d94ea4e3565577dfd04c9410ae002c -SIZE (sqlrelay-0.66.0.tar.gz) = 4249607 +TIMESTAMP = 1479760331 +SHA256 (sqlrelay-0.67.0.tar.gz) = 1121685bbe43b292885a6d89f2f7f1efaaf7cc4bd05baa591e2c1e72d9ba6e6f +SIZE (sqlrelay-0.67.0.tar.gz) = 4241603 Modified: head/databases/sqlrelay/pkg-plist ============================================================================== --- head/databases/sqlrelay/pkg-plist Mon Nov 21 21:12:09 2016 (r426756) +++ head/databases/sqlrelay/pkg-plist Mon Nov 21 21:13:28 2016 (r426757) @@ -16,59 +16,91 @@ etc/rc.d/sqlrcachemanager etc/rc.d/sqlrelay @sample etc/sqlrelay/conf.sample etc/sqlrelay/sqlrelay.xsd +include/sqlrelay/private/sqlrauth.h +include/sqlrelay/private/sqlrauths.h include/sqlrelay/private/sqlrclientincludes.h include/sqlrelay/private/sqlrclientwrapper.h include/sqlrelay/private/sqlrclientwrapperincludes.h include/sqlrelay/private/sqlrconnection.h include/sqlrelay/private/sqlrcursor.h +include/sqlrelay/private/sqlrfilter.h +include/sqlrelay/private/sqlrfilters.h +include/sqlrelay/private/sqlrgsscredentials.h include/sqlrelay/private/sqlrlistener.h +include/sqlrelay/private/sqlrlogger.h +include/sqlrelay/private/sqlrloggers.h +include/sqlrelay/private/sqlrnotification.h +include/sqlrelay/private/sqlrnotifications.h +include/sqlrelay/private/sqlrparser.h +include/sqlrelay/private/sqlrprotocol.h +include/sqlrelay/private/sqlrprotocols.h +include/sqlrelay/private/sqlrpwdenc.h +include/sqlrelay/private/sqlrpwdencs.h +include/sqlrelay/private/sqlrqueries.h +include/sqlrelay/private/sqlrquery.h +include/sqlrelay/private/sqlrquerycursor.h +include/sqlrelay/private/sqlrresultsetrowtranslation.h +include/sqlrelay/private/sqlrresultsetrowtranslations.h +include/sqlrelay/private/sqlrresultsettranslation.h +include/sqlrelay/private/sqlrresultsettranslations.h +include/sqlrelay/private/sqlrrouter.h +include/sqlrelay/private/sqlrrouters.h +include/sqlrelay/private/sqlrschedule.h +include/sqlrelay/private/sqlrschedulerule.h +include/sqlrelay/private/sqlrschedules.h include/sqlrelay/private/sqlrserverconnection.h include/sqlrelay/private/sqlrservercontroller.h include/sqlrelay/private/sqlrservercursor.h include/sqlrelay/private/sqlrserverincludes.h +include/sqlrelay/private/sqlrshm.h +include/sqlrelay/private/sqlrtlscredentials.h +include/sqlrelay/private/sqlrtranslation.h +include/sqlrelay/private/sqlrtranslations.h +include/sqlrelay/private/sqlrtrigger.h +include/sqlrelay/private/sqlrtriggers.h +include/sqlrelay/private/sqlruserpasswordcredentials.h include/sqlrelay/private/sqlrutilincludes.h -include/sqlrelay/private/sqlrshmdata.h include/sqlrelay/sqlrclient.h include/sqlrelay/sqlrclientwrapper.h include/sqlrelay/sqlrserver.h include/sqlrelay/sqlrutil.h lib/libmysql3sqlrelay.so -lib/libmysql3sqlrelay.so.2 -lib/libmysql3sqlrelay.so.2.0.0 +lib/libmysql3sqlrelay.so.3 +lib/libmysql3sqlrelay.so.3.0.0 lib/libmysql40sqlrelay.so -lib/libmysql40sqlrelay.so.2 -lib/libmysql40sqlrelay.so.2.0.0 +lib/libmysql40sqlrelay.so.3 +lib/libmysql40sqlrelay.so.3.0.0 lib/libmysql41sqlrelay.so -lib/libmysql41sqlrelay.so.2 -lib/libmysql41sqlrelay.so.2.0.0 +lib/libmysql41sqlrelay.so.3 +lib/libmysql41sqlrelay.so.3.0.0 lib/libmysql50sqlrelay.so -lib/libmysql50sqlrelay.so.2 -lib/libmysql50sqlrelay.so.2.0.0 +lib/libmysql50sqlrelay.so.3 +lib/libmysql50sqlrelay.so.3.0.0 lib/libmysql51sqlrelay.so -lib/libmysql51sqlrelay.so.2 -lib/libmysql51sqlrelay.so.2.0.0 +lib/libmysql51sqlrelay.so.3 +lib/libmysql51sqlrelay.so.3.0.0 lib/libpqsqlrelay.so -lib/libpqsqlrelay.so.2 -lib/libpqsqlrelay.so.2.0.0 +lib/libpqsqlrelay.so.3 +lib/libpqsqlrelay.so.3.0.0 lib/libsqlrclient.a lib/libsqlrclient.so -lib/libsqlrclient.so.2 -lib/libsqlrclient.so.2.0.0 +lib/libsqlrclient.so.3 +lib/libsqlrclient.so.3.0.0 lib/libsqlrclientwrapper.a lib/libsqlrclientwrapper.so -lib/libsqlrclientwrapper.so.2 -lib/libsqlrclientwrapper.so.2.0.0 +lib/libsqlrclientwrapper.so.3 +lib/libsqlrclientwrapper.so.3.0.0 %%ODBC%%lib/libsqlrodbc.so -%%ODBC%%lib/libsqlrodbc.so.2 -%%ODBC%%lib/libsqlrodbc.so.2.0.0 +%%ODBC%%lib/libsqlrodbc.so.3 +%%ODBC%%lib/libsqlrodbc.so.3.0.0 lib/libsqlrserver.a lib/libsqlrserver.so -lib/libsqlrserver.so.2 -lib/libsqlrserver.so.2.0.0 +lib/libsqlrserver.so.3 +lib/libsqlrserver.so.3.0.0 lib/libsqlrutil.a lib/libsqlrutil.so -lib/libsqlrutil.so.2 -lib/libsqlrutil.so.2.0.0 +lib/libsqlrutil.so.3 +lib/libsqlrutil.so.3.0.0 libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c.pc libexec/sqlrelay/sqlrauth_database.so @@ -92,6 +124,7 @@ libexec/sqlrelay/sqlrpwdenc_md5.so libexec/sqlrelay/sqlrpwdenc_rot.so libexec/sqlrelay/sqlrquery_sqlrcmdcstat.so libexec/sqlrelay/sqlrquery_sqlrcmdgstat.so +libexec/sqlrelay/sqlrresultsettranslation_test.so libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.so libexec/sqlrelay/sqlrrouter_clientiplist.so libexec/sqlrelay/sqlrrouter_regex.so Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Mon Nov 21 21:12:09 2016 (r426756) +++ head/devel/rudiments/Makefile Mon Nov 21 21:13:28 2016 (r426757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 0.56.0 +PORTVERSION= 0.57.0 CATEGORIES= devel MASTER_SITES= SF @@ -31,6 +31,6 @@ SSL_CONFIGURE_ON= --with-ssl-includes=-I --with-ssl-libs=-L${OPENSSLLIB} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.2.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.3.0.0 .include Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Mon Nov 21 21:12:09 2016 (r426756) +++ head/devel/rudiments/distinfo Mon Nov 21 21:13:28 2016 (r426757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476015920 -SHA256 (rudiments-0.56.0.tar.gz) = 997d63d015c8aeac893501dbf0bf912710eb041c2fe40c1f2a7ff77f64f24846 -SIZE (rudiments-0.56.0.tar.gz) = 2170923 +TIMESTAMP = 1479759164 +SHA256 (rudiments-0.57.0.tar.gz) = 7697a5f419a636407b755cc2559ef81e6ee3b33762e877b7ca4566c5f40bdf8d +SIZE (rudiments-0.57.0.tar.gz) = 2172318 Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Mon Nov 21 21:12:09 2016 (r426756) +++ head/devel/rudiments/pkg-plist Mon Nov 21 21:13:28 2016 (r426757) @@ -215,8 +215,8 @@ include/rudiments/xmldom.h include/rudiments/xmldomevents.h include/rudiments/xmldomnode.h include/rudiments/xmlsax.h -lib/librudiments.so.2 -lib/librudiments.so.2.0.0 +lib/librudiments.so.3 +lib/librudiments.so.3.0.0 lib/librudiments.a lib/librudiments.so libdata/pkgconfig/rudiments.pc From owner-svn-ports-all@freebsd.org Mon Nov 21 21:26: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 EB46CC4DC12; Mon, 21 Nov 2016 21:26:03 +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 C67F780E; Mon, 21 Nov 2016 21:26:03 +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 uALLQ21W062985; Mon, 21 Nov 2016 21:26:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALLQ2Bx062977; Mon, 21 Nov 2016 21:26:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611212126.uALLQ2Bx062977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 21 Nov 2016 21:26:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426758 - in head: . graphics/tiff graphics/tiff/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 21:26:04 -0000 Author: antoine Date: Mon Nov 21 21:26:02 2016 New Revision: 426758 URL: https://svnweb.freebsd.org/changeset/ports/426758 Log: Update to 4.0.7 The following tools are removed from this release: bmp2tiff, gif2tiff, ras2tiff, rgb2ycbcr and thumbnail. Deleted: head/graphics/tiff/files/patch-CVE-2015-8665_8683 head/graphics/tiff/files/patch-libtiff_tif__luv.c head/graphics/tiff/files/patch-libtiff_tif__next.c head/graphics/tiff/files/patch-libtiff_tif__pixarlog.c head/graphics/tiff/files/patch-tools_gif2tiff.c Modified: head/UPDATING head/graphics/tiff/Makefile head/graphics/tiff/distinfo head/graphics/tiff/files/patch-Makefile.in head/graphics/tiff/files/patch-tiffcrop.1 head/graphics/tiff/pkg-descr head/graphics/tiff/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Nov 21 21:13:28 2016 (r426757) +++ head/UPDATING Mon Nov 21 21:26:02 2016 (r426758) @@ -5,7 +5,14 @@ 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. -20161116 +20161121: + AFFECTS: Users of graphics/tiff + AUTHOR: antoine@FreeBSD.org + + The tiff port was updated to 4.0.7. + The following tools are removed from this release: bmp2tiff, gif2tiff, ras2tiff, rgb2ycbcr and thumbnail. + +20161116: AFFECTS: Users of sysutils/bareos-* AUTHOR: rand@iteris.com Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Mon Nov 21 21:13:28 2016 (r426757) +++ head/graphics/tiff/Makefile Mon Nov 21 21:26:02 2016 (r426758) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.0.6 -PORTREVISION= 2 +PORTVERSION= 4.0.7 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ - http://download.osgeo.org/libtiff/ +MASTER_SITES= http://download.osgeo.org/libtiff/ MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images Modified: head/graphics/tiff/distinfo ============================================================================== --- head/graphics/tiff/distinfo Mon Nov 21 21:13:28 2016 (r426757) +++ head/graphics/tiff/distinfo Mon Nov 21 21:26:02 2016 (r426758) @@ -1,2 +1,3 @@ -SHA256 (tiff-4.0.6.tar.gz) = 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c -SIZE (tiff-4.0.6.tar.gz) = 2192991 +TIMESTAMP = 1479629608 +SHA256 (tiff-4.0.7.tar.gz) = 9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019 +SIZE (tiff-4.0.7.tar.gz) = 2076392 Modified: head/graphics/tiff/files/patch-Makefile.in ============================================================================== --- head/graphics/tiff/files/patch-Makefile.in Mon Nov 21 21:13:28 2016 (r426757) +++ head/graphics/tiff/files/patch-Makefile.in Mon Nov 21 21:26:02 2016 (r426758) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-09-12 19:48:44 UTC +--- Makefile.in.orig 2016-11-19 17:40:20 UTC +++ Makefile.in -@@ -494,19 +494,6 @@ distclean-libtool: +@@ -495,19 +495,6 @@ distclean-libtool: -rm -f libtool config.lt install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) Modified: head/graphics/tiff/files/patch-tiffcrop.1 ============================================================================== --- head/graphics/tiff/files/patch-tiffcrop.1 Mon Nov 21 21:13:28 2016 (r426757) +++ head/graphics/tiff/files/patch-tiffcrop.1 Mon Nov 21 21:26:02 2016 (r426758) @@ -1,4 +1,4 @@ ---- man/tiffcrop.1.orig 2010-12-14 01:45:44 UTC +--- man/tiffcrop.1.orig 2016-09-25 20:05:52 UTC +++ man/tiffcrop.1 @@ -496,7 +496,6 @@ the portrait or landscape option. The pa the image. It breaks each original image into a series of smaller images Modified: head/graphics/tiff/pkg-descr ============================================================================== --- head/graphics/tiff/pkg-descr Mon Nov 21 21:13:28 2016 (r426757) +++ head/graphics/tiff/pkg-descr Mon Nov 21 21:26:02 2016 (r426758) @@ -14,6 +14,4 @@ for some of the more esoteric portions o Unless NOPORTDOCS is defined, the html documentations is also installed locally in /usr/local/share/doc/tiff. -LICENSE: Permission to use, copy, modify, distribute, and sell for any purpose - -WWW: http://www.remotesensing.org/libtiff/ +WWW: http://www.simplesystems.org/libtiff/ Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Mon Nov 21 21:13:28 2016 (r426757) +++ head/graphics/tiff/pkg-plist Mon Nov 21 21:26:02 2016 (r426758) @@ -1,13 +1,8 @@ -bin/bmp2tiff bin/fax2ps bin/fax2tiff -bin/gif2tiff bin/pal2rgb bin/ppm2tiff -bin/ras2tiff bin/raw2tiff -bin/rgb2ycbcr -bin/thumbnail bin/tiff2bw bin/tiff2pdf bin/tiff2ps @@ -30,22 +25,18 @@ lib/libtiff.a lib/libtiff.so lib/libtiff.so.4 lib/libtiff.so.5 -lib/libtiff.so.5.2.4 +lib/libtiff.so.5.2.5 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.2.4 +lib/libtiffxx.so.5.2.5 libdata/pkgconfig/libtiff-4.pc -man/man1/bmp2tiff.1.gz man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz -man/man1/gif2tiff.1.gz man/man1/pal2rgb.1.gz man/man1/ppm2tiff.1.gz -man/man1/ras2tiff.1.gz man/man1/raw2tiff.1.gz man/man1/rgb2ycbcr.1.gz -man/man1/sgi2tiff.1.gz man/man1/thumbnail.1.gz man/man1/tiff2bw.1.gz man/man1/tiff2pdf.1.gz @@ -60,7 +51,6 @@ man/man1/tiffinfo.1.gz man/man1/tiffmedian.1.gz man/man1/tiffset.1.gz man/man1/tiffsplit.1.gz -man/man1/tiffsv.1.gz man/man3/TIFFCheckTile.3tiff.gz man/man3/TIFFClientOpen.3tiff.gz man/man3/TIFFClose.3tiff.gz @@ -232,18 +222,14 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/man/TIFFstrip.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFswab.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/TIFFtile.3tiff.html -%%PORTDOCS%%%%DOCSDIR%%/man/bmp2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/fax2ps.1.html %%PORTDOCS%%%%DOCSDIR%%/man/fax2tiff.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/gif2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/index.html %%PORTDOCS%%%%DOCSDIR%%/man/libtiff.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html %%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/ras2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/sgi2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html @@ -259,7 +245,6 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/man/tiffmedian.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffset.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffsplit.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/tiffsv.1.html %%PORTDOCS%%%%DOCSDIR%%/misc.html %%PORTDOCS%%%%DOCSDIR%%/support.html %%PORTDOCS%%%%DOCSDIR%%/tools.html @@ -306,3 +291,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.4beta.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.5.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html From owner-svn-ports-all@freebsd.org Mon Nov 21 21:27: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 52FC2C4DC75; Mon, 21 Nov 2016 21:27:00 +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 0C6DD8F2; Mon, 21 Nov 2016 21:26:59 +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 uALLQxAv063110; Mon, 21 Nov 2016 21:26:59 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALLQxT0063108; Mon, 21 Nov 2016 21:26:59 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201611212126.uALLQxT0063108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 21 Nov 2016 21:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426759 - in head/databases/xapian-core: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 21:27:00 -0000 Author: rakuco Date: Mon Nov 21 21:26:58 2016 New Revision: 426759 URL: https://svnweb.freebsd.org/changeset/ports/426759 Log: Unbreak the build on FreeBSD 9 after r426647. SOCK_CLOEXEC was introduced in FreeBSD 10, so define it to 0 on FreeBSD 9 (the code already handles this case). Xapian 1.4 has a safesyssocket.h that does the same thing. PR: 214699 Approved by: portmgr (antoine) Added: head/databases/xapian-core/files/extrapatch-backends_flint__lock.cc (contents, props changed) Modified: head/databases/xapian-core/Makefile Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Mon Nov 21 21:26:02 2016 (r426758) +++ head/databases/xapian-core/Makefile Mon Nov 21 21:26:58 2016 (r426759) @@ -28,9 +28,16 @@ PORTDOCS= * SSE2_CONFIGURE_ENABLE= sse +.include + +# FreeBSD 9 does not have SOCK_CLOEXEC. +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +EXTRA_PATCHES= ${FILESDIR}/extrapatch-backends_flint__lock.cc +.endif + post-install: .for file in copydatabase delve quest ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file} .endfor -.include +.include Added: head/databases/xapian-core/files/extrapatch-backends_flint__lock.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xapian-core/files/extrapatch-backends_flint__lock.cc Mon Nov 21 21:26:58 2016 (r426759) @@ -0,0 +1,16 @@ +FreeBSD 9 does not have SOCK_CLOEXEC. Define it to 0, as the code already deals +with it. +Xapian 1.4 has a safesyssocket.h that takes care of this. +--- backends/flint_lock.cc.orig 2016-09-16 01:59:15 UTC ++++ backends/flint_lock.cc +@@ -59,6 +59,10 @@ using namespace std; + # endif + #endif + ++#ifndef SOCK_CLOEXEC ++#define SOCK_CLOEXEC 0 ++#endif ++ + FlintLock::reason + FlintLock::lock(bool exclusive, string & explanation) { + // Currently we only support exclusive locks. From owner-svn-ports-all@freebsd.org Mon Nov 21 21: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 8A221C4D286; Mon, 21 Nov 2016 21:43:43 +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 5B660125D; Mon, 21 Nov 2016 21:43:43 +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 uALLhgQ4071029; Mon, 21 Nov 2016 21:43:42 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALLhfKU071021; Mon, 21 Nov 2016 21:43:41 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611212143.uALLhfKU071021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 21 Nov 2016 21:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426760 - in head/audio/gogglesmm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 21:43:43 -0000 Author: jhale Date: Mon Nov 21 21:43:41 2016 New Revision: 426760 URL: https://svnweb.freebsd.org/changeset/ports/426760 Log: Update to 1.1.3 Build system converted to CMake Take maintainership Added: head/audio/gogglesmm/files/ head/audio/gogglesmm/files/patch-CMakeLists.txt (contents, props changed) head/audio/gogglesmm/files/patch-gap_CMakeLists.txt (contents, props changed) head/audio/gogglesmm/files/patch-src_CMakeLists.txt (contents, props changed) head/audio/gogglesmm/files/patch-src_GMPlayerManager.cpp (contents, props changed) head/audio/gogglesmm/files/patch-src_GMTrayIcon.cpp (contents, props changed) Modified: head/audio/gogglesmm/Makefile head/audio/gogglesmm/distinfo head/audio/gogglesmm/pkg-plist Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Mon Nov 21 21:26:58 2016 (r426759) +++ head/audio/gogglesmm/Makefile Mon Nov 21 21:43:41 2016 (r426760) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gogglesmm -PORTVERSION= 1.0.12 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Music collection manager and player LICENSE= GPLv3+ @@ -18,100 +17,83 @@ LIB_DEPENDS= libtag.so:audio/taglib \ USE_GITHUB= yes -USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig sqlite -USE_GL= glew -HAS_CONFIGURE= yes -CONFIGURE_ENV= LINK="${CXX}" \ - OPT_CFLAGS="${CXXFLAGS}" \ - OPT_LDFLAGS="${LDFLAGS}" \ - RESWRAP="${LOCALBASE}/bin/fox-1.7/reswrap" -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --libdir=${PREFIX}/lib \ - --fox-prefix=${LOCALBASE} \ - --without-rsound +USES= cmake compiler:c++11-lib desktop-file-utils \ + localbase:ldflags pkgconfig sqlite +USE_XORG= ice sm x11 INSTALLS_ICONS= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread - -OPTIONS_DEFINE= ALSA CDIO DBUS DOCS FAAD FFMPEG FLAC GCRYPT JACK \ - MAD MMS NLS OGG OPUS PULSEAUDIO SAMPLERATE SMB WAVPACK +OPTIONS_DEFINE= ALSA DBUS DOCS FAAD FLAC GCRYPT MAD NLS \ + OGG OPENGL OPUS PULSEAUDIO OPTIONS_RADIO= VORBISDEC +VORBISDEC_DESC= Vorbis decoder library OPTIONS_RADIO_VORBISDEC= TREMOR VORBIS -OPTIONS_DEFAULT= CDIO DBUS FAAD FLAC MAD OGG OPUS SAMPLERATE SMB \ - VORBIS WAVPACK +OPTIONS_DEFAULT= DBUS FAAD FLAC MAD OGG OPENGL OPUS VORBIS OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_CONFIGURE_OFF= --without-alsa -CDIO_LIB_DEPENDS= libcdio.so:sysutils/libcdio -CDIO_CONFIGURE_OFF= --without-cdda +ALSA_CMAKE_ON= -DWITH_ALSA:BOOL=ON +ALSA_CMAKE_OFF= -DWITH_ALSA:BOOL=OFF + DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus -DBUS_CONFIGURE_OFF= --without-dbus +DBUS_CMAKE_ON= -DWITH_DBUS:BOOL=ON +DBUS_CMAKE_OFF= -DWITH_DBUS:BOOL=OFF + FAAD_LIB_DEPENDS= libfaad.so:audio/faad -FAAD_CONFIGURE_ON= --faad-prefix=${LOCALBASE} -FAAD_CONFIGURE_OFF= --without-faad -FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -FFMPEG_CONFIGURE_ON= --with-avcodec +FAAD_CMAKE_ON= -DWITH_FAAD:BOOL=ON +FAAD_CMAKE_OFF= -DWITH_FAAD:BOOL=OFF + FLAC_LIB_DEPENDS= libFLAC.so:audio/flac -FLAC_CONFIGURE_OFF= --without-flac +FLAC_CMAKE_ON= -DWITH_FLAC:BOOL=ON +FLAC_CMAKE_OFF= -DWITH_FLAC:BOOL=OFF +FLAC_IMPLIES= OGG + GCRYPT_DESC= Use libgcrypt for md5 calculation GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt -GCRYPT_CONFIGURE_ON= --with-md5=gcrypt -GCRYPT_CONFIGURE_OFF= --with-md5=internal -JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CONFIGURE_OFF= --without-jack +GCRYPT_CMAKE_ON= -DWITH_GCRYPT:BOOL=ON +GCRYPT_CMAKE_OFF= -DWITH_GCRYPT:BOOL=OFF + MAD_LIB_DEPENDS= libmad.so:audio/libmad -MAD_CONFIGURE_ON= --mad-prefix=${LOCALBASE} -MAD_CONFIGURE_OFF= --without-mad -MMS_LIB_DEPENDS= libmms.so:net/libmms -MMS_CONFIGURE_OFF= --without-mms +MAD_CMAKE_ON= -DWITH_MAD:BOOL=ON +MAD_CMAKE_OFF= -DWITH_MAD:BOOL=OFF + NLS_USES= gettext -NLS_LIBS= -lintl -NLS_CONFIGURE_OFF= --without-nls +NLS_LDFLAGS= -lintl +NLS_CMAKE_ON= -DWITH_NLS:BOOL=ON +NLS_CMAKE_OFF= -DWITH_NLS:BOOL=OFF + OGG_LIB_DEPENDS= libogg.so:audio/libogg -OGG_CONFIGURE_OFF= --without-ogg +OGG_CMAKE_ON= -DWITH_OGG:BOOL=ON +OGG_CMAKE_OFF= -DWITH_OGG:BOOL=OFF + +OPENGL_LIB_DEPENDS= libepoxy.so:graphics/libepoxy +OPENGL_USE= GL=gl,glu +OPENGL_CMAKE_ON= -DWITH_OPENGL:BOOL=ON +OPENGL_CMAKE_OFF= -DWITH_OPENGL:BOOL=OFF + OPUS_LIB_DEPENDS= libopus.so:audio/opus -OPUS_CONFIGURE_OFF= --without-opus +OPUS_CMAKE_ON= -DWITH_OPUS:BOOL=ON +OPUS_CMAKE_OFF= -DWITH_OPUS:BOOL=OFF +OPUS_IMPLIES= OGG + PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CONFIGURE_OFF= --without-pulse -SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate -SAMPLERATE_CONFIGURE_OFF= --without-samplerate -SMB_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient -SMB_CONFIGURE_ON= --smb-prefix=${LOCALBASE} -SMB_CONFIGURE_OFF= --without-smb +PULSEAUDIO_CMAKE_ON= -DWITH_PULSE:BOOL=ON +PULSEAUDIO_CMAKE_OFF= -DWITH_PULSE:BOOL=OFF + TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor -TREMOR_CONFIGURE_ON= --with-tremor +TREMOR_CMAKE_ON= -DWITH_TREMOR:BOOL=ON +TREMOR_CMAKE_OFF= -DWITH_TREMOR:BOOL=OFF TREMOR_IMPLIES= OGG + VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis -VORBIS_CONFIGURE_OFF= --without-vorbis +VORBIS_CMAKE_ON= -DWITH_VORBIS:BOOL=ON +VORBIS_CMAKE_OFF= -DWITH_VORBIS:BOOL=OFF VORBIS_IMPLIES= OGG -VORBISDEC_DESC= Vorbis decoder library -WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack -WAVPACK_CONFIGURE_OFF= --without-wavpack -post-patch: - @${REINPLACE_CMD} -e \ - 's|share/man|man|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|$$(sharedir)/man|$$(installdir)/man| ; \ - /INSTALL/s|-D|-c| ; \ - s|@$$(CXX)|$$(CXX)|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e \ - 's|@$$(LINK)|$$(LINK)|' ${WRKSRC}/build/*.mk - -pre-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gogglesmm - @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata - @${MKDIR} ${STAGEDIR}${DATADIR}/utils -.for i in 16 22 24 32 48 - @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps -.endfor - @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gogglesmm - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gogglesmm/libgap_*.so +.include + +.if ${PORT_OPTIONS:MOGG} && !${PORT_OPTIONS:MTREMOR} && !${PORT_OPTIONS:MVORBIS} +IGNORE= you have selected an option that requires a Vorbis decoder. Run 'make config' and select one +.endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/audio/gogglesmm/distinfo ============================================================================== --- head/audio/gogglesmm/distinfo Mon Nov 21 21:26:58 2016 (r426759) +++ head/audio/gogglesmm/distinfo Mon Nov 21 21:43:41 2016 (r426760) @@ -1,2 +1,3 @@ -SHA256 (gogglesmm-gogglesmm-1.0.12_GH0.tar.gz) = 68488e9efd431b5b32d4c6df4d050625e0ef29db011ac6d02839485ecdd63f3c -SIZE (gogglesmm-gogglesmm-1.0.12_GH0.tar.gz) = 1385312 +TIMESTAMP = 1479598736 +SHA256 (gogglesmm-gogglesmm-1.1.3_GH0.tar.gz) = 99907fe988429e88c051eef557143e3e07fedd64fe67c2d7a26e4de556055d37 +SIZE (gogglesmm-gogglesmm-1.1.3_GH0.tar.gz) = 1394950 Added: head/audio/gogglesmm/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gogglesmm/files/patch-CMakeLists.txt Mon Nov 21 21:43:41 2016 (r426760) @@ -0,0 +1,23 @@ +--- CMakeLists.txt.orig 2016-10-22 17:13:46 UTC ++++ CMakeLists.txt +@@ -57,6 +57,11 @@ if(HAS_CXX_OPTIMIZE_DEBUG AND CMAKE_BUIL + add_compile_options(-Og) + endif() + ++CHECK_CXX_COMPILER_FLAG(-Wno-inconsistent-missing-override HAS_CXX_NOOVERRIDE) ++if(HAS_CXX_NOOVERRIDE AND NOT CMAKE_BUILD_TYPE MATCHES Debug) ++ add_compile_options(-Wno-inconsistent-missing-override) ++endif() ++ + # FIXME Doesn't work on all platforms. + #CHECK_CXX_COMPILER_FLAG(-flto HAS_CXX_OPTIMIZE_LINKTIME) + if(HAS_CXX_OPTIMIZE_LINKTIME AND NOT CMAKE_BUILD_TYPE MATCHES Debug) +@@ -96,7 +101,7 @@ install(FILES extra/gogglesmm_64.png DES + install(FILES extra/gogglesmm.svg DESTINATION share/icons/hicolor/scalable/apps RENAME gogglesmm.svg) + install(FILES extra/gogglesmm.appdata.xml DESTINATION share/appdata) + install(FILES extra/gogglesmm.desktop DESTINATION share/applications) +-install(FILES extra/gogglesmm.1 DESTINATION share/man/man1) ++install(FILES extra/gogglesmm.1 DESTINATION man/man1) + + # Install translations when native language support has been enabled + if(WITH_NLS) Added: head/audio/gogglesmm/files/patch-gap_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gogglesmm/files/patch-gap_CMakeLists.txt Mon Nov 21 21:43:41 2016 (r426760) @@ -0,0 +1,108 @@ +--- gap/CMakeLists.txt.orig 2016-10-22 17:13:46 UTC ++++ gap/CMakeLists.txt +@@ -103,7 +103,17 @@ if(UNIX) + option(WITH_OSS "OSS Output Support" ON) + option(WITH_ALSA "ALSA Output Support" OFF) + endif() ++ option(WITH_CDDA "CDDA Support" OFF) ++ option(WITH_JACK "JACK Sound Server Support" OFF) ++ option(WITH_FAAD "FAAD Support" OFF) ++ option(WITH_FLAC "FLAC Support" OFF) ++ option(WITH_MAD "MAD Support" OFF) ++ option(WITH_OGG "OGG Support" OFF) ++ option(WITH_OPUS "OPUS Support" OFF) ++ option(WITH_PULSE "PulseAudio Support" OFF) ++ option(WITH_SAMPLERATE "Samplerate Support" OFF) + option(WITH_TREMOR "Tremor Support" OFF) ++ option(WITH_VORBIS "Vorbis Support" OFF) + endif() + + # Endiannes +@@ -256,7 +266,7 @@ if(BUILD_GAP_SHARED_LIB) + endif() + + +-if(FLAC_FOUND) ++if(FLAC_FOUND AND WITH_FLAC) + LIST(APPEND PLUGIN_SOURCES plugins/ap_flac.cpp) + LIST(APPEND LIBRARIES ${FLAC_LIBRARIES}) + set(HAVE_FLAC 1) +@@ -268,52 +278,52 @@ if(TREMOR_FOUND AND OGG_FOUND AND WITH_T + set(HAVE_TREMOR 1) + endif() + +-if(VORBIS_FOUND AND OGG_FOUND AND NOT WITH_TREMOR) ++if(VORBIS_FOUND AND WITH_VORBIS AND OGG_FOUND AND NOT WITH_TREMOR) + LIST(APPEND PLUGIN_SOURCES plugins/ap_vorbis.cpp) + LIST(APPEND LIBRARIES ${VORBIS_LIBRARIES}) + set(HAVE_VORBIS 1) + endif() + + +-if(OGG_FOUND AND (FLAC_FOUND OR OPUS_FOUND OR VORBIS_FOUND OR TREMOR_FOUND)) ++if(OGG_FOUND AND WITH_OGG AND (FLAC_FOUND OR OPUS_FOUND OR VORBIS_FOUND OR TREMOR_FOUND)) + LIST(APPEND PLUGIN_SOURCES plugins/ap_ogg.cpp plugins/ap_ogg_decoder.cpp) + LIST(APPEND LIBRARIES ${OGG_LIBRARIES}) + set(HAVE_OGG 1) + endif() + + +-if(OPUS_FOUND AND OGG_FOUND) ++if(OPUS_FOUND AND OGG_FOUND AND WITH_OPUS) + LIST(APPEND PLUGIN_SOURCES plugins/ap_opus.cpp) + LIST(APPEND LIBRARIES ${OPUS_LIBRARIES}) + set(HAVE_OPUS 1) + endif() + +-if(MAD_FOUND) ++if(MAD_FOUND AND WITH_MAD) + LIST(APPEND PLUGIN_SOURCES plugins/ap_mad.cpp) + LIST(APPEND LIBRARIES ${MAD_LIBRARIES}) + set(HAVE_MAD 1) + endif() + + +-if(FAAD_FOUND) ++if(FAAD_FOUND AND WITH_FAAD) + LIST(APPEND PLUGIN_SOURCES plugins/ap_aac.cpp) + LIST(APPEND LIBRARIES ${FAAD_LIBRARIES}) + set(HAVE_FAAD 1) + endif() + +-if(CDDA_FOUND) ++if(CDDA_FOUND AND WITH_CDDA) + LIST(APPEND PLUGIN_SOURCES plugins/ap_cdda.cpp) + LIST(APPEND LIBRARIES ${CDDA_LIBRARIES}) + set(HAVE_CDDA 1) + endif() + +-if(SMB_FOUND) ++if(SMB_FOUND AND WITH_SMB) + LIST(APPEND PLUGIN_SOURCES plugins/ap_smb.cpp) + LIST(APPEND LIBRARIES ${SMB_LIBRARIES}) + set(HAVE_SMB 1) + endif() + +-if(SAMPLERATE_FOUND) ++if(SAMPLERATE_FOUND AND WITH_SAMPLERATE) + LIST(APPEND LIBRARIES ${SAMPLERATE_LIBRARIES}) + set(HAVE_SAMPLERATE 1) + endif() +@@ -360,7 +370,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windo + endif() + + # Pulse Output +- if (PULSE_FOUND) ++ if (PULSE_FOUND AND WITH_PULSE) + add_library(gap_pulse MODULE plugins/ap_pulse.cpp) + target_link_libraries(gap_pulse ${PULSE_LIBRARIES}) + target_include_directories(gap_pulse PRIVATE ${PROJECT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include ${FOX_INCLUDE_DIRS}) +@@ -369,7 +379,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windo + endif() + + # Jack Output +- if (JACK_FOUND) ++ if (JACK_FOUND AND WITH_JACK) + add_library(gap_jack MODULE plugins/ap_jack.cpp) + target_link_libraries(gap_jack ${PULSE_LIBRARIES}) + target_include_directories(gap_jack PRIVATE ${PROJECT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include ${FOX_INCLUDE_DIRS}) Added: head/audio/gogglesmm/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gogglesmm/files/patch-src_CMakeLists.txt Mon Nov 21 21:43:41 2016 (r426760) @@ -0,0 +1,31 @@ +--- src/CMakeLists.txt.orig 2016-10-22 17:13:46 UTC ++++ src/CMakeLists.txt +@@ -10,6 +10,7 @@ project(GOGGLESMM VERSION 1.1.3) + option(WITH_OPENGL "Enable OpenGL Features" ON) + option(WITH_DBUS "Enable DBUS Features" ON) + option(WITH_NLS "Enable Native Language Support" ON) ++option(WITH_GCRYPT "Enable GCrypt Support" ON) + + # Translation Files to share/locale + set(LOCALE_PATH ${CMAKE_INSTALL_PREFIX}/share/locale) +@@ -62,6 +63,7 @@ if(SM_FOUND AND ICE_FOUND) + endif() + + # libgrypt ++if(WITH_GCRYPT) + check_include_files(gcrypt.h HAVE_GCRYPT_H) + if (HAVE_GCRYPT_H) + find_library(LIBGCRYPT_LIBRARIES NAMES gcrypt ) +@@ -69,10 +71,11 @@ if (HAVE_GCRYPT_H) + set(HAVE_GCRYPT TRUE) + endif() + endif() ++endif() + + + # Detects reswrap version +-find_program(RESWRAP NAMES reswrap-1.7 reswrap fox-reswrap) ++find_program(RESWRAP NAMES reswrap-1.7 reswrap fox-reswrap PATH_SUFFIXES fox-1.7) + if(RESWRAP) + message(STATUS "Found reswrap: ${RESWRAP}") + execute_process(COMMAND ${RESWRAP} -v OUTPUT_VARIABLE RESWRAP_OUTPUT) Added: head/audio/gogglesmm/files/patch-src_GMPlayerManager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gogglesmm/files/patch-src_GMPlayerManager.cpp Mon Nov 21 21:43:41 2016 (r426760) @@ -0,0 +1,14 @@ +Re-enable tray icon for KDE4 until KDE5 is in the ports tree. Mpris plugin +works, but tray icon might be wanted to minimize app in the time being. + +--- src/GMPlayerManager.cpp.orig 2016-10-22 17:13:46 UTC ++++ src/GMPlayerManager.cpp +@@ -741,7 +741,7 @@ FXint GMPlayerManager::run(int& argc,cha + // KDE5 comes with mpris plugin on the toolbar, no need for + // tray icon + if (gm_desktop_session()==DESKTOP_SESSION_KDE_PLASMA) { +- preferences.gui_tray_icon_disabled=true; ++ preferences.gui_tray_icon_disabled=false; + } + + /// Grab Media Player Keys Added: head/audio/gogglesmm/files/patch-src_GMTrayIcon.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gogglesmm/files/patch-src_GMTrayIcon.cpp Mon Nov 21 21:43:41 2016 (r426760) @@ -0,0 +1,61 @@ +Add pseudo transparency to the tray icon + +--- src/GMTrayIcon.cpp.orig 2016-10-22 17:13:46 UTC ++++ src/GMTrayIcon.cpp +@@ -81,17 +81,17 @@ void GMTrayIcon::updateIcon() { + + /// Update + if (size<=16) { +- icon = new FXPNGIcon(getApp(),gogglesmm_16_png,0,opaque ? IMAGE_OPAQUE : 0); ++ icon = new FXPNGIcon(getApp(),gogglesmm_16_png,0,IMAGE_ALPHAGUESS); + icon->setVisual(getVisual()); + if (size!=16) icon->scale(size,size,FOX_SCALE_BEST); + } + else { +- icon = new FXPNGIcon(getApp(),gogglesmm_32_png,0,opaque ? IMAGE_OPAQUE : 0); ++ icon = new FXPNGIcon(getApp(),gogglesmm_32_png,0,IMAGE_ALPHAGUESS); + icon->setVisual(getVisual()); + if (size!=32) icon->scale(size,size,FOX_SCALE_BEST); + } + +- icon->blend(GMPlayerManager::instance()->getPreferences().gui_tray_color); ++ //icon->blend(GMPlayerManager::instance()->getPreferences().gui_tray_color); + icon->create(); + + // Mark Dirty +@@ -230,13 +230,8 @@ void GMTrayIcon::create(){ + + void GMTrayIcon::dock() { + if (findSystemTray()){ +- FXuint trayid = getTrayVisual(); +- if (trayid) { +- if (trayid!=XVisualIDFromVisual((Visual*)getVisual()->getVisual())) +- opaque=true; +- else +- opaque=false; +- } ++ ++ opaque=false; + + if (!opaque) { + /// Don't draw the background +@@ -276,16 +271,16 @@ long GMTrayIcon::onConfigure(FXObject*,F + + if (icon==nullptr) { + if (size<=16) { +- icon = new FXPNGIcon(getApp(),gogglesmm_16_png,0,opaque ? IMAGE_OPAQUE : 0); ++ icon = new FXPNGIcon(getApp(),gogglesmm_16_png,0,IMAGE_ALPHAGUESS); + icon->setVisual(getVisual()); + if (size!=16) icon->scale(size,size,FOX_SCALE_BEST); + } + else { +- icon = new FXPNGIcon(getApp(),gogglesmm_32_png,0,opaque ? IMAGE_OPAQUE : 0); ++ icon = new FXPNGIcon(getApp(),gogglesmm_32_png,0,IMAGE_ALPHAGUESS); + icon->setVisual(getVisual()); + if (size!=32) icon->scale(size,size,FOX_SCALE_BEST); + } +- icon->blend(GMPlayerManager::instance()->getPreferences().gui_tray_color); ++ //icon->blend(GMPlayerManager::instance()->getPreferences().gui_tray_color); + icon->create(); + } + return 1; Modified: head/audio/gogglesmm/pkg-plist ============================================================================== --- head/audio/gogglesmm/pkg-plist Mon Nov 21 21:26:58 2016 (r426759) +++ head/audio/gogglesmm/pkg-plist Mon Nov 21 21:43:41 2016 (r426760) @@ -9,14 +9,15 @@ share/applications/gogglesmm.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/utils/import_banshee_stats.py -%%DATADIR%%/utils/import_gogglesmm12.py -%%DATADIR%%/utils/import_gogglesmm12_stats.py +%%DATADIR%%/import_banshee_stats.py +%%DATADIR%%/import_gogglesmm12.py +%%DATADIR%%/import_gogglesmm12_stats.py share/icons/hicolor/16x16/apps/gogglesmm.png share/icons/hicolor/22x22/apps/gogglesmm.png share/icons/hicolor/24x24/apps/gogglesmm.png share/icons/hicolor/32x32/apps/gogglesmm.png share/icons/hicolor/48x48/apps/gogglesmm.png +share/icons/hicolor/64x64/apps/gogglesmm.png share/icons/hicolor/scalable/apps/gogglesmm.svg %%NLS%%share/locale/de/LC_MESSAGES/gogglesmm.mo %%NLS%%share/locale/es/LC_MESSAGES/gogglesmm.mo From owner-svn-ports-all@freebsd.org Mon Nov 21 22:01: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 8FC38C4D6A0; Mon, 21 Nov 2016 22:01:21 +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 5F50E19E3; Mon, 21 Nov 2016 22:01:21 +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 uALM1KOo076034; Mon, 21 Nov 2016 22:01:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALM1KaC076033; Mon, 21 Nov 2016 22:01:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201611212201.uALM1KaC076033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 21 Nov 2016 22:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426761 - head/lang/pocl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:01:21 -0000 Author: kwm Date: Mon Nov 21 22:01:20 2016 New Revision: 426761 URL: https://svnweb.freebsd.org/changeset/ports/426761 Log: Clean up commented lines, replace the custom do-test with TEST_TARGET= check Submitted by: mat@ Modified: head/lang/pocl/Makefile Modified: head/lang/pocl/Makefile ============================================================================== --- head/lang/pocl/Makefile Mon Nov 21 21:43:41 2016 (r426760) +++ head/lang/pocl/Makefile Mon Nov 21 22:01:20 2016 (r426761) @@ -31,7 +31,6 @@ LLVM_VERSION= 37 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GL= yes -#USES= autoreconf gmake localbase pathfix pkgconfig libtool USES= gmake localbase ncurses pathfix pkgconfig libtool:keepla INSTALL_TARGET= install-strip @@ -40,7 +39,6 @@ MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libda CONFIGURE_ENV= LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" \ CLANGXX_FLAGS=-std=gnu++11 -#CONFIGURE_ARGS+= --enable-pedantic # needed for the libltdl configure check LDFLAGS+= -L${LOCALBASE}/lib @@ -61,7 +59,6 @@ OCLBOOK_ALL_TARGET= check DEBUG_CONFIGURE_ENABLE= debug -do-test: - cd ${WRKSRC} && ${GMAKE} check +TEST_TARGET= check .include From owner-svn-ports-all@freebsd.org Mon Nov 21 22:02: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 416F4C4D7FD; Mon, 21 Nov 2016 22:02:32 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 197521BAF; Mon, 21 Nov 2016 22:02:32 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALM2V52078977; Mon, 21 Nov 2016 22:02:31 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALM2UOB078973; Mon, 21 Nov 2016 22:02:30 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201611212202.uALM2UOB078973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 21 Nov 2016 22:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426762 - in head/sysutils/nomad: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:02:32 -0000 Author: kmoore Date: Mon Nov 21 22:02:30 2016 New Revision: 426762 URL: https://svnweb.freebsd.org/changeset/ports/426762 Log: - Update to 0.5.0 - Update maintainer e-mail address PR: 214672 Submitted by: Maintainer - John Hixson Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo head/sysutils/nomad/files/nomad.in Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Mon Nov 21 22:01:20 2016 (r426761) +++ head/sysutils/nomad/Makefile Mon Nov 21 22:02:30 2016 (r426762) @@ -1,18 +1,17 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= sysutils -MAINTAINER= john@pcbsd.org +MAINTAINER= jhixson@gmail.com COMMENT= Cluster manager and scheduler LICENSE= MPL -BUILD_DEPENDS= go>=1.4:lang/go -RUN_DEPENDS= go>=1.4:lang/go +BUILD_DEPENDS= go>=1.7:lang/go +RUN_DEPENDS= go>=1.7:lang/go ONLY_FOR_ARCHS= amd64 @@ -23,8 +22,8 @@ GH_ACCOUNT= hashicorp:DEFAULT kardianos: golang:tools axw:gocov matm:gocov_html ugorji:go GH_PROJECT= govendor:govendor gox:gox tools:tools gocov:gocov \ gocov-html:gocov_html go:go -GH_TAGNAME= 36255b7:govendor 6e9ee79:gox 0d2bde8:tools \ - f5b2b5c:gocov b729399:gocov_html b94837a:go +GH_TAGNAME= v1.0.8:govendor v0.3.0:gox 8b84dae:tools \ + c77561c:gocov v1.1:gocov_html faddd61:go USE_RC_SUBR= nomad Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Mon Nov 21 22:01:20 2016 (r426761) +++ head/sysutils/nomad/distinfo Mon Nov 21 22:02:30 2016 (r426762) @@ -1,14 +1,15 @@ -SHA256 (hashicorp-nomad-v0.4.0_GH0.tar.gz) = b9098781812b93a77ffdfadecd0d3fc8fd5f73dce4b48cd76495b0124bd8cfe5 -SIZE (hashicorp-nomad-v0.4.0_GH0.tar.gz) = 14668057 -SHA256 (kardianos-govendor-36255b7_GH0.tar.gz) = 6ca5ab2341a516e5a0b6285aecb02c886ab680daf8594c2f41fa8bdb654540ab -SIZE (kardianos-govendor-36255b7_GH0.tar.gz) = 106747 -SHA256 (mitchellh-gox-6e9ee79_GH0.tar.gz) = 27da8bad72f941f75d21be1a750aa0808004a95ad85f9ecf51f4af177d2c5bf7 -SIZE (mitchellh-gox-6e9ee79_GH0.tar.gz) = 15382 -SHA256 (golang-tools-0d2bde8_GH0.tar.gz) = b1b02559564a8445659dd9537984b5de04061564edfa3f29a2363e5cac035ce6 -SIZE (golang-tools-0d2bde8_GH0.tar.gz) = 1540259 -SHA256 (axw-gocov-f5b2b5c_GH0.tar.gz) = 839169e5c2c0583fa686e05affa4685a55e4b9b4ac08d571550cd2254fd0958c -SIZE (axw-gocov-f5b2b5c_GH0.tar.gz) = 12575 -SHA256 (matm-gocov-html-b729399_GH0.tar.gz) = 227555a0346c27daa21ef7da1bcf27af1c5715dd86fb74e4014a4f16ed9f2ec5 -SIZE (matm-gocov-html-b729399_GH0.tar.gz) = 125862 -SHA256 (ugorji-go-b94837a_GH0.tar.gz) = 51138e1177780f2b0204dbd03c6e40356bf493375652d880fb2c68f8e5daced8 -SIZE (ugorji-go-b94837a_GH0.tar.gz) = 167304 +TIMESTAMP = 1479585907 +SHA256 (hashicorp-nomad-v0.5.0_GH0.tar.gz) = a7d9126b4ce7937dbf3c72f14172261ddf59e88f4c2e4b7167601ab3ca421059 +SIZE (hashicorp-nomad-v0.5.0_GH0.tar.gz) = 17718704 +SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 +SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321 +SHA256 (mitchellh-gox-v0.3.0_GH0.tar.gz) = 29dc6b689f670a5444cc54cd9111549ccb01501901bc9197d0e1325a35157802 +SIZE (mitchellh-gox-v0.3.0_GH0.tar.gz) = 13735 +SHA256 (golang-tools-8b84dae_GH0.tar.gz) = ec2ab2f9ef0f6df7fbc12faba1fcd42768d9f50ff0f595d4201deaa2f9414d0f +SIZE (golang-tools-8b84dae_GH0.tar.gz) = 2192701 +SHA256 (axw-gocov-c77561c_GH0.tar.gz) = 47451bdf1a1704f3c08dc66b24572ead4f76b5bd21f802ed0ec7a3e049ebf3f9 +SIZE (axw-gocov-c77561c_GH0.tar.gz) = 12516 +SHA256 (matm-gocov-html-v1.1_GH0.tar.gz) = 0a0bc1168671c17c57eb3a0fd759c625d154bdd420aefac6e10e42d0116dff98 +SIZE (matm-gocov-html-v1.1_GH0.tar.gz) = 125858 +SHA256 (ugorji-go-faddd61_GH0.tar.gz) = f86b83ac7113121a99d6db8a5f1035ab877a62519257b2976ee98120be26cf40 +SIZE (ugorji-go-faddd61_GH0.tar.gz) = 168810 Modified: head/sysutils/nomad/files/nomad.in ============================================================================== --- head/sysutils/nomad/files/nomad.in Mon Nov 21 22:01:20 2016 (r426761) +++ head/sysutils/nomad/files/nomad.in Mon Nov 21 22:02:30 2016 (r426762) @@ -36,7 +36,7 @@ load_rc_config $name pidfile=/var/run/nomad.pid procname="%%PREFIX%%/bin/nomad" command="/usr/sbin/daemon" -command_args="-f -p ${pidfile} /usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} -config=%%PREFIX%%/etc/nomad ${nomad_args}" +command_args="-f -p ${pidfile} /usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}" start_precmd=nomad_startprecmd From owner-svn-ports-all@freebsd.org Mon Nov 21 22:09: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 7940EC4D855; Mon, 21 Nov 2016 22:09:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BF871D12; Mon, 21 Nov 2016 22:09:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALM96pl079315; Mon, 21 Nov 2016 22:09:06 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALM96l2079313; Mon, 21 Nov 2016 22:09:06 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212209.uALM96l2079313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:09:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426763 - head/editors/lazarus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:09:07 -0000 Author: acm Date: Mon Nov 21 22:09:06 2016 New Revision: 426763 URL: https://svnweb.freebsd.org/changeset/ports/426763 Log: - Update to 1.6.2 Modified: head/editors/lazarus/Makefile head/editors/lazarus/distinfo Modified: head/editors/lazarus/Makefile ============================================================================== --- head/editors/lazarus/Makefile Mon Nov 21 22:02:30 2016 (r426762) +++ head/editors/lazarus/Makefile Mon Nov 21 22:09:06 2016 (r426763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lazarus -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.2 DISTVERSIONSUFFIX= -0 PORTREVISION?= 0 CATEGORIES= editors devel Modified: head/editors/lazarus/distinfo ============================================================================== --- head/editors/lazarus/distinfo Mon Nov 21 22:02:30 2016 (r426762) +++ head/editors/lazarus/distinfo Mon Nov 21 22:09:06 2016 (r426763) @@ -1,2 +1,3 @@ -SHA256 (freepascal/lazarus-1.6.0-0.tar.gz) = cbce02be1ed902a4978a13144446023d955c0db69a1dba42c93a83b8a24f3ca8 -SIZE (freepascal/lazarus-1.6.0-0.tar.gz) = 55911739 +TIMESTAMP = 1479282131 +SHA256 (freepascal/lazarus-1.6.2-0.tar.gz) = eae73ac1d50456d191e13601ea5c333a8816732f6fcd0b849c3685da869cc1ef +SIZE (freepascal/lazarus-1.6.2-0.tar.gz) = 55949169 From owner-svn-ports-all@freebsd.org Mon Nov 21 22:09: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 C6715C4D8C2; Mon, 21 Nov 2016 22:09:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E86C1E26; Mon, 21 Nov 2016 22:09:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALM9eZQ079462; Mon, 21 Nov 2016 22:09:40 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALM9ePi079459; Mon, 21 Nov 2016 22:09:40 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212209.uALM9ePi079459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426764 - head/archivers/peazip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:09:41 -0000 Author: acm Date: Mon Nov 21 22:09:40 2016 New Revision: 426764 URL: https://svnweb.freebsd.org/changeset/ports/426764 Log: - Update to 6.2.0 Modified: head/archivers/peazip/Makefile head/archivers/peazip/distinfo head/archivers/peazip/pkg-plist Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Mon Nov 21 22:09:06 2016 (r426763) +++ head/archivers/peazip/Makefile Mon Nov 21 22:09:40 2016 (r426764) @@ -1,8 +1,8 @@ -# Created by: Alonso Cardenas Marquez +[B[B[B[B# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.0.0 +PORTVERSION= 6.2.0 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org COMMENT= Free archiver and file compressor +LICENSE= LGPL3 + BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils @@ -23,7 +25,7 @@ DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi project_gwrap.lpi LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} ARCHIVER_FILES= # Modified: head/archivers/peazip/distinfo ============================================================================== --- head/archivers/peazip/distinfo Mon Nov 21 22:09:06 2016 (r426763) +++ head/archivers/peazip/distinfo Mon Nov 21 22:09:40 2016 (r426764) @@ -1,2 +1,3 @@ -SHA256 (peazip-6.0.0.src.zip) = d585c79c632eac43edbfb133a0b59767424d137f3db75c55d49a793664af7bf2 -SIZE (peazip-6.0.0.src.zip) = 3913063 +TIMESTAMP = 1478555164 +SHA256 (peazip-6.2.0.src.zip) = ec5993e5b3bc982bf62d9aa085e7f71bfd77361c1814ae24334c00d2212e5f88 +SIZE (peazip-6.2.0.src.zip) = 4079735 Modified: head/archivers/peazip/pkg-plist ============================================================================== --- head/archivers/peazip/pkg-plist Mon Nov 21 22:09:06 2016 (r426763) +++ head/archivers/peazip/pkg-plist Mon Nov 21 22:09:40 2016 (r426764) @@ -20,6 +20,7 @@ share/pixmaps/peazip.png %%DATADIR%%/res/lang/chs.txt %%DATADIR%%/res/lang/cht.txt %%DATADIR%%/res/lang/cz.txt +%%DATADIR%%/res/lang/de-uml-alt.txt %%DATADIR%%/res/lang/de-uml.txt %%DATADIR%%/res/lang/default.txt %%DATADIR%%/res/lang/en-gb.txt From owner-svn-ports-all@freebsd.org Mon Nov 21 22:10: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 DA886C4D932; Mon, 21 Nov 2016 22:10:35 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE80C1F25; Mon, 21 Nov 2016 22:10:35 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALMAYqW079641; Mon, 21 Nov 2016 22:10:34 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALMAYQb079638; Mon, 21 Nov 2016 22:10:34 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212210.uALMAYQb079638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426765 - in head/comms/cqrlog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:10:36 -0000 Author: acm Date: Mon Nov 21 22:10:34 2016 New Revision: 426765 URL: https://svnweb.freebsd.org/changeset/ports/426765 Log: - Update to 2.0.2 Modified: head/comms/cqrlog/Makefile head/comms/cqrlog/distinfo head/comms/cqrlog/files/patch-src_dData.pas Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Mon Nov 21 22:09:40 2016 (r426764) +++ head/comms/cqrlog/Makefile Mon Nov 21 22:10:34 2016 (r426765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cqrlog -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio @@ -28,7 +28,7 @@ USE_FPC= cairo fcl-base fcl-db fcl-image WANT_GNOME= yes ALL_TARGET= ${PORTNAME} -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} OPTIONS_SINGLE= LCL @@ -55,20 +55,17 @@ post-patch: ${REINPLACE_CMD} -e s!%%LOCALBASE%%!${LOCALBASE}!g \ ${WRKSRC}/help/cwd.html ${WRKSRC}/help/h1.html \ ${WRKSRC}/src/cqrlog.lpi ${WRKSRC}/src/dData.pas \ - ${WRKSRC}/src/dUtils.pas ${WRKSRC}/src/fLoTWExport.lrs \ + ${WRKSRC}/src/dUtils.pas \ ${WRKSRC}/src/fLoTWExport.pas ${WRKSRC}/src/fLoTWExport.lfm \ ${WRKSRC}/src/fPreferences.pas ${WRKSRC}/src/fRotControl.pas \ ${WRKSRC}/src/fTRXControl.pas ${WRKSRC}/src/fGrayline.pas \ - ${WRKSRC}/src/fPreferences.lfm ${WRKSRC}/src/fPreferences.pas \ - ${WRKSRC}/src/fPreferences.lrs + ${WRKSRC}/src/fPreferences.lfm ${WRKSRC}/src/fPreferences.pas ${REINPLACE_CMD} -e s!%%DATADIR%%!${DATADIR}!g \ ${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas ${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \ ${WRKSRC}/Makefile ${RM} -r ${WRKSRC}/src/mysql - ${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fLoTWExport.lrs \ - ${WRKSRC}/src/fLoTWExport.lfm - ${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fPreferences.lrs \ - ${WRKSRC}/src/fPreferences.lfm + ${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fLoTWExport.lfm + ${LAZARUS_DIR}/tools/lazres ${WRKSRC}/src/fPreferences.lfm .include Modified: head/comms/cqrlog/distinfo ============================================================================== --- head/comms/cqrlog/distinfo Mon Nov 21 22:09:40 2016 (r426764) +++ head/comms/cqrlog/distinfo Mon Nov 21 22:10:34 2016 (r426765) @@ -1,2 +1,3 @@ -SHA256 (ok2cqr-cqrlog-v2.0.1_GH0.tar.gz) = 17eaa17820e668eb21bc8ac75199aac5aa7ab0725b58b77ad3a86e09145d7977 -SIZE (ok2cqr-cqrlog-v2.0.1_GH0.tar.gz) = 7899762 +TIMESTAMP = 1479764623 +SHA256 (ok2cqr-cqrlog-v2.0.2_GH0.tar.gz) = d85470b8a1ca938d2e98250954574157625d3bbe1622738087a11f3ea2b7742c +SIZE (ok2cqr-cqrlog-v2.0.2_GH0.tar.gz) = 7403007 Modified: head/comms/cqrlog/files/patch-src_dData.pas ============================================================================== --- head/comms/cqrlog/files/patch-src_dData.pas Mon Nov 21 22:09:40 2016 (r426764) +++ head/comms/cqrlog/files/patch-src_dData.pas Mon Nov 21 22:10:34 2016 (r426765) @@ -54,25 +54,6 @@ d := fHomeDir+'voice_keyer'+PathDelim; if not FileExistsUTF8(d+'voice_keyer.sh') then CopyFile(s+'voice_keyer.sh',d+'voice_keyer.sh') -@@ -1288,12 +1288,12 @@ begin - - { - -- if FileExistsUTF8('/usr/bin/mysqld') then -- mysqld := '/usr/bin/mysqld'; -- if FileExistsUTF8('/usr/bin/mysqld_safe') then //Fedora -- mysqld := '/usr/bin/mysqld_safe'; -- if FileExistsUTF8('/usr/sbin/mysqld') then //openSUSE -- mysqld := '/usr/sbin/mysqld'; -+ if FileExistsUTF8('%%LOCALBASE%%/bin/mysqld') then -+ mysqld := '%%LOCALBASE%%/bin/mysqld'; -+ if FileExistsUTF8('%%LOCALBASE%%/bin/mysqld_safe') then //Fedora -+ mysqld := '%%LOCALBASE%%/bin/mysqld_safe'; -+ if FileExistsUTF8('%%LOCALBASE%%/sbin/mysqld') then //openSUSE -+ mysqld := '%%LOCALBASE%%/sbin/mysqld'; - if mysqld = '' then //don't know where mysqld is, so hopefully will be in $PATH - mysqld := 'mysqld'; - @@ -3462,12 +3462,12 @@ var l : TStringList; info : String; From owner-svn-ports-all@freebsd.org Mon Nov 21 22:11: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 13A32C4D96E; Mon, 21 Nov 2016 22:11:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D80D7209; Mon, 21 Nov 2016 22:11:27 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALMBQhu082562; Mon, 21 Nov 2016 22:11:26 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALMBQWM082561; Mon, 21 Nov 2016 22:11:26 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212211.uALMBQWM082561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426766 - head/multimedia/winff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:11:28 -0000 Author: acm Date: Mon Nov 21 22:11:26 2016 New Revision: 426766 URL: https://svnweb.freebsd.org/changeset/ports/426766 Log: - Bump PORTREVISION. lazarus was updated to 1.6.2 Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Mon Nov 21 22:10:34 2016 (r426765) +++ head/multimedia/winff/Makefile Mon Nov 21 22:11:26 2016 (r426766) @@ -3,6 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://winff.org/docs/source/ DISTNAME= ${_PORTNAME}-${PORTVERSION}-source @@ -32,7 +33,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ true LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} From owner-svn-ports-all@freebsd.org Mon Nov 21 22:17: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 0B6AFC4DB4A; Mon, 21 Nov 2016 22:17:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C16C2681; Mon, 21 Nov 2016 22:17:50 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALMHnv8083514; Mon, 21 Nov 2016 22:17:49 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALMHnJ6083513; Mon, 21 Nov 2016 22:17:49 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212217.uALMHnJ6083513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426767 - head/net-p2p/transmission-remote-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: Mon, 21 Nov 2016 22:17:51 -0000 Author: acm Date: Mon Nov 21 22:17:49 2016 New Revision: 426767 URL: https://svnweb.freebsd.org/changeset/ports/426767 Log: - Bump PORTREVISION. Lazarus was updated to 1.6.2 - Remove BROKEN Modified: head/net-p2p/transmission-remote-gui/Makefile Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Mon Nov 21 22:11:26 2016 (r426766) +++ head/net-p2p/transmission-remote-gui/Makefile Mon Nov 21 22:17:49 2016 (r426767) @@ -3,22 +3,18 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= SF/${PROJECTNAME}/${PORTVERSION}/ DISTNAME= transgui-${PORTVERSION}-src MAINTAINER= acm@FreeBSD.org COMMENT= Remote GUI for transmission daemon -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils RUN_DEPENDS= transmission-daemon:net-p2p/transmission-daemon -PROJECTHOST= transmisson-remote-gui - USE_FPC= cairo fcl-base fcl-image fcl-net pasjpeg rtl-objpas rtl-extra \ x11 USES= iconv zip @@ -31,8 +27,9 @@ SUB_FILES= pkg-message LAZARUS_PROJECT_FILE= transgui.lpi LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} +PROJECT_NAME= transgui OPTIONS_SINGLE= LCL OPTIONS_SINGLE_LCL= GTK2 QT4 From owner-svn-ports-all@freebsd.org Mon Nov 21 22: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 0581AC4DDB6; Mon, 21 Nov 2016 22:24:17 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5A5DAA0; Mon, 21 Nov 2016 22:24:16 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALMOF6f087711; Mon, 21 Nov 2016 22:24:15 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALMOFOJ087709; Mon, 21 Nov 2016 22:24:15 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212224.uALMOFOJ087709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426768 - head/russian/emkatic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:24:17 -0000 Author: acm Date: Mon Nov 21 22:24:15 2016 New Revision: 426768 URL: https://svnweb.freebsd.org/changeset/ports/426768 Log: - Update to 0.28 Modified: head/russian/emkatic/Makefile head/russian/emkatic/distinfo Modified: head/russian/emkatic/Makefile ============================================================================== --- head/russian/emkatic/Makefile Mon Nov 21 22:17:49 2016 (r426767) +++ head/russian/emkatic/Makefile Mon Nov 21 22:24:15 2016 (r426768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emkatic -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= russian emulators MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,10 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils -USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11 +USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg rtl-extra x11 PROJECT_FILE= emkatic.lpi -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LAZARUS_DIR}/lcl/units/${BUILDNAME} Modified: head/russian/emkatic/distinfo ============================================================================== --- head/russian/emkatic/distinfo Mon Nov 21 22:17:49 2016 (r426767) +++ head/russian/emkatic/distinfo Mon Nov 21 22:24:15 2016 (r426768) @@ -1,2 +1,3 @@ -SHA256 (emkatic-0.27-src.tar.gz) = 29fbe3c5197716b4a9ae9d8f01b6539639e5c0626528d64706f006d5f3a9ca1d -SIZE (emkatic-0.27-src.tar.gz) = 564933 +TIMESTAMP = 1479326115 +SHA256 (emkatic-0.28-src.tar.gz) = 449aad9358e3f3433ced59b396f3104cf1af020d13116bc0862c81526c5b256f +SIZE (emkatic-0.28-src.tar.gz) = 573493 From owner-svn-ports-all@freebsd.org Mon Nov 21 22:25: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 5FCE9C4DE0A; Mon, 21 Nov 2016 22:25:56 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F5C1BAD; Mon, 21 Nov 2016 22:25:56 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALMPtPY087931; Mon, 21 Nov 2016 22:25:55 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALMPt1P087930; Mon, 21 Nov 2016 22:25:55 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212225.uALMPt1P087930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426769 - 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: Mon, 21 Nov 2016 22:25:56 -0000 Author: acm Date: Mon Nov 21 22:25:55 2016 New Revision: 426769 URL: https://svnweb.freebsd.org/changeset/ports/426769 Log: - Bump PORTREVISION. Lazarus was updated to 1.6.2 Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Mon Nov 21 22:24:15 2016 (r426768) +++ head/x11-fm/doublecmd/Makefile Mon Nov 21 22:25:55 2016 (r426769) @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -30,7 +31,7 @@ WANT_GNOME= yes PLIST= ${WRKDIR}/pkg-plist PROJECT_FILE= src/doublecmd.lpi -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} MAKE_ENV+= LDVER=ld.bfd # for DragonFly From owner-svn-ports-all@freebsd.org Mon Nov 21 22: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 79A53C4DE4D; Mon, 21 Nov 2016 22:26:41 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF3CC9E; Mon, 21 Nov 2016 22:26:40 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from [212.54.42.118] (helo=lsmtp4.tb.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1c8whV-0005dZ-Px; Mon, 21 Nov 2016 23:04:33 +0100 Received: from d34030.upc-d.chello.nl ([213.46.34.30] helo=[192.168.0.36]) by lsmtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.82) (envelope-from ) id 1c8whV-0004q9-Mq; Mon, 21 Nov 2016 23:04:33 +0100 Message-ID: <1479765873.1459.2.camel@FreeBSD.org> Subject: Re: svn commit: r426722 - in head/lang: . pocl pocl/files From: Koop Mast To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Mon, 21 Nov 2016 23:04:33 +0100 In-Reply-To: <882131e7-54d5-9d24-98de-3297a29c187a@FreeBSD.org> References: <201611211436.uALEaprl096393@repo.freebsd.org> <882131e7-54d5-9d24-98de-3297a29c187a@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=SKcybKnH c=1 sm=0 tr=0 a=IkcTkHD0fZMA:10 a=L24OOQBejmoA:10 a=eEmJkdyKdL3hkkrPVNkA:9 a=QEXdDO2ut3YA:10 xcat=Undefined/Undefined none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:26:41 -0000 On Mon, 2016-11-21 at 19:33 +0100, Mathieu Arnold wrote: > Le 21/11/2016 à 15:36, Koop Mast a écrit : > > > > +#USES= autoreconf gmake localbase pathfix pkgconfig > > libtool > > +USES= gmake localbase ncurses pathfix pkgconfig > > libtool:keepla > > + > > +#CONFIGURE_ARGS+= --enable-pedantic > Commented out lines in Makefiles makes you wonder about the quality > of > the submission, wether it is a work in progress, or a final patch This is all mine, I did a once over before commit but I missed those commented lines. > > > > +do-test: > > + cd ${WRKSRC} && ${GMAKE} check > NEVER use GMAKE, it is always called MAKE_CMD. Also, all this should > be > written as: > > TEST_TARGET=    check I thik I looked up MAKE_CMD once but I don't use this that often so I probably forgot about that. I will try to keep it in mind for the next time. I didn't know about TEST_TARGET existence. These problems have been corrected, thanks for your comments! -Koop From owner-svn-ports-all@freebsd.org Mon Nov 21 22:32: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 C7281C4D0B1; Mon, 21 Nov 2016 22:32:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 924EB1067; Mon, 21 Nov 2016 22:32:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALMW9bN091291; Mon, 21 Nov 2016 22:32:09 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALMW9UF091290; Mon, 21 Nov 2016 22:32:09 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611212232.uALMW9UF091290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 21 Nov 2016 22:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426770 - head/archivers/peazip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 22:32:10 -0000 Author: acm Date: Mon Nov 21 22:32:09 2016 New Revision: 426770 URL: https://svnweb.freebsd.org/changeset/ports/426770 Log: - Fix index Modified: head/archivers/peazip/Makefile Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Mon Nov 21 22:25:55 2016 (r426769) +++ head/archivers/peazip/Makefile Mon Nov 21 22:32:09 2016 (r426770) @@ -1,4 +1,4 @@ -[B[B[B[B# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= peazip From owner-svn-ports-all@freebsd.org Mon Nov 21 22:43: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 55D70C4D3D1; Mon, 21 Nov 2016 22:43:25 +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 C315B172E; Mon, 21 Nov 2016 22:43:24 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 613f0e81 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 21 Nov 2016 15:43:23 -0700 (MST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r426722 - in head/lang: . pocl pocl/files From: Adam Weinberger In-Reply-To: <1479765873.1459.2.camel@FreeBSD.org> Date: Mon, 21 Nov 2016 15:43:20 -0700 Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <794F78AC-D823-48FE-91CC-83D6D123C4D9@adamw.org> References: <201611211436.uALEaprl096393@repo.freebsd.org> <882131e7-54d5-9d24-98de-3297a29c187a@FreeBSD.org> <1479765873.1459.2.camel@FreeBSD.org> To: Koop Mast 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, 21 Nov 2016 22:43:25 -0000 > On 21 Nov, 2016, at 15:04, Koop Mast wrote: >=20 > On Mon, 2016-11-21 at 19:33 +0100, Mathieu Arnold wrote: >> Le 21/11/2016 =C3=A0 15:36, Koop Mast a =C3=A9crit : >>>=20 >>> +do-test: >>> + cd ${WRKSRC} && ${GMAKE} check >> NEVER use GMAKE, it is always called MAKE_CMD. Also, all this should >> be >> written as: >>=20 >> TEST_TARGET=3D check >=20 > I thik I looked up MAKE_CMD once but I don't use this that often so I > probably forgot about that. I will try to keep it in mind for the next > time. I didn't know about TEST_TARGET existence. >=20 > These problems have been corrected, thanks for your comments! (Mat is right here, TEST_TARGET is the way to go here). Just FTR, personally I=E2=80=99m really into ${DO_MAKE_BUILD}, which = sets up all the right environment and arguments and uses the proper = MAKE_CMD. ${DO_MAKE_BUILD} check DO_MAKE_BUILD is one of the most underrated macros in the ports system! # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Mon Nov 21 23:14: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 07674C4DADC; Mon, 21 Nov 2016 23:14:27 +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 B007B6CC; Mon, 21 Nov 2016 23:14:26 +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 uALNEPQi009613; Mon, 21 Nov 2016 23:14:25 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALNEPX5009611; Mon, 21 Nov 2016 23:14:25 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611212314.uALNEPX5009611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 21 Nov 2016 23:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426771 - in head/net/rabbitmq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 23:14:27 -0000 Author: olgeni Date: Mon Nov 21 23:14:25 2016 New Revision: 426771 URL: https://svnweb.freebsd.org/changeset/ports/426771 Log: Respect RABBITMQ_LOG_BASE setting in rabbitmq-env.conf, if present. Modified: head/net/rabbitmq/Makefile head/net/rabbitmq/files/rabbitmq.in Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Mon Nov 21 22:32:09 2016 (r426770) +++ head/net/rabbitmq/Makefile Mon Nov 21 23:14:25 2016 (r426771) @@ -3,6 +3,7 @@ PORTNAME= rabbitmq PORTVERSION= 3.6.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} Modified: head/net/rabbitmq/files/rabbitmq.in ============================================================================== --- head/net/rabbitmq/files/rabbitmq.in Mon Nov 21 22:32:09 2016 (r426770) +++ head/net/rabbitmq/files/rabbitmq.in Mon Nov 21 23:14:25 2016 (r426771) @@ -24,6 +24,7 @@ load_rc_config $name rabbitmq_server="%%PREFIX%%/sbin/rabbitmq-server" rabbitmq_ctl="%%PREFIX%%/sbin/rabbitmqctl" +rabbitmq_env_conf="%%PREFIX%%/etc/rabbitmq/rabbitmq-env.conf" pidfile="/var/run/${name}.pid" daemon_pidfile="/var/run/${name}-daemon.pid" @@ -33,8 +34,13 @@ rotate_logs_cmd="su -m ${rabbitmq_user} status_cmd="su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_ctl} status\"'" extra_commands="rotate_logs status" +: ${RABBITMQ_LOG_BASE:=/var/log/${name}} + +if [ -f ${rabbitmq_env_conf} ]; then + . ${rabbitmq_env_conf} +fi + export RABBITMQ_HOME=/var/db/${name} -export RABBITMQ_LOGDIR=/var/log/${name} # Prevent conflicts with amqp_client and rabbit_common applications that # may be installed in ERL_LIBS. @@ -48,8 +54,8 @@ rabbitmq_start() chown -R ${rabbitmq_user}:${rabbitmq_user} ${RABBITMQ_HOME} fi - if [ -d ${RABBITMQ_LOGDIR} ]; then - chown -R ${rabbitmq_user}:${rabbitmq_user} ${RABBITMQ_LOGDIR} + if [ -d ${RABBITMQ_LOG_BASE} ]; then + chown -R ${rabbitmq_user}:${rabbitmq_user} ${RABBITMQ_LOG_BASE} fi if [ -f ${RABBITMQ_HOME}/.erlang.cookie ]; then From owner-svn-ports-all@freebsd.org Mon Nov 21 23:17: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 9E6F6C4DB58; Mon, 21 Nov 2016 23:17:59 +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 62B61845; Mon, 21 Nov 2016 23:17:58 +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 3A053BDCD8; Tue, 22 Nov 2016 00:17:55 +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 1C5A4BDCD0; Tue, 22 Nov 2016 00:17:55 +0100 (CET) Subject: Re: svn commit: r426759 - in head/databases/xapian-core: . files To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611212126.uALLQxT0063108@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 22 Nov 2016 00:17:53 +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: <201611212126.uALLQxT0063108@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FeKkbMEKkbwj71SJLaIoUdhenMNmGrrWP" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 21 Nov 2016 23:17:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FeKkbMEKkbwj71SJLaIoUdhenMNmGrrWP Content-Type: multipart/mixed; boundary="Gd7qx0DnNWncSijuN7SbuNqiRHhUeswHq"; protected-headers="v1" From: Mathieu Arnold To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r426759 - in head/databases/xapian-core: . files References: <201611212126.uALLQxT0063108@repo.freebsd.org> In-Reply-To: <201611212126.uALLQxT0063108@repo.freebsd.org> --Gd7qx0DnNWncSijuN7SbuNqiRHhUeswHq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 21/11/2016 =C3=A0 22:26, Raphael Kubo da Costa a =C3=A9crit : > SOCK_CLOEXEC was introduced in FreeBSD 10, so define it to 0 on FreeB= SD 9 (the > code already handles this case). Xapian 1.4 has a safesyssocket.h tha= t does the > same thing. But FreeBSD 10 is not 1000000. In that case, according to sys/sys/socket.h's log, it was added in r248534, the closest version is 1000031. > +# FreeBSD 9 does not have SOCK_CLOEXEC. > +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1000000 --=20 Mathieu Arnold --Gd7qx0DnNWncSijuN7SbuNqiRHhUeswHq-- --FeKkbMEKkbwj71SJLaIoUdhenMNmGrrWP 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 iQJ8BAEBCgBmBQJYM4CiXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IPQoP/jNaIb34MUFWx2du0rnQhH7s BuBPJlNWMe0epQzuJQqhOE/5xk3d/BoLYbwIkknO/zk5uMrSO5e+0xB07YIeMfEs mkngnsoigXZ8dYpqxyDl86pLUWHrOgCDoQLFvNkVc+fn/aqJcrTyqqZtajdLZM49 opqwBI/pMQ6vbhfTXe8GniUeAz1TFDhzIHwa/MK6rFmMOi4taFAljTYhPv1QbUjJ J87VcHO0j/gzgxW7/6lORfPSjz+EiDsz5ZbtDpIx8lQ3efYdGDv5SskZF4zv2MOu RUNm3+zYKtF7fsld8pTYzmhFABg5RWEZ0h5RgwuZa2moDHFawejXYHGvEXr52s34 b4+fRG+GYvhyjPsNgAp8lZqLJDUaGeDdveY1JU9YYpKLC1TU36XsTnCpulG3kXqk /+zkJISltuq0lpOJleA1q36pBbCdIIbXPacggNBi3LNpmKdGwbGLsiFMFIUnIsyV nIYvIO7tFqjPA2JnGVP0cbaUgUXL3cT2UVyIBhh4MmzN9RxWKLw/Dhb5aBfkMcPw lwBXO02u6iihFio+32ZQo+fRY162ClyFCDsDPMP+GsS1g5K/ChGg3sFA2beNckDl 2V7cnAgJ3OC22/XxOP7NQ7K1sxGXuuh7E65xTyNJ2UygIIjlMpzUYjOpE9f3jfFD 8dWi3TCsl2N59sk5CFXp =NiID -----END PGP SIGNATURE----- --FeKkbMEKkbwj71SJLaIoUdhenMNmGrrWP-- From owner-svn-ports-all@freebsd.org Tue Nov 22 00:10: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 8768AC4CA3A; Tue, 22 Nov 2016 00:10:42 +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 58F281C83; Tue, 22 Nov 2016 00:10:42 +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 uAM0AfkP029573; Tue, 22 Nov 2016 00:10:41 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM0AfSC029571; Tue, 22 Nov 2016 00:10:41 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611220010.uAM0AfSC029571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 22 Nov 2016 00:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426772 - in head: Mk lang/ruby21 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 00:10:42 -0000 Author: swills Date: Tue Nov 22 00:10:41 2016 New Revision: 426772 URL: https://svnweb.freebsd.org/changeset/ports/426772 Log: update lang/ruby21 to 2.1.10 Modified: head/Mk/bsd.ruby.mk head/lang/ruby21/distinfo Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Mon Nov 21 23:14:25 2016 (r426771) +++ head/Mk/bsd.ruby.mk Tue Nov 22 00:10:41 2016 (r426772) @@ -154,8 +154,8 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # # Ruby 2.1 # -RUBY_RELVERSION= 2.1.9 -RUBY_PORTREVISION= 1 +RUBY_RELVERSION= 2.1.10 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY21= "" # PLIST_SUB helpers Modified: head/lang/ruby21/distinfo ============================================================================== --- head/lang/ruby21/distinfo Mon Nov 21 23:14:25 2016 (r426771) +++ head/lang/ruby21/distinfo Tue Nov 22 00:10:41 2016 (r426772) @@ -1,2 +1,3 @@ -SHA256 (ruby/ruby-2.1.9.tar.xz) = 39f203f7498aed2456fb500147fada5adcbf102d89d4f6aca773ebcadd8ea82a -SIZE (ruby/ruby-2.1.9.tar.xz) = 9395648 +TIMESTAMP = 1479689124 +SHA256 (ruby/ruby-2.1.10.tar.xz) = 5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a83532301c0dd3b5006e148 +SIZE (ruby/ruby-2.1.10.tar.xz) = 9362868 From owner-svn-ports-all@freebsd.org Tue Nov 22 00:12: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 C73DCC4CBE9; Tue, 22 Nov 2016 00:12:10 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AEC31E83; Tue, 22 Nov 2016 00:12:10 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAM0C95s031366; Tue, 22 Nov 2016 00:12:09 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM0C9bW031362; Tue, 22 Nov 2016 00:12:09 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201611220012.uAM0C9bW031362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Tue, 22 Nov 2016 00:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426773 - in head/net: . bnxt-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 00:12:10 -0000 Author: shurd Date: Tue Nov 22 00:12:09 2016 New Revision: 426773 URL: https://svnweb.freebsd.org/changeset/ports/426773 Log: Add bnxt-kmod, driver for Broadcom NetXtreme-C/NetXtreme-E devices. This is simply the driver from 12-CURRENT wrapped in a port for FreeBSD versions that have iflib but don't have the driver included. Added: head/net/bnxt-kmod/ head/net/bnxt-kmod/Makefile (contents, props changed) head/net/bnxt-kmod/distinfo (contents, props changed) head/net/bnxt-kmod/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Nov 22 00:10:41 2016 (r426772) +++ head/net/Makefile Tue Nov 22 00:12:09 2016 (r426773) @@ -53,6 +53,7 @@ SUBDIR += bird6 SUBDIR += bittwist SUBDIR += bmon + SUBDIR += bnxt-kmod SUBDIR += boclient SUBDIR += boinc-client SUBDIR += boinc_curses Added: head/net/bnxt-kmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bnxt-kmod/Makefile Tue Nov 22 00:12:09 2016 (r426773) @@ -0,0 +1,62 @@ +# $FreeBSD$ + +PORTNAME= bnxt-kmod +PORTVERSION= 308813 +CATEGORIES= net +MASTER_SITES= LOCAL/shurd + +MAINTAINER= shurd@freebsd.org +COMMENT= Driver for Broadcom NetXtreme-C/NetXtreme-E devices + +LICENSE= BSD2CLAUSE + +USES= kmod +BUILD_WRKSRC= ${WRKSRC}/sys/modules/bnxt + +PLIST_FILES= ${KMODDIR}/if_bnxt.ko \ + man/man4/bnxt.4.gz \ + man/man4/if_bnxt.4.gz + +create-tarball: + ${MKDIR} ${WRKDIR} + svnlite checkout -r ${PORTVERSION} --depth empty https://svn.freebsd.org/base/head ${WRKSRC} + svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/sys + svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/sys/dev + svnlite update -r ${PORTVERSION} --set-depth infinity ${WRKSRC}/sys/dev/bnxt + svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/sys/modules + svnlite update -r ${PORTVERSION} --set-depth infinity ${WRKSRC}/sys/modules/bnxt + svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/share + svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/share/man + svnlite update -r ${PORTVERSION} --set-depth empty ${WRKSRC}/share/man/man4 + svnlite update -r ${PORTVERSION} ${WRKSRC}/share/man/man4/bnxt.4 + tar czf ${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} --exclude=.svn ${DISTNAME} + scp ${DISTNAME}${EXTRACT_SUFX} freefall:public_distfiles/ + +do-install: + ${INSTALL_KLD} ${WRKSRC}/sys/modules/bnxt/if_bnxt.ko ${STAGEDIR}${KMODDIR}/if_bnxt.ko + ${INSTALL_MAN} ${WRKSRC}/share/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ + ${LN} -f ${STAGEDIR}${MAN4PREFIX}/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/if_bnxt.4 + +.include + +SUPPORTED= no +.if ${OSVERSION} >= 1100122 +.if ${OSVERSION} < 1100500 +SUPPORTED= yes +.endif +.endif +.if ${OSVERSION} >= 1100501 +.if ${OSVERSION} < 1101000 +SUPPORTED= yes +.endif +.endif +.if ${OSVERSION} >= 1200002 +.if ${OSVERSION} <= 1200014 +SUPPORTED= yes +.endif +.endif +.if ${SUPPORTED} == no +IGNORE= not supported on this version of FreeBSD +.endif + +.include Added: head/net/bnxt-kmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bnxt-kmod/distinfo Tue Nov 22 00:12:09 2016 (r426773) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479550854 +SHA256 (bnxt-kmod-308813.tar.gz) = f840cb4ed2290f18aac7d61fb1ae6c3ab0b7a9a1712b6b08edef0f6114b463cc +SIZE (bnxt-kmod-308813.tar.gz) = 113745 Added: head/net/bnxt-kmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bnxt-kmod/pkg-descr Tue Nov 22 00:12:09 2016 (r426773) @@ -0,0 +1,5 @@ +This is the Broadcom bnxt driver for the NetXtreme-C and NetXtreme-E iflib +driver from -CURRENT. + +Is only supported for FreeBSD versions which have iflib, but do not already +include the driver (currently 11.0-STABLE and 12-CURRENT before r308696). From owner-svn-ports-all@freebsd.org Tue Nov 22 03:00: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 12D84C4EE7F; Tue, 22 Nov 2016 03:00: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 DC694D5; Tue, 22 Nov 2016 03:00:29 +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 uAM30SXd096906; Tue, 22 Nov 2016 03:00:28 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM30SGO096899; Tue, 22 Nov 2016 03:00:28 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611220300.uAM30SGO096899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 22 Nov 2016 03:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426774 - in 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: Tue, 22 Nov 2016 03:00:30 -0000 Author: hrs Date: Tue Nov 22 03:00:28 2016 New Revision: 426774 URL: https://svnweb.freebsd.org/changeset/ports/426774 Log: Fix build on 9.x. Modified: head/cad/klayout/Makefile head/cad/klayout/files/patch-build.sh head/cad/klayout/files/patch-config-Makefile.conf head/cad/klayout/files/patch-src-Makefile.rules head/cad/klayout/files/patch-src-layApplication.cc head/cad/klayout/files/patch-src-tlStream.cc Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Tue Nov 22 00:12:09 2016 (r426773) +++ head/cad/klayout/Makefile Tue Nov 22 03:00:28 2016 (r426774) @@ -10,7 +10,7 @@ COMMENT= Qt-based GDS2 Viewer LICENSE= GPLv2 -USES= compiler:c++0x gmake python:build +USES= compiler:c++0x execinfo gmake python:build USE_RUBY= yes USE_QT4= corelib designer gui network moc_build sql uic_build \ rcc_build qt3support xml @@ -33,7 +33,7 @@ do-build: cd ${WRKSRC} && \ ${SETENV} CC=${CC} CXX=${CXX} CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ - _MAKE_JOBS="${_MAKE_JOBS}" \ + _MAKE_JOBS="${_MAKE_JOBS}" LOCALBASE="${LOCALBASE}" \ ${SH} build.sh -platform ${PLATFORMKEYWORD} \ -qtbin ${QT_PREFIX}/bin \ -qtinc ${QT_INCDIR} \ Modified: head/cad/klayout/files/patch-build.sh ============================================================================== --- head/cad/klayout/files/patch-build.sh Tue Nov 22 00:12:09 2016 (r426773) +++ head/cad/klayout/files/patch-build.sh Tue Nov 22 03:00:28 2016 (r426774) @@ -1,5 +1,5 @@ ---- build.sh.orig 2016-06-20 01:35:28.000000000 +0900 -+++ build.sh 2016-11-05 05:47:55.089440000 +0900 +--- build.sh.orig 2016-06-19 16:35:28 UTC ++++ build.sh @@ -3,7 +3,7 @@ EXEC_NAME=klayout IS_MAC="no" @@ -9,7 +9,7 @@ CURR_DIR=`pwd` PLATFORM="linux-32-gcc-release" -@@ -39,6 +39,9 @@ +@@ -39,6 +39,9 @@ Darwin*) PLATFORM="mac-yosemite-gcc-release" EXEC_HOLDER="klayout.app/Contents/MacOS" ;; @@ -19,7 +19,7 @@ *) # Assume Linux for the remaining variants case `arch` in -@@ -374,7 +377,7 @@ +@@ -374,7 +377,7 @@ if [ $HAVE_64BIT_COORD != 0 ]; then echo " 64 bit coordinates enabled" fi @@ -28,7 +28,7 @@ if [ "$gcc_path" = "" ]; then echo "*** ERROR: unable to locate gcc in path" exit 1 -@@ -398,11 +401,11 @@ +@@ -398,11 +401,11 @@ mac-*) ;; esac @@ -42,7 +42,7 @@ echo "*** ERROR: unable to locate Qt UIC in $QTBIN" exit 1 fi -@@ -463,11 +466,7 @@ +@@ -463,11 +466,7 @@ else cd $CURR_DIR fi @@ -55,7 +55,7 @@ mkdir -p $BUILD echo "WIN_CYGWIN=$WIN_CYGWIN" >$BUILD/Makefile -@@ -515,6 +514,9 @@ +@@ -515,6 +514,9 @@ echo "PYTHONINCLUDE=$PYTHONINCLUDE" >>$B echo "HAVE_PYTHON=$HAVE_PYTHON" >>$BUILD/Makefile.env echo "HAVE_QTBINDINGS=$HAVE_QTBINDINGS" >>$BUILD/Makefile.env echo "HAVE_64BIT_COORD=$HAVE_64BIT_COORD" >>$BUILD/Makefile.env @@ -65,7 +65,7 @@ echo "Building plugins: $PLUGINS" echo "" -@@ -549,12 +551,12 @@ +@@ -549,12 +551,12 @@ if [ $WIN_CYGWIN = 0 ]; then fi echo "" echo "Final binary is ready in $EXEC_FULL_PATH." Modified: head/cad/klayout/files/patch-config-Makefile.conf ============================================================================== --- head/cad/klayout/files/patch-config-Makefile.conf Tue Nov 22 00:12:09 2016 (r426773) +++ head/cad/klayout/files/patch-config-Makefile.conf Tue Nov 22 03:00:28 2016 (r426774) @@ -1,5 +1,5 @@ ---- /dev/null 2013-04-27 17:36:48.000000000 +0900 -+++ config/Makefile.conf.freebsd-32-gcc-release 2013-04-27 17:37:10.000000000 +0900 +--- config/Makefile.conf.freebsd-32-gcc-release.orig 2016-11-22 02:57:42 UTC ++++ config/Makefile.conf.freebsd-32-gcc-release @@ -0,0 +1,49 @@ + +# Configuration file for @@ -11,7 +11,7 @@ +AR=ar -r + +# Compiler general -+INC=-I$(TOP_SOURCE) -I$(SOURCE) -I. -I$(QTINCLUDE) ++INC=-I$(TOP_SOURCE) -I$(SOURCE) -I. -I$(QTINCLUDE) -isystem $(LOCALBASE)/include +DEFS=-DQT_THREAD_SUPPORT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII + +# C++ @@ -34,7 +34,7 @@ +LOPT=${LDFLAGS} -g -Wl,-E -o +LOPT_SO=${LDFLAGS} -g -shared -o + -+LIBS=${PTHREAD_LIBS} -lexecinfo -L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt -lm -lcrypt -lz ++LIBS=${PTHREAD_LIBS} -L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt -lm -lcrypt -lz -L$(LOCALBASE)/lib -lexecinfo + +.PHONY: install +install: Modified: head/cad/klayout/files/patch-src-Makefile.rules ============================================================================== --- head/cad/klayout/files/patch-src-Makefile.rules Tue Nov 22 00:12:09 2016 (r426773) +++ head/cad/klayout/files/patch-src-Makefile.rules Tue Nov 22 03:00:28 2016 (r426774) @@ -1,8 +1,8 @@ ---- src/Makefile.rules.orig Fri Nov 9 04:31:39 2007 -+++ src/Makefile.rules Sun Jan 6 18:59:35 2008 -@@ -25,8 +25,8 @@ - CCOPTS=$(CCWARN) $(DEFS) $(CCOPT) - CCOPTS_DEP=$(DEFS) $(CCOPT_DEP) +--- src/Makefile.rules.orig 2016-06-19 16:35:32 UTC ++++ src/Makefile.rules +@@ -73,8 +73,8 @@ ifeq ($(LOPT_TEST),) + LOPT_TEST=$(LOPT) + endif -MOC=$(QTBIN)/moc -UIC=$(QTBIN)/uic @@ -10,4 +10,4 @@ +UIC=$(QTBIN)/uic-qt4 RCC=$(QTBIN)/rcc - # this target must be first: + TESTSRC=$(TOP_SOURCE)/.. Modified: head/cad/klayout/files/patch-src-layApplication.cc ============================================================================== --- head/cad/klayout/files/patch-src-layApplication.cc Tue Nov 22 00:12:09 2016 (r426773) +++ head/cad/klayout/files/patch-src-layApplication.cc Tue Nov 22 03:00:28 2016 (r426774) @@ -1,5 +1,5 @@ ---- src/layApplication.cc.orig 2016-06-20 01:35:29.000000000 +0900 -+++ src/layApplication.cc 2016-11-16 08:59:47.386261000 +0900 +--- src/layApplication.cc.orig 2016-06-19 16:35:29 UTC ++++ src/layApplication.cc @@ -20,6 +20,7 @@ */ @@ -16,7 +16,7 @@ namespace lay { -@@ -351,7 +353,7 @@ +@@ -351,7 +353,7 @@ static void install_signal_handlers () act.sa_sigaction = signal_handler; sigemptyset (&act.sa_mask); act.sa_flags = SA_SIGINFO; Modified: head/cad/klayout/files/patch-src-tlStream.cc ============================================================================== --- head/cad/klayout/files/patch-src-tlStream.cc Tue Nov 22 00:12:09 2016 (r426773) +++ head/cad/klayout/files/patch-src-tlStream.cc Tue Nov 22 03:00:28 2016 (r426774) @@ -1,5 +1,5 @@ ---- src/tlStream.cc.orig 2014-03-14 22:31:20.000000000 +0900 -+++ src/tlStream.cc 2014-03-14 22:33:08.000000000 +0900 +--- src/tlStream.cc.orig 2016-06-19 16:35:29 UTC ++++ src/tlStream.cc @@ -31,6 +31,7 @@ #ifdef _WIN32 # include @@ -8,7 +8,7 @@ #include "tlStream.h" #include "tlHttpStream.h" -@@ -624,7 +625,7 @@ +@@ -624,7 +625,7 @@ InputFile::~InputFile () #if defined(_WIN32) _close (m_fd); #else @@ -17,7 +17,7 @@ #endif m_fd = -1; } -@@ -654,7 +655,7 @@ +@@ -654,7 +655,7 @@ InputFile::reset () #elif defined(_WIN64) _lseek (m_fd, 0, SEEK_SET); #else @@ -26,7 +26,7 @@ #endif } } -@@ -1068,7 +1069,7 @@ +@@ -1068,7 +1069,7 @@ OutputFile::seek (size_t s) #elif defined(_WIN32) _lseek (m_fd, s, SEEK_SET); #else From owner-svn-ports-all@freebsd.org Tue Nov 22 04: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 38E80C4EE42; Tue, 22 Nov 2016 04:31:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08308FA; Tue, 22 Nov 2016 04:31:41 +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 uAM4Vf0j033577; Tue, 22 Nov 2016 04:31:41 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM4Vfso033575; Tue, 22 Nov 2016 04:31:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201611220431.uAM4Vfso033575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 22 Nov 2016 04:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426775 - 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, 22 Nov 2016 04:31:42 -0000 Author: lwhsu Date: Tue Nov 22 04:31:40 2016 New Revision: 426775 URL: https://svnweb.freebsd.org/changeset/ports/426775 Log: - Update to 2.33 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Nov 22 03:00:28 2016 (r426774) +++ head/devel/jenkins/Makefile Tue Nov 22 04:31:40 2016 (r426775) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.32 +PORTVERSION= 2.33 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 22 03:00:28 2016 (r426774) +++ head/devel/jenkins/distinfo Tue Nov 22 04:31:40 2016 (r426775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479320830 -SHA256 (jenkins/2.32/jenkins.war) = e1b6f6aec89baa1d4596292637e6586e91e3c875315cfce156a0349df062d5e3 -SIZE (jenkins/2.32/jenkins.war) = 70132589 +TIMESTAMP = 1479787919 +SHA256 (jenkins/2.33/jenkins.war) = feb7f95d09cf48ab1f52e48219530fbc6db3da019fa8fb40341b89904f2335f4 +SIZE (jenkins/2.33/jenkins.war) = 68835918 From owner-svn-ports-all@freebsd.org Tue Nov 22 04:40: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 5530BC4E3C8; Tue, 22 Nov 2016 04:40:31 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 216E56C0; Tue, 22 Nov 2016 04:40:31 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAM4eU6s037084; Tue, 22 Nov 2016 04:40:30 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM4eUIu037082; Tue, 22 Nov 2016 04:40:30 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201611220440.uAM4eUIu037082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 22 Nov 2016 04:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426776 - head/math/octave-forge-interval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 04:40:31 -0000 Author: stephen Date: Tue Nov 22 04:40:29 2016 New Revision: 426776 URL: https://svnweb.freebsd.org/changeset/ports/426776 Log: - Update to 2.0.0. Modified: head/math/octave-forge-interval/Makefile head/math/octave-forge-interval/distinfo Modified: head/math/octave-forge-interval/Makefile ============================================================================== --- head/math/octave-forge-interval/Makefile Tue Nov 22 04:31:40 2016 (r426775) +++ head/math/octave-forge-interval/Makefile Tue Nov 22 04:40:29 2016 (r426776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-interval -PORTVERSION= 1.5.0 +PORTVERSION= 2.0.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-interval/distinfo ============================================================================== --- head/math/octave-forge-interval/distinfo Tue Nov 22 04:31:40 2016 (r426775) +++ head/math/octave-forge-interval/distinfo Tue Nov 22 04:40:29 2016 (r426776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465071898 -SHA256 (octave-forge/interval-1.5.0.tar.gz) = ac3d1ac5d85dff037152e95bf47ca2a53af593c87b2303967bc1c225a25881ca -SIZE (octave-forge/interval-1.5.0.tar.gz) = 1102217 +TIMESTAMP = 1479788527 +SHA256 (octave-forge/interval-2.0.0.tar.gz) = 9fb708dcf64cb9a7bb96fde3e336f75248c9eb8fdad481c90b04d9d0dda48368 +SIZE (octave-forge/interval-2.0.0.tar.gz) = 1114142 From owner-svn-ports-all@freebsd.org Tue Nov 22 04:48: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 D2B65C4E701; Tue, 22 Nov 2016 04:48:35 +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 A1C4DB28; Tue, 22 Nov 2016 04:48:35 +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 uAM4mYm0041099; Tue, 22 Nov 2016 04:48:34 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM4mYfG041096; Tue, 22 Nov 2016 04:48:34 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611220448.uAM4mYfG041096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 04:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426777 - head/converters/p5-Convert-Moji X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 04:48:35 -0000 Author: kuriyama Date: Tue Nov 22 04:48:34 2016 New Revision: 426777 URL: https://svnweb.freebsd.org/changeset/ports/426777 Log: - Upgrade to 0.08. Modified: head/converters/p5-Convert-Moji/Makefile head/converters/p5-Convert-Moji/distinfo head/converters/p5-Convert-Moji/pkg-plist Modified: head/converters/p5-Convert-Moji/Makefile ============================================================================== --- head/converters/p5-Convert-Moji/Makefile Tue Nov 22 04:40:29 2016 (r426776) +++ head/converters/p5-Convert-Moji/Makefile Tue Nov 22 04:48:34 2016 (r426777) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Convert-Moji -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-Convert-Moji/distinfo ============================================================================== --- head/converters/p5-Convert-Moji/distinfo Tue Nov 22 04:40:29 2016 (r426776) +++ head/converters/p5-Convert-Moji/distinfo Tue Nov 22 04:48:34 2016 (r426777) @@ -1,2 +1,3 @@ -SHA256 (Convert-Moji-0.07.tar.gz) = c9d24d545d64c3252488bb90af23ca1bb7cf0b7f63d354cff8d4132de7639d6a -SIZE (Convert-Moji-0.07.tar.gz) = 7978 +TIMESTAMP = 1475928943 +SHA256 (Convert-Moji-0.08.tar.gz) = 0e3d28b4b1b370f5c5edc2d59e253e8e87275d81117fe0cdc52816fb22c4b904 +SIZE (Convert-Moji-0.08.tar.gz) = 9692 Modified: head/converters/p5-Convert-Moji/pkg-plist ============================================================================== --- head/converters/p5-Convert-Moji/pkg-plist Tue Nov 22 04:40:29 2016 (r426776) +++ head/converters/p5-Convert-Moji/pkg-plist Tue Nov 22 04:48:34 2016 (r426777) @@ -1,2 +1,5 @@ %%PERL5_MAN3%%/Convert::Moji.3.gz %%SITE_PERL%%/Convert/Moji.pm +%%SITE_PERL%%/Convert/Moji.pod +%%SITE_PERL%%/Convert/Moji.pod.tmpl +%%SITE_PERL%%/Convert/make-pod.pl From owner-svn-ports-all@freebsd.org Tue Nov 22 04:51: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 04FD5C4E968; Tue, 22 Nov 2016 04:51:33 +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 CAEC5E19; Tue, 22 Nov 2016 04:51:32 +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 uAM4pVIC044016; Tue, 22 Nov 2016 04:51:31 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM4pVLI044014; Tue, 22 Nov 2016 04:51:31 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611220451.uAM4pVLI044014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 04:51:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426778 - head/databases/p5-Amon2-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 04:51:33 -0000 Author: kuriyama Date: Tue Nov 22 04:51:31 2016 New Revision: 426778 URL: https://svnweb.freebsd.org/changeset/ports/426778 Log: - Upgrade to 0.33. Modified: head/databases/p5-Amon2-DBI/Makefile head/databases/p5-Amon2-DBI/distinfo Modified: head/databases/p5-Amon2-DBI/Makefile ============================================================================== --- head/databases/p5-Amon2-DBI/Makefile Tue Nov 22 04:48:34 2016 (r426777) +++ head/databases/p5-Amon2-DBI/Makefile Tue Nov 22 04:51:31 2016 (r426778) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= Amon2-DBI -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.33 +#PORTREVISION= 0 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +23,6 @@ TEST_DEPENDS= \ p5-Test-Memory-Cycle>0:devel/p5-Test-Memory-Cycle USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/databases/p5-Amon2-DBI/distinfo ============================================================================== --- head/databases/p5-Amon2-DBI/distinfo Tue Nov 22 04:48:34 2016 (r426777) +++ head/databases/p5-Amon2-DBI/distinfo Tue Nov 22 04:51:31 2016 (r426778) @@ -1,2 +1,3 @@ -SHA256 (Amon2-DBI-0.32.tar.gz) = 3da2ce25104da9784011d066900d5938693e8410b93a4ee946be9bc75127ea91 -SIZE (Amon2-DBI-0.32.tar.gz) = 23513 +TIMESTAMP = 1475928979 +SHA256 (Amon2-DBI-0.33.tar.gz) = 91d8d51b5637cb5034cb4922659a5387cf7336b8e3a70944c3b0485f4545a6bc +SIZE (Amon2-DBI-0.33.tar.gz) = 13287 From owner-svn-ports-all@freebsd.org Tue Nov 22 05:18: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 37866C4E507; Tue, 22 Nov 2016 05:18:21 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 076501992; Tue, 22 Nov 2016 05:18:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAM5IKfR052914; Tue, 22 Nov 2016 05:18:20 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM5IKUd052913; Tue, 22 Nov 2016 05:18:20 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611220518.uAM5IKUd052913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 22 Nov 2016 05:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426779 - head/graphics/lximage-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 05:18:21 -0000 Author: olivierd Date: Tue Nov 22 05:18:19 2016 New Revision: 426779 URL: https://svnweb.freebsd.org/changeset/ports/426779 Log: - Fix linker error - Bump PORTREVISION Reported by: pkg-fallout Modified: head/graphics/lximage-qt/Makefile Modified: head/graphics/lximage-qt/Makefile ============================================================================== --- head/graphics/lximage-qt/Makefile Tue Nov 22 04:51:31 2016 (r426778) +++ head/graphics/lximage-qt/Makefile Tue Nov 22 05:18:19 2016 (r426779) @@ -3,6 +3,7 @@ PORTNAME= lximage-qt PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LXQT/${PORTNAME} @@ -16,7 +17,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif libfm.so:x11/libfm USES= cmake:outsource compiler:c++11-lib desktop-file-utils gettext-runtime \ - localbase lxqt pkgconfig tar:xz + localbase:ldflags lxqt pkgconfig tar:xz USE_GNOME= glib20 USE_QT5= buildtools_build qmake_build core dbus gui printsupport \ svg widgets x11extras From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 DDA1EC4E214; Tue, 22 Nov 2016 06:55: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 AA1BBF8E; Tue, 22 Nov 2016 06:55: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 uAM6sx4m092297; Tue, 22 Nov 2016 06:54:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6sxUH092296; Tue, 22 Nov 2016 06:54:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220654.uAM6sxUH092296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426780 - 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: Tue, 22 Nov 2016 06:55:01 -0000 Author: sunpoet Date: Tue Nov 22 06:54:59 2016 New Revision: 426780 URL: https://svnweb.freebsd.org/changeset/ports/426780 Log: - Add shared SYBASE description Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Tue Nov 22 05:18:19 2016 (r426779) +++ head/Mk/bsd.options.desc.mk Tue Nov 22 06:54:59 2016 (r426780) @@ -457,6 +457,7 @@ SVGALIB_DESC?= SVGA graphics support SVN_DESC?= Subversion support SWFDEC_DESC?= Flash support via Swfdec SWIG_DESC?= SWIG binding/wrapper support +SYBASE_DESC?= Sybase SQL Server support SYSLOG_DESC?= Syslog logging support SZIP_DESC?= Szip compression support TCL_DESC?= Tcl scripting language support From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 507C1C4E24E; Tue, 22 Nov 2016 06:55: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 0D1E9FAD; Tue, 22 Nov 2016 06:55: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 uAM6t4h7092442; Tue, 22 Nov 2016 06:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6t4Ew092441; Tue, 22 Nov 2016 06:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6t4Ew092441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426781 - in head/databases/xapian-core: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:05 -0000 Author: sunpoet Date: Tue Nov 22 06:55:03 2016 New Revision: 426781 URL: https://svnweb.freebsd.org/changeset/ports/426781 Log: - Simplify patch for FreeBSD 9.x Deleted: head/databases/xapian-core/files/extrapatch-backends_flint__lock.cc Modified: head/databases/xapian-core/Makefile Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Tue Nov 22 06:54:59 2016 (r426780) +++ head/databases/xapian-core/Makefile Tue Nov 22 06:55:03 2016 (r426781) @@ -32,7 +32,7 @@ SSE2_CONFIGURE_ENABLE= sse # FreeBSD 9 does not have SOCK_CLOEXEC. .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -EXTRA_PATCHES= ${FILESDIR}/extrapatch-backends_flint__lock.cc +CXXFLAGS+= -DSOCK_CLOEXEC=0 .endif post-install: From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 51B3FC4E28C; Tue, 22 Nov 2016 06:55: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 017A71082; Tue, 22 Nov 2016 06:55: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 uAM6t9Wk092575; Tue, 22 Nov 2016 06:55:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6t83N092572; Tue, 22 Nov 2016 06:55:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6t83N092572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426782 - head/graphics/GraphicsMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:10 -0000 Author: sunpoet Date: Tue Nov 22 06:55:08 2016 New Revision: 426782 URL: https://svnweb.freebsd.org/changeset/ports/426782 Log: - Update to 1.3.25 Changes: http://www.graphicsmagick.org/NEWS.html Modified: head/graphics/GraphicsMagick/Makefile head/graphics/GraphicsMagick/distinfo head/graphics/GraphicsMagick/pkg-plist Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Tue Nov 22 06:55:03 2016 (r426781) +++ head/graphics/GraphicsMagick/Makefile Tue Nov 22 06:55:08 2016 (r426782) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= GraphicsMagick -PORTVERSION= 1.3.24 -PORTREVISION= 1 +PORTVERSION= 1.3.25 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ Modified: head/graphics/GraphicsMagick/distinfo ============================================================================== --- head/graphics/GraphicsMagick/distinfo Tue Nov 22 06:55:03 2016 (r426781) +++ head/graphics/GraphicsMagick/distinfo Tue Nov 22 06:55:08 2016 (r426782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464481676 -SHA256 (GraphicsMagick-1.3.24.tar.bz2) = b060a4076308f93c25d52c903ad9a07e71b402dcb2a5c62356384865c129dff2 -SIZE (GraphicsMagick-1.3.24.tar.bz2) = 7673463 +TIMESTAMP = 1479755738 +SHA256 (GraphicsMagick-1.3.25.tar.bz2) = 7f1ffa1b8c0f21893a31bcb6d528b89c6a7798ab96451175eb4b44a2ea3d6621 +SIZE (GraphicsMagick-1.3.25.tar.bz2) = 7688270 Modified: head/graphics/GraphicsMagick/pkg-plist ============================================================================== --- head/graphics/GraphicsMagick/pkg-plist Tue Nov 22 06:55:03 2016 (r426781) +++ head/graphics/GraphicsMagick/pkg-plist Tue Nov 22 06:55:08 2016 (r426782) @@ -92,15 +92,15 @@ lib/GraphicsMagick/config/type.mgk lib/libGraphicsMagick++.a lib/libGraphicsMagick++.so lib/libGraphicsMagick++.so.12 -lib/libGraphicsMagick++.so.12.1.0 +lib/libGraphicsMagick++.so.12.1.1 lib/libGraphicsMagick.a lib/libGraphicsMagick.so lib/libGraphicsMagick.so.3 -lib/libGraphicsMagick.so.3.15.0 +lib/libGraphicsMagick.so.3.15.1 lib/libGraphicsMagickWand.a lib/libGraphicsMagickWand.so lib/libGraphicsMagickWand.so.2 -lib/libGraphicsMagickWand.so.2.7.3 +lib/libGraphicsMagickWand.so.2.7.4 libdata/pkgconfig/GraphicsMagick++.pc libdata/pkgconfig/GraphicsMagick.pc libdata/pkgconfig/GraphicsMagickWand.pc From owner-svn-ports-all@freebsd.org Tue Nov 22 06: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 783B5C4E2E5; Tue, 22 Nov 2016 06:55: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 46CBB124F; Tue, 22 Nov 2016 06:55: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 uAM6tIIP092819; Tue, 22 Nov 2016 06:55:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6tIeF092818; Tue, 22 Nov 2016 06:55:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6tIeF092818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426784 - head/sysutils/moreutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:19 -0000 Author: sunpoet Date: Tue Nov 22 06:55:18 2016 New Revision: 426784 URL: https://svnweb.freebsd.org/changeset/ports/426784 Log: - Update WWW: use https:// Modified: head/sysutils/moreutils/pkg-descr Modified: head/sysutils/moreutils/pkg-descr ============================================================================== --- head/sysutils/moreutils/pkg-descr Tue Nov 22 06:55:13 2016 (r426783) +++ head/sysutils/moreutils/pkg-descr Tue Nov 22 06:55:18 2016 (r426784) @@ -20,4 +20,4 @@ Currently it consists of these tools: Note that parallel and ts utilities are installed with "moreutils-" prefix. -WWW: http://joeyh.name/code/moreutils/ +WWW: https://joeyh.name/code/moreutils/ From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 361A0C4E2C2; Tue, 22 Nov 2016 06:55:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12EA01193; Tue, 22 Nov 2016 06:55:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAM6tEKD092724; Tue, 22 Nov 2016 06:55:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6tDVF092720; Tue, 22 Nov 2016 06:55:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6tDVF092720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426783 - in head/net/mDNSResponder: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:15 -0000 Author: sunpoet Date: Tue Nov 22 06:55:13 2016 New Revision: 426783 URL: https://svnweb.freebsd.org/changeset/ports/426783 Log: - Update to 765.1.2 - Remove outdated PORTSCOUT - Simplify patch file - Update WWW Modified: head/net/mDNSResponder/Makefile head/net/mDNSResponder/distinfo head/net/mDNSResponder/files/patch-mDNSPosix-Makefile head/net/mDNSResponder/pkg-descr Modified: head/net/mDNSResponder/Makefile ============================================================================== --- head/net/mDNSResponder/Makefile Tue Nov 22 06:55:08 2016 (r426782) +++ head/net/mDNSResponder/Makefile Tue Nov 22 06:55:13 2016 (r426783) @@ -1,8 +1,8 @@ -# Created by: Alfred Perlstein +# Created by: Alfred Perlstein VE_IPV6 # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 625.41.2 +PORTVERSION= 765.1.2 CATEGORIES= net dns MASTER_SITES= http://opensource.apple.com/tarballs/${PORTNAME}/ @@ -13,16 +13,14 @@ LICENSE= APACHE20 BSD3CLAUSE LICENSE_COMB= dual # lib/libdns_sd.so.1 sbin/mdnsd -CONFLICTS_INSTALL= avahi-libdns openmdns +CONFLICTS_INSTALL= avahi-libdns- openmdns- OPTIONS_DEFINE= IPV6 -PORTSCOUT= skipv:625.60.4 - ALL_TARGET= all dnsextd BUILD_WRKSRC= ${WRKSRC}/mDNSPosix INSTALL_WRKSRC= ${WRKSRC}/mDNSPosix -MAKE_ARGS= LDCONFIG=${TRUE} LOCALBASE=${PREFIX} MANPATH=${MANPREFIX}/man STRIP=${STRIP_CMD} os=freebsd +MAKE_ARGS= LDCONFIG=${TRUE} LOCALBASE=${PREFIX} MAN_PATH=${MANPREFIX}/man STRIP=${STRIP_CMD} os=freebsd MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_RC_SUBR= mdnsd mdnsresponderposix Modified: head/net/mDNSResponder/distinfo ============================================================================== --- head/net/mDNSResponder/distinfo Tue Nov 22 06:55:08 2016 (r426782) +++ head/net/mDNSResponder/distinfo Tue Nov 22 06:55:13 2016 (r426783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466892159 -SHA256 (mDNSResponder-625.41.2.tar.gz) = 8efdd7d57445f4defdb450217c31afc5c5d258822764bb02f4e8282430b33119 -SIZE (mDNSResponder-625.41.2.tar.gz) = 2022161 +TIMESTAMP = 1479732106 +SHA256 (mDNSResponder-765.1.2.tar.gz) = 108f21529c621d82b5f0802b9b4102ed9619d03435f7e5ca2b9dbed1ea11ddf1 +SIZE (mDNSResponder-765.1.2.tar.gz) = 2307465 Modified: head/net/mDNSResponder/files/patch-mDNSPosix-Makefile ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Tue Nov 22 06:55:08 2016 (r426782) +++ head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Tue Nov 22 06:55:13 2016 (r426783) @@ -1,4 +1,4 @@ ---- mDNSPosix/Makefile.orig 2015-03-04 03:09:18 UTC +--- mDNSPosix/Makefile.orig 2016-04-24 15:07:24 UTC +++ mDNSPosix/Makefile @@ -54,8 +54,8 @@ COREDIR = ../mDNSCore SHAREDDIR ?= ../mDNSShared @@ -11,25 +11,43 @@ FLEX = @flex ST = @strip LD = ld -shared -@@ -123,7 +123,7 @@ ifeq ($(os),freebsd) +@@ -121,9 +121,9 @@ else + + ifeq ($(os),freebsd) # If not already defined, set LOCALBASE to /usr/local - LOCALBASE?=/usr/local - INSTBASE=$(LOCALBASE) +-LOCALBASE?=/usr/local +-INSTBASE=$(LOCALBASE) -CFLAGS_OS = -DHAVE_IPV6 ++LOCALBASE ?= /usr/local ++INSTBASE ?= $(DESTDIR)$(LOCALBASE) +CFLAGS_OS = -DHAVE_IPV6 -DTARGET_OS_FREEBSD # FreeBSD 4 requires threaded code to be compiled and linked using the "-pthread" option, # and requires that the "-lpthread" link option NOT be used # This appies only to FreeBSD -- "man cc" on FreeBSD says: -@@ -217,7 +217,7 @@ CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_OS) $ +@@ -185,12 +185,7 @@ + endif + endif + +-# If directory /usr/share/man exists, then we install man pages into that, else /usr/man +-ifeq ($(wildcard /usr/share/man), /usr/share/man) +-MANPATH := /usr/share/man +-else +-MANPATH := /usr/man +-endif ++MANPATH := $(DESTDIR)$(MAN_PATH) + + # If directories /etc/init.d/rc*.d exist, then we install into that (Suse) + ifeq ($(wildcard /etc/init.d/rc2.d/), /etc/init.d/rc2.d/) +@@ -219,7 +219,7 @@ CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_OS) $ - all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG) + all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor $(OPTIONALTARG) --install: setup InstalledDaemon InstalledStartup InstalledLib InstalledManPages InstalledClients $(OPTINSTALL) +-install: setup InstalledStartup InstalledDaemon InstalledLib InstalledManPages InstalledClients $(OPTINSTALL) +install: setup InstalledDaemon InstalledLib InstalledManPages InstalledClients $(OPTINSTALL) # 'setup' sets up the build directory structure the way we want setup: -@@ -257,13 +257,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ +@@ -259,13 +259,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ CLIENTLIBOBJS = $(OBJDIR)/dnssd_clientlib.c.so.o $(OBJDIR)/dnssd_clientstub.c.so.o $(OBJDIR)/dnssd_ipc.c.so.o $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS) @@ -46,7 +64,7 @@ @$(MAKE) -C ../Clients # nss_mdns target builds the Name Service Switch module -@@ -271,49 +271,49 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE +@@ -273,7 +273,7 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE @echo "Name Service Switch module done" $(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/nss_mdns.c.so.o @@ -55,93 +73,33 @@ @$(STRIP) $@ ############################################################################# - - # The Install targets place built stuff in their proper places --InstalledDaemon: $(INSTBASE)/sbin/mdnsd -+InstalledDaemon: $(DESTDIR)$(INSTBASE)/sbin/mdnsd - @echo $+ " installed" - --InstalledLib: $(INSTBASE)/lib/libdns_sd.$(LDSUFFIX).$(LIBVERS) $(INSTBASE)/include/dns_sd.h -+InstalledLib: $(DESTDIR)$(INSTBASE)/lib/libdns_sd.$(LDSUFFIX).$(LIBVERS) $(DESTDIR)$(INSTBASE)/include/dns_sd.h - @echo $+ " installed" - --InstalledStartup: $(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME) -+InstalledStartup: $(DESTDIR)$(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME) - @echo $+ " installed" - --InstalledManPages: $(MANPATH)/man8/mdnsd.8 -+InstalledManPages: $(DESTDIR)$(MANPATH)/man8/mdnsd.8 - @echo $+ " installed" - --InstalledClients: $(INSTBASE)/bin/dns-sd -+InstalledClients: $(DESTDIR)$(INSTBASE)/bin/dns-sd - @echo $+ " installed" - --InstalledNSS: $(NSSINSTPATH)/$(NSSLINKNAME) /etc/nss_mdns.conf $(MANPATH)/man5/nss_mdns.conf.5 $(MANPATH)/man8/libnss_mdns.8 -+InstalledNSS: $(DESTDIR)$(NSSINSTPATH)/$(NSSLINKNAME) /etc/nss_mdns.conf $(DESTDIR)$(MANPATH)/man5/nss_mdns.conf.5 $(DESTDIR)$(MANPATH)/man8/libnss_mdns.8 +@@ -298,14 +298,12 @@ InstalledNSS: $(NSSINSTPATH)/$(NSSLINKNA @echo $+ " installed" # Note: If daemon already installed, we make sure it's stopped before overwriting it --$(INSTBASE)/sbin/mdnsd: $(BUILDDIR)/mdnsd -+$(DESTDIR)$(INSTBASE)/sbin/mdnsd: $(BUILDDIR)/mdnsd - @if test -x $@; then $(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME) stop; fi +-$(INSTBASE)/sbin/mdnsd: $(BUILDDIR)/mdnsd $(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME) +- @if test -x $@; then $(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME) stop; fi ++$(INSTBASE)/sbin/mdnsd: $(BUILDDIR)/mdnsd $(CP) $< $@ +- @$(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME) start --$(INSTBASE)/lib/libdns_sd.$(LDSUFFIX).$(LIBVERS): $(BUILDDIR)/libdns_sd.$(LDSUFFIX) -+$(DESTDIR)$(INSTBASE)/lib/libdns_sd.$(LDSUFFIX).$(LIBVERS): $(BUILDDIR)/libdns_sd.$(LDSUFFIX) + $(INSTBASE)/lib/libdns_sd.$(LDSUFFIX).$(LIBVERS): $(BUILDDIR)/libdns_sd.$(LDSUFFIX) $(CP) $< $@ - $(LN) $@ $(INSTBASE)/lib/libdns_sd.$(LDSUFFIX) -+ $(LN) libdns_sd.$(LDSUFFIX).$(LIBVERS) $(DESTDIR)$(INSTBASE)/lib/libdns_sd.$(LDSUFFIX) ++ $(LN) $(notdir $@) $(INSTBASE)/lib/libdns_sd.$(LDSUFFIX) ifdef LDCONFIG # -m means 'merge into existing database', -R means 'rescan directories' $(LDCONFIG) -mR - endif - --$(INSTBASE)/include/dns_sd.h: $(SHAREDDIR)/dns_sd.h -+$(DESTDIR)$(INSTBASE)/include/dns_sd.h: $(SHAREDDIR)/dns_sd.h - $(CP) $< $@ - - # We make this target dependent on $(INSTBASE)/sbin/mdnsd because we need to ensure - # that the daemon is installed *before* we try to execute the command to start it. --$(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME): mdnsd.sh $(STARTUPSCRIPTDIR) $(INSTBASE)/sbin/mdnsd -+$(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME): mdnsd.sh $(STARTUPSCRIPTDIR) $(DESTDIR)$(INSTBASE)/sbin/mdnsd - $(CP) $< $@ - chmod ugo+x $@ - $@ start -@@ -330,26 +330,26 @@ else - endif - endif - --$(MANPATH)/man5/%.5: %.5 -+$(DESTDIR)$(MANPATH)/man5/%.5: %.5 - cp $< $@ - chmod 444 $@ - --$(MANPATH)/man8/%.8: %.8 -+$(DESTDIR)$(MANPATH)/man8/%.8: %.8 +@@ -338,7 +336,7 @@ $(MANPATH)/man8/%.8: %.8 cp $< $@ chmod 444 $@ -$(MANPATH)/man8/mdnsd.8: $(SHAREDDIR)/mDNSResponder.8 -+$(DESTDIR)$(MANPATH)/man8/mdnsd.8: $(SHAREDDIR)/mDNSResponderPosix.8 ++$(MANPATH)/man8/mdnsd.8: $(SHAREDDIR)/mDNSResponderPosix.8 cp $< $@ chmod 444 $@ --$(INSTBASE)/bin/dns-sd: ../Clients/build/dns-sd -+$(DESTDIR)$(INSTBASE)/bin/dns-sd: ../Clients/build/dns-sd - $(CP) $< $@ - --$(NSSINSTPATH)/$(NSSLINKNAME): $(NSSINSTPATH)/$(NSSLIBFILE) -+$(DESTDIR)$(NSSINSTPATH)/$(NSSLINKNAME): $(NSSINSTPATH)/$(NSSLIBFILE) - $(LN) $< $@ - ldconfig - --$(NSSINSTPATH)/$(NSSLIBFILE): $(BUILDDIR)/$(NSSLIBFILE) -+$(DESTDIR)$(NSSINSTPATH)/$(NSSLIBFILE): $(BUILDDIR)/$(NSSLIBFILE) - $(CP) $< $@ - chmod 444 $@ - -@@ -491,6 +491,8 @@ $(OBJDIR)/NetMonitor.c.o: $(C +@@ -491,6 +489,8 @@ $(OBJDIR)/NetMonitor.c.o: $(C $(BUILDDIR)/dnsextd: $(DNSEXTDOBJ) $(OBJDIR)/dnsextd.c.threadsafe.o $(CC) $+ -o $@ $(LINKOPTS) $(LINKOPTS_PTHREAD) Modified: head/net/mDNSResponder/pkg-descr ============================================================================== --- head/net/mDNSResponder/pkg-descr Tue Nov 22 06:55:08 2016 (r426782) +++ head/net/mDNSResponder/pkg-descr Tue Nov 22 06:55:13 2016 (r426783) @@ -8,4 +8,4 @@ The mDNSResponder project is a component networking initiative. WWW: https://developer.apple.com/bonjour/ -WWW: http://opensource.apple.com/tarballs/mDNSResponder/ +WWW: https://opensource.apple.com/tarballs/mDNSResponder/ From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 305F6C4E31D; Tue, 22 Nov 2016 06:55: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 E390A130C; Tue, 22 Nov 2016 06:55: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 uAM6tNoJ092938; Tue, 22 Nov 2016 06:55:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6tMrp092936; Tue, 22 Nov 2016 06:55:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6tMrp092936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426785 - head/security/py-oauth2client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:24 -0000 Author: sunpoet Date: Tue Nov 22 06:55:22 2016 New Revision: 426785 URL: https://svnweb.freebsd.org/changeset/ports/426785 Log: - Update to 4.0.0 Changes: https://github.com/google/oauth2client/releases https://github.com/google/oauth2client/blob/master/CHANGELOG.md Modified: head/security/py-oauth2client/Makefile head/security/py-oauth2client/distinfo Modified: head/security/py-oauth2client/Makefile ============================================================================== --- head/security/py-oauth2client/Makefile Tue Nov 22 06:55:18 2016 (r426784) +++ head/security/py-oauth2client/Makefile Tue Nov 22 06:55:22 2016 (r426785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2client -PORTVERSION= 3.0.0 +PORTVERSION= 4.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-oauth2client/distinfo ============================================================================== --- head/security/py-oauth2client/distinfo Tue Nov 22 06:55:18 2016 (r426784) +++ head/security/py-oauth2client/distinfo Tue Nov 22 06:55:22 2016 (r426785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479407226 -SHA256 (oauth2client-3.0.0.tar.gz) = 5b5b056ec6f2304e7920b632885bd157fa71d1a7f3ddd00a43b1541a8d1a2460 -SIZE (oauth2client-3.0.0.tar.gz) = 77208 +TIMESTAMP = 1479755749 +SHA256 (oauth2client-4.0.0.tar.gz) = 80be5420889694634b8517b4acd3292ace881d9d1aa9d590d37ec52faec238c7 +SIZE (oauth2client-4.0.0.tar.gz) = 72392 From owner-svn-ports-all@freebsd.org Tue Nov 22 06: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 E880FC4E371; Tue, 22 Nov 2016 06:55: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 9280F13E4; Tue, 22 Nov 2016 06:55: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 uAM6tRwO093055; Tue, 22 Nov 2016 06:55:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6tR4m093053; Tue, 22 Nov 2016 06:55:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6tR4m093053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426786 - head/devel/p5-DateTime-Calendar-Christian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:29 -0000 Author: sunpoet Date: Tue Nov 22 06:55:27 2016 New Revision: 426786 URL: https://svnweb.freebsd.org/changeset/ports/426786 Log: - Update to 0.06 - Update LICENSE_FILE Changes: http://search.cpan.org/dist/DateTime-Calendar-Christian/Changes Modified: head/devel/p5-DateTime-Calendar-Christian/Makefile head/devel/p5-DateTime-Calendar-Christian/distinfo Modified: head/devel/p5-DateTime-Calendar-Christian/Makefile ============================================================================== --- head/devel/p5-DateTime-Calendar-Christian/Makefile Tue Nov 22 06:55:22 2016 (r426785) +++ head/devel/p5-DateTime-Calendar-Christian/Makefile Tue Nov 22 06:55:27 2016 (r426786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Calendar-Christian -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,10 @@ COMMENT= Dates in the Christian calendar LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_ART10= ${WRKSRC}/LICENSES/Artistic +LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSES/Copying -BUILD_DEPENDS= p5-DateTime-Calendar-Julian>=0:devel/p5-DateTime-Calendar-Julian +BUILD_DEPENDS= p5-DateTime-Calendar-Julian>=0.04:devel/p5-DateTime-Calendar-Julian RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/devel/p5-DateTime-Calendar-Christian/distinfo ============================================================================== --- head/devel/p5-DateTime-Calendar-Christian/distinfo Tue Nov 22 06:55:22 2016 (r426785) +++ head/devel/p5-DateTime-Calendar-Christian/distinfo Tue Nov 22 06:55:27 2016 (r426786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554039 -SHA256 (DateTime-Calendar-Christian-0.05.tar.gz) = 2bc8bfc20a6907955c9495ebfc9c70c9b90d02bef7f6cd3744d07ae95feede08 -SIZE (DateTime-Calendar-Christian-0.05.tar.gz) = 19210 +TIMESTAMP = 1479755755 +SHA256 (DateTime-Calendar-Christian-0.06.tar.gz) = ffb1622dad74a64feaa21a18b6db22aa5202e02122b5a58820a65179fe2d9f9b +SIZE (DateTime-Calendar-Christian-0.06.tar.gz) = 26982 From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 28FDFC4E3D1; Tue, 22 Nov 2016 06:55: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 EC67E162A; Tue, 22 Nov 2016 06:55: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 uAM6tb3r093292; Tue, 22 Nov 2016 06:55:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6taEG093290; Tue, 22 Nov 2016 06:55:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6taEG093290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426788 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 06:55:38 -0000 Author: sunpoet Date: Tue Nov 22 06:55:36 2016 New Revision: 426788 URL: https://svnweb.freebsd.org/changeset/ports/426788 Log: - Update to 5.20161120 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Tue Nov 22 06:55:32 2016 (r426787) +++ head/devel/p5-Module-CoreList/Makefile Tue Nov 22 06:55:36 2016 (r426788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20161020 +PORTVERSION= 5.20161120 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Tue Nov 22 06:55:32 2016 (r426787) +++ head/devel/p5-Module-CoreList/distinfo Tue Nov 22 06:55:36 2016 (r426788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477930491 -SHA256 (Module-CoreList-5.20161020.tar.gz) = 72e660d6e1c22fa741df24ca4dc9377a19d6be807432e2b3394c288bde3cfedb -SIZE (Module-CoreList-5.20161020.tar.gz) = 93362 +TIMESTAMP = 1479755771 +SHA256 (Module-CoreList-5.20161120.tar.gz) = 0ac79f410c9a833dd3230ac550a4baa1aa45f8129eff9f35f10419fc92b2d7b5 +SIZE (Module-CoreList-5.20161120.tar.gz) = 93414 From owner-svn-ports-all@freebsd.org Tue Nov 22 06:55: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 8D7F1C4E3A8; Tue, 22 Nov 2016 06:55: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 59D5E1547; Tue, 22 Nov 2016 06:55: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 uAM6tWJA093173; Tue, 22 Nov 2016 06:55:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM6tW7M093171; Tue, 22 Nov 2016 06:55:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611220655.uAM6tW7M093171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 06:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426787 - head/devel/p5-Devel-PatchPerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 06:55:33 -0000 Author: sunpoet Date: Tue Nov 22 06:55:32 2016 New Revision: 426787 URL: https://svnweb.freebsd.org/changeset/ports/426787 Log: - Update to 1.46 Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes Modified: head/devel/p5-Devel-PatchPerl/Makefile head/devel/p5-Devel-PatchPerl/distinfo Modified: head/devel/p5-Devel-PatchPerl/Makefile ============================================================================== --- head/devel/p5-Devel-PatchPerl/Makefile Tue Nov 22 06:55:27 2016 (r426786) +++ head/devel/p5-Devel-PatchPerl/Makefile Tue Nov 22 06:55:32 2016 (r426787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PatchPerl -PORTVERSION= 1.44 +PORTVERSION= 1.46 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/devel/p5-Devel-PatchPerl/distinfo ============================================================================== --- head/devel/p5-Devel-PatchPerl/distinfo Tue Nov 22 06:55:27 2016 (r426786) +++ head/devel/p5-Devel-PatchPerl/distinfo Tue Nov 22 06:55:32 2016 (r426787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471946296 -SHA256 (Devel-PatchPerl-1.44.tar.gz) = e83fab70c2f8a9b7961a6ba6c10b12ba1e014fa13654c7ac1408fb596ee9f118 -SIZE (Devel-PatchPerl-1.44.tar.gz) = 110378 +TIMESTAMP = 1479755764 +SHA256 (Devel-PatchPerl-1.46.tar.gz) = 27b000d2efc53e4057b624457a7192d2365e76981f7eed035f22eff38e6dab18 +SIZE (Devel-PatchPerl-1.46.tar.gz) = 108762 From owner-svn-ports-all@freebsd.org Tue Nov 22 07:30: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 77894C4EF5F; Tue, 22 Nov 2016 07:30:39 +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 494C83D4; Tue, 22 Nov 2016 07:30:39 +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 uAM7UcR8005662; Tue, 22 Nov 2016 07:30:38 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM7Ucw6005660; Tue, 22 Nov 2016 07:30:38 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611220730.uAM7Ucw6005660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 07:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426789 - head/databases/p5-DBIx-Class-DeploymentHandler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 07:30:39 -0000 Author: kuriyama Date: Tue Nov 22 07:30:38 2016 New Revision: 426789 URL: https://svnweb.freebsd.org/changeset/ports/426789 Log: - Upgrade to 0.002218. Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-DeploymentHandler/Makefile Tue Nov 22 06:55:36 2016 (r426788) +++ head/databases/p5-DBIx-Class-DeploymentHandler/Makefile Tue Nov 22 07:30:38 2016 (r426789) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-DeploymentHandler -PORTVERSION= 0.002216 +PORTVERSION= 0.002218 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Class-DeploymentHandler/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Tue Nov 22 06:55:36 2016 (r426788) +++ head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Tue Nov 22 07:30:38 2016 (r426789) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Class-DeploymentHandler-0.002216.tar.gz) = 1fe509ba55be57b94a95c613cb671925486a43729e3c97e373ac9637b06f3354 -SIZE (DBIx-Class-DeploymentHandler-0.002216.tar.gz) = 63733 +TIMESTAMP = 1475929008 +SHA256 (DBIx-Class-DeploymentHandler-0.002218.tar.gz) = d78a9ecf8f7ef73d29796ac95a8c3b8dcb8ad0ceaf6e09211946d053d37edf76 +SIZE (DBIx-Class-DeploymentHandler-0.002218.tar.gz) = 66051 From owner-svn-ports-all@freebsd.org Tue Nov 22 07:37: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 67309C4F235; Tue, 22 Nov 2016 07:37:12 +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 36E4EA52; Tue, 22 Nov 2016 07:37:12 +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 uAM7bBT3009754; Tue, 22 Nov 2016 07:37:11 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM7bBnJ009752; Tue, 22 Nov 2016 07:37:11 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611220737.uAM7bBnJ009752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 07:37:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426790 - head/databases/p5-DBIx-Class-Fixtures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 07:37:12 -0000 Author: kuriyama Date: Tue Nov 22 07:37:11 2016 New Revision: 426790 URL: https://svnweb.freebsd.org/changeset/ports/426790 Log: - Upgrade to 1.001036. Modified: head/databases/p5-DBIx-Class-Fixtures/Makefile head/databases/p5-DBIx-Class-Fixtures/distinfo Modified: head/databases/p5-DBIx-Class-Fixtures/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Fixtures/Makefile Tue Nov 22 07:30:38 2016 (r426789) +++ head/databases/p5-DBIx-Class-Fixtures/Makefile Tue Nov 22 07:37:11 2016 (r426790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Fixtures -PORTVERSION= 1.001032 +PORTVERSION= 1.001036 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SKAUFMAN Modified: head/databases/p5-DBIx-Class-Fixtures/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Fixtures/distinfo Tue Nov 22 07:30:38 2016 (r426789) +++ head/databases/p5-DBIx-Class-Fixtures/distinfo Tue Nov 22 07:37:11 2016 (r426790) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Class-Fixtures-1.001032.tar.gz) = e4802e4b1c77f95608abd1d4c321c5c274a4205de414f8f70ed1dad70a269378 -SIZE (DBIx-Class-Fixtures-1.001032.tar.gz) = 38624 +TIMESTAMP = 1475929046 +SHA256 (DBIx-Class-Fixtures-1.001036.tar.gz) = 3b0be56b22be3916135b939ab91aefbe2cd7cdc2cc526a2ecd73aa356abc5eaa +SIZE (DBIx-Class-Fixtures-1.001036.tar.gz) = 40058 From owner-svn-ports-all@freebsd.org Tue Nov 22 08:11: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 CBB5DC4B14D; Tue, 22 Nov 2016 08:11:21 +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 9DCEC1A64; Tue, 22 Nov 2016 08:11:21 +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 uAM8BKbR021640; Tue, 22 Nov 2016 08:11:20 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM8BKXs021638; Tue, 22 Nov 2016 08:11:20 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201611220811.uAM8BKXs021638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 22 Nov 2016 08:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426791 - head/net/ntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 08:11:21 -0000 Author: delphij Date: Tue Nov 22 08:11:20 2016 New Revision: 426791 URL: https://svnweb.freebsd.org/changeset/ports/426791 Log: Security update to 4.2.8p9. Approved by: so MFH: 2016Q4 Modified: head/net/ntp/Makefile head/net/ntp/distinfo Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Tue Nov 22 07:37:11 2016 (r426790) +++ head/net/ntp/Makefile Tue Nov 22 08:11:20 2016 (r426791) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8p8 -PORTREVISION= 1 +PORTVERSION= 4.2.8p9 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ Modified: head/net/ntp/distinfo ============================================================================== --- head/net/ntp/distinfo Tue Nov 22 07:37:11 2016 (r426790) +++ head/net/ntp/distinfo Tue Nov 22 08:11:20 2016 (r426791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464934880 -SHA256 (ntp-4.2.8p8.tar.gz) = 2ab3d0b5f0456e6311dda1cc27ab75da108762773a19e46abd938bd9407b97ee -SIZE (ntp-4.2.8p8.tar.gz) = 7205710 +TIMESTAMP = 1479794099 +SHA256 (ntp-4.2.8p9.tar.gz) = b724287778e1bac625b447327c9851eedef020517a3545625e9f652a90f30b72 +SIZE (ntp-4.2.8p9.tar.gz) = 7231884 From owner-svn-ports-all@freebsd.org Tue Nov 22 08:12: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 A48B7C4B2D9; Tue, 22 Nov 2016 08:12:58 +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 73E2E1C83; Tue, 22 Nov 2016 08:12:58 +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 uAM8Cvsf025480; Tue, 22 Nov 2016 08:12:57 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM8CvEn025478; Tue, 22 Nov 2016 08:12:57 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201611220812.uAM8CvEn025478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 22 Nov 2016 08:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426792 - branches/2016Q4/net/ntp 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, 22 Nov 2016 08:12:58 -0000 Author: delphij Date: Tue Nov 22 08:12:57 2016 New Revision: 426792 URL: https://svnweb.freebsd.org/changeset/ports/426792 Log: MFH: r426791 Security update to 4.2.8p9. Approved by: ports-secteam Modified: branches/2016Q4/net/ntp/Makefile branches/2016Q4/net/ntp/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net/ntp/Makefile ============================================================================== --- branches/2016Q4/net/ntp/Makefile Tue Nov 22 08:11:20 2016 (r426791) +++ branches/2016Q4/net/ntp/Makefile Tue Nov 22 08:12:57 2016 (r426792) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8p8 -PORTREVISION= 1 +PORTVERSION= 4.2.8p9 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ Modified: branches/2016Q4/net/ntp/distinfo ============================================================================== --- branches/2016Q4/net/ntp/distinfo Tue Nov 22 08:11:20 2016 (r426791) +++ branches/2016Q4/net/ntp/distinfo Tue Nov 22 08:12:57 2016 (r426792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464934880 -SHA256 (ntp-4.2.8p8.tar.gz) = 2ab3d0b5f0456e6311dda1cc27ab75da108762773a19e46abd938bd9407b97ee -SIZE (ntp-4.2.8p8.tar.gz) = 7205710 +TIMESTAMP = 1479794099 +SHA256 (ntp-4.2.8p9.tar.gz) = b724287778e1bac625b447327c9851eedef020517a3545625e9f652a90f30b72 +SIZE (ntp-4.2.8p9.tar.gz) = 7231884 From owner-svn-ports-all@freebsd.org Tue Nov 22 08:19: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 94C2EC4B74B; Tue, 22 Nov 2016 08:19:26 +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 4A0221F53; Tue, 22 Nov 2016 08:19:26 +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 uAM8JPTW025786; Tue, 22 Nov 2016 08:19:25 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM8JPUq025784; Tue, 22 Nov 2016 08:19:25 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201611220819.uAM8JPUq025784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 22 Nov 2016 08:19:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426793 - 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: Tue, 22 Nov 2016 08:19:26 -0000 Author: delphij Date: Tue Nov 22 08:19:25 2016 New Revision: 426793 URL: https://svnweb.freebsd.org/changeset/ports/426793 Log: Document multiple ntp vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 22 08:12:57 2016 (r426792) +++ head/security/vuxml/vuln.xml Tue Nov 22 08:19:25 2016 (r426793) @@ -58,6 +58,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ntp -- multiple vulnerabilities + + + ntp + 4.2.8p9 + + + ntp-devel + 0 + + + + +

Network Time Foundation reports:

+
+

NTF's NTP Project is releasing ntp-4.2.8p9, which addresses:

+
    +
  • 1 HIGH severity vulnerability that only affects Windows
  • +
  • 2 MEDIUM severity vulnerabilities
  • +
  • 2 MEDIUM/LOW severity vulnerabilities
  • +
  • 5 LOW severity vulnerabilities
  • +
  • 28 other non-security fixes and improvements
  • +
+

All of the security issues in this release are listed in + VU#633847.

+
+ +
+ + CVE-2016-7426 + CVE-2016-7427 + CVE-2016-7428 + CVE-2016-7429 + CVE-2016-7431 + CVE-2016-7433 + CVE-2016-7434 + CVE-2016-9310 + CVE-2016-9311 + CVE-2016-9312 + http://support.ntp.org/bin/view/Main/SecurityNotice#November_2016_ntp_4_2_8p9_NTP_Se + http://www.kb.cert.org/vuls/id/633847 + + + 2016-11-21 + 2016-11-22 + +
+ teeworlds -- Remote code execution From owner-svn-ports-all@freebsd.org Tue Nov 22 08:50: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 EB431C4F81F; Tue, 22 Nov 2016 08:50:30 +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 C83C316EE; Tue, 22 Nov 2016 08:50:30 +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 uAM8oTYR037732; Tue, 22 Nov 2016 08:50:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM8oTt0037729; Tue, 22 Nov 2016 08:50:29 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220850.uAM8oTt0037729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 08:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426794 - head/textproc/erlang-yamerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 08:50:31 -0000 Author: olgeni Date: Tue Nov 22 08:50:29 2016 New Revision: 426794 URL: https://svnweb.freebsd.org/changeset/ports/426794 Log: Update textproc/erlang-yamerl to version 0.4.0. Modified: head/textproc/erlang-yamerl/Makefile head/textproc/erlang-yamerl/distinfo head/textproc/erlang-yamerl/pkg-plist Modified: head/textproc/erlang-yamerl/Makefile ============================================================================== --- head/textproc/erlang-yamerl/Makefile Tue Nov 22 08:19:25 2016 (r426793) +++ head/textproc/erlang-yamerl/Makefile Tue Nov 22 08:50:29 2016 (r426794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yamerl -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= erlang- @@ -15,6 +15,6 @@ USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= yakaz -ERL_DOCS= README.md doc-md +ERL_DOCS= README.md doc .include Modified: head/textproc/erlang-yamerl/distinfo ============================================================================== --- head/textproc/erlang-yamerl/distinfo Tue Nov 22 08:19:25 2016 (r426793) +++ head/textproc/erlang-yamerl/distinfo Tue Nov 22 08:50:29 2016 (r426794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477816786 -SHA256 (yakaz-yamerl-v0.3.3_GH0.tar.gz) = ad205063c7f69cee1bc8e4687efa2022b386f4f51692b93b4817b87f0275c68b -SIZE (yakaz-yamerl-v0.3.3_GH0.tar.gz) = 113568 +TIMESTAMP = 1479804080 +SHA256 (yakaz-yamerl-v0.4.0_GH0.tar.gz) = dd2445eebbd7dbcd37ee776ea618e6c613c9e65d420a40516b444854b72066a1 +SIZE (yakaz-yamerl-v0.4.0_GH0.tar.gz) = 85359 Modified: head/textproc/erlang-yamerl/pkg-plist ============================================================================== --- head/textproc/erlang-yamerl/pkg-plist Tue Nov 22 08:19:25 2016 (r426793) +++ head/textproc/erlang-yamerl/pkg-plist Tue Nov 22 08:50:29 2016 (r426794) @@ -1,7 +1,4 @@ -lib/erlang/lib/yamerl-%%VERSION%%/ebin/Makefile.am lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.app -lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.app.in.in -lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.appup.in lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl.beam lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_app.beam lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_constr.beam @@ -29,7 +26,6 @@ lib/erlang/lib/yamerl-%%VERSION%%/ebin/y lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_parser.beam lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_sup.beam lib/erlang/lib/yamerl-%%VERSION%%/ebin/yamerl_yamler_compat.beam -lib/erlang/lib/yamerl-%%VERSION%%/include/Makefile.am lib/erlang/lib/yamerl-%%VERSION%%/include/internal/yamerl_constr.hrl lib/erlang/lib/yamerl-%%VERSION%%/include/internal/yamerl_parser.hrl lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_errors.hrl @@ -37,8 +33,6 @@ lib/erlang/lib/yamerl-%%VERSION%%/includ lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_nodes_yamerl_extensions.hrl lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_tokens.hrl lib/erlang/lib/yamerl-%%VERSION%%/include/yamerl_types.hrl -lib/erlang/lib/yamerl-%%VERSION%%/src/Emakefile.in.in -lib/erlang/lib/yamerl-%%VERSION%%/src/Makefile.am lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl.app.src lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl.erl lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_app.erl @@ -68,12 +62,4 @@ lib/erlang/lib/yamerl-%%VERSION%%/src/ya lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_sup.erl lib/erlang/lib/yamerl-%%VERSION%%/src/yamerl_yamler_compat.erl %%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/README.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/alternatives.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/features.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/installation.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/reference-manual/README.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/reference-manual/module-yamerl_constr.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/user-guide/README.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/user-guide/recipe-basic-parsing.md -%%PORTDOCS%%%%DOCSDIR%%/doc-md/user-guide/recipe-error-handling.md +%%PORTDOCS%%%%DOCSDIR%%/doc/overview.edoc From owner-svn-ports-all@freebsd.org Tue Nov 22 08:57: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 6B52CC4FC85; Tue, 22 Nov 2016 08:57:25 +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 3D43A1C21; Tue, 22 Nov 2016 08:57:25 +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 uAM8vOP7041725; Tue, 22 Nov 2016 08:57:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM8vOtX041723; Tue, 22 Nov 2016 08:57:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220857.uAM8vOtX041723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 08:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426795 - head/devel/elixir-tirexs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 08:57:25 -0000 Author: olgeni Date: Tue Nov 22 08:57:24 2016 New Revision: 426795 URL: https://svnweb.freebsd.org/changeset/ports/426795 Log: Update devel/elixir-tirexs to version 0.8.11. Modified: head/devel/elixir-tirexs/Makefile head/devel/elixir-tirexs/distinfo Modified: head/devel/elixir-tirexs/Makefile ============================================================================== --- head/devel/elixir-tirexs/Makefile Tue Nov 22 08:50:29 2016 (r426794) +++ head/devel/elixir-tirexs/Makefile Tue Nov 22 08:57:24 2016 (r426795) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tirexs -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-tirexs/distinfo ============================================================================== --- head/devel/elixir-tirexs/distinfo Tue Nov 22 08:50:29 2016 (r426794) +++ head/devel/elixir-tirexs/distinfo Tue Nov 22 08:57:24 2016 (r426795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475671377 -SHA256 (Zatvobor-tirexs-v0.8.10_GH0.tar.gz) = 063f46e6a0408d2426a44fd5266aeaf89d9ae7e84486b46674bbb1f535ec3c75 -SIZE (Zatvobor-tirexs-v0.8.10_GH0.tar.gz) = 42570 +TIMESTAMP = 1479804658 +SHA256 (Zatvobor-tirexs-v0.8.11_GH0.tar.gz) = 609916d5b833a0af60dad2d6c723b3fd7d3f839681245b296bc319bd25123aaf +SIZE (Zatvobor-tirexs-v0.8.11_GH0.tar.gz) = 42704 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:02: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 C092EC4D1AF; Tue, 22 Nov 2016 09:02: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 906DB1FD5; Tue, 22 Nov 2016 09:02: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 uAM92tLG045666; Tue, 22 Nov 2016 09:02:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM92tlR045664; Tue, 22 Nov 2016 09:02:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220902.uAM92tlR045664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426796 - 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: Tue, 22 Nov 2016 09:02:56 -0000 Author: olgeni Date: Tue Nov 22 09:02:55 2016 New Revision: 426796 URL: https://svnweb.freebsd.org/changeset/ports/426796 Log: Update devel/elixir-swarm to version 3.0.2. Modified: head/devel/elixir-swarm/Makefile head/devel/elixir-swarm/distinfo Modified: head/devel/elixir-swarm/Makefile ============================================================================== --- head/devel/elixir-swarm/Makefile Tue Nov 22 08:57:24 2016 (r426795) +++ head/devel/elixir-swarm/Makefile Tue Nov 22 09:02:55 2016 (r426796) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= swarm -DISTVERSION= 3.0.0 +DISTVERSION= 3.0.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-swarm/distinfo ============================================================================== --- head/devel/elixir-swarm/distinfo Tue Nov 22 08:57:24 2016 (r426795) +++ head/devel/elixir-swarm/distinfo Tue Nov 22 09:02:55 2016 (r426796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478511306 -SHA256 (bitwalker-swarm-3.0.0_GH0.tar.gz) = 5ec61997cabf2d7c755efec2b85a25f1ff4ed9d0f701aa77bd7f0a1c4b56d553 -SIZE (bitwalker-swarm-3.0.0_GH0.tar.gz) = 27327 +TIMESTAMP = 1479805337 +SHA256 (bitwalker-swarm-3.0.2_GH0.tar.gz) = 23d99b3edd54bde8c2ffc0c90108ce8bd5e2f4af76a36b6cf42404ddfd1aa42f +SIZE (bitwalker-swarm-3.0.2_GH0.tar.gz) = 28690 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:07: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 AB661C4D2DF; Tue, 22 Nov 2016 09:07:19 +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 653AE69F; Tue, 22 Nov 2016 09:07:19 +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 uAM97IBZ046017; Tue, 22 Nov 2016 09:07:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM97IjW046015; Tue, 22 Nov 2016 09:07:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220907.uAM97IjW046015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426797 - head/devel/elixir-quantum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:07:19 -0000 Author: olgeni Date: Tue Nov 22 09:07:18 2016 New Revision: 426797 URL: https://svnweb.freebsd.org/changeset/ports/426797 Log: Update devel/elixir-quantum to version 1.8.1. Modified: head/devel/elixir-quantum/Makefile head/devel/elixir-quantum/distinfo Modified: head/devel/elixir-quantum/Makefile ============================================================================== --- head/devel/elixir-quantum/Makefile Tue Nov 22 09:02:55 2016 (r426796) +++ head/devel/elixir-quantum/Makefile Tue Nov 22 09:07:18 2016 (r426797) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= quantum -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -17,7 +17,8 @@ GH_ACCOUNT= c-rack GH_PROJECT= quantum-elixir ELIXIR_APP_NAME=quantum -MIX_BUILD_DEPS= devel/elixir-timex +MIX_BUILD_DEPS= devel/elixir-calendar \ + devel/elixir-timex MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes Modified: head/devel/elixir-quantum/distinfo ============================================================================== --- head/devel/elixir-quantum/distinfo Tue Nov 22 09:02:55 2016 (r426796) +++ head/devel/elixir-quantum/distinfo Tue Nov 22 09:07:18 2016 (r426797) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474399320 -SHA256 (c-rack-quantum-elixir-v1.8.0_GH0.tar.gz) = 4bad443356065395663e98df4adcfca49d3335a32437d3ffcc3c800e2b109d53 -SIZE (c-rack-quantum-elixir-v1.8.0_GH0.tar.gz) = 18991 +TIMESTAMP = 1479805395 +SHA256 (c-rack-quantum-elixir-v1.8.1_GH0.tar.gz) = cf65972f9d04a83331163e52c88274fcc88c670046d929dc7fe4c87653352886 +SIZE (c-rack-quantum-elixir-v1.8.1_GH0.tar.gz) = 19274 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:08: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 CF2A3C4D35E; Tue, 22 Nov 2016 09:08:36 +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 9F3AC8C4; Tue, 22 Nov 2016 09:08:36 +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 uAM98ZTb046171; Tue, 22 Nov 2016 09:08:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM98Zvg046169; Tue, 22 Nov 2016 09:08:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220908.uAM98Zvg046169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426798 - head/www/elixir-phoenix_html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:08:36 -0000 Author: olgeni Date: Tue Nov 22 09:08:35 2016 New Revision: 426798 URL: https://svnweb.freebsd.org/changeset/ports/426798 Log: Update www/elixir-phoenix_html to version 2.8.0. Modified: head/www/elixir-phoenix_html/Makefile head/www/elixir-phoenix_html/distinfo Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Tue Nov 22 09:07:18 2016 (r426797) +++ head/www/elixir-phoenix_html/Makefile Tue Nov 22 09:08:35 2016 (r426798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_html -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_html/distinfo ============================================================================== --- head/www/elixir-phoenix_html/distinfo Tue Nov 22 09:07:18 2016 (r426797) +++ head/www/elixir-phoenix_html/distinfo Tue Nov 22 09:08:35 2016 (r426798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476278135 -SHA256 (phoenixframework-phoenix_html-v2.7.0_GH0.tar.gz) = 859d77fc4b154ce9fda94ab673e3d2487228dda544d0f54de589772d02ef9a10 -SIZE (phoenixframework-phoenix_html-v2.7.0_GH0.tar.gz) = 30092 +TIMESTAMP = 1479805680 +SHA256 (phoenixframework-phoenix_html-v2.8.0_GH0.tar.gz) = 58d0ea232a7652973d379eb032091b87b8081567939f953461270f1043b5fce4 +SIZE (phoenixframework-phoenix_html-v2.8.0_GH0.tar.gz) = 30491 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:13: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 06A04C4D5CA; Tue, 22 Nov 2016 09:13:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAEF4C9F; Tue, 22 Nov 2016 09:13:28 +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 uAM9DR1L049892; Tue, 22 Nov 2016 09:13:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9DRiu049889; Tue, 22 Nov 2016 09:13:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220913.uAM9DRiu049889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426799 - head/textproc/erlang-p1_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: Tue, 22 Nov 2016 09:13:29 -0000 Author: olgeni Date: Tue Nov 22 09:13:27 2016 New Revision: 426799 URL: https://svnweb.freebsd.org/changeset/ports/426799 Log: Update textproc/erlang-p1_utils to version 1.0.6. Modified: head/textproc/erlang-p1_utils/Makefile head/textproc/erlang-p1_utils/distinfo head/textproc/erlang-p1_utils/pkg-plist Modified: head/textproc/erlang-p1_utils/Makefile ============================================================================== --- head/textproc/erlang-p1_utils/Makefile Tue Nov 22 09:08:35 2016 (r426798) +++ head/textproc/erlang-p1_utils/Makefile Tue Nov 22 09:13:27 2016 (r426799) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p1_utils -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-p1_utils/distinfo ============================================================================== --- head/textproc/erlang-p1_utils/distinfo Tue Nov 22 09:08:35 2016 (r426798) +++ head/textproc/erlang-p1_utils/distinfo Tue Nov 22 09:13:27 2016 (r426799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471945408 -SHA256 (processone-p1_utils-1.0.5_GH0.tar.gz) = ef1009ea2fd3ffbe46747dd911e2b790621991b07ebbbe66d81893f9f5f8f7ee -SIZE (processone-p1_utils-1.0.5_GH0.tar.gz) = 44167 +TIMESTAMP = 1479805888 +SHA256 (processone-p1_utils-1.0.6_GH0.tar.gz) = 6bbc16aa9e78e2c62efef5251603b71cc3e153c9210daa5583c2a71714b56e76 +SIZE (processone-p1_utils-1.0.6_GH0.tar.gz) = 46396 Modified: head/textproc/erlang-p1_utils/pkg-plist ============================================================================== --- head/textproc/erlang-p1_utils/pkg-plist Tue Nov 22 09:08:35 2016 (r426798) +++ head/textproc/erlang-p1_utils/pkg-plist Tue Nov 22 09:13:27 2016 (r426799) @@ -1,5 +1,6 @@ lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_edoc_layout.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_fsm.beam +lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_http.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_nif_utils.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_server.beam lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_time_compat.beam @@ -7,6 +8,7 @@ lib/erlang/lib/p1_utils-%%VERSION%%/ebin lib/erlang/lib/p1_utils-%%VERSION%%/ebin/treap.beam lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_edoc_layout.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_fsm.erl +lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_http.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_nif_utils.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_server.erl lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_time_compat.erl From owner-svn-ports-all@freebsd.org Tue Nov 22 09: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 83CD8C4D61D; Tue, 22 Nov 2016 09:14:35 +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 5335EDB1; Tue, 22 Nov 2016 09:14:35 +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 uAM9EYYt050043; Tue, 22 Nov 2016 09:14:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9EYmU050041; Tue, 22 Nov 2016 09:14:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220914.uAM9EYmU050041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426800 - head/www/elixir-maru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:14:35 -0000 Author: olgeni Date: Tue Nov 22 09:14:34 2016 New Revision: 426800 URL: https://svnweb.freebsd.org/changeset/ports/426800 Log: Update www/elixir-maru to version 0.10.6. Modified: head/www/elixir-maru/Makefile head/www/elixir-maru/distinfo Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Tue Nov 22 09:13:27 2016 (r426799) +++ head/www/elixir-maru/Makefile Tue Nov 22 09:14:34 2016 (r426800) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.10.5 +PORTVERSION= 0.10.6 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-maru/distinfo ============================================================================== --- head/www/elixir-maru/distinfo Tue Nov 22 09:13:27 2016 (r426799) +++ head/www/elixir-maru/distinfo Tue Nov 22 09:14:34 2016 (r426800) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477896860 -SHA256 (falood-maru-v0.10.5_GH0.tar.gz) = 283f1cd4da3da933c64a0b38d6d92879c005c6caf9f66f9127d127539cae30b2 -SIZE (falood-maru-v0.10.5_GH0.tar.gz) = 28798 +TIMESTAMP = 1479806019 +SHA256 (falood-maru-v0.10.6_GH0.tar.gz) = 8cd3682fa80b9a037ec2226569ac2b5a378524d5df1b1ced4382b011d81f7204 +SIZE (falood-maru-v0.10.6_GH0.tar.gz) = 28943 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:20: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 4E530C4D92B; Tue, 22 Nov 2016 09:20:30 +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 2B7C2109F; Tue, 22 Nov 2016 09:20:30 +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 uAM9KT4J050389; Tue, 22 Nov 2016 09:20:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9KTxL050386; Tue, 22 Nov 2016 09:20:29 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220920.uAM9KTxL050386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426801 - head/databases/elixir-mariaex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:20:30 -0000 Author: olgeni Date: Tue Nov 22 09:20:28 2016 New Revision: 426801 URL: https://svnweb.freebsd.org/changeset/ports/426801 Log: Update databases/elixir-mariaex to version 0.8.0. Modified: head/databases/elixir-mariaex/Makefile head/databases/elixir-mariaex/distinfo head/databases/elixir-mariaex/pkg-plist Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Tue Nov 22 09:14:34 2016 (r426800) +++ head/databases/elixir-mariaex/Makefile Tue Nov 22 09:20:28 2016 (r426801) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariaex -PORTVERSION= 0.7.7 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-mariaex/distinfo ============================================================================== --- head/databases/elixir-mariaex/distinfo Tue Nov 22 09:14:34 2016 (r426800) +++ head/databases/elixir-mariaex/distinfo Tue Nov 22 09:20:28 2016 (r426801) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466079759 -SHA256 (xerions-mariaex-v0.7.7_GH0.tar.gz) = 9ebc46a05a61dca8cc7210e327861a2be7783da89dfa276bbcd64a175002b775 -SIZE (xerions-mariaex-v0.7.7_GH0.tar.gz) = 26099 +TIMESTAMP = 1479806091 +SHA256 (xerions-mariaex-v0.8.0_GH0.tar.gz) = 796634ef85bb5e187735ce037f33acd9506ca85dc4444f411ba91c24f550311b +SIZE (xerions-mariaex-v0.8.0_GH0.tar.gz) = 31601 Modified: head/databases/elixir-mariaex/pkg-plist ============================================================================== --- head/databases/elixir-mariaex/pkg-plist Tue Nov 22 09:14:34 2016 (r426800) +++ head/databases/elixir-mariaex/pkg-plist Tue Nov 22 09:20:28 2016 (r426801) @@ -3,8 +3,10 @@ lib/elixir/lib/mariaex/ebin/Elixir.Maria lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.Utils.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Column.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.Ssl.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.Tcp.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Cursor.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Error.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.LruCache.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Messages.beam @@ -12,6 +14,7 @@ lib/elixir/lib/mariaex/ebin/Elixir.Maria lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.ProtocolHelper.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Query.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Result.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.RowParser.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.beam lib/elixir/lib/mariaex/ebin/Elixir.String.Chars.Mariaex.Query.beam lib/elixir/lib/mariaex/ebin/mariaex.app @@ -20,11 +23,13 @@ lib/elixir/lib/mariaex/lib/mariaex/cache lib/elixir/lib/mariaex/lib/mariaex/coder.ex lib/elixir/lib/mariaex/lib/mariaex/column.ex lib/elixir/lib/mariaex/lib/mariaex/connection.ex +lib/elixir/lib/mariaex/lib/mariaex/connection/ssl.ex lib/elixir/lib/mariaex/lib/mariaex/connection/tcp.ex lib/elixir/lib/mariaex/lib/mariaex/lru_cache.ex lib/elixir/lib/mariaex/lib/mariaex/messages.ex lib/elixir/lib/mariaex/lib/mariaex/protocol.ex lib/elixir/lib/mariaex/lib/mariaex/protocol_helper.ex lib/elixir/lib/mariaex/lib/mariaex/query.ex +lib/elixir/lib/mariaex/lib/mariaex/row_parser.ex lib/elixir/lib/mariaex/lib/mariaex/structs.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Tue Nov 22 09:23: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 C96C9C4DC95; Tue, 22 Nov 2016 09:23: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 9636D15EF; Tue, 22 Nov 2016 09:23: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 uAM9NClu054131; Tue, 22 Nov 2016 09:23:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9NChA054129; Tue, 22 Nov 2016 09:23:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220923.uAM9NChA054129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426802 - head/textproc/erlang-fast_xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 09:23:13 -0000 Author: olgeni Date: Tue Nov 22 09:23:12 2016 New Revision: 426802 URL: https://svnweb.freebsd.org/changeset/ports/426802 Log: Update textproc/erlang-fast_xml to version 1.1.16. Modified: head/textproc/erlang-fast_xml/Makefile head/textproc/erlang-fast_xml/distinfo Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Tue Nov 22 09:20:28 2016 (r426801) +++ head/textproc/erlang-fast_xml/Makefile Tue Nov 22 09:23:12 2016 (r426802) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.15 +PORTVERSION= 1.1.16 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-fast_xml/distinfo ============================================================================== --- head/textproc/erlang-fast_xml/distinfo Tue Nov 22 09:20:28 2016 (r426801) +++ head/textproc/erlang-fast_xml/distinfo Tue Nov 22 09:23:12 2016 (r426802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471945280 -SHA256 (processone-fast_xml-1.1.15_GH0.tar.gz) = 3cab1d45b67ae9f703e51480a4607f670caafede6fbdb4126e94a34b56a381f5 -SIZE (processone-fast_xml-1.1.15_GH0.tar.gz) = 86948 +TIMESTAMP = 1479806534 +SHA256 (processone-fast_xml-1.1.16_GH0.tar.gz) = 33a9b9c2ed91d20603547703cf2a19e11f96ee69fc5954ab20c3c39253d58aae +SIZE (processone-fast_xml-1.1.16_GH0.tar.gz) = 89003 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:24: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 C5CB9C4DD7D; Tue, 22 Nov 2016 09:24:37 +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 97C4C1795; Tue, 22 Nov 2016 09:24:37 +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 uAM9OaF5054291; Tue, 22 Nov 2016 09:24:36 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9OaHB054289; Tue, 22 Nov 2016 09:24:36 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220924.uAM9OaHB054289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426803 - 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: Tue, 22 Nov 2016 09:24:37 -0000 Author: olgeni Date: Tue Nov 22 09:24:36 2016 New Revision: 426803 URL: https://svnweb.freebsd.org/changeset/ports/426803 Log: Update devel/elixir-decimal to version 1.3.1. Modified: head/devel/elixir-decimal/Makefile head/devel/elixir-decimal/distinfo Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Tue Nov 22 09:23:12 2016 (r426802) +++ head/devel/elixir-decimal/Makefile Tue Nov 22 09:24:36 2016 (r426803) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= decimal -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-decimal/distinfo ============================================================================== --- head/devel/elixir-decimal/distinfo Tue Nov 22 09:23:12 2016 (r426802) +++ head/devel/elixir-decimal/distinfo Tue Nov 22 09:24:36 2016 (r426803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478853275 -SHA256 (ericmj-decimal-v1.3.0_GH0.tar.gz) = f3d30a7421fa7a64fac11fccef1c8af84ba105a2cbaebc5e2f6b8cfb240272d3 -SIZE (ericmj-decimal-v1.3.0_GH0.tar.gz) = 16164 +TIMESTAMP = 1479806641 +SHA256 (ericmj-decimal-v1.3.1_GH0.tar.gz) = 132d8ea966d069549b0b56c885a0ed4c394447558c64c09001f89fd4e9e930a6 +SIZE (ericmj-decimal-v1.3.1_GH0.tar.gz) = 16197 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:25: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 051BCC4DDC9; Tue, 22 Nov 2016 09:25:26 +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 C87631909; Tue, 22 Nov 2016 09:25:25 +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 uAM9POs2054438; Tue, 22 Nov 2016 09:25:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9PObT054436; Tue, 22 Nov 2016 09:25:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611220925.uAM9PObT054436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Nov 2016 09:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426804 - head/devel/elixir-csv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:25:26 -0000 Author: olgeni Date: Tue Nov 22 09:25:24 2016 New Revision: 426804 URL: https://svnweb.freebsd.org/changeset/ports/426804 Log: Update devel/elixir-csv to version 1.4.4. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Tue Nov 22 09:24:36 2016 (r426803) +++ head/devel/elixir-csv/Makefile Tue Nov 22 09:25:24 2016 (r426804) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Tue Nov 22 09:24:36 2016 (r426803) +++ head/devel/elixir-csv/distinfo Tue Nov 22 09:25:24 2016 (r426804) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472378624 -SHA256 (beatrichartz-csv-v1.4.3_GH0.tar.gz) = 165060bead4a47171bd8e1a734ea6236bf52682468c5b35f43da633954943c6f -SIZE (beatrichartz-csv-v1.4.3_GH0.tar.gz) = 17417 +TIMESTAMP = 1479806689 +SHA256 (beatrichartz-csv-v1.4.4_GH0.tar.gz) = 5bf9c182682e7f3d92dc1a2fc9764920458e4bdce6c89db150e269adbb650f5d +SIZE (beatrichartz-csv-v1.4.4_GH0.tar.gz) = 17430 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:51: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 3F8E9C4FBF0; Tue, 22 Nov 2016 09:51:59 +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 0FD646B8; Tue, 22 Nov 2016 09:51:58 +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 uAM9pwCf065096; Tue, 22 Nov 2016 09:51:58 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9pwVq065094; Tue, 22 Nov 2016 09:51:58 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220951.uAM9pwVq065094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426805 - head/devel/gitlab-shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:51:59 -0000 Author: tz Date: Tue Nov 22 09:51:57 2016 New Revision: 426805 URL: https://svnweb.freebsd.org/changeset/ports/426805 Log: devel/gitlab-shell: Update from 3.2.1 to 3.4.0 Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.4.0/CHANGELOG Approved by: mentors (implicit) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Tue Nov 22 09:25:24 2016 (r426804) +++ head/devel/gitlab-shell/Makefile Tue Nov 22 09:51:57 2016 (r426805) @@ -1,8 +1,8 @@ -# Created by: Torsten Zuehlsdorff # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 3.2.1 +PORTVERSION= 3.4.0 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Tue Nov 22 09:25:24 2016 (r426804) +++ head/devel/gitlab-shell/distinfo Tue Nov 22 09:51:57 2016 (r426805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470988234 -SHA256 (gitlab-shell-v3.2.1.tar.gz) = ad21f8676901b9d90a1c8016b5fe2ad73f9a7966ab378ce244b12fc0373e9f46 -SIZE (gitlab-shell-v3.2.1.tar.gz) = 68788 +TIMESTAMP = 1476972305 +SHA256 (gitlab-shell-v3.4.0.tar.gz) = 0ac8f18b1615194943e935b670d630a1ba9870ad876f7486256972c7be1d45d4 +SIZE (gitlab-shell-v3.4.0.tar.gz) = 71972 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:52: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 5972FC4FC2D; Tue, 22 Nov 2016 09:52:28 +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 2B9C5845; Tue, 22 Nov 2016 09:52:28 +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 uAM9qRhh066691; Tue, 22 Nov 2016 09:52:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9qRT6066689; Tue, 22 Nov 2016 09:52:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220952.uAM9qRT6066689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426806 - head/devel/rubygem-newrelic_rpm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:52:28 -0000 Author: tz Date: Tue Nov 22 09:52:26 2016 New Revision: 426806 URL: https://svnweb.freebsd.org/changeset/ports/426806 Log: devel/rubygem-newrelic_rpm: Update from 3.15.0.314 to 3.16.3.323 Changelog: https://github.com/newrelic/rpm/blob/3.16.0/CHANGELOG Approved by: mentors (implicit) Modified: head/devel/rubygem-newrelic_rpm/Makefile head/devel/rubygem-newrelic_rpm/distinfo Modified: head/devel/rubygem-newrelic_rpm/Makefile ============================================================================== --- head/devel/rubygem-newrelic_rpm/Makefile Tue Nov 22 09:51:57 2016 (r426805) +++ head/devel/rubygem-newrelic_rpm/Makefile Tue Nov 22 09:52:26 2016 (r426806) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= newrelic_rpm -PORTVERSION= 3.15.0.314 +PORTVERSION= 3.16.3.323 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-newrelic_rpm/distinfo ============================================================================== --- head/devel/rubygem-newrelic_rpm/distinfo Tue Nov 22 09:51:57 2016 (r426805) +++ head/devel/rubygem-newrelic_rpm/distinfo Tue Nov 22 09:52:26 2016 (r426806) @@ -1,2 +1,3 @@ -SHA256 (rubygem/newrelic_rpm-3.15.0.314.gem) = 30e1239e18358bb3fe84f6a2789f6c244d403e2d28b2690c9d7314067144f788 -SIZE (rubygem/newrelic_rpm-3.15.0.314.gem) = 736768 +TIMESTAMP = 1476972968 +SHA256 (rubygem/newrelic_rpm-3.16.3.323.gem) = 82a4216743a34bdc766838f3af2d4e174fb0672443ea8f730c9bf84243fb896c +SIZE (rubygem/newrelic_rpm-3.16.3.323.gem) = 754688 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:52: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 BCE28C4FC7A; Tue, 22 Nov 2016 09:52:50 +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 829A4A31; Tue, 22 Nov 2016 09:52:50 +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 uAM9qnmY066863; Tue, 22 Nov 2016 09:52:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9qn4b066861; Tue, 22 Nov 2016 09:52:49 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220952.uAM9qn4b066861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426807 - head/textproc/rubygem-version_sorter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:52:50 -0000 Author: tz Date: Tue Nov 22 09:52:49 2016 New Revision: 426807 URL: https://svnweb.freebsd.org/changeset/ports/426807 Log: textproc/rubygem-version_sorter: Update from 2.0.0 to 2.1.0 - Enable sorting arrays of arbitrary objects by providing a block that maps them to string value Approved by: mentors (implicit) Modified: head/textproc/rubygem-version_sorter/Makefile head/textproc/rubygem-version_sorter/distinfo Modified: head/textproc/rubygem-version_sorter/Makefile ============================================================================== --- head/textproc/rubygem-version_sorter/Makefile Tue Nov 22 09:52:26 2016 (r426806) +++ head/textproc/rubygem-version_sorter/Makefile Tue Nov 22 09:52:49 2016 (r426807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= version_sorter -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-version_sorter/distinfo ============================================================================== --- head/textproc/rubygem-version_sorter/distinfo Tue Nov 22 09:52:26 2016 (r426806) +++ head/textproc/rubygem-version_sorter/distinfo Tue Nov 22 09:52:49 2016 (r426807) @@ -1,2 +1,3 @@ -SHA256 (rubygem/version_sorter-2.0.0.gem) = deec62d586da2a2648a4329d1aa6dfd1c37ae9332a9ea276fdae0b3e084b4dd1 -SIZE (rubygem/version_sorter-2.0.0.gem) = 6656 +TIMESTAMP = 1476972624 +SHA256 (rubygem/version_sorter-2.1.0.gem) = b971598582cb657c1403180c5bf97e97568b9378ee4e4b0218a2bf8bdc02b1ea +SIZE (rubygem/version_sorter-2.1.0.gem) = 6656 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:53: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 4C54DC4FCAB; Tue, 22 Nov 2016 09:53:13 +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 14DC6B22; Tue, 22 Nov 2016 09:53:13 +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 uAM9rC42066991; Tue, 22 Nov 2016 09:53:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9rCTq066989; Tue, 22 Nov 2016 09:53:12 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220953.uAM9rCTq066989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426808 - head/www/gitlab-workhorse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:53:13 -0000 Author: tz Date: Tue Nov 22 09:53:11 2016 New Revision: 426808 URL: https://svnweb.freebsd.org/changeset/ports/426808 Log: www/gitlab-workhorse: Update from 0.7.8 to 0.7.11 Changelog: https://gitlab.com/gitlab-org/gitlab-workhorse/blob/v0.7.11/CHANGELOG Approved by: mentors (implicit) Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Tue Nov 22 09:52:49 2016 (r426807) +++ head/www/gitlab-workhorse/Makefile Tue Nov 22 09:53:11 2016 (r426808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.11 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Tue Nov 22 09:52:49 2016 (r426807) +++ head/www/gitlab-workhorse/distinfo Tue Nov 22 09:53:11 2016 (r426808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470988224 -SHA256 (gitlab-workhorse-v0.7.8.tar.gz) = 4540143e1086d5dd231b19c441d9316270d6497d510d117810426ecc1068a3b8 -SIZE (gitlab-workhorse-v0.7.8.tar.gz) = 33419 +TIMESTAMP = 1476972565 +SHA256 (gitlab-workhorse-v0.7.11.tar.gz) = 4ffadd9f9696887f3d46055fa8ae47c06ef7095393d91c6918cbd51ab3bb7d9e +SIZE (gitlab-workhorse-v0.7.11.tar.gz) = 35006 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:53: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 58198C4FD00; Tue, 22 Nov 2016 09:53:35 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C390C1E; Tue, 22 Nov 2016 09:53:35 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAM9rYGh067115; Tue, 22 Nov 2016 09:53:34 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9rYqs067113; Tue, 22 Nov 2016 09:53:34 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220953.uAM9rYqs067113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426809 - head/www/rubygem-ace-rails-ap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:53:35 -0000 Author: tz Date: Tue Nov 22 09:53:33 2016 New Revision: 426809 URL: https://svnweb.freebsd.org/changeset/ports/426809 Log: www/rubygem-ace-rails-ap: Update from 4.0.2 to 4.1.0 Changes: Allow modes to be lazily loaded Approved by: mentors (implicit) Modified: head/www/rubygem-ace-rails-ap/Makefile head/www/rubygem-ace-rails-ap/distinfo Modified: head/www/rubygem-ace-rails-ap/Makefile ============================================================================== --- head/www/rubygem-ace-rails-ap/Makefile Tue Nov 22 09:53:11 2016 (r426808) +++ head/www/rubygem-ace-rails-ap/Makefile Tue Nov 22 09:53:33 2016 (r426809) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ace-rails-ap -PORTVERSION= 4.0.2 +PORTVERSION= 4.1.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-ace-rails-ap/distinfo ============================================================================== --- head/www/rubygem-ace-rails-ap/distinfo Tue Nov 22 09:53:11 2016 (r426808) +++ head/www/rubygem-ace-rails-ap/distinfo Tue Nov 22 09:53:33 2016 (r426809) @@ -1,2 +1,3 @@ -SHA256 (rubygem/ace-rails-ap-4.0.2.gem) = b16204cffd63defd57315a440a2d8b0b51baddfdb19fea010fcf9dd5aa6c3df8 -SIZE (rubygem/ace-rails-ap-4.0.2.gem) = 2079232 +TIMESTAMP = 1476972674 +SHA256 (rubygem/ace-rails-ap-4.1.0.gem) = 309f311df293182445517ac46b7623f3c5c6729723b02b3600737e8a3ad8b7cb +SIZE (rubygem/ace-rails-ap-4.1.0.gem) = 2079232 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:54: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 E980CC4FD93; Tue, 22 Nov 2016 09:54:05 +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 B8F3ED30; Tue, 22 Nov 2016 09:54:05 +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 uAM9s4b5067247; Tue, 22 Nov 2016 09:54:04 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9s4FU067245; Tue, 22 Nov 2016 09:54:04 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220954.uAM9s4FU067245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426810 - head/www/rubygem-gon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:54:06 -0000 Author: tz Date: Tue Nov 22 09:54:04 2016 New Revision: 426810 URL: https://svnweb.freebsd.org/changeset/ports/426810 Log: www/rubygem-gon: Update from 6.0.1 to 6.1.0 - Use 'need_tag' as option name to prevent calling 'tag' method - Show what method was used in public methods error - Use SVG image format - remove DEPRECATION WARNING: env is deprecated and will be removed from Rails 5.0. Approved by: mentors (implicit) Modified: head/www/rubygem-gon/Makefile head/www/rubygem-gon/distinfo Modified: head/www/rubygem-gon/Makefile ============================================================================== --- head/www/rubygem-gon/Makefile Tue Nov 22 09:53:33 2016 (r426809) +++ head/www/rubygem-gon/Makefile Tue Nov 22 09:54:04 2016 (r426810) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gon -PORTVERSION= 6.0.1 -PORTREVISION= 1 +PORTVERSION= 6.1.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-gon/distinfo ============================================================================== --- head/www/rubygem-gon/distinfo Tue Nov 22 09:53:33 2016 (r426809) +++ head/www/rubygem-gon/distinfo Tue Nov 22 09:54:04 2016 (r426810) @@ -1,2 +1,3 @@ -SHA256 (rubygem/gon-6.0.1.gem) = b92f23d4affba415c8a3153661b92f32cb3d75917195f16cb644e99f1a4b65b8 -SIZE (rubygem/gon-6.0.1.gem) = 157696 +TIMESTAMP = 1476972804 +SHA256 (rubygem/gon-6.1.0.gem) = ffd9d4721a9508e2c88594ed28ccafed0feb28240ba739bb282f3b9e3c35aeca +SIZE (rubygem/gon-6.1.0.gem) = 157696 From owner-svn-ports-all@freebsd.org Tue Nov 22 09:56: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 BFA18C4FE8A; Tue, 22 Nov 2016 09:56:07 +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 75CB9E56; Tue, 22 Nov 2016 09:56:07 +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 uAM9u6F2067491; Tue, 22 Nov 2016 09:56:06 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAM9u6Xi067486; Tue, 22 Nov 2016 09:56:06 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611220956.uAM9u6Xi067486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 22 Nov 2016 09:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426811 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 09:56:07 -0000 Author: tz Date: Tue Nov 22 09:56:05 2016 New Revision: 426811 URL: https://svnweb.freebsd.org/changeset/ports/426811 Log: www/gitlab: Update from 8.10.13 to 8.11.11 Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.11.11/CHANGELOG Approved by: mentors (implicit) Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/patch-Gemfile head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Tue Nov 22 09:54:04 2016 (r426810) +++ head/www/gitlab/Makefile Tue Nov 22 09:56:05 2016 (r426811) @@ -1,8 +1,8 @@ -# Created by: Torsten Zuehlsdorff +# Created by: Torsten Zuehlsdorff # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.10.13 +PORTVERSION= 8.11.11 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -16,13 +16,14 @@ BUILD_DEPENDS= gem:devel/ruby-gems # the rubygems of RUN_DEPENDS matches the order of the Gemfile # which makes maintaining this long list much easier! RUN_DEPENDS= git>=2.7.4:devel/git \ - gitlab-shell>=3.2.1:devel/gitlab-shell\ - gitlab-workhorse>=0.7.8:www/gitlab-workhorse \ + gitlab-shell>=3.4.0:devel/gitlab-shell\ + gitlab-workhorse>=0.7.11:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ rubygem-rails4>=4.2.7.1:www/rubygem-rails4 \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ rubygem-responders>=2.0:www/rubygem-responders \ rubygem-sprockets3>=3.6:devel/rubygem-sprockets3 \ + rubygem-sprockets-es6>=0:devel/rubygem-sprockets-es6 \ rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ rubygem-pg>=0.18.2:databases/rubygem-pg \ rubygem-devise>=4.0:devel/rubygem-devise \ @@ -49,12 +50,12 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-attr_encrypted>=3.0.0:security/rubygem-attr_encrypted \ rubygem-u2f>=0.2.1:net/rubygem-u2f \ rubygem-browser>=2.2:www/rubygem-browser \ - rubygem-gitlab_git>=10.3.2:devel/rubygem-gitlab_git \ + rubygem-gitlab_git>=10.5:devel/rubygem-gitlab_git \ rubygem-gitlab_omniauth-ldap>=1.2.1:net/rubygem-gitlab_omniauth-ldap \ rubygem-gollum-lib>=4.2.0:www/rubygem-gollum-lib \ rubygem-gollum-rugged_adapter>=0.4.2:www/rubygem-gollum-rugged_adapter \ rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \ - rubygem-grape>=0.13.0:devel/rubygem-grape \ + rubygem-grape>=0.15.0:devel/rubygem-grape \ rubygem-grape-entity>=0.4.2:devel/rubygem-grape-entity \ rubygem-rack-cors>=0.4.0:www/rubygem-rack-cors \ rubygem-kaminari-rails4>=0.17.0:www/rubygem-kaminari-rails4 \ @@ -96,11 +97,10 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ rubygem-rainbow>=2.1.0:devel/rubygem-rainbow \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ - rubygem-version_sorter>=2.0.0:textproc/rubygem-version_sorter \ + rubygem-version_sorter>=2.1.0:textproc/rubygem-version_sorter \ rubygem-redis-rails>=4.0.0:www/rubygem-redis-rails \ rubygem-redis>=3.2:databases/rubygem-redis \ rubygem-connection_pool>=2.0:net/rubygem-connection_pool \ - rubygem-tinder>=1.10.0:net-im/rubygem-tinder \ rubygem-hipchat>=1.5.0:net-im/rubygem-hipchat \ rubygem-gitlab-flowdock-git-hook>=1.0.1:www/rubygem-gitlab-flowdock-git-hook \ rubygem-gemnasium-gitlab-service>=0.2:devel/rubygem-gemnasium-gitlab-service \ @@ -114,9 +114,10 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-loofah>=2.0.3:textproc/rubygem-loofah \ rubygem-licensee>=8.0:devel/rubygem-licensee \ rubygem-rack-attack>=4.3.1:www/rubygem-rack-attack \ - rubygem-ace-rails-ap>=4.0.2:www/rubygem-ace-rails-ap \ + rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ + rubygem-chronic>=0.10.2:devel/rubygem-chronic \ rubygem-chronic_duration>=0.10.6:devel/rubygem-chronic_duration \ rubygem-sass-rails5>=5.0.0:textproc/rubygem-sass-rails5 \ rubygem-coffee-rails4>=4.1.0:devel/rubygem-coffee-rails4 \ @@ -127,7 +128,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \ rubygem-font-awesome-rails-rails4>=4.6.1:devel/rubygem-font-awesome-rails-rails4 \ rubygem-gemojione>=3:graphics/rubygem-gemojione \ - rubygem-gon>=6.0.1:www/rubygem-gon \ + rubygem-gon>=6.1.0:www/rubygem-gon \ rubygem-jquery-atwho-rails-rails4>=1.3.2:www/rubygem-jquery-atwho-rails-rails4 \ rubygem-jquery-rails4>=4.1.0:www/rubygem-jquery-rails4 \ rubygem-jquery-ui-rails-rails4>=5.0.0:www/rubygem-jquery-ui-rails-rails4 \ @@ -139,19 +140,19 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-sentry-raven>=2.0.0:devel/rubygem-sentry-raven \ rubygem-premailer-rails>=1.9.0:mail/rubygem-premailer-rails \ rubygem-gitlab_meta>=7.0:devel/rubygem-gitlab_meta \ - rubygem-newrelic_rpm>=3.9.4.245:devel/rubygem-newrelic_rpm \ rubygem-newrelic-grape>=0:devel/rubygem-newrelic-grape \ - rubygem-newrelic_rpm>=3.14:devel/rubygem-newrelic_rpm \ + rubygem-newrelic_rpm>=3.16:devel/rubygem-newrelic_rpm \ rubygem-octokit>=4.3.0:net/rubygem-octokit \ rubygem-mail_room>=0.8:mail/rubygem-mail_room \ rubygem-email_reply_parser>=0.5.8:mail/rubygem-email_reply_parser \ + rubygem-ruby-prof>=0.15.9:devel/rubygem-ruby-prof \ rubygem-activerecord-deprecated_finders>=1.0.3:devel/rubygem-activerecord-deprecated_finders \ rubygem-activerecord-session_store>=1.0.0:databases/rubygem-activerecord-session_store \ rubygem-nested_form>=0.3.2:www/rubygem-nested_form \ rubygem-oauth2>=1.2.0:net/rubygem-oauth2 \ rubygem-paranoia>=2.0:databases/rubygem-paranoia \ rubygem-health_check>=2.1.0:devel/rubygem-health_check \ - rubygem-vmstat>=2.1.1:sysutils/rubygem-vmstat \ + rubygem-vmstat>=2.2:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ rubygem-rinku>=1.7.3:www/rubygem-rinku Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Tue Nov 22 09:54:04 2016 (r426810) +++ head/www/gitlab/distinfo Tue Nov 22 09:56:05 2016 (r426811) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478190904 -SHA256 (gitlabhq-gitlabhq-v8.10.13_GH0.tar.gz) = 72d25a35007c45a629bcadde7c60560f53cb83f517f04ddaa987f7cf014a0779 -SIZE (gitlabhq-gitlabhq-v8.10.13_GH0.tar.gz) = 21038404 +TIMESTAMP = 1478697779 +SHA256 (gitlabhq-gitlabhq-v8.11.11_GH0.tar.gz) = e94fb3eea5718a8efd6c3d2b76452e05ba20dcce113932a02e64503fa597f29a +SIZE (gitlabhq-gitlabhq-v8.11.11_GH0.tar.gz) = 25704458 Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Tue Nov 22 09:54:04 2016 (r426810) +++ head/www/gitlab/files/patch-Gemfile Tue Nov 22 09:56:05 2016 (r426811) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2016-10-11 15:15:22 UTC +--- Gemfile.orig 2016-10-11 15:09:17 UTC +++ Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' @@ -8,12 +8,13 @@ gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with -@@ -8,14 +8,13 @@ gem 'responders', '~> 2.0' +@@ -8,15 +8,14 @@ gem 'responders', '~> 2.0' # Specify a sprockets version due to increased performance # See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 -gem 'sprockets', '~> 3.6.0' +gem 'sprockets', '>= 3.6.0' + gem 'sprockets-es6' # Default values for AR models -gem 'default_value_for', '~> 3.0.0' @@ -26,7 +27,7 @@ # Authentication libraries gem 'devise', '~> 4.0' -@@ -29,12 +28,11 @@ gem 'omniauth-facebook', '~> 3.0.0' +@@ -30,12 +29,11 @@ gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.0' gem 'omniauth-google-oauth2', '~> 0.4.1' @@ -40,16 +41,7 @@ gem 'jwt' # Spam and anti-bot protection -@@ -52,7 +50,7 @@ gem 'browser', '~> 2.2' - - # Extracting information from a git repository - # Provide access to Gitlab::Git library --gem 'gitlab_git', '~> 10.3.2' -+gem 'gitlab_git', '>= 10.3.2' - - # LDAP Auth - # GitLab fork with several improvements to original library. For full list of changes -@@ -65,11 +63,11 @@ gem 'gollum-lib', '~> 4.2', require: fal +@@ -66,11 +64,11 @@ gem 'gollum-lib', '~> 4.2', require: fal gem 'gollum-rugged_adapter', '~> 0.4.2', require: false # Language detection @@ -57,14 +49,13 @@ +gem 'github-linguist', '>= 4.7.0', require: 'linguist' # API --gem 'grape', '~> 0.13.0' + gem 'grape', '~> 0.15.0' -gem 'grape-entity', '~> 0.4.2' -+gem 'grape', '>= 0.13.0' +gem 'grape-entity', '>= 0.4.2' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' # Pagination -@@ -79,7 +77,7 @@ gem 'kaminari', '~> 0.17.0' +@@ -80,7 +78,7 @@ gem 'kaminari', '~> 0.17.0' gem 'hamlit', '~> 2.6.1' # Files attachments @@ -73,7 +64,7 @@ # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' -@@ -108,10 +106,10 @@ gem 'task_list', '~> 1.0.2', require +@@ -109,10 +107,10 @@ gem 'task_list', '~> 1.0.2', require gem 'github-markup', '~> 1.4' gem 'redcarpet', '~> 3.3.3' gem 'RedCloth', '~> 4.3.2' @@ -86,7 +77,7 @@ gem 'asciidoctor', '~> 1.5.2' gem 'rouge', '~> 2.0' -@@ -120,11 +118,11 @@ gem 'rouge', '~> 2.0' +@@ -121,11 +119,11 @@ gem 'rouge', '~> 2.0' gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' # Diffs @@ -100,7 +91,7 @@ gem 'unicorn-worker-killer', '~> 0.4.2' end -@@ -175,10 +173,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0. +@@ -173,10 +171,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0. gem 'gemnasium-gitlab-service', '~> 0.2' # Slack integration @@ -113,7 +104,7 @@ # FogBugz integration gem 'ruby-fogbugz', '~> 0.2.1' -@@ -190,17 +188,17 @@ gem 'd3_rails', '~> 3.5.0' +@@ -188,17 +186,17 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -133,8 +124,8 @@ +gem 'rack-attack', '>= 4.3.1' # Ace editor - gem 'ace-rails-ap', '~> 4.0.2' -@@ -216,11 +214,11 @@ gem 'chronic_duration', '~> 0.10.6' + gem 'ace-rails-ap', '~> 4.1.0' +@@ -215,11 +213,11 @@ gem 'chronic_duration', '~> 0.10.6' gem 'sass-rails', '~> 5.0.0' gem 'coffee-rails', '~> 4.1.0' @@ -148,7 +139,7 @@ gem 'bootstrap-sass', '~> 3.3.0' gem 'font-awesome-rails', '~> 4.6.1' gem 'gemojione', '~> 3.0' -@@ -228,10 +226,10 @@ gem 'gon', '~> 6.0.1' +@@ -227,10 +225,10 @@ gem 'gon', '~> 6.1.0' gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-rails', '~> 4.1.0' gem 'jquery-ui-rails', '~> 5.0.0' @@ -161,7 +152,7 @@ gem 'base32', '~> 0.3.0' # Sentry integration -@@ -239,88 +237,6 @@ gem 'sentry-raven', '~> 2.0.0' +@@ -238,89 +236,6 @@ gem 'sentry-raven', '~> 2.0.0' gem 'premailer-rails', '~> 1.9.0' @@ -178,7 +169,7 @@ - - gem 'letter_opener_web', '~> 1.3.0' - gem 'rerun', '~> 0.11.0' -- gem 'bullet', '~> 5.0.0', require: false +- gem 'bullet', '~> 5.2.0', require: false - gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false - gem 'web-console', '~> 2.0' - @@ -200,7 +191,7 @@ - gem 'awesome_print', '~> 1.2.0', require: false - gem 'fuubar', '~> 2.0.0' - -- gem 'database_cleaner', '~> 1.4.0' +- gem 'database_cleaner', '~> 1.5.0' - gem 'factory_girl_rails', '~> 4.6.0' - gem 'rspec-rails', '~> 3.5.0' - gem 'rspec-retry', '~> 0.4.5' @@ -228,7 +219,7 @@ - gem 'rubocop', '~> 0.41.2', require: false - gem 'rubocop-rspec', '~> 1.5.0', require: false - gem 'scss_lint', '~> 0.47.0', require: false -- gem 'simplecov', '~> 0.11.0', require: false +- gem 'simplecov', '0.12.0', require: false - gem 'flog', '~> 4.3.2', require: false - gem 'flay', '~> 2.6.1', require: false - gem 'bundler-audit', '~> 0.5.0', require: false @@ -242,6 +233,7 @@ -group :test do - gem 'shoulda-matchers', '~> 2.8.0', require: false - gem 'email_spec', '~> 1.6.0' +- gem 'json-schema', '~> 2.6.2' - gem 'webmock', '~> 1.21.0' - gem 'test_after_commit', '~> 0.4.2' - gem 'sham_rack', '~> 1.3.6' @@ -250,11 +242,11 @@ group :production do gem 'gitlab_meta', '7.0' end -@@ -347,5 +263,7 @@ gem 'paranoia', '~> 2.0' +@@ -349,5 +264,7 @@ gem 'paranoia', '~> 2.0' gem 'health_check', '~> 2.1.0' # System information --gem 'vmstat', '~> 2.1.1' +-gem 'vmstat', '~> 2.2' +gem 'vmstat', '>= 2.1.1' gem 'sys-filesystem', '~> 1.1.6' + Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Tue Nov 22 09:54:04 2016 (r426810) +++ head/www/gitlab/pkg-message Tue Nov 22 09:56:05 2016 (r426811) @@ -11,6 +11,6 @@ the instructions in the guide at: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/freebsd_patch_versions.md If you just installed an major upgrade of GitLab, for example you -switched from 8.9.x to 8.10.x, please follow the instructions in the guide at: +switched from 8.10.x to 8.11.x, please follow the instructions in the guide at: -https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.9-to-8.10-freebsd.md +https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/update/8.10-to-8.11-freebsd.md Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Tue Nov 22 09:54:04 2016 (r426810) +++ head/www/gitlab/pkg-plist Tue Nov 22 09:56:05 2016 (r426811) @@ -5,13 +5,13 @@ %%WWWDIR%%/.github/ISSUE_TEMPLATE.md %%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/.gitlab-ci.yml +%%WWWDIR%%/.mailmap %%WWWDIR%%/.pkgr.yml %%WWWDIR%%/.rspec %%WWWDIR%%/.rubocop.yml %%WWWDIR%%/.rubocop_todo.yml %%WWWDIR%%/.ruby-version %%WWWDIR%%/.scss-lint.yml -%%WWWDIR%%/.simplecov %%WWWDIR%%/.vagrant_enabled %%WWWDIR%%/CHANGELOG %%WWWDIR%%/CONTRIBUTING.md @@ -57,11 +57,7 @@ %%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png %%WWWDIR%%/app/assets/images/auth_buttons/google_64.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png -%%WWWDIR%%/app/assets/images/bg-header.png -%%WWWDIR%%/app/assets/images/bg_fallback.png -%%WWWDIR%%/app/assets/images/chosen-sprite.png %%WWWDIR%%/app/assets/images/dark-scheme-preview.png -%%WWWDIR%%/app/assets/images/diff_note_add.png %%WWWDIR%%/app/assets/images/emoji.png %%WWWDIR%%/app/assets/images/emoji@2x.png %%WWWDIR%%/app/assets/images/favicon.ico @@ -69,171 +65,203 @@ %%WWWDIR%%/app/assets/images/gitorious-logo-black.png %%WWWDIR%%/app/assets/images/gitorious-logo-blue.png %%WWWDIR%%/app/assets/images/icon-link.png -%%WWWDIR%%/app/assets/images/icon-search.png -%%WWWDIR%%/app/assets/images/icon_sprite.png -%%WWWDIR%%/app/assets/images/images.png +%%WWWDIR%%/app/assets/images/koding-logo.svg %%WWWDIR%%/app/assets/images/logo.svg %%WWWDIR%%/app/assets/images/logo_wordmark.svg %%WWWDIR%%/app/assets/images/mailers/gitlab_header_logo.png %%WWWDIR%%/app/assets/images/mailers/gitlab_tanuki_2x.png %%WWWDIR%%/app/assets/images/monokai-scheme-preview.png -%%WWWDIR%%/app/assets/images/move.png %%WWWDIR%%/app/assets/images/msapplication-tile.png %%WWWDIR%%/app/assets/images/no_avatar.png %%WWWDIR%%/app/assets/images/no_group_avatar.png %%WWWDIR%%/app/assets/images/onion_skin_sprites.gif -%%WWWDIR%%/app/assets/images/progress_bar.gif -%%WWWDIR%%/app/assets/images/slider_handles.png %%WWWDIR%%/app/assets/images/solarized-dark-scheme-preview.png %%WWWDIR%%/app/assets/images/solarized-light-scheme-preview.png %%WWWDIR%%/app/assets/images/swipemode_sprites.gif -%%WWWDIR%%/app/assets/images/switch_icon.png %%WWWDIR%%/app/assets/images/touch-icon-ipad-retina.png %%WWWDIR%%/app/assets/images/touch-icon-ipad.png %%WWWDIR%%/app/assets/images/touch-icon-iphone-retina.png %%WWWDIR%%/app/assets/images/touch-icon-iphone.png -%%WWWDIR%%/app/assets/images/trans_bg.gif %%WWWDIR%%/app/assets/images/white-scheme-preview.png -%%WWWDIR%%/app/assets/javascripts/LabelManager.js.coffee -%%WWWDIR%%/app/assets/javascripts/activities.js.coffee -%%WWWDIR%%/app/assets/javascripts/admin.js.coffee -%%WWWDIR%%/app/assets/javascripts/api.js.coffee -%%WWWDIR%%/app/assets/javascripts/application.js.coffee -%%WWWDIR%%/app/assets/javascripts/aside.js.coffee -%%WWWDIR%%/app/assets/javascripts/autosave.js.coffee -%%WWWDIR%%/app/assets/javascripts/awards_handler.coffee -%%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js.coffee -%%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.coffee -%%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js.coffee -%%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js.coffee -%%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.coffee -%%WWWDIR%%/app/assets/javascripts/blob/blob_ci_yaml.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selector.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selectors.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selector.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selectors.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/edit_blob.js.coffee -%%WWWDIR%%/app/assets/javascripts/blob/template_selector.js.coffee -%%WWWDIR%%/app/assets/javascripts/breakpoints.coffee -%%WWWDIR%%/app/assets/javascripts/broadcast_message.js.coffee -%%WWWDIR%%/app/assets/javascripts/build.coffee -%%WWWDIR%%/app/assets/javascripts/build_artifacts.js.coffee -%%WWWDIR%%/app/assets/javascripts/commit.js.coffee -%%WWWDIR%%/app/assets/javascripts/commit/file.js.coffee -%%WWWDIR%%/app/assets/javascripts/commit/image-file.js.coffee -%%WWWDIR%%/app/assets/javascripts/commits.js.coffee -%%WWWDIR%%/app/assets/javascripts/compare.js.coffee -%%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js.coffee -%%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js.coffee -%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js.coffee -%%WWWDIR%%/app/assets/javascripts/diff.js.coffee -%%WWWDIR%%/app/assets/javascripts/dispatcher.js.coffee -%%WWWDIR%%/app/assets/javascripts/dropzone_input.js.coffee -%%WWWDIR%%/app/assets/javascripts/due_date_select.js.coffee +%%WWWDIR%%/app/assets/javascripts/LabelManager.js +%%WWWDIR%%/app/assets/javascripts/activities.js +%%WWWDIR%%/app/assets/javascripts/admin.js +%%WWWDIR%%/app/assets/javascripts/api.js +%%WWWDIR%%/app/assets/javascripts/application.js +%%WWWDIR%%/app/assets/javascripts/aside.js +%%WWWDIR%%/app/assets/javascripts/autosave.js +%%WWWDIR%%/app/assets/javascripts/awards_handler.js +%%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js +%%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.js +%%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js +%%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js +%%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.js +%%WWWDIR%%/app/assets/javascripts/blob/blob_ci_yaml.js +%%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js +%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selector.js +%%WWWDIR%%/app/assets/javascripts/blob/blob_gitignore_selectors.js +%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selector.js +%%WWWDIR%%/app/assets/javascripts/blob/blob_license_selectors.js +%%WWWDIR%%/app/assets/javascripts/blob/template_selector.js +%%WWWDIR%%/app/assets/javascripts/blob_edit/blob_edit_bundle.js +%%WWWDIR%%/app/assets/javascripts/blob_edit/edit_blob.js +%%WWWDIR%%/app/assets/javascripts/boards/boards_bundle.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/board.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/board_blank_state.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/board_card.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/board_delete.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/board_list.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/components/new_list_dropdown.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/models/issue.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/models/label.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/models/list.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/models/user.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/services/board_service.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/stores/boards_store.js.es6 +%%WWWDIR%%/app/assets/javascripts/boards/test_utils/simulate_drag.js +%%WWWDIR%%/app/assets/javascripts/boards/vue_resource_interceptor.js.es6 +%%WWWDIR%%/app/assets/javascripts/breakpoints.js +%%WWWDIR%%/app/assets/javascripts/broadcast_message.js +%%WWWDIR%%/app/assets/javascripts/build.js +%%WWWDIR%%/app/assets/javascripts/build_artifacts.js +%%WWWDIR%%/app/assets/javascripts/commit.js +%%WWWDIR%%/app/assets/javascripts/commit/file.js +%%WWWDIR%%/app/assets/javascripts/commit/image-file.js +%%WWWDIR%%/app/assets/javascripts/commits.js +%%WWWDIR%%/app/assets/javascripts/compare.js +%%WWWDIR%%/app/assets/javascripts/compare_autocomplete.js +%%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js +%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js +%%WWWDIR%%/app/assets/javascripts/create_label.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff.js +%%WWWDIR%%/app/assets/javascripts/diff_notes/components/comment_resolve_btn.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/components/jump_to_discussion.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_btn.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_count.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/components/resolve_discussion_btn.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/diff_notes_bundle.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/mixins/discussion.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/mixins/namespace.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/models/discussion.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/models/note.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/services/resolve.js.es6 +%%WWWDIR%%/app/assets/javascripts/diff_notes/stores/comments.js.es6 +%%WWWDIR%%/app/assets/javascripts/dispatcher.js +%%WWWDIR%%/app/assets/javascripts/dropzone_input.js +%%WWWDIR%%/app/assets/javascripts/due_date_select.js %%WWWDIR%%/app/assets/javascripts/extensions/array.js -%%WWWDIR%%/app/assets/javascripts/extensions/jquery.js.coffee -%%WWWDIR%%/app/assets/javascripts/files_comment_button.js.coffee -%%WWWDIR%%/app/assets/javascripts/flash.js.coffee -%%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.coffee -%%WWWDIR%%/app/assets/javascripts/gl_dropdown.js.coffee -%%WWWDIR%%/app/assets/javascripts/gl_form.js.coffee -%%WWWDIR%%/app/assets/javascripts/graphs/graphs_bundle.js.coffee -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph.js.coffee -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js.coffee -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js.coffee -%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_util.js.coffee -%%WWWDIR%%/app/assets/javascripts/group_avatar.js.coffee -%%WWWDIR%%/app/assets/javascripts/groups.js.coffee -%%WWWDIR%%/app/assets/javascripts/groups_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/importer_status.js.coffee -%%WWWDIR%%/app/assets/javascripts/issuable.js.coffee -%%WWWDIR%%/app/assets/javascripts/issuable_context.js.coffee -%%WWWDIR%%/app/assets/javascripts/issuable_form.js.coffee -%%WWWDIR%%/app/assets/javascripts/issue.js.coffee -%%WWWDIR%%/app/assets/javascripts/issue_status_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/issues-bulk-assignment.js.coffee -%%WWWDIR%%/app/assets/javascripts/labels.js.coffee -%%WWWDIR%%/app/assets/javascripts/labels_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/layout_nav.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/chart.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/cropper.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/d3.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/raphael.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js.coffee +%%WWWDIR%%/app/assets/javascripts/extensions/jquery.js +%%WWWDIR%%/app/assets/javascripts/files_comment_button.js +%%WWWDIR%%/app/assets/javascripts/flash.js +%%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.es6 +%%WWWDIR%%/app/assets/javascripts/gl_dropdown.js +%%WWWDIR%%/app/assets/javascripts/gl_form.js +%%WWWDIR%%/app/assets/javascripts/graphs/graphs_bundle.js +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph.js +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors.js +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_graph.js +%%WWWDIR%%/app/assets/javascripts/graphs/stat_graph_contributors_util.js +%%WWWDIR%%/app/assets/javascripts/group_avatar.js +%%WWWDIR%%/app/assets/javascripts/groups.js +%%WWWDIR%%/app/assets/javascripts/groups_select.js +%%WWWDIR%%/app/assets/javascripts/importer_status.js +%%WWWDIR%%/app/assets/javascripts/issuable.js +%%WWWDIR%%/app/assets/javascripts/issuable_context.js +%%WWWDIR%%/app/assets/javascripts/issuable_form.js +%%WWWDIR%%/app/assets/javascripts/issue.js +%%WWWDIR%%/app/assets/javascripts/issue_status_select.js +%%WWWDIR%%/app/assets/javascripts/issues-bulk-assignment.js +%%WWWDIR%%/app/assets/javascripts/labels.js +%%WWWDIR%%/app/assets/javascripts/labels_select.js +%%WWWDIR%%/app/assets/javascripts/layout_nav.js +%%WWWDIR%%/app/assets/javascripts/lib/ace.js +%%WWWDIR%%/app/assets/javascripts/lib/chart.js +%%WWWDIR%%/app/assets/javascripts/lib/cropper.js +%%WWWDIR%%/app/assets/javascripts/lib/d3.js +%%WWWDIR%%/app/assets/javascripts/lib/raphael.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/animate.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/common_utils.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/datetime_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/emoji_aliases.js.coffee.erb %%WWWDIR%%/app/assets/javascripts/lib/utils/jquery.timeago.js -%%WWWDIR%%/app/assets/javascripts/lib/utils/md5.js -%%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js.coffee -%%WWWDIR%%/app/assets/javascripts/lib/utils/utf8_encode.js -%%WWWDIR%%/app/assets/javascripts/line_highlighter.js.coffee -%%WWWDIR%%/app/assets/javascripts/logo.js.coffee -%%WWWDIR%%/app/assets/javascripts/markdown_preview.js.coffee -%%WWWDIR%%/app/assets/javascripts/merge_request.js.coffee -%%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.coffee -%%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.coffee -%%WWWDIR%%/app/assets/javascripts/merged_buttons.js.coffee -%%WWWDIR%%/app/assets/javascripts/milestone.js.coffee -%%WWWDIR%%/app/assets/javascripts/milestone_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/namespace_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/network/branch-graph.js.coffee -%%WWWDIR%%/app/assets/javascripts/network/network.js.coffee -%%WWWDIR%%/app/assets/javascripts/network/network_bundle.js.coffee -%%WWWDIR%%/app/assets/javascripts/new_branch_form.js.coffee -%%WWWDIR%%/app/assets/javascripts/new_commit_form.js.coffee -%%WWWDIR%%/app/assets/javascripts/notes.js.coffee -%%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js.coffee -%%WWWDIR%%/app/assets/javascripts/notifications_form.js.coffee -%%WWWDIR%%/app/assets/javascripts/pager.js.coffee -%%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js.coffee -%%WWWDIR%%/app/assets/javascripts/profile/profile.js.coffee -%%WWWDIR%%/app/assets/javascripts/profile/profile_bundle.js.coffee -%%WWWDIR%%/app/assets/javascripts/project.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_avatar.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_find_file.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_fork.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_import.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_members.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_new.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/project_show.js.coffee -%%WWWDIR%%/app/assets/javascripts/projects_list.js.coffee -%%WWWDIR%%/app/assets/javascripts/protected_branch_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/protected_branches.js.coffee -%%WWWDIR%%/app/assets/javascripts/right_sidebar.js.coffee -%%WWWDIR%%/app/assets/javascripts/search.js.coffee -%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts.js.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts_blob.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts_dashboard_navigation.js.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts_find_file.js.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts_issuable.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.coffee -%%WWWDIR%%/app/assets/javascripts/shortcuts_network.js.coffee -%%WWWDIR%%/app/assets/javascripts/sidebar.js.coffee -%%WWWDIR%%/app/assets/javascripts/single_file_diff.js.coffee -%%WWWDIR%%/app/assets/javascripts/star.js.coffee -%%WWWDIR%%/app/assets/javascripts/subscription.js.coffee -%%WWWDIR%%/app/assets/javascripts/subscription_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/syntax_highlight.coffee -%%WWWDIR%%/app/assets/javascripts/todos.js.coffee -%%WWWDIR%%/app/assets/javascripts/tree.js.coffee -%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js.coffee -%%WWWDIR%%/app/assets/javascripts/u2f/error.js.coffee -%%WWWDIR%%/app/assets/javascripts/u2f/register.js.coffee -%%WWWDIR%%/app/assets/javascripts/u2f/util.js.coffee -%%WWWDIR%%/app/assets/javascripts/user.js.coffee -%%WWWDIR%%/app/assets/javascripts/user_tabs.js.coffee -%%WWWDIR%%/app/assets/javascripts/users/calendar.js.coffee -%%WWWDIR%%/app/assets/javascripts/users/users_bundle.js.coffee -%%WWWDIR%%/app/assets/javascripts/users_select.js.coffee -%%WWWDIR%%/app/assets/javascripts/wikis.js.coffee -%%WWWDIR%%/app/assets/javascripts/zen_mode.js.coffee +%%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/text_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/type_utility.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/url_utility.js +%%WWWDIR%%/app/assets/javascripts/line_highlighter.js +%%WWWDIR%%/app/assets/javascripts/logo.js +%%WWWDIR%%/app/assets/javascripts/member_expiration_date.js +%%WWWDIR%%/app/assets/javascripts/merge_conflict_data_provider.js.es6 +%%WWWDIR%%/app/assets/javascripts/merge_conflict_resolver.js.es6 +%%WWWDIR%%/app/assets/javascripts/merge_request.js +%%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js +%%WWWDIR%%/app/assets/javascripts/merge_request_widget.js +%%WWWDIR%%/app/assets/javascripts/merged_buttons.js +%%WWWDIR%%/app/assets/javascripts/milestone.js +%%WWWDIR%%/app/assets/javascripts/milestone_select.js +%%WWWDIR%%/app/assets/javascripts/namespace_select.js +%%WWWDIR%%/app/assets/javascripts/network/branch-graph.js +%%WWWDIR%%/app/assets/javascripts/network/network.js +%%WWWDIR%%/app/assets/javascripts/network/network_bundle.js +%%WWWDIR%%/app/assets/javascripts/new_branch_form.js +%%WWWDIR%%/app/assets/javascripts/new_commit_form.js +%%WWWDIR%%/app/assets/javascripts/notes.js +%%WWWDIR%%/app/assets/javascripts/notifications_dropdown.js +%%WWWDIR%%/app/assets/javascripts/notifications_form.js +%%WWWDIR%%/app/assets/javascripts/pager.js +%%WWWDIR%%/app/assets/javascripts/pipeline.js.es6 +%%WWWDIR%%/app/assets/javascripts/preview_markdown.js +%%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js +%%WWWDIR%%/app/assets/javascripts/profile/profile.js +%%WWWDIR%%/app/assets/javascripts/profile/profile_bundle.js +%%WWWDIR%%/app/assets/javascripts/project.js +%%WWWDIR%%/app/assets/javascripts/project_avatar.js +%%WWWDIR%%/app/assets/javascripts/project_find_file.js +%%WWWDIR%%/app/assets/javascripts/project_fork.js +%%WWWDIR%%/app/assets/javascripts/project_import.js +%%WWWDIR%%/app/assets/javascripts/project_members.js +%%WWWDIR%%/app/assets/javascripts/project_new.js +%%WWWDIR%%/app/assets/javascripts/project_select.js +%%WWWDIR%%/app/assets/javascripts/project_show.js +%%WWWDIR%%/app/assets/javascripts/projects_list.js +%%WWWDIR%%/app/assets/javascripts/protected_branch_access_dropdown.js.es6 +%%WWWDIR%%/app/assets/javascripts/protected_branch_create.js.es6 +%%WWWDIR%%/app/assets/javascripts/protected_branch_dropdown.js.es6 +%%WWWDIR%%/app/assets/javascripts/protected_branch_edit.js.es6 +%%WWWDIR%%/app/assets/javascripts/protected_branch_edit_list.js.es6 +%%WWWDIR%%/app/assets/javascripts/right_sidebar.js +%%WWWDIR%%/app/assets/javascripts/search.js +%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js +%%WWWDIR%%/app/assets/javascripts/shortcuts.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_blob.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_dashboard_navigation.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_find_file.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_issuable.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.js +%%WWWDIR%%/app/assets/javascripts/shortcuts_network.js +%%WWWDIR%%/app/assets/javascripts/sidebar.js +%%WWWDIR%%/app/assets/javascripts/single_file_diff.js +%%WWWDIR%%/app/assets/javascripts/snippet/snippet_bundle.js +%%WWWDIR%%/app/assets/javascripts/star.js +%%WWWDIR%%/app/assets/javascripts/subscription.js +%%WWWDIR%%/app/assets/javascripts/subscription_select.js +%%WWWDIR%%/app/assets/javascripts/syntax_highlight.js +%%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selector.js.es6 +%%WWWDIR%%/app/assets/javascripts/templates/issuable_template_selectors.js.es6 +%%WWWDIR%%/app/assets/javascripts/todos.js +%%WWWDIR%%/app/assets/javascripts/tree.js +%%WWWDIR%%/app/assets/javascripts/u2f/authenticate.js +%%WWWDIR%%/app/assets/javascripts/u2f/error.js +%%WWWDIR%%/app/assets/javascripts/u2f/register.js +%%WWWDIR%%/app/assets/javascripts/u2f/util.js +%%WWWDIR%%/app/assets/javascripts/user.js +%%WWWDIR%%/app/assets/javascripts/user_tabs.js +%%WWWDIR%%/app/assets/javascripts/users/calendar.js +%%WWWDIR%%/app/assets/javascripts/users/users_bundle.js +%%WWWDIR%%/app/assets/javascripts/users_select.js +%%WWWDIR%%/app/assets/javascripts/wikis.js +%%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss %%WWWDIR%%/app/assets/stylesheets/behaviors.scss %%WWWDIR%%/app/assets/stylesheets/framework.scss @@ -287,6 +315,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/admin.scss %%WWWDIR%%/app/assets/stylesheets/pages/appearances.scss %%WWWDIR%%/app/assets/stylesheets/pages/awards.scss +%%WWWDIR%%/app/assets/stylesheets/pages/boards.scss %%WWWDIR%%/app/assets/stylesheets/pages/builds.scss %%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss %%WWWDIR%%/app/assets/stylesheets/pages/commit.scss @@ -310,6 +339,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/labels.scss %%WWWDIR%%/app/assets/stylesheets/pages/lint.scss %%WWWDIR%%/app/assets/stylesheets/pages/login.scss +%%WWWDIR%%/app/assets/stylesheets/pages/merge_conflicts.scss %%WWWDIR%%/app/assets/stylesheets/pages/merge_requests.scss %%WWWDIR%%/app/assets/stylesheets/pages/milestone.scss %%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss @@ -354,6 +384,7 @@ %%WWWDIR%%/app/controllers/admin/labels_controller.rb %%WWWDIR%%/app/controllers/admin/logs_controller.rb %%WWWDIR%%/app/controllers/admin/projects_controller.rb +%%WWWDIR%%/app/controllers/admin/requests_profiles_controller.rb %%WWWDIR%%/app/controllers/admin/runner_projects_controller.rb %%WWWDIR%%/app/controllers/admin/runners_controller.rb %%WWWDIR%%/app/controllers/admin/services_controller.rb @@ -372,10 +403,12 @@ %%WWWDIR%%/app/controllers/concerns/filter_projects.rb %%WWWDIR%%/app/controllers/concerns/global_milestones.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb +%%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb %%WWWDIR%%/app/controllers/concerns/membership_actions.rb %%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb +%%WWWDIR%%/app/controllers/concerns/spammable_actions.rb %%WWWDIR%%/app/controllers/concerns/toggle_award_emoji.rb %%WWWDIR%%/app/controllers/concerns/toggle_subscription_action.rb %%WWWDIR%%/app/controllers/confirmations_controller.rb @@ -405,10 +438,10 @@ %%WWWDIR%%/app/controllers/import/github_controller.rb %%WWWDIR%%/app/controllers/import/gitlab_controller.rb %%WWWDIR%%/app/controllers/import/gitlab_projects_controller.rb -%%WWWDIR%%/app/controllers/import/gitorious_controller.rb %%WWWDIR%%/app/controllers/import/google_code_controller.rb %%WWWDIR%%/app/controllers/invites_controller.rb %%WWWDIR%%/app/controllers/jwt_controller.rb +%%WWWDIR%%/app/controllers/koding_controller.rb %%WWWDIR%%/app/controllers/namespaces_controller.rb %%WWWDIR%%/app/controllers/notification_settings_controller.rb %%WWWDIR%%/app/controllers/oauth/applications_controller.rb @@ -426,6 +459,7 @@ %%WWWDIR%%/app/controllers/profiles/personal_access_tokens_controller.rb %%WWWDIR%%/app/controllers/profiles/preferences_controller.rb %%WWWDIR%%/app/controllers/profiles/two_factor_auths_controller.rb +%%WWWDIR%%/app/controllers/profiles/u2f_registrations_controller.rb %%WWWDIR%%/app/controllers/profiles_controller.rb %%WWWDIR%%/app/controllers/projects/application_controller.rb %%WWWDIR%%/app/controllers/projects/artifacts_controller.rb @@ -433,6 +467,11 @@ %%WWWDIR%%/app/controllers/projects/badges_controller.rb %%WWWDIR%%/app/controllers/projects/blame_controller.rb %%WWWDIR%%/app/controllers/projects/blob_controller.rb +%%WWWDIR%%/app/controllers/projects/board_lists_controller.rb +%%WWWDIR%%/app/controllers/projects/boards/application_controller.rb +%%WWWDIR%%/app/controllers/projects/boards/issues_controller.rb +%%WWWDIR%%/app/controllers/projects/boards/lists_controller.rb +%%WWWDIR%%/app/controllers/projects/boards_controller.rb %%WWWDIR%%/app/controllers/projects/branches_controller.rb %%WWWDIR%%/app/controllers/projects/builds_controller.rb %%WWWDIR%%/app/controllers/projects/commit_controller.rb @@ -440,9 +479,11 @@ %%WWWDIR%%/app/controllers/projects/compare_controller.rb %%WWWDIR%%/app/controllers/projects/container_registry_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb +%%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments_controller.rb %%WWWDIR%%/app/controllers/projects/find_file_controller.rb %%WWWDIR%%/app/controllers/projects/forks_controller.rb +%%WWWDIR%%/app/controllers/projects/git_http_client_controller.rb %%WWWDIR%%/app/controllers/projects/git_http_controller.rb %%WWWDIR%%/app/controllers/projects/graphs_controller.rb %%WWWDIR%%/app/controllers/projects/group_links_controller.rb @@ -450,6 +491,8 @@ %%WWWDIR%%/app/controllers/projects/imports_controller.rb %%WWWDIR%%/app/controllers/projects/issues_controller.rb %%WWWDIR%%/app/controllers/projects/labels_controller.rb +%%WWWDIR%%/app/controllers/projects/lfs_api_controller.rb +%%WWWDIR%%/app/controllers/projects/lfs_storage_controller.rb %%WWWDIR%%/app/controllers/projects/merge_requests_controller.rb %%WWWDIR%%/app/controllers/projects/milestones_controller.rb %%WWWDIR%%/app/controllers/projects/network_controller.rb @@ -467,6 +510,7 @@ %%WWWDIR%%/app/controllers/projects/services_controller.rb %%WWWDIR%%/app/controllers/projects/snippets_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb +%%WWWDIR%%/app/controllers/projects/templates_controller.rb %%WWWDIR%%/app/controllers/projects/todos_controller.rb %%WWWDIR%%/app/controllers/projects/tree_controller.rb %%WWWDIR%%/app/controllers/projects/triggers_controller.rb @@ -496,6 +540,7 @@ %%WWWDIR%%/app/finders/joined_groups_finder.rb %%WWWDIR%%/app/finders/merge_requests_finder.rb %%WWWDIR%%/app/finders/milestones_finder.rb +%%WWWDIR%%/app/finders/move_to_project_finder.rb %%WWWDIR%%/app/finders/notes_finder.rb %%WWWDIR%%/app/finders/personal_projects_finder.rb %%WWWDIR%%/app/finders/pipelines_finder.rb @@ -536,6 +581,7 @@ %%WWWDIR%%/app/helpers/javascript_helper.rb %%WWWDIR%%/app/helpers/kerberos_spnego_helper.rb %%WWWDIR%%/app/helpers/labels_helper.rb +%%WWWDIR%%/app/helpers/lfs_helper.rb %%WWWDIR%%/app/helpers/members_helper.rb %%WWWDIR%%/app/helpers/merge_requests_helper.rb %%WWWDIR%%/app/helpers/milestones_helper.rb @@ -583,6 +629,7 @@ %%WWWDIR%%/app/models/audit_event.rb %%WWWDIR%%/app/models/award_emoji.rb %%WWWDIR%%/app/models/blob.rb +%%WWWDIR%%/app/models/board.rb %%WWWDIR%%/app/models/broadcast_message.rb %%WWWDIR%%/app/models/ci/build.rb %%WWWDIR%%/app/models/ci/pipeline.rb @@ -594,9 +641,12 @@ %%WWWDIR%%/app/models/commit.rb %%WWWDIR%%/app/models/commit_range.rb %%WWWDIR%%/app/models/commit_status.rb +%%WWWDIR%%/app/models/compare.rb %%WWWDIR%%/app/models/concerns/access_requestable.rb %%WWWDIR%%/app/models/concerns/awardable.rb %%WWWDIR%%/app/models/concerns/case_sensitivity.rb +%%WWWDIR%%/app/models/concerns/expirable.rb +%%WWWDIR%%/app/models/concerns/faster_cache_keys.rb %%WWWDIR%%/app/models/concerns/importable.rb %%WWWDIR%%/app/models/concerns/internal_id.rb %%WWWDIR%%/app/models/concerns/issuable.rb @@ -604,8 +654,10 @@ %%WWWDIR%%/app/models/concerns/milestoneish.rb %%WWWDIR%%/app/models/concerns/note_on_diff.rb %%WWWDIR%%/app/models/concerns/participable.rb +%%WWWDIR%%/app/models/concerns/protected_branch_access.rb %%WWWDIR%%/app/models/concerns/referable.rb %%WWWDIR%%/app/models/concerns/sortable.rb +%%WWWDIR%%/app/models/concerns/spammable.rb %%WWWDIR%%/app/models/concerns/statuseable.rb %%WWWDIR%%/app/models/concerns/strip_attribute.rb %%WWWDIR%%/app/models/concerns/subscribable.rb @@ -615,6 +667,7 @@ %%WWWDIR%%/app/models/deploy_keys_project.rb %%WWWDIR%%/app/models/deployment.rb %%WWWDIR%%/app/models/diff_note.rb +%%WWWDIR%%/app/models/discussion.rb %%WWWDIR%%/app/models/email.rb %%WWWDIR%%/app/models/environment.rb %%WWWDIR%%/app/models/event.rb @@ -636,6 +689,7 @@ %%WWWDIR%%/app/models/legacy_diff_note.rb %%WWWDIR%%/app/models/lfs_object.rb %%WWWDIR%%/app/models/lfs_objects_project.rb +%%WWWDIR%%/app/models/list.rb %%WWWDIR%%/app/models/member.rb %%WWWDIR%%/app/models/members/group_member.rb %%WWWDIR%%/app/models/members/project_member.rb @@ -689,6 +743,8 @@ %%WWWDIR%%/app/models/project_team.rb %%WWWDIR%%/app/models/project_wiki.rb %%WWWDIR%%/app/models/protected_branch.rb +%%WWWDIR%%/app/models/protected_branch/merge_access_level.rb +%%WWWDIR%%/app/models/protected_branch/push_access_level.rb %%WWWDIR%%/app/models/release.rb %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/security_event.rb @@ -696,21 +752,31 @@ %%WWWDIR%%/app/models/service.rb %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/spam_log.rb -%%WWWDIR%%/app/models/spam_report.rb %%WWWDIR%%/app/models/subscription.rb %%WWWDIR%%/app/models/todo.rb %%WWWDIR%%/app/models/tree.rb %%WWWDIR%%/app/models/u2f_registration.rb %%WWWDIR%%/app/models/user.rb +%%WWWDIR%%/app/models/user_agent_detail.rb %%WWWDIR%%/app/models/users_star_project.rb %%WWWDIR%%/app/models/wiki_page.rb +%%WWWDIR%%/app/services/akismet_service.rb %%WWWDIR%%/app/services/audit_event_service.rb %%WWWDIR%%/app/services/auth/container_registry_authentication_service.rb %%WWWDIR%%/app/services/base_service.rb -%%WWWDIR%%/app/services/ci/create_builds_service.rb +%%WWWDIR%%/app/services/boards/base_service.rb +%%WWWDIR%%/app/services/boards/create_service.rb +%%WWWDIR%%/app/services/boards/issues/list_service.rb +%%WWWDIR%%/app/services/boards/issues/move_service.rb +%%WWWDIR%%/app/services/boards/lists/create_service.rb +%%WWWDIR%%/app/services/boards/lists/destroy_service.rb +%%WWWDIR%%/app/services/boards/lists/generate_service.rb +%%WWWDIR%%/app/services/boards/lists/move_service.rb +%%WWWDIR%%/app/services/ci/create_pipeline_builds_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb %%WWWDIR%%/app/services/ci/create_trigger_request_service.rb %%WWWDIR%%/app/services/ci/image_for_build_service.rb +%%WWWDIR%%/app/services/ci/process_pipeline_service.rb %%WWWDIR%%/app/services/ci/register_build_service.rb %%WWWDIR%%/app/services/ci/web_hook_service.rb %%WWWDIR%%/app/services/commits/change_service.rb @@ -718,11 +784,9 @@ %%WWWDIR%%/app/services/commits/revert_service.rb %%WWWDIR%%/app/services/compare_service.rb %%WWWDIR%%/app/services/create_branch_service.rb -%%WWWDIR%%/app/services/create_commit_builds_service.rb %%WWWDIR%%/app/services/create_deployment_service.rb %%WWWDIR%%/app/services/create_release_service.rb %%WWWDIR%%/app/services/create_snippet_service.rb -%%WWWDIR%%/app/services/create_spam_log_service.rb %%WWWDIR%%/app/services/create_tag_service.rb %%WWWDIR%%/app/services/delete_branch_service.rb %%WWWDIR%%/app/services/delete_tag_service.rb @@ -741,6 +805,7 @@ %%WWWDIR%%/app/services/groups/base_service.rb %%WWWDIR%%/app/services/groups/create_service.rb %%WWWDIR%%/app/services/groups/update_service.rb +%%WWWDIR%%/app/services/ham_service.rb %%WWWDIR%%/app/services/import_export_clean_up_service.rb %%WWWDIR%%/app/services/issuable_base_service.rb %%WWWDIR%%/app/services/issues/base_service.rb @@ -750,17 +815,22 @@ %%WWWDIR%%/app/services/issues/move_service.rb %%WWWDIR%%/app/services/issues/reopen_service.rb %%WWWDIR%%/app/services/issues/update_service.rb +%%WWWDIR%%/app/services/members/authorized_destroy_service.rb %%WWWDIR%%/app/services/members/destroy_service.rb %%WWWDIR%%/app/services/merge_requests/add_todo_when_build_fails_service.rb %%WWWDIR%%/app/services/merge_requests/base_service.rb %%WWWDIR%%/app/services/merge_requests/build_service.rb %%WWWDIR%%/app/services/merge_requests/close_service.rb %%WWWDIR%%/app/services/merge_requests/create_service.rb +%%WWWDIR%%/app/services/merge_requests/get_urls_service.rb +%%WWWDIR%%/app/services/merge_requests/merge_request_diff_cache_service.rb %%WWWDIR%%/app/services/merge_requests/merge_service.rb %%WWWDIR%%/app/services/merge_requests/merge_when_build_succeeds_service.rb %%WWWDIR%%/app/services/merge_requests/post_merge_service.rb %%WWWDIR%%/app/services/merge_requests/refresh_service.rb %%WWWDIR%%/app/services/merge_requests/reopen_service.rb +%%WWWDIR%%/app/services/merge_requests/resolve_service.rb +%%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb %%WWWDIR%%/app/services/merge_requests/update_service.rb %%WWWDIR%%/app/services/milestones/base_service.rb %%WWWDIR%%/app/services/milestones/close_service.rb @@ -772,6 +842,7 @@ %%WWWDIR%%/app/services/notes/delete_service.rb %%WWWDIR%%/app/services/notes/diff_position_update_service.rb %%WWWDIR%%/app/services/notes/post_process_service.rb +%%WWWDIR%%/app/services/notes/slash_commands_service.rb %%WWWDIR%%/app/services/notes/update_service.rb %%WWWDIR%%/app/services/notification_service.rb %%WWWDIR%%/app/services/oauth2/access_token_validation_service.rb @@ -779,6 +850,7 @@ %%WWWDIR%%/app/services/projects/create_service.rb %%WWWDIR%%/app/services/projects/destroy_service.rb %%WWWDIR%%/app/services/projects/download_service.rb +%%WWWDIR%%/app/services/projects/enable_deploy_key_service.rb %%WWWDIR%%/app/services/projects/fork_service.rb %%WWWDIR%%/app/services/projects/housekeeping_service.rb %%WWWDIR%%/app/services/projects/import_export/export_service.rb @@ -788,17 +860,22 @@ %%WWWDIR%%/app/services/projects/unlink_fork_service.rb %%WWWDIR%%/app/services/projects/update_service.rb %%WWWDIR%%/app/services/projects/upload_service.rb +%%WWWDIR%%/app/services/protected_branches/create_service.rb +%%WWWDIR%%/app/services/protected_branches/update_service.rb %%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb %%WWWDIR%%/app/services/repository_archive_clean_up_service.rb %%WWWDIR%%/app/services/search/global_service.rb %%WWWDIR%%/app/services/search/project_service.rb %%WWWDIR%%/app/services/search/snippet_service.rb +%%WWWDIR%%/app/services/slash_commands/interpret_service.rb +%%WWWDIR%%/app/services/spam_service.rb %%WWWDIR%%/app/services/system_hooks_service.rb %%WWWDIR%%/app/services/system_note_service.rb %%WWWDIR%%/app/services/test_hook_service.rb %%WWWDIR%%/app/services/todo_service.rb %%WWWDIR%%/app/services/update_release_service.rb %%WWWDIR%%/app/services/update_snippet_service.rb +%%WWWDIR%%/app/services/user_agent_detail_service.rb %%WWWDIR%%/app/services/wiki_pages/base_service.rb %%WWWDIR%%/app/services/wiki_pages/create_service.rb %%WWWDIR%%/app/services/wiki_pages/update_service.rb @@ -866,6 +943,7 @@ %%WWWDIR%%/app/views/admin/logs/show.html.haml %%WWWDIR%%/app/views/admin/projects/index.html.haml %%WWWDIR%%/app/views/admin/projects/show.html.haml +%%WWWDIR%%/app/views/admin/requests_profiles/index.html.haml %%WWWDIR%%/app/views/admin/runners/_runner.html.haml %%WWWDIR%%/app/views/admin/runners/index.html.haml %%WWWDIR%%/app/views/admin/runners/show.html.haml @@ -938,6 +1016,14 @@ %%WWWDIR%%/app/views/devise/shared/_signin_box.html.haml %%WWWDIR%%/app/views/devise/shared/_signup_box.html.haml %%WWWDIR%%/app/views/devise/unlocks/new.html.haml +%%WWWDIR%%/app/views/discussions/_diff_discussion.html.haml +%%WWWDIR%%/app/views/discussions/_diff_with_notes.html.haml +%%WWWDIR%%/app/views/discussions/_discussion.html.haml +%%WWWDIR%%/app/views/discussions/_headline.html.haml +%%WWWDIR%%/app/views/discussions/_jump_to_next.html.haml +%%WWWDIR%%/app/views/discussions/_notes.html.haml +%%WWWDIR%%/app/views/discussions/_parallel_diff_discussion.html.haml +%%WWWDIR%%/app/views/discussions/_resolve_all.html.haml %%WWWDIR%%/app/views/doorkeeper/applications/_delete_form.html.haml %%WWWDIR%%/app/views/doorkeeper/applications/_form.html.haml %%WWWDIR%%/app/views/doorkeeper/applications/edit.html.haml @@ -1006,6 +1092,8 @@ %%WWWDIR%%/app/views/help/show.html.haml %%WWWDIR%%/app/views/help/ui.html.haml %%WWWDIR%%/app/views/import/base/create.js.haml +%%WWWDIR%%/app/views/import/base/unauthorized.js.haml +%%WWWDIR%%/app/views/import/bitbucket/deploy_key.js.haml %%WWWDIR%%/app/views/import/bitbucket/status.html.haml %%WWWDIR%%/app/views/import/fogbugz/new.html.haml %%WWWDIR%%/app/views/import/fogbugz/new_user_map.html.haml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Nov 22 10:12: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 8F6B7C4F71C; Tue, 22 Nov 2016 10:12:34 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wj0-x242.google.com (mail-wj0-x242.google.com [IPv6:2a00:1450:400c:c01::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 2296B1D22; Tue, 22 Nov 2016 10:12:34 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wj0-x242.google.com with SMTP id f8so5903074wje.2; Tue, 22 Nov 2016 02:12:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=vlH6fHDsSVi+Q7OIalwO8o85oEHNBJeW2u4qjEEokfc=; b=iuCupkyLYu8wn3Wos4NuCm6SJycM51TBI9AiEaIvpQ69eRy2Qs85sCKQk2tGdSvfl4 +4vWhGTd1tFjDBzf2Xt3XxB3qCbw5jPuqsk88sIXQJDGvoDwfeuXyWtN5++mlH5pm0yu +xFXmhqmKgLb4ZW5SToDQRpt4rKTmlnW+4EvR1lhuI3v+a6A0+YZg5gJxhhWe0mDoaJD B+j/7rQwmJY95vdGHHcVRqaHGfRs2zG/FJ6q5FcFzW+amX5eprM7/8Y/cjQLF46oi5NE vtmY57XsqV+t/+wJVytiK+i0+xR0ulPcdKi7dVyxbo0ovSYM7v3m/vL+oij3+MdefbUZ A0Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version :content-transfer-encoding; bh=vlH6fHDsSVi+Q7OIalwO8o85oEHNBJeW2u4qjEEokfc=; b=QwAVanaxGYL69vfGdTNvsYoEDmcP3jqXhHutfT5VNeNoUleGZw7pXP1D9AEHfTJQoq ScVVQp566MNeJHpParN9vaJyr3zgbYmb2UB9xebdmrWC+JB5+zf34QLm42mNsZ3biW4U P2xzb92WfO3K6xA+aetIjZoreM4/pSKnXEU9E/Zbc4cwbAqezWudgWdSPuJQdQ1qleN4 TZVsIDIuX0d9KGf2FWYwcSh4obvCc19ZoZo7AR93xV7wpZtoC5aCfV6ehEtHaKzyX6ny lla/dEvekrw5BtDQ8OILbWYNy7b9pZ+LaegQ/dWc/tFCXZqikgzcBAIvjBaI7yTXwmzW 0laA== X-Gm-Message-State: AKaTC00KQPph7V2j7CjY3Wpe2Ew3vos+rxTfaOxmViQK9Vrkzb391/bE5Nuv25HRsANAkA== X-Received: by 10.194.205.34 with SMTP id ld2mr13058022wjc.211.1479809552001; Tue, 22 Nov 2016 02:12:32 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id b15sm2100943wma.5.2016.11.22.02.12.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 Nov 2016 02:12:31 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426759 - in head/databases/xapian-core: . files References: <201611212126.uALLQxT0063108@repo.freebsd.org> Date: Tue, 22 Nov 2016 11:12:20 +0100 In-Reply-To: (Mathieu Arnold's message of "Tue, 22 Nov 2016 00:17:53 +0100") Message-ID: <86oa17lt6j.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 10:12:34 -0000 Mathieu Arnold writes: > Le 21/11/2016 =C3=A0 22:26, Raphael Kubo da Costa a =C3=A9crit : > >> SOCK_CLOEXEC was introduced in FreeBSD 10, so define it to 0 on FreeBS= D 9 (the >> code already handles this case). Xapian 1.4 has a safesyssocket.h that= does the >> same thing. > > But FreeBSD 10 is not 1000000. In that case, according to > sys/sys/socket.h's log, it was added in r248534, the closest version is > 1000031. I tried looking for a specific entry mentioning SOCK_CLOEXEC in the porter's handbook and decided to go with 1000000 after not finding anything. I'm fine with adjusting the check, but given 1000031 predates even the branching of FreeBSD 10 and the minimum 10.x version we currently support is 10.1, does it make sense to do that? From owner-svn-ports-all@freebsd.org Tue Nov 22 10:14: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 E0D44C4F773; Tue, 22 Nov 2016 10:14:08 +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 B29111E21; Tue, 22 Nov 2016 10:14:08 +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 uAMAE7Fp075435; Tue, 22 Nov 2016 10:14:07 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMAE75N075434; Tue, 22 Nov 2016 10:14:07 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201611221014.uAMAE75N075434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 22 Nov 2016 10:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426812 - head/net/mDNSResponder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 10:14:09 -0000 Author: rakuco Date: Tue Nov 22 10:14:07 2016 New Revision: 426812 URL: https://svnweb.freebsd.org/changeset/ports/426812 Log: Remove stray text from the "Created by" line added in r426783 Modified: head/net/mDNSResponder/Makefile Modified: head/net/mDNSResponder/Makefile ============================================================================== --- head/net/mDNSResponder/Makefile Tue Nov 22 09:56:05 2016 (r426811) +++ head/net/mDNSResponder/Makefile Tue Nov 22 10:14:07 2016 (r426812) @@ -1,4 +1,4 @@ -# Created by: Alfred Perlstein VE_IPV6 +# Created by: Alfred Perlstein # $FreeBSD$ PORTNAME= mDNSResponder From owner-svn-ports-all@freebsd.org Tue Nov 22 10:16: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 C7707C4F811; Tue, 22 Nov 2016 10:16:00 +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 7B5AE1F35; Tue, 22 Nov 2016 10:16:00 +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 uAMAFxQx075614; Tue, 22 Nov 2016 10:15:59 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMAFx8L075612; Tue, 22 Nov 2016 10:15:59 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611221015.uAMAFx8L075612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 10:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426813 - head/databases/p5-DBIx-Class-Migration X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 10:16:00 -0000 Author: kuriyama Date: Tue Nov 22 10:15:59 2016 New Revision: 426813 URL: https://svnweb.freebsd.org/changeset/ports/426813 Log: - Upgrade to 0.058. Modified: head/databases/p5-DBIx-Class-Migration/Makefile head/databases/p5-DBIx-Class-Migration/distinfo Modified: head/databases/p5-DBIx-Class-Migration/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Migration/Makefile Tue Nov 22 10:14:07 2016 (r426812) +++ head/databases/p5-DBIx-Class-Migration/Makefile Tue Nov 22 10:15:59 2016 (r426813) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Migration -PORTVERSION= 0.057 +PORTVERSION= 0.058 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,7 @@ RUN_DEPENDS= \ p5-DBIx-Class-Schema-Loader>=0.07042:databases/p5-DBIx-Class-Schema-Loader \ p5-Devel-PartialDump>=0.17:devel/p5-Devel-PartialDump \ p5-File-ShareDir-ProjectDistDir>=1.0.4:devel/p5-File-ShareDir-ProjectDistDir \ - p5-JSON-XS>=3.01:converters/p5-JSON-XS \ + p5-JSON-MaybeXS>0:converters/p5-JSON-MaybeXS \ p5-Moose>=2.1403:devel/p5-Moose \ p5-MooseX-Attribute-ENV>=0.02:devel/p5-MooseX-Attribute-ENV \ p5-MooseX-Getopt>=0.68:devel/p5-MooseX-Getopt \ Modified: head/databases/p5-DBIx-Class-Migration/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Migration/distinfo Tue Nov 22 10:14:07 2016 (r426812) +++ head/databases/p5-DBIx-Class-Migration/distinfo Tue Nov 22 10:15:59 2016 (r426813) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Class-Migration-0.057.tar.gz) = 3627f5d4b2613e04b5aba76250cc9ba214f1c28b9b056dd7cbd7361d7f4ff243 -SIZE (DBIx-Class-Migration-0.057.tar.gz) = 172664 +TIMESTAMP = 1479809653 +SHA256 (DBIx-Class-Migration-0.058.tar.gz) = eee10796160a23b00fb54740f6d768416c5e3bbb9bf764d02b53dc058bdbda70 +SIZE (DBIx-Class-Migration-0.058.tar.gz) = 182063 From owner-svn-ports-all@freebsd.org Tue Nov 22 10:31: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 B40F9C4FFB8; Tue, 22 Nov 2016 10:31:24 +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 60A08EE4; Tue, 22 Nov 2016 10:31:24 +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 uAMAVNWG080919; Tue, 22 Nov 2016 10:31:23 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMAVNMr080916; Tue, 22 Nov 2016 10:31:23 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611221031.uAMAVNMr080916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 10:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426814 - head/databases/p5-DBIx-Connector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 10:31:24 -0000 Author: kuriyama Date: Tue Nov 22 10:31:23 2016 New Revision: 426814 URL: https://svnweb.freebsd.org/changeset/ports/426814 Log: - Upgrade to 0.56. Modified: head/databases/p5-DBIx-Connector/Makefile head/databases/p5-DBIx-Connector/distinfo head/databases/p5-DBIx-Connector/pkg-plist Modified: head/databases/p5-DBIx-Connector/Makefile ============================================================================== --- head/databases/p5-DBIx-Connector/Makefile Tue Nov 22 10:15:59 2016 (r426813) +++ head/databases/p5-DBIx-Connector/Makefile Tue Nov 22 10:31:23 2016 (r426814) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Connector -PORTVERSION= 0.53 -PORTREVISION= 1 +PORTVERSION= 0.56 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Connector/distinfo ============================================================================== --- head/databases/p5-DBIx-Connector/distinfo Tue Nov 22 10:15:59 2016 (r426813) +++ head/databases/p5-DBIx-Connector/distinfo Tue Nov 22 10:31:23 2016 (r426814) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Connector-0.53.tar.gz) = 3c4af9fed9a09a8438a9aea4b482b6102946f719c4bf5de0fa06db7c525c18a5 -SIZE (DBIx-Connector-0.53.tar.gz) = 35777 +TIMESTAMP = 1479800255 +SHA256 (DBIx-Connector-0.56.tar.gz) = 57c08d2c1951486cb95cfb83f518f462a3dbf20d353f3eee4f46af44fa19c359 +SIZE (DBIx-Connector-0.56.tar.gz) = 36770 Modified: head/databases/p5-DBIx-Connector/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Connector/pkg-plist Tue Nov 22 10:15:59 2016 (r426813) +++ head/databases/p5-DBIx-Connector/pkg-plist Tue Nov 22 10:31:23 2016 (r426814) @@ -1,5 +1,6 @@ %%SITE_PERL%%/DBIx/Connector.pm %%SITE_PERL%%/DBIx/Connector/Driver.pm +%%SITE_PERL%%/DBIx/Connector/Driver/Firebird.pm %%SITE_PERL%%/DBIx/Connector/Driver/MSSQL.pm %%SITE_PERL%%/DBIx/Connector/Driver/Oracle.pm %%SITE_PERL%%/DBIx/Connector/Driver/Pg.pm @@ -7,6 +8,7 @@ %%SITE_PERL%%/DBIx/Connector/Driver/mysql.pm %%PERL5_MAN3%%/DBIx::Connector.3.gz %%PERL5_MAN3%%/DBIx::Connector::Driver.3.gz +%%PERL5_MAN3%%/DBIx::Connector::Driver::Firebird.3.gz %%PERL5_MAN3%%/DBIx::Connector::Driver::MSSQL.3.gz %%PERL5_MAN3%%/DBIx::Connector::Driver::Oracle.3.gz %%PERL5_MAN3%%/DBIx::Connector::Driver::Pg.3.gz From owner-svn-ports-all@freebsd.org Tue Nov 22 10:35: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 D3C5BC4F11B; Tue, 22 Nov 2016 10:35:11 +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 A1F641224; Tue, 22 Nov 2016 10:35:11 +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 uAMAZAol083870; Tue, 22 Nov 2016 10:35:10 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMAZAU2083868; Tue, 22 Nov 2016 10:35:10 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611221035.uAMAZAU2083868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 22 Nov 2016 10:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426815 - head/databases/p5-GitDDL-Migrator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 10:35:11 -0000 Author: kuriyama Date: Tue Nov 22 10:35:10 2016 New Revision: 426815 URL: https://svnweb.freebsd.org/changeset/ports/426815 Log: - Upgrade to 0.08. Modified: head/databases/p5-GitDDL-Migrator/Makefile head/databases/p5-GitDDL-Migrator/distinfo Modified: head/databases/p5-GitDDL-Migrator/Makefile ============================================================================== --- head/databases/p5-GitDDL-Migrator/Makefile Tue Nov 22 10:31:23 2016 (r426814) +++ head/databases/p5-GitDDL-Migrator/Makefile Tue Nov 22 10:35:10 2016 (r426815) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= GitDDL-Migrator -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SONGMU @@ -20,7 +20,7 @@ RUN_DEPENDS= \ BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny NO_ARCH= YES .include Modified: head/databases/p5-GitDDL-Migrator/distinfo ============================================================================== --- head/databases/p5-GitDDL-Migrator/distinfo Tue Nov 22 10:31:23 2016 (r426814) +++ head/databases/p5-GitDDL-Migrator/distinfo Tue Nov 22 10:35:10 2016 (r426815) @@ -1,2 +1,3 @@ -SHA256 (GitDDL-Migrator-0.07.tar.gz) = b78ed88c042f1fa6a1221ad8393c1cef4ef88c27fcb10d6b81429703a4adf8ff -SIZE (GitDDL-Migrator-0.07.tar.gz) = 13631 +TIMESTAMP = 1479809921 +SHA256 (GitDDL-Migrator-0.08.tar.gz) = 8f2d0e96405e072d6e030fef834806797c20cf35245746e70d5454bf7768c86d +SIZE (GitDDL-Migrator-0.08.tar.gz) = 13199 From owner-svn-ports-all@freebsd.org Tue Nov 22 10: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 E9C48C4F189; Tue, 22 Nov 2016 10: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 B633F1479; Tue, 22 Nov 2016 10: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 uAMAaqDY084076; Tue, 22 Nov 2016 10:36:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMAaqTB084075; Tue, 22 Nov 2016 10:36:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611221036.uAMAaqTB084075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 22 Nov 2016 10:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426816 - head/databases/firebird25-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 10:36:54 -0000 Author: linimon Date: Tue Nov 22 10:36:52 2016 New Revision: 426816 URL: https://svnweb.freebsd.org/changeset/ports/426816 Log: Add note confirming that this is broken on sparc64, and presumably, other FreeBSD non-x86 archs, due to a lack of an appropriate implementation of AtomicCounter. While here, remove obsolete CONFLICTS lines. Note that not having this port build blocks devel/qt4, devel/qt5, all the libreoffice variants, and a handful of others. Modified: head/databases/firebird25-server/Makefile Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Tue Nov 22 10:35:10 2016 (r426815) +++ head/databases/firebird25-server/Makefile Tue Nov 22 10:36:52 2016 (r426816) @@ -58,8 +58,8 @@ LD= ${CC} STRIP= ONLY_FOR_ARCHS= i386 amd64 -CONFLICTS+= firebird-client-2.0* firebird-server-2.0* \ - firebird-client-2.1* firebird-server-2.1* +# sparc64 fails due to lack of valid AtomicCounter implementation in +# src/common/classes/fb_atomic.h; presumably other tier-2s would as well INSTALL_FB= ${INSTALL} ${COPY} IPCRM_CMD= /usr/bin/ipcrm From owner-svn-ports-all@freebsd.org Tue Nov 22 11:36: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 6B2B7C4F922; Tue, 22 Nov 2016 11:36:49 +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 37A53FF; Tue, 22 Nov 2016 11:36:49 +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 uAMBaml6008023; Tue, 22 Nov 2016 11:36:48 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMBamEu008021; Tue, 22 Nov 2016 11:36:48 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201611221136.uAMBamEu008021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Tue, 22 Nov 2016 11:36:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426817 - head/www/shellinabox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 11:36:49 -0000 Author: olivier Date: Tue Nov 22 11:36:47 2016 New Revision: 426817 URL: https://svnweb.freebsd.org/changeset/ports/426817 Log: Update to 2.20 Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D8579 Modified: head/www/shellinabox/Makefile head/www/shellinabox/distinfo Modified: head/www/shellinabox/Makefile ============================================================================== --- head/www/shellinabox/Makefile Tue Nov 22 10:36:52 2016 (r426816) +++ head/www/shellinabox/Makefile Tue Nov 22 11:36:47 2016 (r426817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shellinabox -PORTVERSION= 2.19 +PORTVERSION= 2.20 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/shellinabox/distinfo ============================================================================== --- head/www/shellinabox/distinfo Tue Nov 22 10:36:52 2016 (r426816) +++ head/www/shellinabox/distinfo Tue Nov 22 11:36:47 2016 (r426817) @@ -1,2 +1,3 @@ -SHA256 (shellinabox-shellinabox-v2.19_GH0.tar.gz) = d25ba9f72f04471fc1a8a564c65ef466c4553280ff3eeb365ed9c897d05ed2da -SIZE (shellinabox-shellinabox-v2.19_GH0.tar.gz) = 744367 +TIMESTAMP = 1478938927 +SHA256 (shellinabox-shellinabox-v2.20_GH0.tar.gz) = 27a5ec6c3439f87aee238c47cc56e7357a6249e5ca9ed0f044f0057ef389d81e +SIZE (shellinabox-shellinabox-v2.20_GH0.tar.gz) = 745920 From owner-svn-ports-all@freebsd.org Tue Nov 22 11:58: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 53FF3C4F282; Tue, 22 Nov 2016 11:58:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DC6B318F9; Tue, 22 Nov 2016 11:58:54 +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 D9A27BDD0B; Tue, 22 Nov 2016 12:58:50 +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 A88CCBDC86; Tue, 22 Nov 2016 12:58:50 +0100 (CET) Subject: Re: svn commit: r426759 - in head/databases/xapian-core: . files To: Raphael Kubo da Costa References: <201611212126.uALLQxT0063108@repo.freebsd.org> <86oa17lt6j.fsf@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <683d02ff-4117-508f-8a66-3f1712043009@FreeBSD.org> Date: Tue, 22 Nov 2016 12:58:48 +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: <86oa17lt6j.fsf@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="i2nONGUpsM4Rp4ef8PsBnQnuLOitVSAFg" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 11:58:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --i2nONGUpsM4Rp4ef8PsBnQnuLOitVSAFg Content-Type: multipart/mixed; boundary="ktXVOo4LUsbCwBkAI9IPlhh5iLgCJTaPb"; protected-headers="v1" From: Mathieu Arnold To: Raphael Kubo da Costa Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <683d02ff-4117-508f-8a66-3f1712043009@FreeBSD.org> Subject: Re: svn commit: r426759 - in head/databases/xapian-core: . files References: <201611212126.uALLQxT0063108@repo.freebsd.org> <86oa17lt6j.fsf@FreeBSD.org> In-Reply-To: <86oa17lt6j.fsf@FreeBSD.org> --ktXVOo4LUsbCwBkAI9IPlhh5iLgCJTaPb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 22/11/2016 =C3=A0 11:12, Raphael Kubo da Costa a =C3=A9crit : > Mathieu Arnold writes: > >> Le 21/11/2016 =C3=A0 22:26, Raphael Kubo da Costa a =C3=A9crit : >> >>> SOCK_CLOEXEC was introduced in FreeBSD 10, so define it to 0 on Fre= eBSD 9 (the >>> code already handles this case). Xapian 1.4 has a safesyssocket.h t= hat does the >>> same thing. >> But FreeBSD 10 is not 1000000. In that case, according to >> sys/sys/socket.h's log, it was added in r248534, the closest version i= s >> 1000031. > I tried looking for a specific entry mentioning SOCK_CLOEXEC in the > porter's handbook and decided to go with 1000000 after not finding > anything. > > I'm fine with adjusting the check, but given 1000031 predates even the > branching of FreeBSD 10 and the minimum 10.x version we currently > support is 10.1, does it make sense to do that? 1000000 is wrong because SOCK_CLOEXEC was added between 1000030 and 1000031. So the right OSVERSION to use is 1000031. --=20 Mathieu Arnold --ktXVOo4LUsbCwBkAI9IPlhh5iLgCJTaPb-- --i2nONGUpsM4Rp4ef8PsBnQnuLOitVSAFg 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 iQJ8BAEBCgBmBQJYNDL6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IjU4P/jAfHaM8kFKKhNpODUX9JsYN fPb0hqDoNGSKTrwqFs1uE2gYmV1uiCjniVBIT3AOdpTllU1PFgtnF32uEec8rmib Z+jq18p2QAZS6TF+3zItLEkoCb7IdpscxHSbkMFpqTjxd065rIPweGwratzCyxvW XuXqQdRjKkr/ExdlGCogu8cmO1tlwyRjt0J9tS6z+vQfIB1JXlnh/428SR6KbSdV ZT15+/a1boxKsq4VZ6w3hT1qh3ya10d+DcXnPXW24OIi3l3cV3cjm9L10wd1rxZs mh+sf/aZdyoVv/zvqya9nTqdzS9G/1c/Srlx5+OGX+kVXdHpc4A6o1G6Xv+wMnSU PnMv1FSAcNj2dhz46UjRSXAZ2PVxB6w1gYHag69KmC4KarxDiMMB4CPH03xk1g3a 0Iq+yHOkj8snRmFlEgPHzM2C+mYuQPzqZHPAMAVW5CD2wNOtDg3RJijyvBoB6k0A 7qmE596RczYYjK6eBLYGxaqtJBvzfq9Kcu3IJaSmVXTO2oZtvkcney/JOHx9kYg1 cBhxpNl+MhmagHFSs9lgTFXpBYkHTbohObbBQI01arx6REhC/YPsZRWUfspG/UnE 51sM6fgKTRQ0Z/8S/6w1BZdqWYlkp4SA/8Vb1V1l56c0riO4TxD2EO3bTjrAduhT C3a7fwcDEkkLokfWVcL1 =we41 -----END PGP SIGNATURE----- --i2nONGUpsM4Rp4ef8PsBnQnuLOitVSAFg-- From owner-svn-ports-all@freebsd.org Tue Nov 22 12: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 EC1B9C4FF44; Tue, 22 Nov 2016 12:04:49 +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 B008922C; Tue, 22 Nov 2016 12:04:49 +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 uAMC4mIO020316; Tue, 22 Nov 2016 12:04:48 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMC4mLq020315; Tue, 22 Nov 2016 12:04:48 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201611221204.uAMC4mLq020315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 22 Nov 2016 12:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426818 - head/x11-toolkits/fltk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 12:04:50 -0000 Author: danfe Date: Tue Nov 22 12:04:48 2016 New Revision: 426818 URL: https://svnweb.freebsd.org/changeset/ports/426818 Log: x11-toolkits/fltk: ensure that binary packages have complete feature support Previously, binary packages would miss Xinerama and Xcursor dependencies and thus were giving some odd behaviors as e.g. reported in the PR. While here, switch to USES+=localbase instead of manually amending CPPFLAGS and LDFLAGS. PR: 213294 Modified: head/x11-toolkits/fltk/Makefile Modified: head/x11-toolkits/fltk/Makefile ============================================================================== --- head/x11-toolkits/fltk/Makefile Tue Nov 22 11:36:47 2016 (r426817) +++ head/x11-toolkits/fltk/Makefile Tue Nov 22 12:04:48 2016 (r426818) @@ -3,7 +3,7 @@ PORTNAME= fltk PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://fltk.org/pub/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,8 +15,8 @@ LICENSE= LGPL20 LIB_DEPENDS= libpng.so:graphics/png -USES= jpeg pkgconfig -USE_XORG= xft +USES= jpeg localbase pkgconfig +USE_XORG= x11 xcursor xext xfixes xft xinerama USE_GL= glu USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -24,9 +24,6 @@ CONFIGURE_ARGS= --enable-shared WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-all@freebsd.org Tue Nov 22 12:23: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 6730BC4C4E7; Tue, 22 Nov 2016 12:23:05 +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 308F6CCF; Tue, 22 Nov 2016 12:23:05 +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 uAMCN4ip028298; Tue, 22 Nov 2016 12:23:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMCN4KC028296; Tue, 22 Nov 2016 12:23:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611221223.uAMCN4KC028296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 22 Nov 2016 12:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426819 - in head: Mk lang/ruby23 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 12:23:05 -0000 Author: swills Date: Tue Nov 22 12:23:04 2016 New Revision: 426819 URL: https://svnweb.freebsd.org/changeset/ports/426819 Log: update lang/ruby23 to 2.3.3 Modified: head/Mk/bsd.ruby.mk head/lang/ruby23/distinfo Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Tue Nov 22 12:04:48 2016 (r426818) +++ head/Mk/bsd.ruby.mk Tue Nov 22 12:23:04 2016 (r426819) @@ -174,7 +174,7 @@ RUBY22= "" # PLIST_SUB helpers # # Ruby 2.3 # -RUBY_RELVERSION= 2.3.2 +RUBY_RELVERSION= 2.3.3 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 Modified: head/lang/ruby23/distinfo ============================================================================== --- head/lang/ruby23/distinfo Tue Nov 22 12:04:48 2016 (r426818) +++ head/lang/ruby23/distinfo Tue Nov 22 12:23:04 2016 (r426819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479477279 -SHA256 (ruby/ruby-2.3.2.tar.xz) = 5c78f311045ce48160092160444dec2744941a5e37d7865032978bd5bf392f0c -SIZE (ruby/ruby-2.3.2.tar.xz) = 11420276 +TIMESTAMP = 1479773431 +SHA256 (ruby/ruby-2.3.3.tar.xz) = 1a4fa8c2885734ba37b97ffdb4a19b8fba0e8982606db02d936e65bac07419dc +SIZE (ruby/ruby-2.3.3.tar.xz) = 11444164 From owner-svn-ports-all@freebsd.org Tue Nov 22 12:30: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 27893C4C76E; Tue, 22 Nov 2016 12:30: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 ED8AC119D; Tue, 22 Nov 2016 12:30: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 uAMCUvbd029481; Tue, 22 Nov 2016 12:30:57 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMCUv4t029480; Tue, 22 Nov 2016 12:30:57 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201611221230.uAMCUv4t029480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 22 Nov 2016 12:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426820 - head/net-mgmt/p0f X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 12:30:58 -0000 Author: danfe Date: Tue Nov 22 12:30:56 2016 New Revision: 426820 URL: https://svnweb.freebsd.org/changeset/ports/426820 Log: - Restore link to Lance Spitzner's article (2002 Honeynet Project version) - Remove nowadays defunct www.infoworld.com link (missed in r426160) Submitted by: Royce Williams Modified: head/net-mgmt/p0f/pkg-descr Modified: head/net-mgmt/p0f/pkg-descr ============================================================================== --- head/net-mgmt/p0f/pkg-descr Tue Nov 22 12:23:04 2016 (r426819) +++ head/net-mgmt/p0f/pkg-descr Tue Nov 22 12:30:56 2016 (r426820) @@ -4,12 +4,13 @@ enough information to identify the opera scanners such as nmap and QueSO, p0f does not send anything to the host being identified. +For more information, refer to Lance Spitzner's old paper about passive OS +fingerprinting: http://old.honeynet.org/papers/finger/. + Use of this program requires read access to the packet filtering device, typically /dev/bpf0. Granting such access allows the users who have it to put your Ethernet device into promiscuous mode and sniff your network. - -See http://www.infoworld.com/articles/op/xml/00/05/29/000529opswatch.xml -if you do not understand how this can be harmful. Running p0f with no -options will cause it to analyze packets intended for other hosts. +Running p0f with no options will cause it to analyze packets intended for +other hosts. WWW: http://lcamtuf.coredump.cx/p0f3/ From owner-svn-ports-all@freebsd.org Tue Nov 22 12:59: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 3E15EC4D2C4; Tue, 22 Nov 2016 12:59:05 +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 03C331EAE; Tue, 22 Nov 2016 12:59:04 +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 uAMCx4qB040642; Tue, 22 Nov 2016 12:59:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMCx407040641; Tue, 22 Nov 2016 12:59:04 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201611221259.uAMCx407040641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 22 Nov 2016 12:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426821 - head/databases/xapian-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: Tue, 22 Nov 2016 12:59:05 -0000 Author: rakuco Date: Tue Nov 22 12:59:03 2016 New Revision: 426821 URL: https://svnweb.freebsd.org/changeset/ports/426821 Log: Update FreeBSD version check for SOCK_CLOEXEC. __FreeBSD_version was not bumped when SOCK_CLOEXEC was introduced, but we can place its addition between 1000030 and 1000031. Reported by: mat Modified: head/databases/xapian-core/Makefile Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Tue Nov 22 12:30:56 2016 (r426820) +++ head/databases/xapian-core/Makefile Tue Nov 22 12:59:03 2016 (r426821) @@ -31,7 +31,7 @@ SSE2_CONFIGURE_ENABLE= sse .include # FreeBSD 9 does not have SOCK_CLOEXEC. -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000031 CXXFLAGS+= -DSOCK_CLOEXEC=0 .endif From owner-svn-ports-all@freebsd.org Tue Nov 22 13: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 C2BFAC4D5F9; Tue, 22 Nov 2016 13:06:48 +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 7AACE638; Tue, 22 Nov 2016 13:06:48 +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 uAMD6lsl044451; Tue, 22 Nov 2016 13:06:47 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMD6lBr044450; Tue, 22 Nov 2016 13:06:47 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201611221306.uAMD6lBr044450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 22 Nov 2016 13:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426822 - head/devel/p5-Async-MergePoint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 13:06:48 -0000 Author: danfe Date: Tue Nov 22 13:06:47 2016 New Revision: 426822 URL: https://svnweb.freebsd.org/changeset/ports/426822 Log: Fix a typo, improve wording, reformat for better readability, use double space after full stop and single space for WWW: line. Modified: head/devel/p5-Async-MergePoint/pkg-descr Modified: head/devel/p5-Async-MergePoint/pkg-descr ============================================================================== --- head/devel/p5-Async-MergePoint/pkg-descr Tue Nov 22 12:59:03 2016 (r426821) +++ head/devel/p5-Async-MergePoint/pkg-descr Tue Nov 22 13:06:47 2016 (r426822) @@ -1,16 +1,16 @@ Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before -the next step can be taken. In synchonous code, the usual approach is -to do them sequentially. +the next step can be taken. In synchronous code, the usual approach is +to perform them sequentially. An asynchronous or event-based program could do this, but if each step -involves some IO idle time, better overall performance can often be -gained by running the steps in parallel. A Async::MergePoint object -can then be used to wait for all of the steps to complete, before -passing the combined result of each step on to the next stage. +involves some I/O idle time, better overall performance can often be +gained by running the steps in parallel. Async::MergePoint object can +then be used to wait for all of the steps to complete, before passing +the combined result of each step on to the next stage. This module was originally part of the IO::Async distribution, but was -removed under the inspiration of Pedro Melo's Async::Hooks -distribution, because it doesn't itself contain anything IO-specific. +removed under the inspiration of Pedro Melo's Async::Hooks distribution, +because it does not itself contain anything I/O-specific. -WWW: http://search.cpan.org/dist/Async-MergePoint/ +WWW: http://search.cpan.org/dist/Async-MergePoint/ From owner-svn-ports-all@freebsd.org Tue Nov 22 13:10: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 581FDC4D6F3; Tue, 22 Nov 2016 13:10:11 +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 29984800; Tue, 22 Nov 2016 13:10:11 +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 uAMDAAlY044714; Tue, 22 Nov 2016 13:10:10 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMDAATJ044712; Tue, 22 Nov 2016 13:10:10 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611221310.uAMDAATJ044712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 22 Nov 2016 13:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426823 - head/archivers/advancecomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 13:10:11 -0000 Author: danilo Date: Tue Nov 22 13:10:10 2016 New Revision: 426823 URL: https://svnweb.freebsd.org/changeset/ports/426823 Log: - Update to 1.23 Modified: head/archivers/advancecomp/Makefile head/archivers/advancecomp/distinfo Modified: head/archivers/advancecomp/Makefile ============================================================================== --- head/archivers/advancecomp/Makefile Tue Nov 22 13:06:47 2016 (r426822) +++ head/archivers/advancecomp/Makefile Tue Nov 22 13:10:10 2016 (r426823) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= advancecomp -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.23 CATEGORIES= archivers MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} @@ -16,7 +15,7 @@ LIB_DEPENDS= libzopfli.so:archivers/zopf USES= gmake GNU_CONFIGURE= yes -MAKE_ARGS= zopfli_SOURCES="" am__objects_2="" +MAKE_ARGS= zopfli_SOURCES="" am__objects_3="" CPPFLAGS+= -I${LOCALBASE}/include/zopfli LDFLAGS+= -L${LOCALBASE}/lib -lzopfli Modified: head/archivers/advancecomp/distinfo ============================================================================== --- head/archivers/advancecomp/distinfo Tue Nov 22 13:06:47 2016 (r426822) +++ head/archivers/advancecomp/distinfo Tue Nov 22 13:10:10 2016 (r426823) @@ -1,2 +1,3 @@ -SHA256 (advancecomp-1.19.tar.gz) = d594c50c3da356aa961f75b00e958a4ed1e142c6530b42926092e46419af3047 -SIZE (advancecomp-1.19.tar.gz) = 1193228 +TIMESTAMP = 1479818446 +SHA256 (advancecomp-1.23.tar.gz) = 75a2c97ab0cd53e71b6a3dd7f07c001fa02351c9d781a4c586718f7fea3e88ba +SIZE (advancecomp-1.23.tar.gz) = 1288937 From owner-svn-ports-all@freebsd.org Tue Nov 22 13:31: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 8BD4CC4DDFE; Tue, 22 Nov 2016 13:31:48 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E00415CC; Tue, 22 Nov 2016 13:31:48 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMDVl8j054493; Tue, 22 Nov 2016 13:31:47 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMDVlrW054492; Tue, 22 Nov 2016 13:31:47 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201611221331.uAMDVlrW054492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 22 Nov 2016 13:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426824 - head/lang/pypy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 13:31:48 -0000 Author: dbn Date: Tue Nov 22 13:31:47 2016 New Revision: 426824 URL: https://svnweb.freebsd.org/changeset/ports/426824 Log: lang/pypy: unbreak with libressl PyPy now supports libressl (aka openssl 1.1). Submitted by: benjamin@bureaucracy.de Modified: head/lang/pypy/Makefile Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Tue Nov 22 13:10:10 2016 (r426823) +++ head/lang/pypy/Makefile Tue Nov 22 13:31:47 2016 (r426824) @@ -61,10 +61,6 @@ PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/bsd.pypy.mk" .include -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL which is interpreted as unsupported OpenSSL > v1.1 -.endif - .if ${ARCH} == "i386" || ${ARCH} == "armv6" PYPY_BITS= 32 .elif ${ARCH} == "amd64" || ${ARCH} == "powerpc64" From owner-svn-ports-all@freebsd.org Tue Nov 22 13:45: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 B37B0C4E4C0; Tue, 22 Nov 2016 13:45:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B6E1DE8; Tue, 22 Nov 2016 13:45:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMDjT7k060931; Tue, 22 Nov 2016 13:45:29 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMDjT9O060928; Tue, 22 Nov 2016 13:45:29 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201611221345.uAMDjT9O060928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 22 Nov 2016 13:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426825 - in head/net: kea ntp ntp-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, 22 Nov 2016 13:45:30 -0000 Author: cy Date: Tue Nov 22 13:45:29 2016 New Revision: 426825 URL: https://svnweb.freebsd.org/changeset/ports/426825 Log: Configure leap-second smearing (always). Leap-second smearing is an experimental option that may be specified in ntp.conf(5) to spread the effect of a leap-second over an interval as specified by the leapsmearinterval config file statement. Recommended values are between 7200 (2 hours) and 86400 (24 hours). It is advised that leap-second smearing not be used for public NTP servers (https://www.meinbergglobal.com/download/burnicki/Leap\ %20Second%20Smearing%20With%20NTP.pdf). It is also advised that NTP clients not use a mix of NTP servers using leap-second smearing with NTP servers not using leap-second smearing as that could cause undefined client behaviour. Suggested by: des Modified: head/net/kea/pkg-plist head/net/ntp-devel/Makefile head/net/ntp/Makefile Modified: head/net/kea/pkg-plist ============================================================================== --- head/net/kea/pkg-plist Tue Nov 22 13:31:47 2016 (r426824) +++ head/net/kea/pkg-plist Tue Nov 22 13:45:29 2016 (r426825) @@ -1,4 +1,5 @@ bin/kea-msg-compiler +include/kea/cc/data.h include/kea/config.h include/kea/asiolink/io_address.h include/kea/cc/data.h @@ -154,13 +155,19 @@ sbin/perfdhcp %%DATADIR%%/dhcp4.spec %%DATADIR%%/dhcp6.spec %%DATADIR%%/scripts/admin-utils.sh +%%DATADIR%%/scripts/cql/dhcpdb_create.cql +%%DATADIR%%/scripts/cql/dhcpdb_drop.cql %%DATADIR%%/scripts/mysql/dhcpdb_create.mysql +%%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql +%%DATADIR%%/scripts/mysql/dhcpdb_drop.mysql +%%DATADIR%%/scripts/pgsql/dhcpdb_drop.pgsql %%DATADIR%%/scripts/mysql/upgrade_1.0_to_2.0.sh %%DATADIR%%/scripts/mysql/upgrade_2.0_to_3.0.sh %%DATADIR%%/scripts/mysql/upgrade_3.0_to_4.0.sh +%%DATADIR%%/scripts/mysql/upgrade_4.1_to_5.0.sh %%DATADIR%%/scripts/mysql/upgrade_4.0_to_4.1.sh %%DATADIR%%/scripts/pgsql/upgrade_1.0_to_2.0.sh -%%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql +%%DATADIR%%/scripts/pgsql/upgrade_2.0_to_3.0.sh %%DATADIR%%/scripts/cql/dhcpdb_create.cql %%DATADIR%%/scripts/cql/dhcpdb_drop.cql %%DATADIR%%/scripts/mysql/dhcpdb_drop.mysql Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Tue Nov 22 13:31:47 2016 (r426824) +++ head/net/ntp-devel/Makefile Tue Nov 22 13:45:29 2016 (r426825) @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -22,6 +22,7 @@ USES= cpe pathfix shebangfix libedit li pkgconfig ssl gettext-runtime GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-leap-smear TEST_TARGET= check Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Tue Nov 22 13:31:47 2016 (r426824) +++ head/net/ntp/Makefile Tue Nov 22 13:45:29 2016 (r426825) @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p9 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -21,6 +22,7 @@ USES= cpe pathfix shebangfix libedit li pkgconfig ssl GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-leap-smear TEST_TARGET= check From owner-svn-ports-all@freebsd.org Tue Nov 22 13:54: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 38B13C4E86D; Tue, 22 Nov 2016 13:54:45 +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 0AAD4628; Tue, 22 Nov 2016 13:54:44 +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 uAMDsixd065029; Tue, 22 Nov 2016 13:54:44 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMDsiAo065027; Tue, 22 Nov 2016 13:54:44 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201611221354.uAMDsiAo065027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 22 Nov 2016 13:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426826 - in head/net: ntp ntp-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, 22 Nov 2016 13:54:45 -0000 Author: cy Date: Tue Nov 22 13:54:43 2016 New Revision: 426826 URL: https://svnweb.freebsd.org/changeset/ports/426826 Log: Remove documentation of conflict with the ntp-rc port. net/ntp-rc is only an active port when an NTP release candidate is available. Submitted by: des Modified: head/net/ntp-devel/Makefile head/net/ntp/Makefile Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Tue Nov 22 13:45:29 2016 (r426825) +++ head/net/ntp-devel/Makefile Tue Nov 22 13:54:43 2016 (r426826) @@ -16,7 +16,7 @@ COMMENT= The Network Time Protocol Distr LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww -CONFLICTS= ntp-[0-9].* ntp-rc-* +CONFLICTS= ntp-[0-9].* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl gettext-runtime Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Tue Nov 22 13:45:29 2016 (r426825) +++ head/net/ntp/Makefile Tue Nov 22 13:54:43 2016 (r426826) @@ -16,7 +16,7 @@ COMMENT= The Network Time Protocol Distr LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww -CONFLICTS= ntp-rc-* ntp-devel-* +CONFLICTS= ntp-devel-* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl From owner-svn-ports-all@freebsd.org Tue Nov 22 14:04: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 7258EC4ECAA; Tue, 22 Nov 2016 14:04:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F73EBE; Tue, 22 Nov 2016 14:04:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAME4SWA070201; Tue, 22 Nov 2016 14:04:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAME4M2o070143; Tue, 22 Nov 2016 14:04:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201611221404.uAME4M2o070143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 22 Nov 2016 14:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426827 - in head: audio/p5-MusicBrainz-DiscID cad/gmsh-occ converters/ical2html databases/pgfouine databases/ruby-o_dbm devel/boost-all devel/boost-docs devel/boost-python-libs devel/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, 22 Nov 2016 14:04:29 -0000 Author: danfe Date: Tue Nov 22 14:04:21 2016 New Revision: 426827 URL: https://svnweb.freebsd.org/changeset/ports/426827 Log: In several dozen ports, use single space for WWW: line in pkg-descr, and reformat port description text in cases when it was notoriously broken. Modified: head/audio/p5-MusicBrainz-DiscID/pkg-descr head/cad/gmsh-occ/pkg-descr head/converters/ical2html/pkg-descr head/databases/pgfouine/pkg-descr head/databases/ruby-o_dbm/pkg-descr head/devel/boost-all/pkg-descr head/devel/boost-docs/pkg-descr head/devel/boost-python-libs/pkg-descr head/devel/cld/pkg-descr head/devel/cmph/pkg-descr head/devel/ctags/pkg-descr head/devel/ftnchek/pkg-descr head/devel/php5-pinba/pkg-descr head/devel/pinba_engine/pkg-descr head/devel/py-phpserialize/pkg-descr head/devel/py-tgMochiKit/pkg-descr head/devel/root-doc/pkg-descr head/devel/tclap/pkg-descr head/devel/uatraits/pkg-descr head/dns/curvedns/pkg-descr head/editors/p5-Vimana/pkg-descr head/graphics/R-cran-pixmap/pkg-descr head/graphics/jpgtn/pkg-descr head/graphics/py-sorl-thumbnail/pkg-descr head/java/jtiger/pkg-descr head/lang/mtasc/pkg-descr head/mail/exmh2/pkg-descr head/mail/nohtml/pkg-descr head/mail/smtptrapd/pkg-descr head/mail/squirrelmail-askuserinfo-plugin/pkg-descr head/mail/squirrelmail-pupdate-plugin/pkg-descr head/mail/squirrelmail-secure_login-plugin/pkg-descr head/mail/squirrelmail-timeout_user-plugin/pkg-descr head/math/qwtplot3d-qt4/pkg-descr head/net/p5-Net-Amazon-Signature/pkg-descr head/net/p5-Net-SMS-Clickatell/pkg-descr head/net/pear-Net_Vpopmaild/pkg-descr head/net/quoted/pkg-descr head/ports-mgmt/chucky/pkg-descr head/print/lilypond/pkg-descr head/science/pycdf/pkg-descr head/security/mcrypt/pkg-descr head/security/p5-GnuPG/pkg-descr head/security/pad/pkg-descr head/security/subweb/pkg-descr head/security/unssh/pkg-descr head/sysutils/fusefs-chironfs/pkg-descr head/sysutils/pmt/pkg-descr head/textproc/libmrss-php/pkg-descr head/www/dojo/pkg-descr head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr head/www/pear-Services_Google/pkg-descr head/www/php-plurk-api/pkg-descr head/www/py-django-profiles/pkg-descr head/www/py-django-threaded-multihost/pkg-descr head/x11/linux-f10-xorg-libs/pkg-descr Modified: head/audio/p5-MusicBrainz-DiscID/pkg-descr ============================================================================== --- head/audio/p5-MusicBrainz-DiscID/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/audio/p5-MusicBrainz-DiscID/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,6 +1,6 @@ -MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID -from an audio CD in the drive. The coding style is slightly different -to the C interface to libdiscid, because it makes use of perl's -Object Oriented functionality. +MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an +audio CD in the drive. The coding style is slightly different to the C +interface to libdiscid, because it makes use of Perl's Object Oriented +functionality. -WWW: http://search.cpan.org/dist/MusicBrainz-DiscID +WWW: http://search.cpan.org/dist/MusicBrainz-DiscID Modified: head/cad/gmsh-occ/pkg-descr ============================================================================== --- head/cad/gmsh-occ/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/cad/gmsh-occ/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -13,4 +13,4 @@ post-processing. The specification of an either interactively using the graphical user interface or in ASCII text files using Gmsh's own scripting language. -WWW: http://www.geuz.org/gmsh/ +WWW: http://www.geuz.org/gmsh/ Modified: head/converters/ical2html/pkg-descr ============================================================================== --- head/converters/ical2html/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/converters/ical2html/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ -ical2html takes an iCalendar file and outputs an HTML file showing -one or more months in the form of tables. +ical2html takes an iCalendar file and outputs an HTML file showing one or +more months in the form of tables. -WWW: http://www.w3.org/Tools/Ical2html/ +WWW: http://www.w3.org/Tools/Ical2html/ Modified: head/databases/pgfouine/pkg-descr ============================================================================== --- head/databases/pgfouine/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/databases/pgfouine/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,6 +1,5 @@ pgFouine is a PostgreSQL log analyzer used to generate detailed reports from a PostgreSQL log file. pgFouine can help you to determine which -queries you should optimize to speed up your PostgreSQL based -application. +queries you should optimize to speed up your PostgreSQL based application. -WWW: http://pgfouine.projects.postgresql.org/ +WWW: http://pgfouine.projects.postgresql.org/ Modified: head/databases/ruby-o_dbm/pkg-descr ============================================================================== --- head/databases/ruby-o_dbm/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/databases/ruby-o_dbm/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,3 +1,3 @@ ObjectDBM (o_dbm) is an OODB-like DBM module for Ruby. -WWW: http://raa.ruby-lang.org/search.rhtml?search=o_dbm +WWW: http://raa.ruby-lang.org/search.rhtml?search=o_dbm Modified: head/devel/boost-all/pkg-descr ============================================================================== --- head/devel/boost-all/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/boost-all/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -15,4 +15,4 @@ the new C++0x Standard now being finaliz several more Boost libraries in addition to those from TR1. More Boost libraries are proposed for TR2. -WWW: http://www.boost.org/ +WWW: http://www.boost.org/ Modified: head/devel/boost-docs/pkg-descr ============================================================================== --- head/devel/boost-docs/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/boost-docs/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -13,4 +13,4 @@ the new C++0x Standard now being finaliz several more Boost libraries in addition to those from TR1. More Boost libraries are proposed for TR2. -WWW: http://www.boost.org/ +WWW: http://www.boost.org/ Modified: head/devel/boost-python-libs/pkg-descr ============================================================================== --- head/devel/boost-python-libs/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/boost-python-libs/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -5,4 +5,4 @@ tools -- just your C++ compiler. The Boost.Pyste code generator resides in a separate port: devel/boost-pyste -WWW: http://www.boost.org/ +WWW: http://www.boost.org/ Modified: head/devel/cld/pkg-descr ============================================================================== --- head/devel/cld/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/cld/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,9 +1,9 @@ A port from the CLD (Compact Language Detector) library embedded in Google's Chromium browser. The library detects the language from -provided UTF8 text (plain text or HTML). It's implemented in C++, +provided UTF-8 text (plain text or HTML). It is implemented in C++, with very basic Python bindings. You most likely need devel/cld2 port: version 2 of CLD. This port is here only to for pecl-cld until it support CLD version 2. -WWW: https://code.google.com/p/chromium-compact-language-detector/ +WWW: https://code.google.com/p/chromium-compact-language-detector/ Modified: head/devel/cmph/pkg-descr ============================================================================== --- head/devel/cmph/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/cmph/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,16 +1,14 @@ -CMPH - C Minimal Perfect Hashing Library - A perfect hash function maps a static set of n keys into a set of m integer -numbers without collisions, where m is greater than or equal to n. If m is equal -to n, the function is called minimal. +numbers without collisions, where m is greater than or equal to n. If m is +equal to n, the function is called minimal. -Minimal perfect hash functions are widely used for memory efficient storage and -fast retrieval of items from static sets, such as words in natural languages, -reserved words in programming languages or interactive systems, universal -resource locations (URLs) in Web search engines, or item sets in data mining -techniques. Therefore, there are applications for minimal perfect hash functions -in information retrieval systems, database systems, language translation -systems, electronic commerce systems, compilers, operating systems, among -others. +Minimal perfect hash functions are widely used for memory efficient storage +and fast retrieval of items from static sets, such as words in natural +languages, reserved words in programming languages or interactive systems, +universal resource locations (URLs) in Web search engines, or item sets in +data mining techniques. Therefore, there are applications for minimal +perfect hash functions in information retrieval systems, database systems, +language translation systems, electronic commerce systems, compilers, +operating systems, among others. -WWW: http://cmph.sourceforge.net/ +WWW: http://cmph.sourceforge.net/ Modified: head/devel/ctags/pkg-descr ============================================================================== --- head/devel/ctags/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/ctags/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -11,4 +11,4 @@ COBOL, Eiffel, Fortran, HTML, Java, Java Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell (Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc. -WWW: http://ctags.sourceforge.net/ +WWW: http://ctags.sourceforge.net/ Modified: head/devel/ftnchek/pkg-descr ============================================================================== --- head/devel/ftnchek/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/ftnchek/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -11,4 +11,4 @@ their Fortran 77 program. It is not int This is the function of the compiler. Prior to using ftnchek, the user should verify that the program compiles correctly. -WWW: http://www.dsm.fordham.edu/~ftnchek/ +WWW: http://www.dsm.fordham.edu/~ftnchek/ Modified: head/devel/php5-pinba/pkg-descr ============================================================================== --- head/devel/php5-pinba/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/php5-pinba/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -14,4 +14,4 @@ supposed to do debugging on production s is to help developers to locate bottlenecks in realtime and direct their attention to the code that really needs it. -WWW: http://pinba.org/ +WWW: http://pinba.org/ Modified: head/devel/pinba_engine/pkg-descr ============================================================================== --- head/devel/pinba_engine/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/pinba_engine/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -14,4 +14,4 @@ supposed to do debugging on production s is to help developers to locate bottlenecks in realtime and direct their attention to the code that really needs it. -WWW: http://pinba.org/ +WWW: http://pinba.org/ Modified: head/devel/py-phpserialize/pkg-descr ============================================================================== --- head/devel/py-phpserialize/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/py-phpserialize/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ This is a python implementation of PHP's native serialize() and unserialize() functions. -WWW: http://www.hurring.com/scott/code/python/serialize/ +WWW: http://www.hurring.com/scott/code/python/serialize/ Modified: head/devel/py-tgMochiKit/pkg-descr ============================================================================== --- head/devel/py-tgMochiKit/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/py-tgMochiKit/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ -py-tgMochiKit is a packaging of the MochiKit JavaScript -library as a TurboGears widget. +py-tgMochiKit is a packaging of the MochiKit JavaScript library as a +TurboGears widget. -WWW: http://docs.turbogears.org/tgMochiKit +WWW: http://docs.turbogears.org/tgMochiKit Modified: head/devel/root-doc/pkg-descr ============================================================================== --- head/devel/root-doc/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/root-doc/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,7 +1,5 @@ This package contains HTML documentation for the Root framework. -The installed package is 110 MB large. - ROOT stand for "OOTs bject-riented echnologies" - it is an object oriented data analysis framework written in C++. ROOT has its origin at the Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform @@ -19,4 +17,4 @@ hundreds of classes, which provides func - Inline Documentation and PostScript Interface - PROOF Server (parallel computing) -WWW: http://root.cern.ch/ +WWW: http://root.cern.ch/ Modified: head/devel/tclap/pkg-descr ============================================================================== --- head/devel/tclap/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/tclap/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,9 +1,7 @@ -To quote the description: - - TCLAP is a small, flexible library that provides a simple interface - for defining and accessing command line arguments. +TCLAP is a small, flexible library that provides a simple interface for +defining and accessing command line arguments. It seems to do everything that getopt(3) can do. It is needed here as -a dependency for graphics/hugin. +a dependency for `graphics/hugin'. -WWW: http://tclap.sourceforge.net/ +WWW: http://tclap.sourceforge.net/ Modified: head/devel/uatraits/pkg-descr ============================================================================== --- head/devel/uatraits/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/devel/uatraits/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ -A library for User-Agent recognition. Includes C++, Java, Node.js, -Perl and Python bindings. +A library for User-Agent recognition. Includes C++, Java, Node.js, Perl, +and Python bindings. -WWW: https://github.com/lmovsesjan/uatraits +WWW: https://github.com/lmovsesjan/uatraits Modified: head/dns/curvedns/pkg-descr ============================================================================== --- head/dns/curvedns/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/dns/curvedns/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,5 +1,5 @@ -CurveDNS is a forwarding nameserver adding DNSCurve to DNS, -and it's the first publicly released forwarding implementation -that implements the DNSCurve protocol. +CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is +the first publicly released forwarding implementation that implements +the DNSCurve protocol. -WWW: http://curvedns.on2it.net/ +WWW: http://curvedns.on2it.net/ Modified: head/editors/p5-Vimana/pkg-descr ============================================================================== --- head/editors/p5-Vimana/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/editors/p5-Vimana/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,8 +1,8 @@ -Vimana is an easy to use system for searching, downloading, and -installing vim scripts. +Vimana is an easy to use system for searching, downloading, and installing +vim scripts. -Vimana provides a command-line interface much like the aptitude -program on Debian Linux, for you to search, download, install, and -upgrade scripts from http://www.vim.org/ (vimonline site). +Vimana provides a command-line interface much like the aptitude program on +Debian Linux, for you to search, download, install, and upgrade scripts +from http://www.vim.org/ (vimonline site). -WWW: http://search.cpan.org/dist/Vimana/ +WWW: http://search.cpan.org/dist/Vimana/ Modified: head/graphics/R-cran-pixmap/pkg-descr ============================================================================== --- head/graphics/R-cran-pixmap/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/graphics/R-cran-pixmap/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ Functions for import, export, plotting and other manipulations of bitmapped images. -WWW: http://cran.r-project.org/web/packages/pixmap/ +WWW: http://cran.r-project.org/web/packages/pixmap/ Modified: head/graphics/jpgtn/pkg-descr ============================================================================== --- head/graphics/jpgtn/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/graphics/jpgtn/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -6,4 +6,4 @@ differs from both "tnpic" and "gtnpic" i of image files. It simply creates thumbnails of images stored in JPEG format. -WWW: http://jpgtn.sourceforge.net/ +WWW: http://jpgtn.sourceforge.net/ Modified: head/graphics/py-sorl-thumbnail/pkg-descr ============================================================================== --- head/graphics/py-sorl-thumbnail/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/graphics/py-sorl-thumbnail/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -3,4 +3,4 @@ thumbnails. Although not required to use, sorl-thumbnail is heavily integrated with the Django framework. -WWW: http://code.google.com/p/sorl-thumbnail/ +WWW: http://code.google.com/p/sorl-thumbnail/ Modified: head/java/jtiger/pkg-descr ============================================================================== --- head/java/jtiger/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/java/jtiger/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -6,5 +6,4 @@ development encourages Test Driven Devel mandate it, and any unit testing software development technique is sufficient. - -WWW: http://www.jtiger.org +WWW: http://www.jtiger.org/ Modified: head/lang/mtasc/pkg-descr ============================================================================== --- head/lang/mtasc/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/lang/mtasc/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -4,4 +4,4 @@ It can compile large number of .as class and generate directly the corresponding SWF bytecode without relying on Macromedia Flash or other tools. -WWW: http://mtasc.org/ +WWW: http://mtasc.org/ Modified: head/mail/exmh2/pkg-descr ============================================================================== --- head/mail/exmh2/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/exmh2/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -20,4 +20,4 @@ processing. With TK 3.3, send now uses unless you compile TK with -DTK_NO_SECURITY. Generally, this means that you **MUST** must run xdm to start your Xserver. -WWW: http://www.beedub.com/exmh/ +WWW: http://www.beedub.com/exmh/ Modified: head/mail/nohtml/pkg-descr ============================================================================== --- head/mail/nohtml/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/nohtml/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,5 +1,5 @@ -'nohtml' is a filter which strips HTML attachments from email -messages. It is primarily intended to be used with remailers like -mailing lists to suppress HTML from ever hitting those lists. +'nohtml' is a filter which strips HTML attachments from email messages. +It is primarily intended to be used with remailers like mailing lists +to suppress HTML from ever hitting those lists. -WWW: http://www.tundraware.com/Software/nohtml/ +WWW: http://www.tundraware.com/Software/nohtml/ Modified: head/mail/smtptrapd/pkg-descr ============================================================================== --- head/mail/smtptrapd/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/smtptrapd/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -3,4 +3,4 @@ RFC 2821 compliant SMTP service that alw to the RCPT TO verb. Use it to keep spammers who try to exploit the MX with highest PRI away. -WWW: http://smtptrapd.sourceforge.net/ +WWW: http://smtptrapd.sourceforge.net/ Modified: head/mail/squirrelmail-askuserinfo-plugin/pkg-descr ============================================================================== --- head/mail/squirrelmail-askuserinfo-plugin/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/squirrelmail-askuserinfo-plugin/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -2,4 +2,4 @@ User is asked to enter Full Name and Ema composing after logging in. This is used for users who log in for the first time and need to set up their preferences prior to getting started. -WWW: http://squirrelmail.org/plugin_view.php?id=142 +WWW: http://squirrelmail.org/plugin_view.php?id=142 Modified: head/mail/squirrelmail-pupdate-plugin/pkg-descr ============================================================================== --- head/mail/squirrelmail-pupdate-plugin/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/squirrelmail-pupdate-plugin/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -5,4 +5,4 @@ been made to the plugin. Also displays the current stable version of SM and lets you know what version of SM you are running. -WWW: http://www.squirrelmail.org/plugin_view.php?id=68 +WWW: http://www.squirrelmail.org/plugin_view.php?id=68 Modified: head/mail/squirrelmail-secure_login-plugin/pkg-descr ============================================================================== --- head/mail/squirrelmail-secure_login-plugin/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/squirrelmail-secure_login-plugin/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -6,4 +6,4 @@ Primarily this utility is intended to pr and email contents being transmitted over the internet after people manually enter their server URL without including https://... -WWW: http://www.squirrelmail.org/plugin_view.php?id=61 +WWW: http://www.squirrelmail.org/plugin_view.php?id=61 Modified: head/mail/squirrelmail-timeout_user-plugin/pkg-descr ============================================================================== --- head/mail/squirrelmail-timeout_user-plugin/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/mail/squirrelmail-timeout_user-plugin/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,6 +1,6 @@ -This automatically logs a user out if they're idle for a set amount -of time. We define 'idle' as having not refreshed the right-hand -frame. The administrator can set a standard time for all users or -allow users to set their own timeout values. +This automatically logs a user out if they're idle for a set amount of +time. We define 'idle' as having not refreshed the right-hand frame. +The administrator can set a standard time for all users or allow users +to set their own timeout values. -WWW: http://www.squirrelmail.org/plugin_view.php?id=38 +WWW: http://www.squirrelmail.org/plugin_view.php?id=38 Modified: head/math/qwtplot3d-qt4/pkg-descr ============================================================================== --- head/math/qwtplot3d-qt4/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/math/qwtplot3d-qt4/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ -This is a Qt4 version of QwtPlot3d - a feature-rich Qt/OpenGL-based -C++ programming library, providing essentially a bunch of 3D-widgets. +This is a Qt4 version of QwtPlot3d -- a feature-rich Qt/OpenGL-based C++ +programming library, providing essentially a bunch of 3D-widgets. -WWW: http://qwtplot3d.sourceforge.net/ +WWW: http://qwtplot3d.sourceforge.net/ Modified: head/net/p5-Net-Amazon-Signature/pkg-descr ============================================================================== --- head/net/p5-Net-Amazon-Signature/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/net/p5-Net-Amazon-Signature/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -3,4 +3,4 @@ Amazon's Mechanical Turk and Alexa web s services that Amazon might make in the future that require an encrypted signature, assuming they follow the same convention. -WWW: http://search.cpan.org/dist/Net-Amazon-Signature/ +WWW: http://search.cpan.org/dist/Net-Amazon-Signature/ Modified: head/net/p5-Net-SMS-Clickatell/pkg-descr ============================================================================== --- head/net/p5-Net-SMS-Clickatell/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/net/p5-Net-SMS-Clickatell/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -3,4 +3,4 @@ Clickatell is a commercial service that to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others. -WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/ +WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/ Modified: head/net/pear-Net_Vpopmaild/pkg-descr ============================================================================== --- head/net/pear-Net_Vpopmaild/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/net/pear-Net_Vpopmaild/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -3,4 +3,4 @@ daemon. It supports all vpopmaild comman domains, users, robots (autoresponders), and ezmlm lists (todo), as well as modifying domain limits, ip maps, etc. -WWW: http://pear.php.net/package/Net_Vpopmaild/ +WWW: http://pear.php.net/package/Net_Vpopmaild/ Modified: head/net/quoted/pkg-descr ============================================================================== --- head/net/quoted/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/net/quoted/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,5 +1,3 @@ -quoted - QOTD Daemon - The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with a randomly selected 'quote of the day' from a 'quotes' text file, which you can update with quotes of your own. It will operate either as a @@ -8,4 +6,4 @@ stand-alone daemon, or can also be invok If you want, you can also have it listen on a different port, other than the default 'qotd' port (17). -WWW: http://www.mrp3.com/webutil/quoted.html +WWW: http://www.mrp3.com/webutil/quoted.html Modified: head/ports-mgmt/chucky/pkg-descr ============================================================================== --- head/ports-mgmt/chucky/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/ports-mgmt/chucky/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,8 +1,8 @@ -This program reads /var/db/pkg/local.sqlite and compares install timestamp with -date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD -header then it is assumed to be a beta port. +This program reads /var/db/pkg/local.sqlite and compares install timestamp +with date in $FreeBSD header in the Makefile of the port. If there is no +$FreeBSD header then it is assumed to be a beta port. Chucky also features a shar file backup feature, which is normally used to backup 'beta' development ports. -WWW: https://dx.burplex.com/bin/chucky.html +WWW: https://dx.burplex.com/bin/chucky.html Modified: head/print/lilypond/pkg-descr ============================================================================== --- head/print/lilypond/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/print/lilypond/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -7,6 +7,4 @@ can write MIDI files, and there is a MID tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and Musedata are also included. -WWW: http://lilypond.org/web/ - -Patrick Atamaniuk +WWW: http://lilypond.org/web/ Modified: head/science/pycdf/pkg-descr ============================================================================== --- head/science/pycdf/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/science/pycdf/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,5 +1,5 @@ -Pycdf is a python interface to the Unidata netCDF library. It provides an +Pycdf is a Python interface to the Unidata netCDF library. It provides an almost complete coverage of the netCDF C API, wrapping it inside easy to -use python classes. +use Python classes. -WWW: http://pysclint.sourceforge.net/pycdf/ +WWW: http://pysclint.sourceforge.net/pycdf/ Modified: head/security/mcrypt/pkg-descr ============================================================================== --- head/security/mcrypt/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/security/mcrypt/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -4,4 +4,4 @@ algorithms and modes in libmcrypt (BLOWF CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and with des(1) from Solaris. -WWW: http://mcrypt.sourceforge.net/ +WWW: http://mcrypt.sourceforge.net/ Modified: head/security/p5-GnuPG/pkg-descr ============================================================================== --- head/security/p5-GnuPG/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/security/p5-GnuPG/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,3 +1,3 @@ -GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) +GnuPG -- Perl module interface to the GNU Privacy Guard (v1.x.x series). -WWW: http://search.cpan.org/dist/GnuPG/ +WWW: http://search.cpan.org/dist/GnuPG/ Modified: head/security/pad/pkg-descr ============================================================================== --- head/security/pad/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/security/pad/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -5,6 +5,4 @@ in two or more output files. The output from random noise, except that when the pad utility is used to XOR them together again, the original data files may be recovered. -WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/ - -Jason Harris +WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/ Modified: head/security/subweb/pkg-descr ============================================================================== --- head/security/subweb/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/security/subweb/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -9,4 +9,4 @@ based on keyword match. SubWeb can also allow filtering, and is highly customizable. -WWW: http://www.hsc-labs.com/tools/subweb/ +WWW: http://www.hsc-labs.com/tools/subweb/ Modified: head/security/unssh/pkg-descr ============================================================================== --- head/security/unssh/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/security/unssh/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,6 +1,6 @@ -Provide a fast way to delete entries from OpenSSH's known_hosts -file. This is a simple automation of the things normally done by -the user when having an "offending key" in his/her known_hosts file -caused by a changing host key of the destination. +Provide a fast way to delete entries from OpenSSH's known_hosts file. +This is a simple automation of the things normally done by the user +when having an "offending key" in his/her known_hosts file caused by +a changing host key of the destination. -WWW: http://unssh.sourceforge.net/ +WWW: http://unssh.sourceforge.net/ Modified: head/sysutils/fusefs-chironfs/pkg-descr ============================================================================== --- head/sysutils/fusefs-chironfs/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/sysutils/fusefs-chironfs/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -4,4 +4,4 @@ filesystems may be of any kind you want mount it. No need for special configuration files, the setup is as simple as one mount command (or one line in fstab). -WWW: http://code.google.com/p/chironfs/ +WWW: http://code.google.com/p/chironfs/ Modified: head/sysutils/pmt/pkg-descr ============================================================================== --- head/sysutils/pmt/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/sysutils/pmt/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -19,4 +19,4 @@ tolower toupper Converts all alphabetic characters to upper case -WWW: http://hansmi.ch/software/pipe-magic-tools +WWW: http://hansmi.ch/software/pipe-magic-tools Modified: head/textproc/libmrss-php/pkg-descr ============================================================================== --- head/textproc/libmrss-php/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/textproc/libmrss-php/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,4 +1,4 @@ -PHP bindings for the mRss library for parsing, writing and creating RSS files or -streams. +PHP bindings for the mRss library for parsing, writing, and creating RSS +files or streams. -WWW: http://www2.autistici.org/bakunin/libmrss/doc/ +WWW: http://www2.autistici.org/bakunin/libmrss/doc/ Modified: head/www/dojo/pkg-descr ============================================================================== --- head/www/dojo/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/www/dojo/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -4,4 +4,4 @@ which is why we refer to it sometimes as aims to solve some long-standing historical problems with DHTML which prevented mass adoption of dynamic web application development. -WWW: http://dojotoolkit.org/ +WWW: http://dojotoolkit.org/ Modified: head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr ============================================================================== --- head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -5,4 +5,4 @@ a limited number of requests (in Apache MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server. -WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/ +WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/ Modified: head/www/pear-Services_Google/pkg-descr ============================================================================== --- head/www/pear-Services_Google/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/www/pear-Services_Google/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,13 +1,9 @@ -pear-Services_Google is a pear class that -provides access to the Google SOAP Web APIs. -It allows easy access to the Google SOAP -Web APIs for the search engine, spelling -suggestions, and cache. +pear-Services_Google is a pear class that provides access to the Google +SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the +search engine, spelling suggestions, and cache. -Please note that as of December 5, 2006 -Google is no longer issuing new API keys -for the SOAP search API, so this package -is only for developers which has an API -key already. +Please note that as of December 5, 2006 Google is no longer issuing new +API keys for the SOAP search API, so this package is only for developers +which has an API key already. -WWW: http://pear.php.net/package/Services_Google/ +WWW: http://pear.php.net/package/Services_Google/ Modified: head/www/php-plurk-api/pkg-descr ============================================================================== --- head/www/php-plurk-api/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/www/php-plurk-api/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -4,4 +4,4 @@ designed for Plurk, including mobile and This is the PHP Plurk API client for interacting with the Plurk Internet service. -WWW: http://code.google.com/p/php-plurk-api/ +WWW: http://code.google.com/p/php-plurk-api/ Modified: head/www/py-django-profiles/pkg-descr ============================================================================== --- head/www/py-django-profiles/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/www/py-django-profiles/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -1,3 +1,3 @@ A user-profile application for Django. -WWW: http://bitbucket.org/ubernostrum/django-profiles/ +WWW: http://bitbucket.org/ubernostrum/django-profiles/ Modified: head/www/py-django-threaded-multihost/pkg-descr ============================================================================== --- head/www/py-django-threaded-multihost/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/www/py-django-threaded-multihost/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -2,4 +2,4 @@ This small app provides multi-host utili threadlocals, middleware and simple utilities. Using the middleware provided, you can "easily" provide multi-site awareness to any project. -WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/ +WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/ Modified: head/x11/linux-f10-xorg-libs/pkg-descr ============================================================================== --- head/x11/linux-f10-xorg-libs/pkg-descr Tue Nov 22 13:54:43 2016 (r426826) +++ head/x11/linux-f10-xorg-libs/pkg-descr Tue Nov 22 14:04:21 2016 (r426827) @@ -2,4 +2,4 @@ This is a Linux/i386 binary port of the "The X.Org Foundation provides an open source implementation of the X Window System." -WWW: http://x.org +WWW: http://x.org/ From owner-svn-ports-all@freebsd.org Tue Nov 22 14:41: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 6354EC4F7A5; Tue, 22 Nov 2016 14:41:55 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3053C305; Tue, 22 Nov 2016 14:41:55 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMEfstO086041; Tue, 22 Nov 2016 14:41:54 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMEfstd086039; Tue, 22 Nov 2016 14:41:54 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201611221441.uAMEfstd086039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 22 Nov 2016 14:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426828 - head/www/py-webob X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 14:41:55 -0000 Author: nivit Date: Tue Nov 22 14:41:53 2016 New Revision: 426828 URL: https://svnweb.freebsd.org/changeset/ports/426828 Log: - Update to 1.6.3 PR: 214739 Submitted by: Alexander Nusov Modified: head/www/py-webob/Makefile head/www/py-webob/distinfo Modified: head/www/py-webob/Makefile ============================================================================== --- head/www/py-webob/Makefile Tue Nov 22 14:04:21 2016 (r426827) +++ head/www/py-webob/Makefile Tue Nov 22 14:41:53 2016 (r426828) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webob -PORTVERSION= 1.4 +PORTVERSION= 1.6.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= MIT DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -OPTIONS_DEFINE= DOCS TESTS +OPTIONS_DEFINE= DOCS TESTS PORTDOCS= * Modified: head/www/py-webob/distinfo ============================================================================== --- head/www/py-webob/distinfo Tue Nov 22 14:04:21 2016 (r426827) +++ head/www/py-webob/distinfo Tue Nov 22 14:41:53 2016 (r426828) @@ -1,2 +1,3 @@ -SHA256 (WebOb-1.4.tar.gz) = 0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 -SIZE (WebOb-1.4.tar.gz) = 633302 +TIMESTAMP = 1479560616 +SHA256 (WebOb-1.6.3.tar.gz) = 1b03115e162dd0102f6147c5d5ed71a3a2ba0f58ef829244b64f52fe6dbf5888 +SIZE (WebOb-1.6.3.tar.gz) = 206375 From owner-svn-ports-all@freebsd.org Tue Nov 22 15:04: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 B7AECC4F285; Tue, 22 Nov 2016 15:04:30 +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 82CF414B4; Tue, 22 Nov 2016 15:04:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMF4TsD094384; Tue, 22 Nov 2016 15:04:29 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMF4Ttw094382; Tue, 22 Nov 2016 15:04:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611221504.uAMF4Ttw094382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 22 Nov 2016 15:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426829 - in head/mail/p5-Mail-Alias: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 15:04:30 -0000 Author: mat Date: Tue Nov 22 15:04:29 2016 New Revision: 426829 URL: https://svnweb.freebsd.org/changeset/ports/426829 Log: Fix with Perl 5.22+ Using defined(@array) was deprecated in 1999 for Perl 5.6, and removed in 2014 for 5.22. PR: 214617 Reported by: takeda takeda tk Sponsored by: Absolight Added: head/mail/p5-Mail-Alias/files/ head/mail/p5-Mail-Alias/files/patch-Alias.pm (contents, props changed) Modified: head/mail/p5-Mail-Alias/Makefile (contents, props changed) Modified: head/mail/p5-Mail-Alias/Makefile ============================================================================== --- head/mail/p5-Mail-Alias/Makefile Tue Nov 22 14:41:53 2016 (r426828) +++ head/mail/p5-Mail-Alias/Makefile Tue Nov 22 15:04:29 2016 (r426829) @@ -3,7 +3,7 @@ PORTNAME= Mail-Alias PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/mail/p5-Mail-Alias/files/patch-Alias.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Mail-Alias/files/patch-Alias.pm Tue Nov 22 15:04:29 2016 (r426829) @@ -0,0 +1,11 @@ +--- Alias.pm.orig 2016-11-22 14:55:19 UTC ++++ Alias.pm +@@ -82,7 +82,7 @@ sub format { + my $pkg = "Mail::Alias::" . $fmt; + + croak "Unknown format '$fmt'" +- unless defined @{$pkg . "::ISA"}; ++ unless @{$pkg . "::ISA"}; + + bless $me, $pkg; + } From owner-svn-ports-all@freebsd.org Tue Nov 22 15:13: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 56344C4F773; Tue, 22 Nov 2016 15:13:13 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E1451A68; Tue, 22 Nov 2016 15:13:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMFDCqC098294; Tue, 22 Nov 2016 15:13:12 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMFDBn2098291; Tue, 22 Nov 2016 15:13:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611221513.uAMFDBn2098291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 22 Nov 2016 15:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426830 - in head/security/libbeid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 15:13:13 -0000 Author: tijl Date: Tue Nov 22 15:13:11 2016 New Revision: 426830 URL: https://svnweb.freebsd.org/changeset/ports/426830 Log: Update to 4.1.19. Modified: head/security/libbeid/Makefile head/security/libbeid/distinfo head/security/libbeid/files/patch-configure.ac Modified: head/security/libbeid/Makefile ============================================================================== --- head/security/libbeid/Makefile Tue Nov 22 15:04:29 2016 (r426829) +++ head/security/libbeid/Makefile Tue Nov 22 15:13:11 2016 (r426830) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libbeid -PORTVERSION= 4.1.18 +PORTVERSION= 4.1.19 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/libbeid/distinfo ============================================================================== --- head/security/libbeid/distinfo Tue Nov 22 15:04:29 2016 (r426829) +++ head/security/libbeid/distinfo Tue Nov 22 15:13:11 2016 (r426830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477914826 -SHA256 (Fedict-eid-mw-v4.1.18_GH0.tar.gz) = f40dca80badf46c048f21231c65731b6ba8ccc6d589d2d4ca8fb71157f02af22 -SIZE (Fedict-eid-mw-v4.1.18_GH0.tar.gz) = 7600811 +TIMESTAMP = 1479827204 +SHA256 (Fedict-eid-mw-v4.1.19_GH0.tar.gz) = a9af2a99f3d2a93934cad44530a99a403c83ddfbe9caddc2db0b3e4f9a8b5758 +SIZE (Fedict-eid-mw-v4.1.19_GH0.tar.gz) = 7625904 Modified: head/security/libbeid/files/patch-configure.ac ============================================================================== --- head/security/libbeid/files/patch-configure.ac Tue Nov 22 15:04:29 2016 (r426829) +++ head/security/libbeid/files/patch-configure.ac Tue Nov 22 15:13:11 2016 (r426830) @@ -1,10 +1,10 @@ ---- configure.ac.orig 2016-05-20 08:33:38 UTC +--- configure.ac.orig 2016-10-14 12:10:30 UTC +++ configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.61]) AC_INIT([eid-mw], - m4_esyscmd_s(echo "4.1.18-"$(git describe --dirty|sed -e 's/-/./g')), -+ [4.1.18-release], ++ [4.1.19-release], [servicedesk@fedict.be],, [http://eid.belgium.be]) From owner-svn-ports-all@freebsd.org Tue Nov 22 15:34: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 7B076C4FE44; Tue, 22 Nov 2016 15:34:56 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wj0-x243.google.com (mail-wj0-x243.google.com [IPv6:2a00:1450:400c:c01::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 21B487F3; Tue, 22 Nov 2016 15:34:56 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wj0-x243.google.com with SMTP id kp2so6536645wjc.0; Tue, 22 Nov 2016 07:34:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=CKcRM429v0eu5Q7gYrAy1HZMVaabBWpf22ob2V0taNY=; b=tauKgQLUYhabOVhTykbkkLOxbWaC6da3ofVOSCqSxzvWSqLQ+okNeUyxo22VDXNou6 VUYoRTlsXiyiT06I8RyfTwHNdZbb8VDH2Lq5traghwzmr0imc2cAepJiZABDtap+mex2 zpAuAtI9CMtK0/TPoeBQZa8w6lc+kdIBLwouHaWPuu1AablaDJSb1T3n+sBiKUuc5T5G xW8N/d6jLcGzu2VacBRLkbeUOgt3rnGZ1jeOWw7Dhay1mzYqYWa+GFL7G0K0pOIMtnMF jdwJRNVuxdKPJOedzOMOGHK2r3J6LVpP8cJHrbEWRTvGe3L11bZ01Se/yH4aJER2fWdL EsZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=CKcRM429v0eu5Q7gYrAy1HZMVaabBWpf22ob2V0taNY=; b=IWQ3rIj7ASCvV0AyB1ChbvwiBEzgbqaP7yCpBTrKgkfNew7uLvsFbcd6TzFZefhcXf alW8nU6bAj95qZdkUGKoDU9M9c+Vr+ZBHA5XTTdU60i7ZSwmdlGibIqAi9cJscmxOuTW GDlJJoAqlCE2Ezs2Eq+Ddj6/iE8g+rj9oguxDZjcz6wyNFd0ihrB85U7+Ok1Oi9Z65CQ qV/n5y5RXPVcBItvyZ+qkXkJojSJcCwQ19N1jnrle5R1NGgFwTfOoCMA8gKqUci4dDTI tmqAZVrrsBUreDCIWaaQEpypLjfCmQraNLollDwT/NGfAfvt7FHgK7Aml5o5Kla8XF+J vIWw== X-Gm-Message-State: AKaTC00lRDNSTyMXOsYB6J5f7KCbO7RXnj2NVHWzOWGzCy3kW0jjnKI8A+n02b1aZ0abzQ== X-Received: by 10.194.234.198 with SMTP id ug6mr9557522wjc.10.1479828893842; Tue, 22 Nov 2016 07:34:53 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id b3sm15188006wjy.40.2016.11.22.07.34.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 Nov 2016 07:34:53 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Thierry Thomas Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426042 - in head: cad/astk-serveur cad/astk-serveur/files cad/astk-serveur/files.client french/aster french/aster/files french/eficas french/eficas/files french/homard french/med frenc... References: <201611131244.uADCiDoE096954@repo.freebsd.org> Date: Tue, 22 Nov 2016 16:34:37 +0100 In-Reply-To: <201611131244.uADCiDoE096954@repo.freebsd.org> (Thierry Thomas's message of "Sun, 13 Nov 2016 12:44:13 +0000 (UTC)") Message-ID: <86eg2334vm.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 15:34:56 -0000 Thierry Thomas writes: > Author: thierry > Date: Sun Nov 13 12:44:13 2016 > New Revision: 426042 > URL: https://svnweb.freebsd.org/changeset/ports/426042 > > Log: > Upgrade Code_Aster to 12.0.6-4. > > This brings french/eficas to 2016.0.1, > cad/astk-serveur and astk-client to 1.13.8.2, > french/med to 3.2.0 (built against hdf5-18), Please note that switching french/med to hdf5-18 broke cad/freecad: all files installed by hdf5-18 have the "-18" suffix, which CMake's FindHDF5.cmake is unaware of. From owner-svn-ports-all@freebsd.org Tue Nov 22 15:37: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 9C94EC4FEA9; Tue, 22 Nov 2016 15:37:18 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB3C908; Tue, 22 Nov 2016 15:37:18 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMFbHUT006704; Tue, 22 Nov 2016 15:37:17 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMFbHr2006702; Tue, 22 Nov 2016 15:37:17 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611221537.uAMFbHr2006702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 22 Nov 2016 15:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426831 - head/devel/py-oslo.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: Tue, 22 Nov 2016 15:37:18 -0000 Author: novel Date: Tue Nov 22 15:37:17 2016 New Revision: 426831 URL: https://svnweb.freebsd.org/changeset/ports/426831 Log: devel/py-oslo.utils: update to 3.18.0 PR: 214740 Submitted by: Alexander Nusov Modified: head/devel/py-oslo.utils/Makefile head/devel/py-oslo.utils/distinfo Modified: head/devel/py-oslo.utils/Makefile ============================================================================== --- head/devel/py-oslo.utils/Makefile Tue Nov 22 15:13:11 2016 (r426830) +++ head/devel/py-oslo.utils/Makefile Tue Nov 22 15:37:17 2016 (r426831) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oslo.utils -PORTVERSION= 3.17.0 +PORTVERSION= 3.18.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.utils/distinfo ============================================================================== --- head/devel/py-oslo.utils/distinfo Tue Nov 22 15:13:11 2016 (r426830) +++ head/devel/py-oslo.utils/distinfo Tue Nov 22 15:37:17 2016 (r426831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477156592 -SHA256 (oslo.utils-3.17.0.tar.gz) = e0baddc7eaf4cf072bb10d7f4c0adaca717e793d37b4fb9d0a5b20d7d9f883ca -SIZE (oslo.utils-3.17.0.tar.gz) = 78220 +TIMESTAMP = 1479812504 +SHA256 (oslo.utils-3.18.0.tar.gz) = aec779132f7bb59dc12a941550fa1bb142149276722e1a96ce601e536bcd9b4b +SIZE (oslo.utils-3.18.0.tar.gz) = 81947 From owner-svn-ports-all@freebsd.org Tue Nov 22 15:42: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 CB648C4C2CB; Tue, 22 Nov 2016 15:42:58 +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 98122E72; Tue, 22 Nov 2016 15:42:58 +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 uAMFgvO7010579; Tue, 22 Nov 2016 15:42:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMFgvlV010577; Tue, 22 Nov 2016 15:42:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611221542.uAMFgvlV010577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 22 Nov 2016 15:42:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426832 - in head/x11-toolkits/fox16: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 15:42:58 -0000 Author: jhale Date: Tue Nov 22 15:42:57 2016 New Revision: 426832 URL: https://svnweb.freebsd.org/changeset/ports/426832 Log: Fix segfaults from vsnprintf() in dependent ports Modified: head/x11-toolkits/fox16/Makefile head/x11-toolkits/fox16/files/patch-src_FXString.cpp Modified: head/x11-toolkits/fox16/Makefile ============================================================================== --- head/x11-toolkits/fox16/Makefile Tue Nov 22 15:37:17 2016 (r426831) +++ head/x11-toolkits/fox16/Makefile Tue Nov 22 15:42:57 2016 (r426832) @@ -3,6 +3,7 @@ PORTNAME= fox PORTVERSION= 1.6.52 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ \ http://ftp.fox-toolkit.org/pub/ Modified: head/x11-toolkits/fox16/files/patch-src_FXString.cpp ============================================================================== --- head/x11-toolkits/fox16/files/patch-src_FXString.cpp Tue Nov 22 15:37:17 2016 (r426831) +++ head/x11-toolkits/fox16/files/patch-src_FXString.cpp Tue Nov 22 15:42:57 2016 (r426832) @@ -1,5 +1,14 @@ ---- src/FXString.cpp.orig 2016-11-18 18:04:41 UTC +--- src/FXString.cpp.orig 2016-06-16 04:16:00 UTC +++ src/FXString.cpp +@@ -2353,7 +2353,7 @@ FXString& FXString::vformat(const FXchar + length(result); + vsnprintf(str,length()+1,fmt,args); + #elif defined(HAVE_VSNPRINTF) // Have vsnprintf() +-#if (__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1)) ++#if (__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1)) || defined(__FreeBSD__) + va_list ag; + va_copy(ag,args); + result=vsnprintf(str,length(),fmt,ag); @@ -2365,7 +2365,7 @@ FXString& FXString::vformat(const FXchar #else va_list ag; From owner-svn-ports-all@freebsd.org Tue Nov 22 17:40: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 30121C50115; Tue, 22 Nov 2016 17:40:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3914257; Tue, 22 Nov 2016 17:40:54 +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 uAMHesYc055347; Tue, 22 Nov 2016 17:40:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMHerVP055346; Tue, 22 Nov 2016 17:40:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611221740.uAMHerVP055346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Nov 2016 17:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426833 - branches/2016Q4/databases/mysql56-server 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, 22 Nov 2016 17:40:55 -0000 Author: feld Date: Tue Nov 22 17:40:53 2016 New Revision: 426833 URL: https://svnweb.freebsd.org/changeset/ports/426833 Log: MFH: r424398 Update to 5.6.34 release. Approved by: ports-secteam (with hat) PR: 214351 Modified: branches/2016Q4/databases/mysql56-server/Makefile branches/2016Q4/databases/mysql56-server/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/databases/mysql56-server/Makefile ============================================================================== --- branches/2016Q4/databases/mysql56-server/Makefile Tue Nov 22 15:42:57 2016 (r426832) +++ branches/2016Q4/databases/mysql56-server/Makefile Tue Nov 22 17:40:53 2016 (r426833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.33 +PORTVERSION= 5.6.34 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 Modified: branches/2016Q4/databases/mysql56-server/distinfo ============================================================================== --- branches/2016Q4/databases/mysql56-server/distinfo Tue Nov 22 15:42:57 2016 (r426832) +++ branches/2016Q4/databases/mysql56-server/distinfo Tue Nov 22 17:40:53 2016 (r426833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474010208 -SHA256 (mysql-5.6.33.tar.gz) = 60776ec27d78b59f597e71738c5bcdea64dcba33c36fede320d5930320b1fef0 -SIZE (mysql-5.6.33.tar.gz) = 32094894 +TIMESTAMP = 1477038469 +SHA256 (mysql-5.6.34.tar.gz) = ee90bafec6af3abe2715ccb0b3cc9345ed8d1cce025d41e6ec2b2b7a7d820823 +SIZE (mysql-5.6.34.tar.gz) = 32094762 From owner-svn-ports-all@freebsd.org Tue Nov 22 17:58: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 426D3C507C4; Tue, 22 Nov 2016 17:58:56 +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 1D26C10B6; Tue, 22 Nov 2016 17:58:56 +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 uAMHwt2X063805; Tue, 22 Nov 2016 17:58:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMHwsjr063798; Tue, 22 Nov 2016 17:58:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611221758.uAMHwsjr063798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 22 Nov 2016 17:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426834 - in head/www/tinyproxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 17:58:56 -0000 Author: pi Date: Tue Nov 22 17:58:54 2016 New Revision: 426834 URL: https://svnweb.freebsd.org/changeset/ports/426834 Log: www/tinyproxy: update 1.8.3 -> 1.8.4 - new WWW PR: 207051 Changes: https://github.com/tinyproxy/tinyproxy/releases Submitted by: jason.mann+freebsd@gmail.com Approved by: sunpoet (maintainer timeout) Added: head/www/tinyproxy/files/patch-Makefile.am (contents, props changed) head/www/tinyproxy/files/patch-configure.ac (contents, props changed) Deleted: head/www/tinyproxy/files/patch-Makefile.in head/www/tinyproxy/files/patch-configure head/www/tinyproxy/files/patch-etc-Makefile.in Modified: head/www/tinyproxy/Makefile head/www/tinyproxy/distinfo head/www/tinyproxy/files/patch-src-main.c head/www/tinyproxy/pkg-descr Modified: head/www/tinyproxy/Makefile ============================================================================== --- head/www/tinyproxy/Makefile Tue Nov 22 17:40:53 2016 (r426833) +++ head/www/tinyproxy/Makefile Tue Nov 22 17:58:54 2016 (r426834) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= tinyproxy -PORTVERSION= 1.8.3 -PORTREVISION= 1 +PORTVERSION= 1.8.4 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= https://banu.com/pub/tinyproxy/${PORTVERSION:R}/ \ - LOCAL/sunpoet -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= jason.mann+freebsd-ports@gmail.com COMMENT= Small, efficient HTTP proxy server -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes OPTIONS_DEFINE= REVERSE TRANSPARENT XHEADER REVERSE_DESC= Reverse proxy support @@ -24,19 +23,19 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --program-transform-name="" GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} -USES= gmake +USES= autoreconf gmake REVERSE_CONFIGURE_ENABLE= reverse TRANSPARENT_CONFIGURE_ENABLE= transparent XHEADER_CONFIGURE_ENABLE= xtinyproxy post-patch: - @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|tinyproxy/tinyproxy|tinyproxy|g; s|/etc/tinyproxy|${PREFIX}&|' \ ${WRKSRC}/docs/man5/tinyproxy.conf.txt.in \ ${WRKSRC}/docs/man8/tinyproxy.txt.in \ ${WRKSRC}/etc/tinyproxy.conf.in @${REINPLACE_CMD} -e '/\/usr\/share\/tinyproxy/d' ${WRKSRC}/etc/tinyproxy.conf.in + @${REINPLACE_CMD} -e 's/^#LogFile/LogFile/; s/^#PidFile/PidFile/' ${WRKSRC}/etc/tinyproxy.conf.in post-install: ${INSTALL_DATA} ${WRKSRC}/etc/tinyproxy.conf ${STAGEDIR}${PREFIX}/etc/tinyproxy.conf.sample Modified: head/www/tinyproxy/distinfo ============================================================================== --- head/www/tinyproxy/distinfo Tue Nov 22 17:40:53 2016 (r426833) +++ head/www/tinyproxy/distinfo Tue Nov 22 17:58:54 2016 (r426834) @@ -1,2 +1,3 @@ -SHA256 (tinyproxy-1.8.3.tar.gz) = 682416c8f0f733a8106c87bb395c631222569751fe4617bc381d0499b0f0c017 -SIZE (tinyproxy-1.8.3.tar.gz) = 266744 +TIMESTAMP = 1479837510 +SHA256 (tinyproxy-tinyproxy-1.8.4_GH0.tar.gz) = 1999c88c43e31ff4cb5e8379b76776a65fa3d326eea868cb5f88ef58a8f631de +SIZE (tinyproxy-tinyproxy-1.8.4_GH0.tar.gz) = 124634 Added: head/www/tinyproxy/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tinyproxy/files/patch-Makefile.am Tue Nov 22 17:58:54 2016 (r426834) @@ -0,0 +1,10 @@ +--- Makefile.am.orig 2014-12-13 00:57:23 UTC ++++ Makefile.am +@@ -2,7 +2,6 @@ SUBDIRS = \ + src \ + data \ + etc \ +- docs \ + m4macros \ + tests + Added: head/www/tinyproxy/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tinyproxy/files/patch-configure.ac Tue Nov 22 17:58:54 2016 (r426834) @@ -0,0 +1,27 @@ +--- configure.ac.orig 2014-12-13 00:57:23 UTC ++++ configure.ac +@@ -284,24 +284,12 @@ AC_SUBST(CPPFLAGS) + AC_SUBST(LIBS) + AC_SUBST(ADDITIONAL_OBJECTS) + +-# Check for asciidoc +-AC_PATH_PROG(A2X, a2x, no) +-AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno") +-if test x"$A2X" = x"no"; then +- AC_MSG_ERROR([Test for asciidoc failed. See the file 'INSTALL' for help.]) +-fi +- + AC_CONFIG_FILES([ + Makefile + src/Makefile + data/Makefile + data/templates/Makefile + etc/Makefile +-docs/Makefile +-docs/man5/Makefile +-docs/man5/tinyproxy.conf.txt +-docs/man8/Makefile +-docs/man8/tinyproxy.txt + m4macros/Makefile + tests/Makefile + tests/scripts/Makefile Modified: head/www/tinyproxy/files/patch-src-main.c ============================================================================== --- head/www/tinyproxy/files/patch-src-main.c Tue Nov 22 17:40:53 2016 (r426833) +++ head/www/tinyproxy/files/patch-src-main.c Tue Nov 22 17:58:54 2016 (r426834) @@ -1,6 +1,6 @@ ---- src/main.c.orig 2011-08-16 12:14:34 UTC +--- src/main.c.orig 2014-12-13 00:57:23 UTC +++ src/main.c -@@ -407,12 +407,9 @@ main (int argc, char **argv) +@@ -417,12 +417,9 @@ main (int argc, char **argv) exit (EX_OSERR); } @@ -10,16 +10,16 @@ - else - log_message (LOG_WARNING, - "Not running as root, so not changing UID/GID."); -+ /*To get this to run correctly on FreeBSD, we must -+ ceate the PID and log files before we drop privileges. -+ Other ideas are welcome */ ++ /* To get this to run correctly on FreeBSD, we must ++ create the PID and log files before we drop privileges. ++ Other ideas are welcome */ /* Create log file after we drop privileges */ if (setup_logging ()) { -@@ -427,6 +424,13 @@ main (int argc, char **argv) - exit (EX_OSERR); +@@ -438,6 +435,13 @@ main (int argc, char **argv) } } + + /* Switch to a different user if we're running as root */ + if (geteuid () == 0) + change_user (argv[0]); @@ -27,6 +27,6 @@ + log_message (LOG_WARNING, + "Not running as root, so not changing UID/GID."); + - if (child_pool_create () < 0) { fprintf (stderr, + "%s: Could not create the pool of children.\n", Modified: head/www/tinyproxy/pkg-descr ============================================================================== --- head/www/tinyproxy/pkg-descr Tue Nov 22 17:40:53 2016 (r426833) +++ head/www/tinyproxy/pkg-descr Tue Nov 22 17:58:54 2016 (r426834) @@ -1,11 +1,10 @@ -tinyproxy is a GPLed, lightweight HTTP proxy. Designed from the ground up to be -fast and yet small, it is an ideal solution for sites where a full-featured -HTTP proxy is required, but the system resources required to run a more -demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all -existing web browsers, and has a number of useful features including -anonymous mode. +Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX +operating systems. Designed from the ground up to be fast and yet +small, it is an ideal solution for use cases such as embedded +deployments where a full featured HTTP proxy is required, but the +system resources for a larger proxy are unavailable. Note that tinyproxy requires configuration to run in anonymizing mode. See tinyproxy.conf.sample for detail. -WWW: https://banu.com/tinyproxy/ +WWW: https://tinyproxy.github.io/ From owner-svn-ports-all@freebsd.org Tue Nov 22 18:13: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 67A49C50DB7; Tue, 22 Nov 2016 18:13:52 +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 E1C431EE1; Tue, 22 Nov 2016 18:13:51 +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 uAMIDpMB071510; Tue, 22 Nov 2016 18:13:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIDoLK071508; Tue, 22 Nov 2016 18:13:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611221813.uAMIDoLK071508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 22 Nov 2016 18:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426835 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 18:13:52 -0000 Author: swills Date: Tue Nov 22 18:13:50 2016 New Revision: 426835 URL: https://svnweb.freebsd.org/changeset/ports/426835 Log: www/node: add dtrace option and enable by default Approved by: bradleythughes@fastmail.fm (maintainer) Modified: head/www/node/Makefile head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Nov 22 17:58:54 2016 (r426834) +++ head/www/node/Makefile Tue Nov 22 18:13:50 2016 (r426835) @@ -2,7 +2,7 @@ PORTNAME= node PORTVERSION= 6.9.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -13,9 +13,18 @@ COMMENT= V8 JavaScript for client and se LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS +OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE +OPTIONS_DEFAULT= DTRACE OPTIONS_SUB= yes +.if !exists(/usr/sbin/dtrace) +OPTIONS_EXCLUDE+= DTRACE +.endif + +OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE +OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE +OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} + BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl @@ -23,7 +32,9 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-open NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ + localbase shebangfix + HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -36,6 +47,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDES --shared-libuv \ --shared-zlib +SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py + PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} @@ -71,6 +84,13 @@ CONFIGURE_ARGS= --openssl-no-asm CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif +.if ${PORT_OPTIONS:MDTRACE} +PLIST_SUB+= DTRACE="" +CONFIGURE_ARGS+= --with-dtrace +.else +PLIST_SUB+= DTRACE="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Tue Nov 22 17:58:54 2016 (r426834) +++ head/www/node/pkg-plist Tue Nov 22 18:13:50 2016 (r426835) @@ -109,6 +109,7 @@ include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h +%%DTRACE%%lib/dtrace/node.d @(,,444) man/man1/node.1.gz %%PORTDOCS%%%%DOCSDIR%%/gdbinit share/systemtap/tapset/node.stp From owner-svn-ports-all@freebsd.org Tue Nov 22 18:17: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 390A7C50E7D; Tue, 22 Nov 2016 18:17:23 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 096B21FB; Tue, 22 Nov 2016 18:17:22 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIHMGN071831; Tue, 22 Nov 2016 18:17:22 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIHLSB071823; Tue, 22 Nov 2016 18:17:21 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201611221817.uAMIHLSB071823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 22 Nov 2016 18:17:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426836 - in branches/2016Q4/mail: linux-thunderbird thunderbird thunderbird-i18n 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, 22 Nov 2016 18:17:23 -0000 Author: cmt Date: Tue Nov 22 18:17:21 2016 New Revision: 426836 URL: https://svnweb.freebsd.org/changeset/ports/426836 Log: MFH: r426389 Thunderbird 45.5.0 includes enigmail 1.9.6.1 PR: 214631 Approved by: jbeich (maintainer), rene (mentor, implicit) Security: d1853110-07f4-4645-895b-6fd462ad0589 Approved by: ports-secteam (feld) Modified: branches/2016Q4/mail/linux-thunderbird/Makefile branches/2016Q4/mail/linux-thunderbird/distinfo branches/2016Q4/mail/thunderbird-i18n/Makefile branches/2016Q4/mail/thunderbird-i18n/distinfo branches/2016Q4/mail/thunderbird/Makefile branches/2016Q4/mail/thunderbird/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2016Q4/mail/linux-thunderbird/Makefile Tue Nov 22 18:13:50 2016 (r426835) +++ branches/2016Q4/mail/linux-thunderbird/Makefile Tue Nov 22 18:17:21 2016 (r426836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.4.0 +DISTVERSION= 45.5.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: branches/2016Q4/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2016Q4/mail/linux-thunderbird/distinfo Tue Nov 22 18:13:50 2016 (r426835) +++ branches/2016Q4/mail/linux-thunderbird/distinfo Tue Nov 22 18:17:21 2016 (r426836) @@ -1,6 +1,6 @@ -TIMESTAMP = 1475328167 -SHA256 (thunderbird-45.4.0.tar.bz2) = d3b3a6fec75b22e67bdc9d7ac4812ea3312195cc0a5fb4ffa500d7b896accb08 -SIZE (thunderbird-45.4.0.tar.bz2) = 44172292 +TIMESTAMP = 1479487530 +SHA256 (thunderbird-45.5.0.tar.bz2) = 93a2e42daa73c135f09beb90a29a7445084e553a5d8420ffd7f3259d7aaa7d70 +SIZE (thunderbird-45.5.0.tar.bz2) = 44218275 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: branches/2016Q4/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2016Q4/mail/thunderbird-i18n/Makefile Tue Nov 22 18:13:50 2016 (r426835) +++ branches/2016Q4/mail/thunderbird-i18n/Makefile Tue Nov 22 18:17:21 2016 (r426836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 45.4.0 +PORTVERSION= 45.5.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2016Q4/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2016Q4/mail/thunderbird-i18n/distinfo Tue Nov 22 18:13:50 2016 (r426835) +++ branches/2016Q4/mail/thunderbird-i18n/distinfo Tue Nov 22 18:17:21 2016 (r426836) @@ -1,117 +1,117 @@ -TIMESTAMP = 1475328022 -SHA256 (xpi/thunderbird-i18n-45.4.0/ar.xpi) = 3742f91169a3b677f20deebf0a5303d67276952c217240123147fa33f2559f5c -SIZE (xpi/thunderbird-i18n-45.4.0/ar.xpi) = 490775 -SHA256 (xpi/thunderbird-i18n-45.4.0/ast.xpi) = 115338fcb25bb536580969f683e0712f9325371c50fde1040db39e6646e1127b -SIZE (xpi/thunderbird-i18n-45.4.0/ast.xpi) = 428059 -SHA256 (xpi/thunderbird-i18n-45.4.0/be.xpi) = e6d238d0c183f3c3443632984937948f96da0ab646da7fdf9d0137cb9cb94d60 -SIZE (xpi/thunderbird-i18n-45.4.0/be.xpi) = 469096 -SHA256 (xpi/thunderbird-i18n-45.4.0/bg.xpi) = 78f052076fac13bad9a41bae8f731a00af15575ebfe9276638665d7544f607bd -SIZE (xpi/thunderbird-i18n-45.4.0/bg.xpi) = 524299 -SHA256 (xpi/thunderbird-i18n-45.4.0/bn-BD.xpi) = 6ece88bd01954cc52a10bf1b3fb537eb3e12c4a1cd5d93d9100f476cb2f80512 -SIZE (xpi/thunderbird-i18n-45.4.0/bn-BD.xpi) = 581438 -SHA256 (xpi/thunderbird-i18n-45.4.0/br.xpi) = 79a64fdb3c68269866224b5b9a47b6ccf13c4eb6870f58c8059541ba3aaf818b -SIZE (xpi/thunderbird-i18n-45.4.0/br.xpi) = 466000 -SHA256 (xpi/thunderbird-i18n-45.4.0/ca.xpi) = 850f9ed3e20b6fb2f82e12898892c0ff92cdfd14bff3b853b843cc3a3f62887b -SIZE (xpi/thunderbird-i18n-45.4.0/ca.xpi) = 467980 -SHA256 (xpi/thunderbird-i18n-45.4.0/cs.xpi) = 01a18bc70d834c751f11b2eda248f239bad0f698631f668c3a691c0a992de6c1 -SIZE (xpi/thunderbird-i18n-45.4.0/cs.xpi) = 474328 -SHA256 (xpi/thunderbird-i18n-45.4.0/cy.xpi) = f2053a69135ced25c58e7afb65c05812a667d1097965e6cebc7d1d903897e03d -SIZE (xpi/thunderbird-i18n-45.4.0/cy.xpi) = 456120 -SHA256 (xpi/thunderbird-i18n-45.4.0/da.xpi) = 98669d0d53189e111b6766285702f0f2958112a2a1e72c250aa285de05a04253 -SIZE (xpi/thunderbird-i18n-45.4.0/da.xpi) = 445594 -SHA256 (xpi/thunderbird-i18n-45.4.0/de.xpi) = 0d899493efee990999f48260825eb19a9b3e840beb6e3d12eb76cd2abfea67a6 -SIZE (xpi/thunderbird-i18n-45.4.0/de.xpi) = 451956 -SHA256 (xpi/thunderbird-i18n-45.4.0/dsb.xpi) = ab8a06ea69d8aca4a33807c15e6bb8c8e103c798b25bcc07348e21a9c054b3fa -SIZE (xpi/thunderbird-i18n-45.4.0/dsb.xpi) = 481647 -SHA256 (xpi/thunderbird-i18n-45.4.0/el.xpi) = ef0dc8ea71f43a06023a7cf0ce5ac4b2fc46977dadb027e4bee45c3a947be2c8 -SIZE (xpi/thunderbird-i18n-45.4.0/el.xpi) = 514358 -SHA256 (xpi/thunderbird-i18n-45.4.0/en-GB.xpi) = 67d9b02860f07fd3b87690cb9bf7caf4f27b1c1f2076edbd55833721852df120 -SIZE (xpi/thunderbird-i18n-45.4.0/en-GB.xpi) = 437602 -SHA256 (xpi/thunderbird-i18n-45.4.0/en-US.xpi) = e82105e08ca25a3aa1f0bc12ddfa39ef673e476f0c067809e78e7f05ba26fc1b -SIZE (xpi/thunderbird-i18n-45.4.0/en-US.xpi) = 435474 -SHA256 (xpi/thunderbird-i18n-45.4.0/es-AR.xpi) = 32fee60118f9616b08d6cc82a571886b181fbb3c0ed8e51fe66567cf98fa8dda -SIZE (xpi/thunderbird-i18n-45.4.0/es-AR.xpi) = 464684 -SHA256 (xpi/thunderbird-i18n-45.4.0/es-ES.xpi) = bc0ec66057808053025008a1cb0b2023d91e6536d9f64b2aac34dab6e1f35240 -SIZE (xpi/thunderbird-i18n-45.4.0/es-ES.xpi) = 388000 -SHA256 (xpi/thunderbird-i18n-45.4.0/et.xpi) = 0e0321a4c04b707fb9d4a879eea38ff4f1df56ae6b1a0dceec724cfeb4a48031 -SIZE (xpi/thunderbird-i18n-45.4.0/et.xpi) = 458419 -SHA256 (xpi/thunderbird-i18n-45.4.0/eu.xpi) = 173862da12643d9ad5d0934e859081859a728cf604dd6d72f4b71de8e6d61865 -SIZE (xpi/thunderbird-i18n-45.4.0/eu.xpi) = 456708 -SHA256 (xpi/thunderbird-i18n-45.4.0/fi.xpi) = 73024f4eb37f2b48bec2e47f0fa6fa3e97ffe04400713e3b452143567f56b84d -SIZE (xpi/thunderbird-i18n-45.4.0/fi.xpi) = 458335 -SHA256 (xpi/thunderbird-i18n-45.4.0/fr.xpi) = 0a6031d4535de002a0cc040cafb1e598e2df98ef670338c25f754a8e242eae55 -SIZE (xpi/thunderbird-i18n-45.4.0/fr.xpi) = 475465 -SHA256 (xpi/thunderbird-i18n-45.4.0/fy-NL.xpi) = 72091838b72a7483f59aaa8b0c830560a75e5f1884ea257843c8a8bb526c88ca -SIZE (xpi/thunderbird-i18n-45.4.0/fy-NL.xpi) = 464757 -SHA256 (xpi/thunderbird-i18n-45.4.0/ga-IE.xpi) = 1f6fd5f118720491461ca51e342cf71af0aa6df5c92767ddee102fd35f14396f -SIZE (xpi/thunderbird-i18n-45.4.0/ga-IE.xpi) = 480316 -SHA256 (xpi/thunderbird-i18n-45.4.0/gd.xpi) = 1c2c3f6ef55aec121e981f78b3289beb53e0e11ad1fc4be969330eab2f3e28c6 -SIZE (xpi/thunderbird-i18n-45.4.0/gd.xpi) = 478296 -SHA256 (xpi/thunderbird-i18n-45.4.0/gl.xpi) = 6435b0ee04332a69c7284f221c58f0e5fac2208499f4f8850f5fe7f9c36cd8cb -SIZE (xpi/thunderbird-i18n-45.4.0/gl.xpi) = 478580 -SHA256 (xpi/thunderbird-i18n-45.4.0/he.xpi) = 1d63d030edb43a14fbeaaca01a048e5b7de6d001d9e1595efe2cdbbe32fc89cc -SIZE (xpi/thunderbird-i18n-45.4.0/he.xpi) = 497962 -SHA256 (xpi/thunderbird-i18n-45.4.0/hr.xpi) = aa7eee8d4ec03bbee12414d8526549925d742416b120c591099a7b8f465bfe26 -SIZE (xpi/thunderbird-i18n-45.4.0/hr.xpi) = 463959 -SHA256 (xpi/thunderbird-i18n-45.4.0/hu.xpi) = bc66e42252f1e206ae63625dc9d9038403301acbf5a8f7f71a624322fc1008e9 -SIZE (xpi/thunderbird-i18n-45.4.0/hu.xpi) = 479584 -SHA256 (xpi/thunderbird-i18n-45.4.0/hsb.xpi) = e905d2c8b5b62ffd898876c5bf5b4f1ee62198730eee6ee7e76f90e12a73fbb6 -SIZE (xpi/thunderbird-i18n-45.4.0/hsb.xpi) = 479414 -SHA256 (xpi/thunderbird-i18n-45.4.0/hy-AM.xpi) = 3f20eebddddd84b4da13b44335576c6bd541ec9286e7b6d3a2aaf5c50f7b5213 -SIZE (xpi/thunderbird-i18n-45.4.0/hy-AM.xpi) = 518883 -SHA256 (xpi/thunderbird-i18n-45.4.0/id.xpi) = f504cc06e99c0c4d5ecc4b4bdb53f63cd620c9107714c3f8cc0155cefd2d2a8d -SIZE (xpi/thunderbird-i18n-45.4.0/id.xpi) = 499981 -SHA256 (xpi/thunderbird-i18n-45.4.0/is.xpi) = b1d8415fb293c4f868306ac65e7ddadd06740ec473cb0477ccb4394e075467f0 -SIZE (xpi/thunderbird-i18n-45.4.0/is.xpi) = 462190 -SHA256 (xpi/thunderbird-i18n-45.4.0/it.xpi) = f0b70688b8f3fdf3fe287f8d502249008fc3e8e5a79e2bc794d37fdd6d1a031e -SIZE (xpi/thunderbird-i18n-45.4.0/it.xpi) = 376889 -SHA256 (xpi/thunderbird-i18n-45.4.0/ja.xpi) = 4b637aadf553b85dcab6cb7c589093ec7f42a4bc3cf9ebc44a9347f7839dc6cf -SIZE (xpi/thunderbird-i18n-45.4.0/ja.xpi) = 519552 -SHA256 (xpi/thunderbird-i18n-45.4.0/ko.xpi) = db0731e45fe914fc546f13c8c0e3dfe302333a8414b957abe01a8611b51d2d70 -SIZE (xpi/thunderbird-i18n-45.4.0/ko.xpi) = 487417 -SHA256 (xpi/thunderbird-i18n-45.4.0/lt.xpi) = 280c80246c5d0ff505814d3104f9e967d50210b52a8b95d31b14e42f17a2a167 -SIZE (xpi/thunderbird-i18n-45.4.0/lt.xpi) = 477736 -SHA256 (xpi/thunderbird-i18n-45.4.0/nb-NO.xpi) = 41eb2dbc26bf555ef46b00bc60700bb93ffafa46f9fbebb91a7b46c34599b9d8 -SIZE (xpi/thunderbird-i18n-45.4.0/nb-NO.xpi) = 460011 -SHA256 (xpi/thunderbird-i18n-45.4.0/nl.xpi) = 269f0821b14dbc2a07b9e211328a6dddf5dc60ab965e4c7716346486213401e7 -SIZE (xpi/thunderbird-i18n-45.4.0/nl.xpi) = 456664 -SHA256 (xpi/thunderbird-i18n-45.4.0/nn-NO.xpi) = 8480a9a81980119e7e9e0fe02d0a5f5dc8a150f848245975d46072a9991a8001 -SIZE (xpi/thunderbird-i18n-45.4.0/nn-NO.xpi) = 460880 -SHA256 (xpi/thunderbird-i18n-45.4.0/pa-IN.xpi) = 8fa60166d04fd0e8aa06c3ae0e47f6ffd7f8fd7c4488782df8f52b678be04b11 -SIZE (xpi/thunderbird-i18n-45.4.0/pa-IN.xpi) = 551067 -SHA256 (xpi/thunderbird-i18n-45.4.0/pl.xpi) = b691c8758b8b85cfcd1c255f96b8b6bfb6f74748fdfe087b962283bc97746d43 -SIZE (xpi/thunderbird-i18n-45.4.0/pl.xpi) = 423867 -SHA256 (xpi/thunderbird-i18n-45.4.0/pt-BR.xpi) = c6b847c7275389d7ce2a95f9203088aab18213b3515fc2950f3c91a0e50364c1 -SIZE (xpi/thunderbird-i18n-45.4.0/pt-BR.xpi) = 464682 -SHA256 (xpi/thunderbird-i18n-45.4.0/pt-PT.xpi) = d770f8ee181afff99bd5bc3200dad1c83bfd82589e62b7b486ac7f2309eba94a -SIZE (xpi/thunderbird-i18n-45.4.0/pt-PT.xpi) = 463751 -SHA256 (xpi/thunderbird-i18n-45.4.0/rm.xpi) = a7e0770679dd02dd1afa356a03f51e1b217bef1b3864e19f106962a9fc69a2be -SIZE (xpi/thunderbird-i18n-45.4.0/rm.xpi) = 462650 -SHA256 (xpi/thunderbird-i18n-45.4.0/ro.xpi) = 3f3664f5ad48e062ce73625aae545bfbf1860d8b247a1515b4d18f379291bde1 -SIZE (xpi/thunderbird-i18n-45.4.0/ro.xpi) = 468518 -SHA256 (xpi/thunderbird-i18n-45.4.0/ru.xpi) = 18643265f02d7d0398e219c12a2be407db40bd8c34b6dc29c79342734cd8acaf -SIZE (xpi/thunderbird-i18n-45.4.0/ru.xpi) = 463891 -SHA256 (xpi/thunderbird-i18n-45.4.0/si.xpi) = 5206e8b878183277c65d614377c154ebfab34b094c8aa76ab93fcd92157571e5 -SIZE (xpi/thunderbird-i18n-45.4.0/si.xpi) = 555995 -SHA256 (xpi/thunderbird-i18n-45.4.0/sk.xpi) = 775d268775de1c547e32981546e7bfcd6d73da880ebdbb85eeea414d7017293f -SIZE (xpi/thunderbird-i18n-45.4.0/sk.xpi) = 481492 -SHA256 (xpi/thunderbird-i18n-45.4.0/sl.xpi) = 0715d18ca9585d7f36d771e22a02b3890216c70ed1e68f6ab586929e613c6e5a -SIZE (xpi/thunderbird-i18n-45.4.0/sl.xpi) = 462777 -SHA256 (xpi/thunderbird-i18n-45.4.0/sq.xpi) = 1b3fa3df5140e934ea13906d5db934c365edd9573b1b0803902681a342bba08e -SIZE (xpi/thunderbird-i18n-45.4.0/sq.xpi) = 469535 -SHA256 (xpi/thunderbird-i18n-45.4.0/sr.xpi) = e8ec87ffdd35b598846b7389855145c702e763736f5481d180eabe90dee643e2 -SIZE (xpi/thunderbird-i18n-45.4.0/sr.xpi) = 565465 -SHA256 (xpi/thunderbird-i18n-45.4.0/sv-SE.xpi) = 83e2cb632f8bc2ccf5e38ffe3a952741410451e3e92a7e2e928f62ac5806ee20 -SIZE (xpi/thunderbird-i18n-45.4.0/sv-SE.xpi) = 465434 -SHA256 (xpi/thunderbird-i18n-45.4.0/ta-LK.xpi) = 6962a711d3e008f3e6d56b0e21bab1f877c9a94ab8b1bfc14fbd1461cbeb674c -SIZE (xpi/thunderbird-i18n-45.4.0/ta-LK.xpi) = 579219 -SHA256 (xpi/thunderbird-i18n-45.4.0/tr.xpi) = a38156623205abff1865263dabdbebbf834ef64f19761bef698eb244c3456fdd -SIZE (xpi/thunderbird-i18n-45.4.0/tr.xpi) = 467621 -SHA256 (xpi/thunderbird-i18n-45.4.0/uk.xpi) = 2b23b35e01d2a5d9a32b1a6e96ab4a2ad6b8fffb0ecec2faf6d5ee9b49659a10 -SIZE (xpi/thunderbird-i18n-45.4.0/uk.xpi) = 536438 -SHA256 (xpi/thunderbird-i18n-45.4.0/vi.xpi) = 35ea6857cbf496bf918756db414fb612a2817bf59c26134d57343207f2015072 -SIZE (xpi/thunderbird-i18n-45.4.0/vi.xpi) = 540497 -SHA256 (xpi/thunderbird-i18n-45.4.0/zh-CN.xpi) = 549174da246854c7826cb3047306d59c5e34cd6568d1091f07512e8a5557535d -SIZE (xpi/thunderbird-i18n-45.4.0/zh-CN.xpi) = 489209 -SHA256 (xpi/thunderbird-i18n-45.4.0/zh-TW.xpi) = a865d3403db417a513e29fdc80ffaeecaeffc130eb6d4183a533f46676809d32 -SIZE (xpi/thunderbird-i18n-45.4.0/zh-TW.xpi) = 490850 +TIMESTAMP = 1479487669 +SHA256 (xpi/thunderbird-i18n-45.5.0/ar.xpi) = fec980dd1fb857da2862cb7752593cb6ea633b60e27000359bb57509d8f9837d +SIZE (xpi/thunderbird-i18n-45.5.0/ar.xpi) = 490775 +SHA256 (xpi/thunderbird-i18n-45.5.0/ast.xpi) = a014aa0c52c7750afa405cf021804c6a3372c006e5ed1790727cc6dbd67ff6c9 +SIZE (xpi/thunderbird-i18n-45.5.0/ast.xpi) = 428059 +SHA256 (xpi/thunderbird-i18n-45.5.0/be.xpi) = f82e2f29997cbafed143a799191fa36da2f5b668cb4fb58520f1ffaa74cc1e9a +SIZE (xpi/thunderbird-i18n-45.5.0/be.xpi) = 469096 +SHA256 (xpi/thunderbird-i18n-45.5.0/bg.xpi) = 060113942fa37ba88abb1994603fdbcfdcd1cf0ed7c377f700cb54b92f1874dd +SIZE (xpi/thunderbird-i18n-45.5.0/bg.xpi) = 524299 +SHA256 (xpi/thunderbird-i18n-45.5.0/bn-BD.xpi) = 90aaaec5db7fb76e71bb092d0619fc6180ba2ede00313f11a30f7e10d9208f4b +SIZE (xpi/thunderbird-i18n-45.5.0/bn-BD.xpi) = 581440 +SHA256 (xpi/thunderbird-i18n-45.5.0/br.xpi) = 21bfd87ff4b5949ab265862bc2c16aa7fdbf1dedd3f6f612a121eaee82cafaea +SIZE (xpi/thunderbird-i18n-45.5.0/br.xpi) = 466000 +SHA256 (xpi/thunderbird-i18n-45.5.0/ca.xpi) = 55a05d560d61d2f78360a1a6dfd0d3c8b8efae2a705b10857a3d43116e4734d3 +SIZE (xpi/thunderbird-i18n-45.5.0/ca.xpi) = 467980 +SHA256 (xpi/thunderbird-i18n-45.5.0/cs.xpi) = c19e34d7717e12a8b85e13fd97ee3e7eedf1a34445fe74e2b14044b5cc501112 +SIZE (xpi/thunderbird-i18n-45.5.0/cs.xpi) = 474327 +SHA256 (xpi/thunderbird-i18n-45.5.0/cy.xpi) = 94df5bc2301a0ee4b7e94cc198395dea0bee71f054d842c5aea4445528cecb4f +SIZE (xpi/thunderbird-i18n-45.5.0/cy.xpi) = 456120 +SHA256 (xpi/thunderbird-i18n-45.5.0/da.xpi) = 83337bc7a3caf67bfb5bdb0e397e5337b2bfa4c09b123a241d1dc90507871a43 +SIZE (xpi/thunderbird-i18n-45.5.0/da.xpi) = 445594 +SHA256 (xpi/thunderbird-i18n-45.5.0/de.xpi) = a7342c3019b174ed3dba7ef647eff0fcb55347312bb1d84b4effcda050513932 +SIZE (xpi/thunderbird-i18n-45.5.0/de.xpi) = 451956 +SHA256 (xpi/thunderbird-i18n-45.5.0/dsb.xpi) = 6e7f2ff1ed0b42f932ef36dc3350ec1757e3897cd662165c347e97bb1bcad565 +SIZE (xpi/thunderbird-i18n-45.5.0/dsb.xpi) = 481644 +SHA256 (xpi/thunderbird-i18n-45.5.0/el.xpi) = 352b2968890884ebecdfb70f77729b25b4a595375ba9acbf1f4f8ba8e5c8f111 +SIZE (xpi/thunderbird-i18n-45.5.0/el.xpi) = 514358 +SHA256 (xpi/thunderbird-i18n-45.5.0/en-GB.xpi) = b3b533015d9f5a2ecc417f7c5dbcebe15a1be6cbe2325ffff357e34e905b3682 +SIZE (xpi/thunderbird-i18n-45.5.0/en-GB.xpi) = 437603 +SHA256 (xpi/thunderbird-i18n-45.5.0/en-US.xpi) = 28ed8e10f19e1b55b6dbdd48d065dddecae4a557e71c20fc4681b9f2f2fb7541 +SIZE (xpi/thunderbird-i18n-45.5.0/en-US.xpi) = 435475 +SHA256 (xpi/thunderbird-i18n-45.5.0/es-AR.xpi) = 6e1c85dce2fd30b4b9555164f98837fb06262a4285510d5c4a9d5d5433359516 +SIZE (xpi/thunderbird-i18n-45.5.0/es-AR.xpi) = 464683 +SHA256 (xpi/thunderbird-i18n-45.5.0/es-ES.xpi) = 929478450eca54157a907698f1d10f70b773419fc7ba155c50627be62e7248e4 +SIZE (xpi/thunderbird-i18n-45.5.0/es-ES.xpi) = 388000 +SHA256 (xpi/thunderbird-i18n-45.5.0/et.xpi) = b2820d101d9abd1779d9abeac757a7a48a86f617ace163f0447eaa57bcde1cd2 +SIZE (xpi/thunderbird-i18n-45.5.0/et.xpi) = 458418 +SHA256 (xpi/thunderbird-i18n-45.5.0/eu.xpi) = dedfffc8f8ced2de5d5e4bc326e6dfe8d8b8e5d927cd3d468fc6c3345c92b9b7 +SIZE (xpi/thunderbird-i18n-45.5.0/eu.xpi) = 456707 +SHA256 (xpi/thunderbird-i18n-45.5.0/fi.xpi) = 26745f076f0f337d941082646b2555bf877d16c9deb8dd95d8d90ef5d33d5c21 +SIZE (xpi/thunderbird-i18n-45.5.0/fi.xpi) = 458335 +SHA256 (xpi/thunderbird-i18n-45.5.0/fr.xpi) = 39635b8a71e8183fe77ef13bf60b87077c223bd9da91345f8349be19f37be140 +SIZE (xpi/thunderbird-i18n-45.5.0/fr.xpi) = 475466 +SHA256 (xpi/thunderbird-i18n-45.5.0/fy-NL.xpi) = 545b747982cbfa2aebc0857ee627f60f4bc314a97a51f862e5961deb6ab2f7f5 +SIZE (xpi/thunderbird-i18n-45.5.0/fy-NL.xpi) = 464757 +SHA256 (xpi/thunderbird-i18n-45.5.0/ga-IE.xpi) = 637a1b7d1ac97b77b862e2ed804b8c381c8a8d38e92a586166d51bdacb8d8522 +SIZE (xpi/thunderbird-i18n-45.5.0/ga-IE.xpi) = 480317 +SHA256 (xpi/thunderbird-i18n-45.5.0/gd.xpi) = b633407bf67b877655b25ba1d73cc7cc0916d6b75b9f104ac9833f09e6d11678 +SIZE (xpi/thunderbird-i18n-45.5.0/gd.xpi) = 478296 +SHA256 (xpi/thunderbird-i18n-45.5.0/gl.xpi) = cdae0ffa3198b7c1439a83d942d2be123e8a01ed8944532456fd8a6f2d31eda3 +SIZE (xpi/thunderbird-i18n-45.5.0/gl.xpi) = 478580 +SHA256 (xpi/thunderbird-i18n-45.5.0/he.xpi) = 649c04fc00d6259819ad20106649f3f3c1bdccfaf0f02f2155dbe8c71b7efdda +SIZE (xpi/thunderbird-i18n-45.5.0/he.xpi) = 497962 +SHA256 (xpi/thunderbird-i18n-45.5.0/hr.xpi) = 6ee8423130698115e72bdb46e80fa9d91730e7de4c6175e710a63dc35006c376 +SIZE (xpi/thunderbird-i18n-45.5.0/hr.xpi) = 463959 +SHA256 (xpi/thunderbird-i18n-45.5.0/hu.xpi) = 3bb4e71c47f4bd69c7440cf48275770486257e402355f92d29643c1c76296398 +SIZE (xpi/thunderbird-i18n-45.5.0/hu.xpi) = 479583 +SHA256 (xpi/thunderbird-i18n-45.5.0/hsb.xpi) = 9a11c854cd2b67850532f76ec405f12e14980cf742429aa806de0ef3716ea895 +SIZE (xpi/thunderbird-i18n-45.5.0/hsb.xpi) = 479414 +SHA256 (xpi/thunderbird-i18n-45.5.0/hy-AM.xpi) = 4308efa5b06b1964c3ccbdf0ddecd005235ea43084a58e8d1cbc75d0b7ea94af +SIZE (xpi/thunderbird-i18n-45.5.0/hy-AM.xpi) = 518883 +SHA256 (xpi/thunderbird-i18n-45.5.0/id.xpi) = 39500f98291b84ec81d6e0e9dfd1d3880c610331e8c64e3338f02d81837a7bdd +SIZE (xpi/thunderbird-i18n-45.5.0/id.xpi) = 499982 +SHA256 (xpi/thunderbird-i18n-45.5.0/is.xpi) = dadde3ffc441aba7910ce97d26537311e23f4181ebf58da1b14712f85ac0ae94 +SIZE (xpi/thunderbird-i18n-45.5.0/is.xpi) = 462190 +SHA256 (xpi/thunderbird-i18n-45.5.0/it.xpi) = 9b1a073a493511ebe765ebe9227e464de4df87061cd2e1755bfa883055742a5a +SIZE (xpi/thunderbird-i18n-45.5.0/it.xpi) = 376889 +SHA256 (xpi/thunderbird-i18n-45.5.0/ja.xpi) = 2c2c09097f559fab4b88869cec1580c7f5c01b9e20eafaeff3036c97beb932fe +SIZE (xpi/thunderbird-i18n-45.5.0/ja.xpi) = 519552 +SHA256 (xpi/thunderbird-i18n-45.5.0/ko.xpi) = 2e4b5cd28f5f0a8d186e22528e33e5e7650e670ae234812547d41bec343bfb6a +SIZE (xpi/thunderbird-i18n-45.5.0/ko.xpi) = 487418 +SHA256 (xpi/thunderbird-i18n-45.5.0/lt.xpi) = 24e2c85be75e15855daac0470b417b9c81b1dce1007561800dcb66dd8763b092 +SIZE (xpi/thunderbird-i18n-45.5.0/lt.xpi) = 477735 +SHA256 (xpi/thunderbird-i18n-45.5.0/nb-NO.xpi) = ef7b32bef23f9ced34d45b366c2646ba6298b3ec14cc7742887c4841b580d17a +SIZE (xpi/thunderbird-i18n-45.5.0/nb-NO.xpi) = 460011 +SHA256 (xpi/thunderbird-i18n-45.5.0/nl.xpi) = c54b5ec86b35aba0867a423cd031229c11b173b48107912eadde83266998268a +SIZE (xpi/thunderbird-i18n-45.5.0/nl.xpi) = 456664 +SHA256 (xpi/thunderbird-i18n-45.5.0/nn-NO.xpi) = b7bac0f0ed551cccb7f36894e61ec935db21dfe99d9896234ecb6d00ef08cc36 +SIZE (xpi/thunderbird-i18n-45.5.0/nn-NO.xpi) = 460880 +SHA256 (xpi/thunderbird-i18n-45.5.0/pa-IN.xpi) = c672bb1f9fb70eb1b5342bc5b78717aacdad21a0d19e087c3c83c5ee955ff984 +SIZE (xpi/thunderbird-i18n-45.5.0/pa-IN.xpi) = 551068 +SHA256 (xpi/thunderbird-i18n-45.5.0/pl.xpi) = daddde1dc789a1a451f0ef4dc5b8f2c1f6a31df12a360f285dbc8ad1e587bc36 +SIZE (xpi/thunderbird-i18n-45.5.0/pl.xpi) = 423867 +SHA256 (xpi/thunderbird-i18n-45.5.0/pt-BR.xpi) = 3018cc64cf7506e69b006a87f3f818ee3ce394de5c030a5a03fc82e0bd9ba6ae +SIZE (xpi/thunderbird-i18n-45.5.0/pt-BR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.5.0/pt-PT.xpi) = 4b95ff7033e22cf33e80d37b76ba49beee8cd171912e7a69cd8486519a300cdb +SIZE (xpi/thunderbird-i18n-45.5.0/pt-PT.xpi) = 463751 +SHA256 (xpi/thunderbird-i18n-45.5.0/rm.xpi) = 66f00cdd771d825c06f92d1766c705f0a72337538de48fd5f9bba80c5e12bbd0 +SIZE (xpi/thunderbird-i18n-45.5.0/rm.xpi) = 462650 +SHA256 (xpi/thunderbird-i18n-45.5.0/ro.xpi) = 13207aaa727ce3fbf35b282fb69231ee1e0bae0ccea7a56f8588d1e5df12fe7d +SIZE (xpi/thunderbird-i18n-45.5.0/ro.xpi) = 468518 +SHA256 (xpi/thunderbird-i18n-45.5.0/ru.xpi) = 7e01a6b6395d7d1815b1260421b82b7b901c6318db4178342a8229ebd008d935 +SIZE (xpi/thunderbird-i18n-45.5.0/ru.xpi) = 463891 +SHA256 (xpi/thunderbird-i18n-45.5.0/si.xpi) = 03bb1b1959401ac6726caf3d7442e1f38ae1d8495b64cddbbd2f6c59437fc4ed +SIZE (xpi/thunderbird-i18n-45.5.0/si.xpi) = 555995 +SHA256 (xpi/thunderbird-i18n-45.5.0/sk.xpi) = 2f116dd7a8d87b575da007dc3dd99fb5b4f7ef1ca00feb46c570803e0d6b9a53 +SIZE (xpi/thunderbird-i18n-45.5.0/sk.xpi) = 481492 +SHA256 (xpi/thunderbird-i18n-45.5.0/sl.xpi) = 0b1a9a82cea99db266d0d20fe433775de8234ef08feb093205706b59feb8b2eb +SIZE (xpi/thunderbird-i18n-45.5.0/sl.xpi) = 462781 +SHA256 (xpi/thunderbird-i18n-45.5.0/sq.xpi) = de5dac529a7271b012826ba59cb1cf46319293c2defdcd51922f636a6e630a85 +SIZE (xpi/thunderbird-i18n-45.5.0/sq.xpi) = 469535 +SHA256 (xpi/thunderbird-i18n-45.5.0/sr.xpi) = 965e8dc6a6b96d991c521793db7957c76feab3b27667e46a3849639e38096906 +SIZE (xpi/thunderbird-i18n-45.5.0/sr.xpi) = 565466 +SHA256 (xpi/thunderbird-i18n-45.5.0/sv-SE.xpi) = 4ab6b4c523c2143ec72b15a6afbd5e326d67a212ef7f8e89ca605c9683cb1f78 +SIZE (xpi/thunderbird-i18n-45.5.0/sv-SE.xpi) = 465434 +SHA256 (xpi/thunderbird-i18n-45.5.0/ta-LK.xpi) = 7229c04541aa23c96a66af4f06e6deae8fb9b101f4153c1cc029916a64733514 +SIZE (xpi/thunderbird-i18n-45.5.0/ta-LK.xpi) = 579218 +SHA256 (xpi/thunderbird-i18n-45.5.0/tr.xpi) = aa94327b95f7ad0ec5bf89cf7ad083cebd6fa43b13ce03eb0a33532acca65d2b +SIZE (xpi/thunderbird-i18n-45.5.0/tr.xpi) = 467622 +SHA256 (xpi/thunderbird-i18n-45.5.0/uk.xpi) = 4359a54010c18b807a3cf46e8eee122e10b9ebb4d8ce810a7211060360725769 +SIZE (xpi/thunderbird-i18n-45.5.0/uk.xpi) = 536438 +SHA256 (xpi/thunderbird-i18n-45.5.0/vi.xpi) = 156b5944845979e73f7e9051f6afc2cdd5a8d9b106007fa558171b849aba99b0 +SIZE (xpi/thunderbird-i18n-45.5.0/vi.xpi) = 540498 +SHA256 (xpi/thunderbird-i18n-45.5.0/zh-CN.xpi) = f54fc5439f39ca8ede17beddbc44f3f2ee25bcb1db0c0b3a1f4084a157b5cc2a +SIZE (xpi/thunderbird-i18n-45.5.0/zh-CN.xpi) = 489209 +SHA256 (xpi/thunderbird-i18n-45.5.0/zh-TW.xpi) = 52c05b5064eec0d91fca90c5007454d0bf4225f45c6833a93b892c0592b4ada3 +SIZE (xpi/thunderbird-i18n-45.5.0/zh-TW.xpi) = 490850 Modified: branches/2016Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q4/mail/thunderbird/Makefile Tue Nov 22 18:13:50 2016 (r426835) +++ branches/2016Q4/mail/thunderbird/Makefile Tue Nov 22 18:17:21 2016 (r426836) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.4.0 -PORTREVISION= 1 +DISTVERSION= 45.5.0 +PORTREVISION= 0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -31,8 +31,8 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l -EM_VERSION= 1.9.5 -L_VERSION= 4.7.4 +EM_VERSION= 1.9.6.1 +L_VERSION= 4.7.5 SSP_UNSAFE= yes USE_GECKO= gecko Modified: branches/2016Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2016Q4/mail/thunderbird/distinfo Tue Nov 22 18:13:50 2016 (r426835) +++ branches/2016Q4/mail/thunderbird/distinfo Tue Nov 22 18:17:21 2016 (r426836) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475317656 -SHA256 (thunderbird-45.4.0.source.tar.xz) = 36f66edbb9b0f1ff9d0de8f12eab6cccbfa23db79e01db307fb2186904a38e61 -SIZE (thunderbird-45.4.0.source.tar.xz) = 201094212 -SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad -SIZE (enigmail-1.9.5.tar.gz) = 1744278 +TIMESTAMP = 1479487203 +SHA256 (thunderbird-45.5.0.source.tar.xz) = 9571dee75d14cab3533e09599b2c183624f159cf8ae623f01ca6dc69eb846082 +SIZE (thunderbird-45.5.0.source.tar.xz) = 201122644 +SHA256 (enigmail-1.9.6.1.tar.gz) = 3874331e981aed864443d3c965d856e003fd84f73e5a89fd5004ced9dc29b96f +SIZE (enigmail-1.9.6.1.tar.gz) = 1745021 From owner-svn-ports-all@freebsd.org Tue Nov 22 18:20: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 B4EA3C50F1E; Tue, 22 Nov 2016 18:20:29 +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 871F9367; Tue, 22 Nov 2016 18:20:29 +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 uAMIKSfU072081; Tue, 22 Nov 2016 18:20:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIKSWw072079; Tue, 22 Nov 2016 18:20:28 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611221820.uAMIKSWw072079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 22 Nov 2016 18:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426837 - head/devel/py-stdnum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:20:29 -0000 Author: pi Date: Tue Nov 22 18:20:28 2016 New Revision: 426837 URL: https://svnweb.freebsd.org/changeset/ports/426837 Log: devel/py-stdnum: update 1.4 -> 1.5 https://lists.arthurdejong.org/python-stdnum-announce/2016/msg00002.html Modified: head/devel/py-stdnum/Makefile head/devel/py-stdnum/distinfo Modified: head/devel/py-stdnum/Makefile ============================================================================== --- head/devel/py-stdnum/Makefile Tue Nov 22 18:17:21 2016 (r426836) +++ head/devel/py-stdnum/Makefile Tue Nov 22 18:20:28 2016 (r426837) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stdnum -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-stdnum/distinfo ============================================================================== --- head/devel/py-stdnum/distinfo Tue Nov 22 18:17:21 2016 (r426836) +++ head/devel/py-stdnum/distinfo Tue Nov 22 18:20:28 2016 (r426837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469973275 -SHA256 (python-stdnum-1.4.tar.gz) = 78e763b08a4b378397cba9cb155922b30149bb34757e22cab66705fb196cd8e6 -SIZE (python-stdnum-1.4.tar.gz) = 252850 +TIMESTAMP = 1479837934 +SHA256 (python-stdnum-1.5.tar.gz) = 10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e +SIZE (python-stdnum-1.5.tar.gz) = 268416 From owner-svn-ports-all@freebsd.org Tue Nov 22 18:33: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 69ED2C4F4FE; Tue, 22 Nov 2016 18:33: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 3B9C81074; Tue, 22 Nov 2016 18:33: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 uAMIXLv8080188; Tue, 22 Nov 2016 18:33:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIXLrF080186; Tue, 22 Nov 2016 18:33:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221833.uAMIXLrF080186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426838 - head/www/npm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:33:22 -0000 Author: sunpoet Date: Tue Nov 22 18:33:21 2016 New Revision: 426838 URL: https://svnweb.freebsd.org/changeset/ports/426838 Log: - Update CONFLICTS_INSTALL - Update WWW Modified: head/www/npm2/Makefile head/www/npm2/pkg-descr Modified: head/www/npm2/Makefile ============================================================================== --- head/www/npm2/Makefile Tue Nov 22 18:20:28 2016 (r426837) +++ head/www/npm2/Makefile Tue Nov 22 18:33:21 2016 (r426838) @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= gmake:devel/gmake -CONFLICTS_INSTALL= npm-[0-9]* +CONFLICTS_INSTALL= npm- npm3- OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= NODE012 NODE4 Modified: head/www/npm2/pkg-descr ============================================================================== --- head/www/npm2/pkg-descr Tue Nov 22 18:20:28 2016 (r426837) +++ head/www/npm2/pkg-descr Tue Nov 22 18:33:21 2016 (r426838) @@ -1,5 +1,5 @@ npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff. -WWW: http://npmjs.org/ +WWW: https://www.npmjs.com/package/npm WWW: https://github.com/npm/npm From owner-svn-ports-all@freebsd.org Tue Nov 22 18: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 08AF0C4F54A; Tue, 22 Nov 2016 18:33: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 AC1A31192; Tue, 22 Nov 2016 18:33: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 uAMIXYjv080362; Tue, 22 Nov 2016 18:33:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIXYhe080358; Tue, 22 Nov 2016 18:33:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221833.uAMIXYhe080358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:33:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426839 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:33:36 -0000 Author: sunpoet Date: Tue Nov 22 18:33:34 2016 New Revision: 426839 URL: https://svnweb.freebsd.org/changeset/ports/426839 Log: - Update to 4.0.2 - Update CONFLICTS_INSTALL - Update WWW Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.0.2/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-descr head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Tue Nov 22 18:33:21 2016 (r426838) +++ head/www/npm/Makefile Tue Nov 22 18:33:34 2016 (r426839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 3.10.10 +PORTVERSION= 4.0.2 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= gmake:devel/gmake \ node>=0.8.0:www/node -CONFLICTS_INSTALL= npm2-[0-9]* +CONFLICTS_INSTALL= npm2- npm3- MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} MANPREFIX= ${PREFIX}/lib/node_modules/npm Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Tue Nov 22 18:33:21 2016 (r426838) +++ head/www/npm/distinfo Tue Nov 22 18:33:34 2016 (r426839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479668998 -SHA256 (npm-3.10.10.tar.xz) = 9d39478222a355f52557030fa623824609d78086eb382b7e8de78c98dcf45bca -SIZE (npm-3.10.10.tar.xz) = 2492432 +TIMESTAMP = 1479768915 +SHA256 (npm-4.0.2.tar.xz) = 8e4ceeabb9501c7acda3067dd993a647d20980b4c8900c587cc41b92bd2543e9 +SIZE (npm-4.0.2.tar.xz) = 2664364 Modified: head/www/npm/pkg-descr ============================================================================== --- head/www/npm/pkg-descr Tue Nov 22 18:33:21 2016 (r426838) +++ head/www/npm/pkg-descr Tue Nov 22 18:33:34 2016 (r426839) @@ -1,5 +1,5 @@ npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff. -WWW: http://npmjs.org/ +WWW: https://www.npmjs.com/package/npm WWW: https://github.com/npm/npm Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Tue Nov 22 18:33:21 2016 (r426838) +++ head/www/npm/pkg-plist Tue Nov 22 18:33:34 2016 (r426839) @@ -19,6 +19,7 @@ lib/node_modules/npm/bin/npm.cmd lib/node_modules/npm/bin/read-package-json.js lib/node_modules/npm/changelogs/CHANGELOG-1.md lib/node_modules/npm/changelogs/CHANGELOG-2.md +lib/node_modules/npm/changelogs/CHANGELOG-3.md lib/node_modules/npm/cli.js lib/node_modules/npm/configure lib/node_modules/npm/doc/cli/npm-access.md @@ -62,7 +63,6 @@ lib/node_modules/npm/doc/cli/npm-star.md lib/node_modules/npm/doc/cli/npm-stars.md lib/node_modules/npm/doc/cli/npm-start.md lib/node_modules/npm/doc/cli/npm-stop.md -lib/node_modules/npm/doc/cli/npm-tag.md lib/node_modules/npm/doc/cli/npm-team.md lib/node_modules/npm/doc/cli/npm-test.md lib/node_modules/npm/doc/cli/npm-uninstall.md @@ -128,7 +128,6 @@ lib/node_modules/npm/html/doc/cli/npm-st lib/node_modules/npm/html/doc/cli/npm-stars.html lib/node_modules/npm/html/doc/cli/npm-start.html lib/node_modules/npm/html/doc/cli/npm-stop.html -lib/node_modules/npm/html/doc/cli/npm-tag.html lib/node_modules/npm/html/doc/cli/npm-team.html lib/node_modules/npm/html/doc/cli/npm-test.html lib/node_modules/npm/html/doc/cli/npm-uninstall.html @@ -175,7 +174,6 @@ lib/node_modules/npm/lib/cache/add-remot lib/node_modules/npm/lib/cache/cached-package-root.js lib/node_modules/npm/lib/cache/caching-client.js lib/node_modules/npm/lib/cache/get-stat.js -lib/node_modules/npm/lib/cache/update-index.js lib/node_modules/npm/lib/completion.js lib/node_modules/npm/lib/config.js lib/node_modules/npm/lib/config/clear-credentials-by-uri.js @@ -215,7 +213,7 @@ lib/node_modules/npm/lib/install/action/ lib/node_modules/npm/lib/install/action/move.js lib/node_modules/npm/lib/install/action/postinstall.js lib/node_modules/npm/lib/install/action/preinstall.js -lib/node_modules/npm/lib/install/action/prepublish.js +lib/node_modules/npm/lib/install/action/prepare.js lib/node_modules/npm/lib/install/action/remove.js lib/node_modules/npm/lib/install/action/test.js lib/node_modules/npm/lib/install/action/update-linked.js @@ -267,6 +265,9 @@ lib/node_modules/npm/lib/restart.js lib/node_modules/npm/lib/root.js lib/node_modules/npm/lib/run-script.js lib/node_modules/npm/lib/search.js +lib/node_modules/npm/lib/search/all-package-metadata.js +lib/node_modules/npm/lib/search/format-package-stream.js +lib/node_modules/npm/lib/search/package-filter.js lib/node_modules/npm/lib/set.js lib/node_modules/npm/lib/shrinkwrap.js lib/node_modules/npm/lib/star.js @@ -274,7 +275,6 @@ lib/node_modules/npm/lib/stars.js lib/node_modules/npm/lib/start.js lib/node_modules/npm/lib/stop.js lib/node_modules/npm/lib/substack.js -lib/node_modules/npm/lib/tag.js lib/node_modules/npm/lib/team.js lib/node_modules/npm/lib/test.js lib/node_modules/npm/lib/unbuild.js @@ -316,6 +316,7 @@ lib/node_modules/npm/lib/utils/spawn.js lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/utils/temp-filename.js lib/node_modules/npm/lib/utils/umask.js +lib/node_modules/npm/lib/utils/unsupported.js lib/node_modules/npm/lib/utils/usage.js lib/node_modules/npm/lib/utils/warn-deprecated.js lib/node_modules/npm/lib/version.js @@ -366,7 +367,6 @@ lib/node_modules/npm/man/man1/npm-star.1 lib/node_modules/npm/man/man1/npm-stars.1.gz lib/node_modules/npm/man/man1/npm-start.1.gz lib/node_modules/npm/man/man1/npm-stop.1.gz -lib/node_modules/npm/man/man1/npm-tag.1.gz lib/node_modules/npm/man/man1/npm-team.1.gz lib/node_modules/npm/man/man1/npm-test.1.gz lib/node_modules/npm/man/man1/npm-uninstall.1.gz @@ -392,6 +392,7 @@ lib/node_modules/npm/man/man7/npm-scope. lib/node_modules/npm/man/man7/npm-scripts.7.gz lib/node_modules/npm/man/man7/removing-npm.7.gz lib/node_modules/npm/man/man7/semver.7.gz +lib/node_modules/npm/node_modules/.bin/JSONStream lib/node_modules/npm/node_modules/.bin/mkdirp lib/node_modules/npm/node_modules/.bin/node-gyp lib/node_modules/npm/node_modules/.bin/nopt @@ -399,6 +400,66 @@ lib/node_modules/npm/node_modules/.bin/o lib/node_modules/npm/node_modules/.bin/rimraf lib/node_modules/npm/node_modules/.bin/semver lib/node_modules/npm/node_modules/.bin/which +lib/node_modules/npm/node_modules/JSONStream/.npmignore +lib/node_modules/npm/node_modules/JSONStream/.travis.yml +lib/node_modules/npm/node_modules/JSONStream/LICENSE.APACHE2 +lib/node_modules/npm/node_modules/JSONStream/LICENSE.MIT +lib/node_modules/npm/node_modules/JSONStream/examples/all_docs.js +lib/node_modules/npm/node_modules/JSONStream/index.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/.npmignore +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/LICENSE +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/README.markdown +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/bench.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/examples/twitterfeed.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/jsonparse.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/package.json +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/samplejson/basic.json +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/samplejson/basic2.json +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/boundary.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/offset.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/primitives.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/unvalid.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/test/utf8.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/.travis.yml +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/LICENSE.APACHE2 +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/LICENSE.MIT +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/index.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/package.json +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/readme.markdown +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/test/async.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/test/auto-destroy.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/test/buffering.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/test/end.js +lib/node_modules/npm/node_modules/JSONStream/node_modules/through/test/index.js +lib/node_modules/npm/node_modules/JSONStream/package.json +lib/node_modules/npm/node_modules/JSONStream/readme.markdown +lib/node_modules/npm/node_modules/JSONStream/test/bool.js +lib/node_modules/npm/node_modules/JSONStream/test/browser.js +lib/node_modules/npm/node_modules/JSONStream/test/destroy_missing.js +lib/node_modules/npm/node_modules/JSONStream/test/disabled/doubledot1.js +lib/node_modules/npm/node_modules/JSONStream/test/disabled/doubledot2.js +lib/node_modules/npm/node_modules/JSONStream/test/empty.js +lib/node_modules/npm/node_modules/JSONStream/test/error_contents.js +lib/node_modules/npm/node_modules/JSONStream/test/fixtures/all_npm.json +lib/node_modules/npm/node_modules/JSONStream/test/fixtures/couch_sample.json +lib/node_modules/npm/node_modules/JSONStream/test/fixtures/depth.json +lib/node_modules/npm/node_modules/JSONStream/test/fixtures/error.json +lib/node_modules/npm/node_modules/JSONStream/test/fixtures/header_footer.json +lib/node_modules/npm/node_modules/JSONStream/test/fn.js +lib/node_modules/npm/node_modules/JSONStream/test/gen.js +lib/node_modules/npm/node_modules/JSONStream/test/header_footer.js +lib/node_modules/npm/node_modules/JSONStream/test/issues.js +lib/node_modules/npm/node_modules/JSONStream/test/keys.js +lib/node_modules/npm/node_modules/JSONStream/test/map.js +lib/node_modules/npm/node_modules/JSONStream/test/multiple_objects.js +lib/node_modules/npm/node_modules/JSONStream/test/multiple_objects_error.js +lib/node_modules/npm/node_modules/JSONStream/test/null.js +lib/node_modules/npm/node_modules/JSONStream/test/parsejson.js +lib/node_modules/npm/node_modules/JSONStream/test/stringify.js +lib/node_modules/npm/node_modules/JSONStream/test/stringify_object.js +lib/node_modules/npm/node_modules/JSONStream/test/test.js +lib/node_modules/npm/node_modules/JSONStream/test/test2.js +lib/node_modules/npm/node_modules/JSONStream/test/two-ways.js lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/README.md lib/node_modules/npm/node_modules/abbrev/abbrev.js @@ -825,6 +886,202 @@ lib/node_modules/npm/node_modules/lodash lib/node_modules/npm/node_modules/lodash.without/README.md lib/node_modules/npm/node_modules/lodash.without/index.js lib/node_modules/npm/node_modules/lodash.without/package.json +lib/node_modules/npm/node_modules/mississippi/.npmignore +lib/node_modules/npm/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/.zuul.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/doc/stream.markdown +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/Makefile +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/license.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/History.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/browser.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/node.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/example.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/once.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/node_modules/once/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/node_modules/once/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/node_modules/once/once.js +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/node_modules/once/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/from2/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/mississippi/node_modules/from2/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/from2/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/from2/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/from2/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/collaborators.md +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/stream-each/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/.zuul.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/doc/stream.markdown +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/Makefile +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/isarray/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/process-nextick-args/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/process-nextick-args/license.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/process-nextick-args/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/process-nextick-args/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/util-deprecate/History.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/util-deprecate/LICENSE +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/util-deprecate/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/util-deprecate/browser.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/util-deprecate/node.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/node_modules/util-deprecate/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/package.json +lib/node_modules/npm/node_modules/mississippi/node_modules/through2/through2.js +lib/node_modules/npm/node_modules/mississippi/package.json +lib/node_modules/npm/node_modules/mississippi/readme.md lib/node_modules/npm/node_modules/mkdirp/.travis.yml lib/node_modules/npm/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/mkdirp/README.markdown @@ -2202,23 +2459,6 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/index.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/package.json lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/.npmignore -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/License -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/Makefile -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/equation.gif -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/dns.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/stop.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry_operation.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/common.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-forever.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-retry-operation.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-retry-wrap.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-timeouts.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/runner.js lib/node_modules/npm/node_modules/npm-registry-client/package.json lib/node_modules/npm/node_modules/npm-registry-client/test/00-setup.js lib/node_modules/npm/node_modules/npm-registry-client/test/access.js @@ -2629,63 +2869,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/aws4/aws4.js lib/node_modules/npm/node_modules/request/node_modules/aws4/lru.js lib/node_modules/npm/node_modules/request/node_modules/aws4/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/.jshintrc -lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/bl/LICENSE.md -lib/node_modules/npm/node_modules/request/node_modules/bl/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/bl.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/.zuul.yml -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/duplex.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/float.patch -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/Makefile -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/index.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/license.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/readme.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/test.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/History.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/browser.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/node.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/passthrough.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/readable.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/transform.js -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/writable.js -lib/node_modules/npm/node_modules/request/node_modules/bl/package.json -lib/node_modules/npm/node_modules/request/node_modules/bl/test/test.js lib/node_modules/npm/node_modules/request/node_modules/caseless/LICENSE lib/node_modules/npm/node_modules/request/node_modules/caseless/README.md lib/node_modules/npm/node_modules/request/node_modules/caseless/index.js @@ -3194,6 +3377,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/qs/LICENSE lib/node_modules/npm/node_modules/request/node_modules/qs/README.md lib/node_modules/npm/node_modules/request/node_modules/qs/dist/qs.js +lib/node_modules/npm/node_modules/request/node_modules/qs/lib/formats.js lib/node_modules/npm/node_modules/request/node_modules/qs/lib/index.js lib/node_modules/npm/node_modules/request/node_modules/qs/lib/parse.js lib/node_modules/npm/node_modules/request/node_modules/qs/lib/stringify.js @@ -3218,6 +3402,10 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/permuteDomain.js lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/store.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/README.md +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/LICENSE lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md @@ -3270,6 +3458,57 @@ lib/node_modules/npm/node_modules/slide/ lib/node_modules/npm/node_modules/sorted-object/LICENSE.txt lib/node_modules/npm/node_modules/sorted-object/lib/sorted-object.js lib/node_modules/npm/node_modules/sorted-object/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/.npmignore +lib/node_modules/npm/node_modules/sorted-union-stream/.travis.yml +lib/node_modules/npm/node_modules/sorted-union-stream/LICENSE +lib/node_modules/npm/node_modules/sorted-union-stream/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/example.js +lib/node_modules/npm/node_modules/sorted-union-stream/index.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/index.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/float.patch +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is/LICENSE +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/isarray/build/build.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/test.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/.npmignore +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/.travis.yml +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/LICENSE +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/README.md +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/index.js +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/test.js +lib/node_modules/npm/node_modules/sorted-union-stream/package.json +lib/node_modules/npm/node_modules/sorted-union-stream/test.js lib/node_modules/npm/node_modules/strip-ansi/index.js lib/node_modules/npm/node_modules/strip-ansi/license lib/node_modules/npm/node_modules/strip-ansi/package.json @@ -3489,6 +3728,11 @@ lib/node_modules/npm/test/tap/add-remote lib/node_modules/npm/test/tap/add-remote-git.js lib/node_modules/npm/test/tap/adduser-always-auth.js lib/node_modules/npm/test/tap/adduser-legacy-auth.js +lib/node_modules/npm/test/tap/all-package-metadata-cache-stream-unit.js +lib/node_modules/npm/test/tap/all-package-metadata-entry-stream-unit.js +lib/node_modules/npm/test/tap/all-package-metadata-update-stream-unit.js +lib/node_modules/npm/test/tap/all-package-metadata-write-stream-unit.js +lib/node_modules/npm/test/tap/all-package-metadata.js lib/node_modules/npm/test/tap/bin.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds.js @@ -3511,6 +3755,7 @@ lib/node_modules/npm/test/tap/check-engi lib/node_modules/npm/test/tap/check-install-self.js lib/node_modules/npm/test/tap/check-os-reqs.js lib/node_modules/npm/test/tap/check-permissions.js +lib/node_modules/npm/test/tap/ci-header.js lib/node_modules/npm/test/tap/circular-dep.js lib/node_modules/npm/test/tap/config-basic.js lib/node_modules/npm/test/tap/config-builtin.js @@ -3650,6 +3895,8 @@ lib/node_modules/npm/test/tap/peer-deps- lib/node_modules/npm/test/tap/peer-deps-without-package-json.js lib/node_modules/npm/test/tap/peer-deps.js lib/node_modules/npm/test/tap/ping.js +lib/node_modules/npm/test/tap/prepare.js +lib/node_modules/npm/test/tap/prepublish-only.js lib/node_modules/npm/test/tap/prepublish.js lib/node_modules/npm/test/tap/progress-config.js lib/node_modules/npm/test/tap/prune.js @@ -3666,12 +3913,14 @@ lib/node_modules/npm/test/tap/retry-on-s lib/node_modules/npm/test/tap/rm-linked.js lib/node_modules/npm/test/tap/run-script-filter-private.js lib/node_modules/npm/test/tap/run-script.js +lib/node_modules/npm/test/tap/scope-header.js lib/node_modules/npm/test/tap/scripts-whitespace-windows.js lib/node_modules/npm/test/tap/search.js lib/node_modules/npm/test/tap/semver-doc.js -lib/node_modules/npm/test/tap/semver-tag.js lib/node_modules/npm/test/tap/shared-linked.js +lib/node_modules/npm/test/tap/shrinkwrap-complete-except-dev.js lib/node_modules/npm/test/tap/shrinkwrap-default-arg-ver.js +lib/node_modules/npm/test/tap/shrinkwrap-default-dev.js lib/node_modules/npm/test/tap/shrinkwrap-dev-dep-cycle.js lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency.js lib/node_modules/npm/test/tap/shrinkwrap-empty-deps.js @@ -3717,8 +3966,8 @@ lib/node_modules/npm/test/tap/unit-modul lib/node_modules/npm/test/tap/unit-package-id.js lib/node_modules/npm/test/tap/unpack-foreign-tarball.js lib/node_modules/npm/test/tap/unpublish-config.js +lib/node_modules/npm/test/tap/unsupported.js lib/node_modules/npm/test/tap/update-examples.js -lib/node_modules/npm/test/tap/update-index.js lib/node_modules/npm/test/tap/update-path.js lib/node_modules/npm/test/tap/update-save.js lib/node_modules/npm/test/tap/update-symlink.js From owner-svn-ports-all@freebsd.org Tue Nov 22 18: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 B8FF6C4F611; Tue, 22 Nov 2016 18:34: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 8962F12AE; Tue, 22 Nov 2016 18:34: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 uAMIYuq4080509; Tue, 22 Nov 2016 18:34:56 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIYuan080508; Tue, 22 Nov 2016 18:34:56 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611221834.uAMIYuan080508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 22 Nov 2016 18:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426840 - head/sysutils/xacpim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:34:57 -0000 Author: linimon Date: Tue Nov 22 18:34:56 2016 New Revision: 426840 URL: https://svnweb.freebsd.org/changeset/ports/426840 Log: Mark deprecated: mastersite disappeared. Modified: head/sysutils/xacpim/Makefile Modified: head/sysutils/xacpim/Makefile ============================================================================== --- head/sysutils/xacpim/Makefile Tue Nov 22 18:33:34 2016 (r426839) +++ head/sysutils/xacpim/Makefile Tue Nov 22 18:34:56 2016 (r426840) @@ -10,6 +10,8 @@ MASTER_SITES= http://shapeshifter.se/pub MAINTAINER= henriknj@0xmilk.org COMMENT= Utility to display battery status and temperature on the root-display +DEPRECATED= Mastersite disappeared + USES= gmake USE_XORG= x11 PLIST_FILES= bin/xacpim From owner-svn-ports-all@freebsd.org Tue Nov 22 18:35: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 C7595C4F6B6; Tue, 22 Nov 2016 18:35:36 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88D0213D0; Tue, 22 Nov 2016 18:35: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 uAMIZZ8b080666; Tue, 22 Nov 2016 18:35:35 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIZZnK080664; Tue, 22 Nov 2016 18:35:35 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611221835.uAMIZZnK080664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 22 Nov 2016 18:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426841 - head/net/ocserv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:35:36 -0000 Author: cpm Date: Tue Nov 22 18:35:35 2016 New Revision: 426841 URL: https://svnweb.freebsd.org/changeset/ports/426841 Log: net/ocserv: Update to 0.11.6 - Update PORTVERSION and distinfo checksum (0.11.6) - Add LICENSE_FILE - Cosmetic fixes - Remove STRIP_CMD target since all binaries are installed with --strip (-s) option by default - Silence two explicitly called commands Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-November/004066.html Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D8538 Modified: head/net/ocserv/Makefile head/net/ocserv/distinfo Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Tue Nov 22 18:34:56 2016 (r426840) +++ head/net/ocserv/Makefile Tue Nov 22 18:35:35 2016 (r426841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.11.5 +PORTVERSION= 0.11.6 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ @@ -10,6 +10,7 @@ MAINTAINER= cpm@FreeBSD.org COMMENT= Server implementing the AnyConnect SSL VPN protocol LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= autogen:devel/autogen \ gsed:textproc/gsed \ @@ -44,7 +45,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI -PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO +PORTDOCS= AUTHORS ChangeLog NEWS README TODO PORTEXAMPLES= profile.xml sample.config sample.passwd GSSAPI_USES= gssapi:mit @@ -52,24 +53,19 @@ GSSAPI_LIB_DEPENDS= libkrb5support.so:se GSSAPI_CONFIGURE_OFF= --without-gssapi post-patch: - ${RM} ${WRKSRC}/doc/occtl.8 - ${RM} ${WRKSRC}/doc/ocpasswd.8 - ${RM} ${WRKSRC}/doc/ocserv.8 + @${RM} ${WRKSRC}/doc/*.8 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/occtl - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ocpasswd - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ocserv - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ocserv/ - ${MKDIR} ${STAGEDIR}/var/run/ocserv/ - ${CP} ${FILESDIR}/ocserv.conf ${STAGEDIR}${PREFIX}/etc/ocserv/conf.sample + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/ocserv/ + @${MKDIR} ${STAGEDIR}/var/run/ocserv/ + ${INSTALL_DATA} ${FILESDIR}/ocserv.conf ${STAGEDIR}${PREFIX}/etc/ocserv/conf.sample post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/net/ocserv/distinfo ============================================================================== --- head/net/ocserv/distinfo Tue Nov 22 18:34:56 2016 (r426840) +++ head/net/ocserv/distinfo Tue Nov 22 18:35:35 2016 (r426841) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474711445 -SHA256 (ocserv-0.11.5.tar.xz) = 2a80e32e538044fba7745fd2a0cfaa27a398097fb8d4d684c1142118b69219cb -SIZE (ocserv-0.11.5.tar.xz) = 758252 +TIMESTAMP = 1479252096 +SHA256 (ocserv-0.11.6.tar.xz) = 937c7ad401983a9183cec5976afd79ce1af5b2793dc71885d2a4ecdb043bd48c +SIZE (ocserv-0.11.6.tar.xz) = 762492 From owner-svn-ports-all@freebsd.org Tue Nov 22 18: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 2B78AC4F842; Tue, 22 Nov 2016 18:40: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 D353C15C8; Tue, 22 Nov 2016 18:40:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIeEOW081004; Tue, 22 Nov 2016 18:40:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIeEcm081001; Tue, 22 Nov 2016 18:40:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221840.uAMIeEcm081001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:40:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426842 - in head/www: . npm3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:40:16 -0000 Author: sunpoet Date: Tue Nov 22 18:40:14 2016 New Revision: 426842 URL: https://svnweb.freebsd.org/changeset/ports/426842 Log: - Add npm3 3.10.10 (copied from npm) - Update CONFLICTS_INSTALL - Update WWW Added: head/www/npm3/ - copied from r426832, head/www/npm/ Modified: head/www/Makefile head/www/npm3/Makefile head/www/npm3/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Nov 22 18:35:35 2016 (r426841) +++ head/www/Makefile Tue Nov 22 18:40:14 2016 (r426842) @@ -552,6 +552,7 @@ SUBDIR += npm SUBDIR += npm012 SUBDIR += npm2 + SUBDIR += npm3 SUBDIR += nspluginwrapper SUBDIR += obhttpd SUBDIR += ocaml-net Modified: head/www/npm3/Makefile ============================================================================== --- head/www/npm/Makefile Tue Nov 22 15:42:57 2016 (r426832) +++ head/www/npm3/Makefile Tue Nov 22 18:40:14 2016 (r426842) @@ -5,6 +5,7 @@ PORTNAME= npm PORTVERSION= 3.10.10 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet +PKGNAMESUFFIX= 3 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Node package manager @@ -14,7 +15,7 @@ LICENSE= MIT RUN_DEPENDS= gmake:devel/gmake \ node>=0.8.0:www/node -CONFLICTS_INSTALL= npm2-[0-9]* +CONFLICTS_INSTALL= npm- npm2- MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} MANPREFIX= ${PREFIX}/lib/node_modules/npm Modified: head/www/npm3/pkg-descr ============================================================================== --- head/www/npm/pkg-descr Tue Nov 22 15:42:57 2016 (r426832) +++ head/www/npm3/pkg-descr Tue Nov 22 18:40:14 2016 (r426842) @@ -1,5 +1,5 @@ npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff. -WWW: http://npmjs.org/ +WWW: https://www.npmjs.com/package/npm WWW: https://github.com/npm/npm From owner-svn-ports-all@freebsd.org Tue Nov 22 18:42: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 47CADC4F9C0; Tue, 22 Nov 2016 18:42: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 17E131961; Tue, 22 Nov 2016 18:42: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 uAMIglCb084611; Tue, 22 Nov 2016 18:42:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIglA2084610; Tue, 22 Nov 2016 18:42:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221842.uAMIglA2084610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426843 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:42:48 -0000 Author: sunpoet Date: Tue Nov 22 18:42:47 2016 New Revision: 426843 URL: https://svnweb.freebsd.org/changeset/ports/426843 Log: - Enable LZ4 option by default - Bump PORTREVISION for dependency change Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Tue Nov 22 18:40:14 2016 (r426842) +++ head/databases/rocksdb/Makefile Tue Nov 22 18:42:47 2016 (r426843) @@ -4,6 +4,7 @@ PORTNAME= rocksdb PORTVERSION= 4.11.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -22,6 +23,7 @@ BROKEN_powerpc64= does not build BROKEN_sparc64= cannot build: uses unknown compiler flags OPTIONS_DEFINE= DEBUG LZ4 ZSTD +OPTIONS_DEFAULT=LZ4 ALL_TARGET= shared_lib static_lib all HAS_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue Nov 22 18: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 CF4FAC4F9EA; Tue, 22 Nov 2016 18:42:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8884A197C; Tue, 22 Nov 2016 18:42: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 uAMIgpwo084745; Tue, 22 Nov 2016 18:42:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIgp2I084742; Tue, 22 Nov 2016 18:42:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221842.uAMIgp2I084742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426844 - head/science/hdf5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:42:52 -0000 Author: sunpoet Date: Tue Nov 22 18:42:51 2016 New Revision: 426844 URL: https://svnweb.freebsd.org/changeset/ports/426844 Log: - Update to 1.10.0-patch1 Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1-RELEASE.txt Modified: head/science/hdf5/Makefile head/science/hdf5/distinfo head/science/hdf5/pkg-plist Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Tue Nov 22 18:42:47 2016 (r426843) +++ head/science/hdf5/Makefile Tue Nov 22 18:42:51 2016 (r426844) @@ -3,10 +3,13 @@ PORTNAME= hdf5 PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ - ftp://www.hdfgroup.org/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ +MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ + ftp://support.hdfgroup.org/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ LOCAL/sunpoet +DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) Modified: head/science/hdf5/distinfo ============================================================================== --- head/science/hdf5/distinfo Tue Nov 22 18:42:47 2016 (r426843) +++ head/science/hdf5/distinfo Tue Nov 22 18:42:51 2016 (r426844) @@ -1,2 +1,3 @@ -SHA256 (hdf5-1.10.0.tar.bz2) = 31ff70dc7c7317066ab3bda3eec4498a8b099c69c1271b008ed3df388e743d28 -SIZE (hdf5-1.10.0.tar.bz2) = 11239053 +TIMESTAMP = 1479825372 +SHA256 (hdf5-1.10.0-patch1.tar.bz2) = f772264dd853dceb18855418a81c63c9cdcca7bcd075b9c54eb516af006fdfba +SIZE (hdf5-1.10.0-patch1.tar.bz2) = 11233647 Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Tue Nov 22 18:42:47 2016 (r426843) +++ head/science/hdf5/pkg-plist Tue Nov 22 18:42:51 2016 (r426844) @@ -127,7 +127,7 @@ lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so lib/libhdf5.so.100 -lib/libhdf5.so.100.0.0 +lib/libhdf5.so.100.0.1 lib/libhdf5_cpp.a lib/libhdf5_cpp.so lib/libhdf5_cpp.so.100 From owner-svn-ports-all@freebsd.org Tue Nov 22 18:42: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 325EAC4FA1B; Tue, 22 Nov 2016 18:42:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6B111A2D; Tue, 22 Nov 2016 18:42: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 uAMIgukt084880; Tue, 22 Nov 2016 18:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIguV1084876; Tue, 22 Nov 2016 18:42:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221842.uAMIguV1084876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426845 - head/science/netcdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:42:58 -0000 Author: sunpoet Date: Tue Nov 22 18:42:56 2016 New Revision: 426845 URL: https://svnweb.freebsd.org/changeset/ports/426845 Log: - Update to 4.4.1.1 Changes: https://github.com/Unidata/netcdf-c/releases Modified: head/science/netcdf/Makefile head/science/netcdf/distinfo head/science/netcdf/pkg-plist Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Tue Nov 22 18:42:51 2016 (r426844) +++ head/science/netcdf/Makefile Tue Nov 22 18:42:56 2016 (r426845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netcdf -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.1.1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ Modified: head/science/netcdf/distinfo ============================================================================== --- head/science/netcdf/distinfo Tue Nov 22 18:42:51 2016 (r426844) +++ head/science/netcdf/distinfo Tue Nov 22 18:42:56 2016 (r426845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475152730 -SHA256 (netcdf-4.4.1.tar.gz) = 8915cc69817f7af6165fbe69a8d1dfe21d5929d7cca9d10b10f568669ec6b342 -SIZE (netcdf-4.4.1.tar.gz) = 5299635 +TIMESTAMP = 1479797946 +SHA256 (netcdf-4.4.1.1.tar.gz) = 4d44c6f4d02a8faf10ea619bfe1ba8224cd993024f4da12988c7465f663c8cae +SIZE (netcdf-4.4.1.1.tar.gz) = 5250973 Modified: head/science/netcdf/pkg-plist ============================================================================== --- head/science/netcdf/pkg-plist Tue Nov 22 18:42:51 2016 (r426844) +++ head/science/netcdf/pkg-plist Tue Nov 22 18:42:56 2016 (r426845) @@ -10,7 +10,7 @@ lib/libnetcdf.a lib/libnetcdf.settings lib/libnetcdf.so lib/libnetcdf.so.11 -lib/libnetcdf.so.11.0.3 +lib/libnetcdf.so.11.0.4 libdata/pkgconfig/netcdf.pc man/man1/nccopy.1.gz man/man1/ncdump.1.gz From owner-svn-ports-all@freebsd.org Tue Nov 22 18:43: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 00B6BC4FA39; Tue, 22 Nov 2016 18:43: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 BF9D71B14; Tue, 22 Nov 2016 18:43:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIh0Ox085002; Tue, 22 Nov 2016 18:43:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIh07D085000; Tue, 22 Nov 2016 18:43:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIh07D085000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426846 - head/net/p5-GeoIP2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:43:02 -0000 Author: sunpoet Date: Tue Nov 22 18:43:00 2016 New Revision: 426846 URL: https://svnweb.freebsd.org/changeset/ports/426846 Log: - Update to 2.003002 Changes: http://search.cpan.org/dist/GeoIP2/Changes Modified: head/net/p5-GeoIP2/Makefile head/net/p5-GeoIP2/distinfo Modified: head/net/p5-GeoIP2/Makefile ============================================================================== --- head/net/p5-GeoIP2/Makefile Tue Nov 22 18:42:56 2016 (r426845) +++ head/net/p5-GeoIP2/Makefile Tue Nov 22 18:43:00 2016 (r426846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP2 -PORTVERSION= 2.003001 +PORTVERSION= 2.003002 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND Modified: head/net/p5-GeoIP2/distinfo ============================================================================== --- head/net/p5-GeoIP2/distinfo Tue Nov 22 18:42:56 2016 (r426845) +++ head/net/p5-GeoIP2/distinfo Tue Nov 22 18:43:00 2016 (r426846) @@ -1,2 +1,3 @@ -SHA256 (GeoIP2-2.003001.tar.gz) = c079230b6ca7cb98c3ddf1f08a826317383ddc002b37ef474673c19d9da86458 -SIZE (GeoIP2-2.003001.tar.gz) = 291057 +TIMESTAMP = 1479797938 +SHA256 (GeoIP2-2.003002.tar.gz) = 91deba68521010d8c0ddfb61d53a69feb28110a36c82ee043afd578df4c14377 +SIZE (GeoIP2-2.003002.tar.gz) = 315127 From owner-svn-ports-all@freebsd.org Tue Nov 22 18:43: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 7437AC4FA66; Tue, 22 Nov 2016 18:43:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C31A1C07; Tue, 22 Nov 2016 18:43: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 uAMIh5XT085189; Tue, 22 Nov 2016 18:43:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIh5ZL085183; Tue, 22 Nov 2016 18:43:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIh5ZL085183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426847 - in head/benchmarks/iperf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:43:06 -0000 Author: sunpoet Date: Tue Nov 22 18:43:04 2016 New Revision: 426847 URL: https://svnweb.freebsd.org/changeset/ports/426847 Log: - Update to 2.0.9 - While I'm here, update WWW Changes: https://sourceforge.net/projects/iperf2/files/readme.txt/view PR: 213241 Submitted by: arved Deleted: head/benchmarks/iperf/files/patch-src_Client.cpp Modified: head/benchmarks/iperf/Makefile head/benchmarks/iperf/distinfo head/benchmarks/iperf/pkg-descr Modified: head/benchmarks/iperf/Makefile ============================================================================== --- head/benchmarks/iperf/Makefile Tue Nov 22 18:43:00 2016 (r426846) +++ head/benchmarks/iperf/Makefile Tue Nov 22 18:43:04 2016 (r426847) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.9 CATEGORIES= benchmarks -MASTER_SITES= SF/${PORTNAME} +MASTER_SITES= SF/${PORTNAME}2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool to measure maximum TCP and UDP bandwidth Modified: head/benchmarks/iperf/distinfo ============================================================================== --- head/benchmarks/iperf/distinfo Tue Nov 22 18:43:00 2016 (r426846) +++ head/benchmarks/iperf/distinfo Tue Nov 22 18:43:04 2016 (r426847) @@ -1,2 +1,3 @@ -SHA256 (iperf-2.0.5.tar.gz) = 636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b -SIZE (iperf-2.0.5.tar.gz) = 248583 +TIMESTAMP = 1479828112 +SHA256 (iperf-2.0.9.tar.gz) = db02911f35686e808ed247160dfa766e08ae3f59d1e7dcedef0ffb2a6643f0bf +SIZE (iperf-2.0.9.tar.gz) = 279153 Modified: head/benchmarks/iperf/pkg-descr ============================================================================== --- head/benchmarks/iperf/pkg-descr Tue Nov 22 18:43:00 2016 (r426846) +++ head/benchmarks/iperf/pkg-descr Tue Nov 22 18:43:04 2016 (r426847) @@ -9,4 +9,4 @@ Iperf is a tool to measure maximum TCP b the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss. -WWW: http://iperf.sourceforge.net/ +WWW: https://sourceforge.net/projects/iperf2/ From owner-svn-ports-all@freebsd.org Tue Nov 22 18:43: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 85DECC4FB2A; Tue, 22 Nov 2016 18:43:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472FD1E1D; Tue, 22 Nov 2016 18:43:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIhEqf085456; Tue, 22 Nov 2016 18:43:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIhEPg085454; Tue, 22 Nov 2016 18:43:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIhEPg085454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426849 - head/textproc/p5-Text-Reflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:43:15 -0000 Author: sunpoet Date: Tue Nov 22 18:43:13 2016 New Revision: 426849 URL: https://svnweb.freebsd.org/changeset/ports/426849 Log: - Update to 1.12 Changes: http://search.cpan.org/dist/Text-Reflow/Changes Modified: head/textproc/p5-Text-Reflow/Makefile head/textproc/p5-Text-Reflow/distinfo Modified: head/textproc/p5-Text-Reflow/Makefile ============================================================================== --- head/textproc/p5-Text-Reflow/Makefile Tue Nov 22 18:43:09 2016 (r426848) +++ head/textproc/p5-Text-Reflow/Makefile Tue Nov 22 18:43:13 2016 (r426849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Reflow -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-Reflow/distinfo ============================================================================== --- head/textproc/p5-Text-Reflow/distinfo Tue Nov 22 18:43:09 2016 (r426848) +++ head/textproc/p5-Text-Reflow/distinfo Tue Nov 22 18:43:13 2016 (r426849) @@ -1,2 +1,3 @@ -SHA256 (Text-Reflow-1.11.tar.gz) = 27558e399546aa7f968c8412b6289030a5cab5e23cd3e59e1f417563e67bbec0 -SIZE (Text-Reflow-1.11.tar.gz) = 16120 +TIMESTAMP = 1479797953 +SHA256 (Text-Reflow-1.12.tar.gz) = 371ee717d294f377f677f347ee6c7976a03f730c9a11472243d0f195bf53a9ec +SIZE (Text-Reflow-1.12.tar.gz) = 15705 From owner-svn-ports-all@freebsd.org Tue Nov 22 18:43: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 BCE58C4FAEB; Tue, 22 Nov 2016 18:43: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 81A701CEF; Tue, 22 Nov 2016 18:43:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIh9pP085320; Tue, 22 Nov 2016 18:43:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIh9XB085319; Tue, 22 Nov 2016 18:43:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIh9XB085319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426848 - head/net/mtr/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:43:10 -0000 Author: sunpoet Date: Tue Nov 22 18:43:09 2016 New Revision: 426848 URL: https://svnweb.freebsd.org/changeset/ports/426848 Log: - Fix build with IPV6 disabled Obtained from: https://github.com/traviscross/mtr/commit/3d1352ca93efca2f8c4be7ccd16cbe2472b4fff0 PR: 214731 [1] Submitted by: [1], Iain Grant (via email) Added: head/net/mtr/files/ head/net/mtr/files/patch-net.c (contents, props changed) Added: head/net/mtr/files/patch-net.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mtr/files/patch-net.c Tue Nov 22 18:43:09 2016 (r426848) @@ -0,0 +1,66 @@ +--- net.c.orig 2016-08-01 13:07:58 UTC ++++ net.c +@@ -320,9 +320,11 @@ void net_send_tcp(int index) + struct sockaddr_storage local; + struct sockaddr_storage remote; + struct sockaddr_in *local4 = (struct sockaddr_in *) &local; +- struct sockaddr_in6 *local6 = (struct sockaddr_in6 *) &local; + struct sockaddr_in *remote4 = (struct sockaddr_in *) &remote; ++#ifdef ENABLE_IPV6 ++ struct sockaddr_in6 *local6 = (struct sockaddr_in6 *) &local; + struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; ++#endif + socklen_t len; + + ttl = index + 1; +@@ -437,9 +439,11 @@ void net_send_sctp(int index) + struct sockaddr_storage local; + struct sockaddr_storage remote; + struct sockaddr_in *local4 = (struct sockaddr_in *) &local; +- struct sockaddr_in6 *local6 = (struct sockaddr_in6 *) &local; + struct sockaddr_in *remote4 = (struct sockaddr_in *) &remote; ++#ifdef ENABLE_IPV6 ++ struct sockaddr_in6 *local6 = (struct sockaddr_in6 *) &local; + struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; ++#endif + socklen_t len; + + ttl = index + 1; +@@ -726,8 +730,12 @@ void net_send_query(int index) + + /* sendto() assumes packet length includes the IPv4 header but not the + IPv6 header. */ +- spacketsize = abs(packetsize) - +- ( ( af == AF_INET ) ? 0 : sizeof (struct ip6_hdr) ); ++ spacketsize = abs(packetsize) ++#ifdef ENABLE_IPV6 ++ - ( ( af == AF_INET ) ? 0 : sizeof (struct ip6_hdr) ) ++#endif ++ ; ++ + rv = sendto(sendsock, packet, spacketsize, 0, remotesockaddr, salen); + if (first && (rv < 0) && ((errno == EINVAL) || (errno == EMSGSIZE))) { + /* Try the first packet again using host byte order. */ +@@ -1529,17 +1537,17 @@ void net_reset(void) + + int net_set_interfaceaddress_udp() + { ++ struct sockaddr_in * sa4; ++ struct sockaddr_storage remote; ++ struct sockaddr_in *remote4 = (struct sockaddr_in *) &remote; + #ifdef ENABLE_IPV6 + struct sockaddr_storage name_struct; ++ struct sockaddr_in6 * sa6; ++ struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; + #else + struct sockaddr_in name_struct; + #endif +- struct sockaddr_in * sa4; +- struct sockaddr_in6 * sa6; + struct sockaddr * name = (struct sockaddr *) &name_struct; +- struct sockaddr_storage remote; +- struct sockaddr_in *remote4 = (struct sockaddr_in *) &remote; +- struct sockaddr_in6 *remote6 = (struct sockaddr_in6 *) &remote; + socklen_t len; + int s; + From owner-svn-ports-all@freebsd.org Tue Nov 22 18: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 08568C4FB52; Tue, 22 Nov 2016 18:43:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB1271F12; Tue, 22 Nov 2016 18:43: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 uAMIhIdo085586; Tue, 22 Nov 2016 18:43:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIhIOB085583; Tue, 22 Nov 2016 18:43:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIhIOB085583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426850 - head/textproc/es-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 18:43:20 -0000 Author: sunpoet Date: Tue Nov 22 18:43:18 2016 New Revision: 426850 URL: https://svnweb.freebsd.org/changeset/ports/426850 Log: - Update to 20140516 - Update WWW - Add PORTSCOUT Modified: head/textproc/es-mythes/Makefile head/textproc/es-mythes/distinfo head/textproc/es-mythes/pkg-descr Modified: head/textproc/es-mythes/Makefile ============================================================================== --- head/textproc/es-mythes/Makefile Tue Nov 22 18:43:13 2016 (r426849) +++ head/textproc/es-mythes/Makefile Tue Nov 22 18:43:18 2016 (r426850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 20140423 +PORTVERSION= 20140516 CATEGORIES= textproc spanish MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= es- @@ -13,6 +13,8 @@ COMMENT= Spanish thesaurus LICENSE= LGPL21 +PORTSCOUT= skipv:20140531 + NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/es-mythes/distinfo ============================================================================== --- head/textproc/es-mythes/distinfo Tue Nov 22 18:43:13 2016 (r426849) +++ head/textproc/es-mythes/distinfo Tue Nov 22 18:43:18 2016 (r426850) @@ -1,2 +1,3 @@ -SHA256 (mythes/OOo2-thes_es_ES-20140423.tar.bz2) = 38c58bb492fa1667209d8fa4231c6e043bc4096fe0983aae63d91fb7b869da7b -SIZE (mythes/OOo2-thes_es_ES-20140423.tar.bz2) = 830632 +TIMESTAMP = 1479829203 +SHA256 (mythes/OOo2-thes_es_ES-20140516.tar.bz2) = 38c58bb492fa1667209d8fa4231c6e043bc4096fe0983aae63d91fb7b869da7b +SIZE (mythes/OOo2-thes_es_ES-20140516.tar.bz2) = 830632 Modified: head/textproc/es-mythes/pkg-descr ============================================================================== --- head/textproc/es-mythes/pkg-descr Tue Nov 22 18:43:13 2016 (r426849) +++ head/textproc/es-mythes/pkg-descr Tue Nov 22 18:43:18 2016 (r426850) @@ -1,3 +1,3 @@ Spanish thesaurus -WWW: http://openthes-es.berlios.de/ +WWW: http://openoffice-es.sourceforge.net/thesaurus/ From owner-svn-ports-all@freebsd.org Tue Nov 22 18:43: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 38F86C4FB77; Tue, 22 Nov 2016 18:43: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 F120F6C; Tue, 22 Nov 2016 18:43: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 uAMIhNR6085689; Tue, 22 Nov 2016 18:43:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIhNfh085688; Tue, 22 Nov 2016 18:43:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIhNfh085688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426851 - head/textproc/it-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 18:43:24 -0000 Author: sunpoet Date: Tue Nov 22 18:43:22 2016 New Revision: 426851 URL: https://svnweb.freebsd.org/changeset/ports/426851 Log: - Update MASTER_SITES: use abbreviation Modified: head/textproc/it-hunspell/Makefile Modified: head/textproc/it-hunspell/Makefile ============================================================================== --- head/textproc/it-hunspell/Makefile Tue Nov 22 18:43:18 2016 (r426850) +++ head/textproc/it-hunspell/Makefile Tue Nov 22 18:43:22 2016 (r426851) @@ -3,7 +3,7 @@ PORTNAME= hunspell PORTVERSION= 2016.02.10 CATEGORIES= textproc -MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/14/ +MASTER_SITES= SF/aoo-extensions/1204/14/ PKGNAMEPREFIX= it- DISTNAME= dict-it EXTRACT_SUFX= .oxt From owner-svn-ports-all@freebsd.org Tue Nov 22 18:43: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 17706C4FBA3; Tue, 22 Nov 2016 18:43: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 A5F981BC; Tue, 22 Nov 2016 18:43: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 uAMIhR9k085849; Tue, 22 Nov 2016 18:43:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIhRNo085845; Tue, 22 Nov 2016 18:43:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221843.uAMIhRNo085845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:43:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426852 - in head/textproc: . cs-hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 18:43:29 -0000 Author: sunpoet Date: Tue Nov 22 18:43:27 2016 New Revision: 426852 URL: https://svnweb.freebsd.org/changeset/ports/426852 Log: - Add cs-hunspell 2.0 Czech hunspell dictionaries WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz PR: 212568 (based) Submitted by: Added: head/textproc/cs-hunspell/ head/textproc/cs-hunspell/Makefile (contents, props changed) head/textproc/cs-hunspell/distinfo (contents, props changed) head/textproc/cs-hunspell/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 22 18:43:22 2016 (r426851) +++ head/textproc/Makefile Tue Nov 22 18:43:27 2016 (r426852) @@ -92,6 +92,7 @@ SUBDIR += consul-template SUBDIR += crimson SUBDIR += cs-aspell + SUBDIR += cs-hunspell SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex Added: head/textproc/cs-hunspell/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hunspell/Makefile Tue Nov 22 18:43:27 2016 (r426852) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= hunspell +PORTVERSION= 2.0 +CATEGORIES= textproc +MASTER_SITES= SF/aoo-extensions/1078/0/ +PKGNAMEPREFIX= cs- +DISTNAME= dict-cs-${PORTVERSION} +EXTRACT_SUFX= .oxt +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= office@FreeBSD.org +COMMENT= Czech hunspell dictionaries + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= %%DATADIR%%/cs_CZ.aff \ + %%DATADIR%%/cs_CZ.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/cs_CZ.aff ${WRKSRC}/cs_CZ.dic ${STAGEDIR}${DATADIR}/ + +.include Added: head/textproc/cs-hunspell/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hunspell/distinfo Tue Nov 22 18:43:27 2016 (r426852) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479830713 +SHA256 (hunspell/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462 +SIZE (hunspell/dict-cs-2.0.oxt) = 1440618 Added: head/textproc/cs-hunspell/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hunspell/pkg-descr Tue Nov 22 18:43:27 2016 (r426852) @@ -0,0 +1,3 @@ +Czech hunspell dictionaries + +WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz From owner-svn-ports-all@freebsd.org Tue Nov 22 18:44: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 4AB74C4FC8F; Tue, 22 Nov 2016 18:44: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 ED30F648; Tue, 22 Nov 2016 18:44: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 uAMIiQ7n086090; Tue, 22 Nov 2016 18:44:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIiPoc086086; Tue, 22 Nov 2016 18:44:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221844.uAMIiPoc086086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426853 - in head/textproc: . cs-hyphen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:44:27 -0000 Author: sunpoet Date: Tue Nov 22 18:44:25 2016 New Revision: 426853 URL: https://svnweb.freebsd.org/changeset/ports/426853 Log: - Add cs-hyphen 2.0 Czech hyphenation rules WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz Added: head/textproc/cs-hyphen/ head/textproc/cs-hyphen/Makefile (contents, props changed) head/textproc/cs-hyphen/distinfo (contents, props changed) head/textproc/cs-hyphen/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 22 18:43:27 2016 (r426852) +++ head/textproc/Makefile Tue Nov 22 18:44:25 2016 (r426853) @@ -93,6 +93,7 @@ SUBDIR += crimson SUBDIR += cs-aspell SUBDIR += cs-hunspell + SUBDIR += cs-hyphen SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex Added: head/textproc/cs-hyphen/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hyphen/Makefile Tue Nov 22 18:44:25 2016 (r426853) @@ -0,0 +1,26 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= hyphen +PORTVERSION= 2.0 +CATEGORIES= textproc +MASTER_SITES= SF/aoo-extensions/1078/0/ +PKGNAMEPREFIX= cs- +DISTNAME= dict-cs-${PORTVERSION} +EXTRACT_SUFX= .oxt +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= office@FreeBSD.org +COMMENT= Czech hyphenation rules + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= %%DATADIR%%/hyph_cs_CZ.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_cs_CZ.dic ${STAGEDIR}${DATADIR}/ + +.include Added: head/textproc/cs-hyphen/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hyphen/distinfo Tue Nov 22 18:44:25 2016 (r426853) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479831358 +SHA256 (hyphen/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462 +SIZE (hyphen/dict-cs-2.0.oxt) = 1440618 Added: head/textproc/cs-hyphen/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/cs-hyphen/pkg-descr Tue Nov 22 18:44:25 2016 (r426853) @@ -0,0 +1,3 @@ +Czech hyphenation rules + +WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz From owner-svn-ports-all@freebsd.org Tue Nov 22 18:47: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 9C1B6C4FF6C; Tue, 22 Nov 2016 18:47:54 +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 6B7A9B3C; Tue, 22 Nov 2016 18:47:54 +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 uAMIlrA5086345; Tue, 22 Nov 2016 18:47:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIlrPn086344; Tue, 22 Nov 2016 18:47:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611221847.uAMIlrPn086344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 22 Nov 2016 18:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426854 - head/sysutils/acpi_call X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 18:47:54 -0000 Author: linimon Date: Tue Nov 22 18:47:53 2016 New Revision: 426854 URL: https://svnweb.freebsd.org/changeset/ports/426854 Log: Some aarch64 servers apparently have ACPI. Attempt to build on aarch64 just to see. (It should not hurt anything.) Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/acpi_call/Makefile Modified: head/sysutils/acpi_call/Makefile ============================================================================== --- head/sysutils/acpi_call/Makefile Tue Nov 22 18:44:25 2016 (r426853) +++ head/sysutils/acpi_call/Makefile Tue Nov 22 18:47:53 2016 (r426854) @@ -12,8 +12,8 @@ COMMENT= Kernel module for calling ACPI LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 i386 ia64 -ONLY_FOR_ARCHS_REASON= not relevant for non-x86-derived architectures +ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS_REASON= not relevant for most non-x86-derived architectures USES= kmod From owner-svn-ports-all@freebsd.org Tue Nov 22 19:10: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 15DA7C50441; Tue, 22 Nov 2016 19:10:24 +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 81F241641; Tue, 22 Nov 2016 19:10:23 +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 uAMJAMm8099184; Tue, 22 Nov 2016 19:10:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMJAMW8099177; Tue, 22 Nov 2016 19:10:22 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611221910.uAMJAMW8099177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 22 Nov 2016 19:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426855 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 19:10:24 -0000 Author: rene Date: Tue Nov 22 19:10:21 2016 New Revision: 426855 URL: https://svnweb.freebsd.org/changeset/ports/426855 Log: www/chromium: update to 54.0.2840.100 Submitted by: clutton Reviewed by: cpm, rene Obtained from: https://github.com/paranormal/ MFH: 2016Q4 Security: https://vuxml.freebsd.org/freebsd/769ba449-79e1-11e6-bf75-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/653a8059-7c49-11e6-9242-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9c135c7e-9fa4-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9118961b-9fa5-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/ae9cb9b8-a203-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/a3473f5a-a739-11e6-afaa-e8e0b747a45a.html Differential Revision: https://reviews.freebsd.org/D8517 Added: head/www/chromium/files/extra-patch-10 (contents, props changed) head/www/chromium/files/patch-BUILD.gn (contents, props changed) head/www/chromium/files/patch-base_BUILD.gn (contents, props changed) head/www/chromium/files/patch-base_allocator_BUILD.gn (contents, props changed) head/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc (contents, props changed) head/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h (contents, props changed) head/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc (contents, props changed) head/www/chromium/files/patch-base_debug_proc__maps__linux.cc (contents, props changed) head/www/chromium/files/patch-base_files_file__path__unittest.cc (contents, props changed) head/www/chromium/files/patch-base_files_file__util.h (contents, props changed) head/www/chromium/files/patch-base_linux__util.cc (contents, props changed) head/www/chromium/files/patch-base_native__library__posix.cc (contents, props changed) head/www/chromium/files/patch-base_process_launch__posix.cc (contents, props changed) head/www/chromium/files/patch-base_process_memory.h (contents, props changed) head/www/chromium/files/patch-base_process_process__handle__freebsd.cc (contents, props changed) head/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc (contents, props changed) head/www/chromium/files/patch-base_test_BUILD.gn (contents, props changed) head/www/chromium/files/patch-base_test_test__file__util__posix.cc (contents, props changed) head/www/chromium/files/patch-base_third__party_libevent_BUILD.gn (contents, props changed) head/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc (contents, props changed) head/www/chromium/files/patch-breakpad_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_BUILDCONFIG.gn (contents, props changed) head/www/chromium/files/patch-build_config_allocator.gni (contents, props changed) head/www/chromium/files/patch-build_config_clang_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_compiler_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_crypto.gni (contents, props changed) head/www/chromium/files/patch-build_config_features.gni (contents, props changed) head/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_linux_pkg-config.py (contents, props changed) head/www/chromium/files/patch-build_config_sanitizers_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni (contents, props changed) head/www/chromium/files/patch-build_config_ui.gni (contents, props changed) head/www/chromium/files/patch-build_linux_libpci_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_secondary_third__party_nss_BUILD.gn (contents, props changed) head/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni (contents, props changed) head/www/chromium/files/patch-build_toolchain_get__concurrent__links.py (contents, props changed) head/www/chromium/files/patch-chrome_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_app_chrome__command__ids.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_browser_browser__process__impl.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_browser__process__impl.h (contents, props changed) head/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_browser_ui_libgtk2ui_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_common_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_common_extensions_api_schemas.gni (contents, props changed) head/www/chromium/files/patch-chrome_common_features.gni (contents, props changed) head/www/chromium/files/patch-chrome_common_variations_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chrome_test_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chromecast_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chromecast_browser_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn (contents, props changed) head/www/chromium/files/patch-chromecast_crash_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc (contents, props changed) head/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.h (contents, props changed) head/www/chromium/files/patch-components_crash_content_app_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_crash_content_browser_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_gcm__driver_gcm__client.h (contents, props changed) head/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc (contents, props changed) head/www/chromium/files/patch-components_metrics_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_os__crypt_os__crypt.h (contents, props changed) head/www/chromium/files/patch-components_plugins_renderer_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_policy_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_storage__monitor_BUILD.gn (contents, props changed) head/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc (contents, props changed) head/www/chromium/files/patch-components_variations_proto_study.proto (contents, props changed) head/www/chromium/files/patch-content_app_BUILD.gn (contents, props changed) head/www/chromium/files/patch-content_browser_BUILD.gn (contents, props changed) head/www/chromium/files/patch-content_browser_device__sensors_data__fetcher__shared__memory.h (contents, props changed) head/www/chromium/files/patch-content_browser_devtools_protocol_color__picker.cc (contents, props changed) head/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h (contents, props changed) head/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc (contents, props changed) head/www/chromium/files/patch-content_browser_media_media__internals.cc (contents, props changed) head/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__device__client.cc (contents, props changed) head/www/chromium/files/patch-content_browser_tracing_tracing__controller__impl.cc (contents, props changed) head/www/chromium/files/patch-content_common_BUILD.gn (contents, props changed) head/www/chromium/files/patch-content_gpu_BUILD.gn (contents, props changed) head/www/chromium/files/patch-content_public_common_child__process__host.h (contents, props changed) head/www/chromium/files/patch-content_shell_BUILD.gn (contents, props changed) head/www/chromium/files/patch-content_test_BUILD.gn (contents, props changed) head/www/chromium/files/patch-device_BUILD.gn (contents, props changed) head/www/chromium/files/patch-device_battery_BUILD.gn (contents, props changed) head/www/chromium/files/patch-device_geolocation_BUILD.gn (contents, props changed) head/www/chromium/files/patch-device_geolocation_location__arbitrator__impl.cc (contents, props changed) head/www/chromium/files/patch-device_hid_BUILD.gn (contents, props changed) head/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__manager.h (contents, props changed) head/www/chromium/files/patch-device_serial_BUILD.gn (contents, props changed) head/www/chromium/files/patch-extensions_browser_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_config_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_gles2__conform__support_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_gles2__conform__support_native_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_ipc_client_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_ipc_service_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_tools_compositor__model__bench_BUILD.gn (contents, props changed) head/www/chromium/files/patch-gpu_vulkan_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ipc_ipc__channel.h (contents, props changed) head/www/chromium/files/patch-ipc_ipc__channel__posix.cc (contents, props changed) head/www/chromium/files/patch-ipc_ipc__channel__posix.h (contents, props changed) head/www/chromium/files/patch-media_audio_BUILD.gn (contents, props changed) head/www/chromium/files/patch-media_base_BUILD.gn (contents, props changed) head/www/chromium/files/patch-media_capture_BUILD.gn (contents, props changed) head/www/chromium/files/patch-media_cast_BUILD.gn (contents, props changed) head/www/chromium/files/patch-media_cdm_ppapi_ppapi__cdm__adapter.gni (contents, props changed) head/www/chromium/files/patch-mojo_BUILD.gn (contents, props changed) head/www/chromium/files/patch-mojo_edk_test_BUILD.gn (contents, props changed) head/www/chromium/files/patch-native__client__sdk_src_BUILD.gn (contents, props changed) head/www/chromium/files/patch-net_BUILD.gn (contents, props changed) head/www/chromium/files/patch-net_base_network__change__notifier.h (contents, props changed) head/www/chromium/files/patch-ppapi_tests_extensions_BUILD.gn (contents, props changed) head/www/chromium/files/patch-printing_BUILD.gn (contents, props changed) head/www/chromium/files/patch-printing_cups__config__helper.py (contents, props changed) head/www/chromium/files/patch-remoting_host_BUILD.gn (contents, props changed) head/www/chromium/files/patch-sdch_BUILD.gn (contents, props changed) head/www/chromium/files/patch-services_shell_standalone_context.cc (contents, props changed) head/www/chromium/files/patch-services_ui_ws_BUILD.gn (contents, props changed) head/www/chromium/files/patch-skia_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_core_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_SimpleFontData.cpp (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_web_PopupMenuImpl.cpp (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_wtf_Assertions.cpp (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_wtf_Atomics.h (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_wtf_ContainerAnnotations.h (contents, props changed) head/www/chromium/files/patch-third__party_WebKit_Source_wtf_ThreadingPthreads.cpp (contents, props changed) head/www/chromium/files/patch-third__party_angle_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_angle_build_angle__common.gni (contents, props changed) head/www/chromium/files/patch-third__party_angle_src_tests_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_boringssl_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_boringssl_src_crypto_ex__data.c (contents, props changed) head/www/chromium/files/patch-third__party_cython_rules.gni (contents, props changed) head/www/chromium/files/patch-third__party_expat_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_ffmpeg_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_fontconfig_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_freetype2_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_glslang_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_libusb_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_libxml_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_libxslt_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_mesa_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_minigbm_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_opus_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_pdfium_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_pdfium_skia_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_sqlite_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_usrsctp_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_webrtc_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_webrtc_modules_video__coding_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__non__darwin__unix.cc (contents, props changed) head/www/chromium/files/patch-third__party_widevine_cdm_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_yasm_BUILD.gn (contents, props changed) head/www/chromium/files/patch-third__party_zlib_BUILD.gn (contents, props changed) head/www/chromium/files/patch-tools_battor__agent_BUILD.gn (contents, props changed) head/www/chromium/files/patch-tools_gn_args.cc (contents, props changed) head/www/chromium/files/patch-tools_gn_bootstrap_bootstrap.py (contents, props changed) head/www/chromium/files/patch-tools_gn_gn__unittests.isolate (contents, props changed) head/www/chromium/files/patch-ui_app__list_views_app__list__item__view.cc (contents, props changed) head/www/chromium/files/patch-ui_aura_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_base_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_base_ime_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_base_ui__features.gni (contents, props changed) head/www/chromium/files/patch-ui_compositor_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_gfx_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_gl_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_views_BUILD.gn (contents, props changed) head/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn (contents, props changed) head/www/chromium/files/patch-v8_BUILD.gn (contents, props changed) Deleted: head/www/chromium/files/extra-patch-fixup-ffmpeg head/www/chromium/files/extra-patch-libusb-pc head/www/chromium/files/patch-base_base.gyp head/www/chromium/files/patch-base_base.gypi head/www/chromium/files/patch-base_process_memory.cc head/www/chromium/files/patch-base_third__party_libevent_libevent.gyp head/www/chromium/files/patch-base_threading_platform__thread__linux.cc head/www/chromium/files/patch-build_common.gypi head/www/chromium/files/patch-build_filename__rules.gypi head/www/chromium/files/patch-build_linux_system.gyp head/www/chromium/files/patch-build_linux_unbundle_libwebp.gyp head/www/chromium/files/patch-chrome_browser_browser__resources.grd head/www/chromium/files/patch-chrome_browser_extensions_window__open__apitest.cc head/www/chromium/files/patch-chrome_browser_ui_panels_panel__manager.cc head/www/chromium/files/patch-chrome_browser_ui_views_panels_panel__frame__view.cc head/www/chromium/files/patch-chrome_chrome__browser.gypi head/www/chromium/files/patch-chrome_chrome__browser__extensions.gypi head/www/chromium/files/patch-chrome_chrome__browser__ui.gypi head/www/chromium/files/patch-chrome_chrome__common.gypi head/www/chromium/files/patch-chrome_chrome__exe.gypi head/www/chromium/files/patch-chrome_chrome__resources.gyp head/www/chromium/files/patch-chrome_common_component__flash__hint__file__linux.h head/www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi head/www/chromium/files/patch-chrome_common_variations_fieldtrial__testing__config.gyp head/www/chromium/files/patch-components_dom__distiller_core_page__features.cc head/www/chromium/files/patch-components_storage__monitor.gypi head/www/chromium/files/patch-content_browser_geolocation_location__arbitrator__impl.cc head/www/chromium/files/patch-content_browser_geolocation_wifi__data__provider__freebsd.cc head/www/chromium/files/patch-content_browser_geolocation_wifi__data__provider__freebsd.h head/www/chromium/files/patch-content_browser_indexed__db_indexed__db__backing__store.cc head/www/chromium/files/patch-content_content__browser.gypi head/www/chromium/files/patch-content_content__common.gypi head/www/chromium/files/patch-content_content__tests.gypi head/www/chromium/files/patch-content_renderer_media_webrtc__audio__renderer.cc head/www/chromium/files/patch-device_hid_hid.gyp head/www/chromium/files/patch-device_serial_serial.gyp head/www/chromium/files/patch-device_usb_usb.gyp head/www/chromium/files/patch-gpu_gpu__config.gypi head/www/chromium/files/patch-gpu_gpu__ipc__service.gypi head/www/chromium/files/patch-media_base_audio__splicer.cc head/www/chromium/files/patch-media_capture_video_video__capture__device.cc head/www/chromium/files/patch-media_capture_video_video__capture__device.h head/www/chromium/files/patch-media_filters_decrypting__audio__decoder.cc head/www/chromium/files/patch-media_media.gyp head/www/chromium/files/patch-native__client_build_common.gypi head/www/chromium/files/patch-native__client_src_shared_platform_platform.gyp head/www/chromium/files/patch-net_base_address__tracker__linux.cc head/www/chromium/files/patch-net_dns_dns__session.cc head/www/chromium/files/patch-net_net.gyp head/www/chromium/files/patch-net_net.gypi head/www/chromium/files/patch-net_net__common.gypi head/www/chromium/files/patch-net_quic_congestion__control_rtt__stats.cc head/www/chromium/files/patch-printing_backend_print__backend__cups.cc head/www/chromium/files/patch-printing_printing.gyp head/www/chromium/files/patch-remoting_remoting__host.gypi head/www/chromium/files/patch-services_shell_public_cpp_lib_initialize__base__and__icu.cc head/www/chromium/files/patch-services_shell_runner_init.cc head/www/chromium/files/patch-skia_skia__chrome.gypi head/www/chromium/files/patch-skia_skia__common.gypi head/www/chromium/files/patch-sync_util_get__session__name.cc head/www/chromium/files/patch-sync_util_get__session__name__linux.cc head/www/chromium/files/patch-third__party_WebKit_Source_core_core.gyp head/www/chromium/files/patch-third__party_WebKit_Source_platform_blink__platform.gyp head/www/chromium/files/patch-third__party_WebKit_Source_platform_image-decoders_png_PNGImageDecoder.cpp head/www/chromium/files/patch-third__party_WebKit_Source_platform_text_CharacterPropertyDataGenerator.cpp head/www/chromium/files/patch-third__party_WebKit_Source_web_web.gyp head/www/chromium/files/patch-third__party_WebKit_Source_wtf_wtf.gyp head/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gypi head/www/chromium/files/patch-third__party_jsoncpp_jsoncpp.gyp head/www/chromium/files/patch-third__party_khronos_khronos.gyp head/www/chromium/files/patch-third__party_libXNVCtrl_libXNVCtrl.gyp head/www/chromium/files/patch-third__party_libjingle_libjingle.gyp head/www/chromium/files/patch-third__party_libjpeg_libjpeg.gyp head/www/chromium/files/patch-third__party_libphonenumber_libphonenumber.gyp head/www/chromium/files/patch-third__party_libusb_libusb.gyp head/www/chromium/files/patch-third__party_libxml_libxml.gyp head/www/chromium/files/patch-third__party_libxslt_libxslt.gyp head/www/chromium/files/patch-third__party_pdfium_build__gyp_standalone.gypi head/www/chromium/files/patch-third__party_pdfium_pdfium.gyp head/www/chromium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h head/www/chromium/files/patch-third__party_re2_re2.gyp head/www/chromium/files/patch-third__party_sfntly_sfntly.gyp head/www/chromium/files/patch-third__party_snappy_snappy.gyp head/www/chromium/files/patch-third__party_sqlite_sqlite.gyp head/www/chromium/files/patch-third__party_usrsctp_usrsctp.gyp head/www/chromium/files/patch-third__party_webrtc_build_common.gypi head/www/chromium/files/patch-third__party_webrtc_modules_audio__device_audio__device.gypi head/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_desktop__capture.gypi head/www/chromium/files/patch-third__party_webrtc_modules_video__coding_receiver.cc head/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__posix.cc head/www/chromium/files/patch-tools_gyp_pylib_gyp_generator_make.py head/www/chromium/files/patch-tools_gyp_test_additional-targets_src_dir1_actions.gyp head/www/chromium/files/patch-tools_gyp_test_library_src_library.gyp head/www/chromium/files/patch-ui_accessibility_accessibility.gyp head/www/chromium/files/patch-ui_base_ui__base.gyp head/www/chromium/files/patch-ui_gl_gl.gyp head/www/chromium/files/patch-ui_gl_gl__surface__glx.cc head/www/chromium/files/patch-ui_views_controls_webview_webview.gyp head/www/chromium/files/patch-ui_views_views.gyp head/www/chromium/files/patch-v8_src_profiler_sampler.cc Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/extra-patch-clang head/www/chromium/files/extra-patch-gcc head/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc head/www/chromium/files/patch-base_process_launch.cc head/www/chromium/files/patch-base_process_launch.h head/www/chromium/files/patch-base_process_memory__unittest.cc head/www/chromium/files/patch-base_process_process__metrics.h head/www/chromium/files/patch-base_process_process__posix.cc head/www/chromium/files/patch-base_sys__info__freebsd.cc head/www/chromium/files/patch-base_sys__info__posix.cc head/www/chromium/files/patch-chrome_app_generated__resources.grd head/www/chromium/files/patch-chrome_browser_memory__details.cc head/www/chromium/files/patch-chrome_browser_resources_safe__browsing_gen__file__type__proto.py head/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc head/www/chromium/files/patch-chrome_browser_ui_browser__view__prefs.cc head/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc head/www/chromium/files/patch-chrome_browser_ui_webui_about__ui.cc head/www/chromium/files/patch-chrome_common_chrome__switches.cc head/www/chromium/files/patch-chrome_common_chrome__switches.h head/www/chromium/files/patch-chrome_common_pref__names.cc head/www/chromium/files/patch-chrome_common_pref__names.h head/www/chromium/files/patch-components_policy_resources_policy__templates.json head/www/chromium/files/patch-components_policy_tools_generate__policy__source.py head/www/chromium/files/patch-content_browser_browser__main__loop.cc head/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc head/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc head/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc head/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc head/www/chromium/files/patch-content_browser_utility__process__host__impl.cc head/www/chromium/files/patch-content_gpu_gpu__child__thread.cc head/www/chromium/files/patch-content_gpu_gpu__main.cc head/www/chromium/files/patch-content_renderer_devtools_v8__sampling__profiler.cc head/www/chromium/files/patch-content_renderer_media_webrtc_processed__local__audio__source.cc head/www/chromium/files/patch-content_renderer_render__thread__impl.cc head/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc head/www/chromium/files/patch-content_renderer_webscrollbarbehavior__impl__gtkoraura.cc head/www/chromium/files/patch-content_shell_browser_shell__browser__context.cc head/www/chromium/files/patch-crypto_nss__util.cc head/www/chromium/files/patch-device_usb_usb__service__impl.cc head/www/chromium/files/patch-extensions_browser_api_serial_serial__api.cc head/www/chromium/files/patch-gpu_config_gpu__control__list.cc head/www/chromium/files/patch-media_audio_audio__manager.cc head/www/chromium/files/patch-media_capture_video_fake__video__capture__device__factory.cc head/www/chromium/files/patch-media_capture_video_file__video__capture__device__factory.cc head/www/chromium/files/patch-media_capture_video_linux_video__capture__device__linux.cc head/www/chromium/files/patch-media_capture_video_video__capture__device__factory.cc head/www/chromium/files/patch-net_base_address__tracker__linux.h head/www/chromium/files/patch-net_base_network__change__notifier.cc head/www/chromium/files/patch-net_proxy_proxy__config__service__linux.cc head/www/chromium/files/patch-net_proxy_proxy__service.cc head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.cpp head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.h head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp head/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gni head/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c head/www/chromium/files/patch-third__party_leveldatabase_env__chromium.cc head/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_PublicMethods.cpp head/www/chromium/files/patch-third__party_webrtc_base_physicalsocketserver.cc head/www/chromium/files/patch-third__party_webrtc_base_platform__thread.cc head/www/chromium/files/patch-ui_app__list_app__list__menu.cc head/www/chromium/files/patch-ui_app__list_views_app__list__view.cc head/www/chromium/files/patch-ui_base_ime_input__method__factory.cc head/www/chromium/files/patch-ui_base_resource_resource__bundle.cc head/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.cc head/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.h head/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc head/www/chromium/files/patch-ui_views_style_platform__style.cc head/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc head/www/chromium/pkg-plist Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Nov 22 18:47:53 2016 (r426854) +++ head/www/chromium/Makefile Tue Nov 22 19:10:21 2016 (r426855) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 52.0.2743.116 -PORTREVISION= 4 +PORTVERSION= 54.0.2840.100 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -14,9 +13,7 @@ COMMENT= Google web browser based on Web LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi -BROKEN_FreeBSD_9=does not patch - -CFLAGS+= -isystem${LOCALBASE}/include -I${PREFIX}/include/atk-1.0 +BROKEN_FreeBSD_9=does not configure BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ bash:shells/bash \ @@ -28,8 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:de ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib -LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libcairo.so:graphics/cairo \ +LIB_DEPENDS= libcairo.so:graphics/cairo \ libcups.so:print/cups \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ @@ -39,7 +35,6 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib libfreetype.so:print/freetype2 \ libgnome-keyring.so:security/libgnome-keyring \ libharfbuzz.so:print/harfbuzz \ - libevent.so:devel/libevent2 \ libexif.so:graphics/libexif \ libfontconfig.so:x11-fonts/fontconfig \ libgcrypt.so:security/libgcrypt \ @@ -56,101 +51,60 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib libwebp.so:graphics/webp \ libxml2.so:textproc/libxml2 -RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ - alsa-lib>=1.1.1_1:audio/alsa-lib \ - droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ +RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ xdg-open:devel/xdg-utils ONLY_FOR_ARCHS= i386 amd64 -USES= bison cpe desktop-file-utils execinfo jpeg \ +USES= compiler bison cpe desktop-file-utils execinfo jpeg \ ninja perl5 pkgconfig python:2,build shebangfix tar:xz -# chromium requires a recent compiler (C++11 capable, but clang 3.4 is -# not able to build chromium. OTOH clang36 on FreeBSD 9.3 cannot build -# chromium as the libc++ includes are not up to the task. USES flags -# have to be set before bsd.ports.pre.mk and thereby cannot depend on -# bsd.ports.pre.mk's variables, so I'm using a hack here. -.if exists(/usr/lib/libc++.a) -USES+= compiler:c++14-lang -.else -USES+= compiler:c++11-lib -.endif CPE_VENDOR= google CPE_PRODUCT= chrome USE_PERL5= build USE_XORG= scrnsaverproto x11 xcomposite xcursor xext xdamage xfixes xi \ xproto xrandr xrender xscrnsaver xtst -USE_GNOME= atk glib20 gtk20 dconf libxslt +USE_GNOME= atk glib20 gtk20 dconf libxslt libxml2 MAKE_ARGS= -C out/${BUILDTYPE} SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper ALL_TARGET= chrome INSTALLS_ICONS= yes -#TODO bz@ : install libwidevinecdm.so (see -# third_party/widevine/cdm/widevine_cdm.gyp) -# See build/common.gypi for all the available variables. -GYP_DEFINES+= \ - clang_use_chrome_plugins=0 \ - linux_breakpad=0 \ - linux_use_heapchecker=0 \ - linux_strip_binary=1 \ - use_aura=1 \ - test_isolation_mode=noop \ - disable_nacl=1 \ - enable_extensions=1 \ - enable_one_click_signin=1 \ - enable_openmax=1 \ - enable_webrtc=1 \ - werror= \ - no_gc_sections=1 \ - OS=freebsd \ - os_ver=${OSVERSION} \ - prefix_dir=${LOCALBASE} \ - python_ver=${PYTHON_VER} \ - use_allocator=none \ - use_cups=1 \ - linux_link_gsettings=1 \ - linux_link_libpci=1 \ - linux_link_libspeechd=1 \ - libspeechd_h_prefix=speech-dispatcher/ \ - usb_ids_path=${LOCALBASE}/share/usbids/usb.ids \ - want_separate_host_toolset=0 \ - use_system_bzip2=1 \ - use_system_flac=1 \ - use_system_harfbuzz=1 \ - use_system_icu=1 \ - use_system_jsoncpp=1 \ - use_system_libevent=1 \ - use_system_libexif=1 \ - use_system_libjpeg=1 \ - use_system_libpng=1 \ - use_system_libusb=1 \ - use_system_libwebp=1 \ - use_system_libxml=1 \ - use_system_libxslt=1 \ - use_system_nspr=1 \ - use_system_protobuf=0 \ - use_system_re2=1 \ - use_system_snappy=1 \ - use_system_speex=1 \ - use_system_xdg_utils=1 \ - use_system_yasm=1 \ - v8_use_external_startup_data=0 -# allow removal of third_party/adobe -GYP_DEFINES+= flapper_version_h_file='${WRKSRC}/flapper_version.h' +# TODO bz@ : install libwidevinecdm.so (see third_party/widevine/cdm/BUILD.gn) +# +# Run "./out/${BUILDTYPE}/gn args out/${BUILDTYPE} --list" for all the variables. +# Some parts don't have use_system_* flag, and can be turned on/off by using +# replace_gn_files.py script, some parts just turned on/off for target host +# OS "target_os == is_bsd", like libusb, libpci. +GN_ARGS+= \ + clang_use_chrome_plugins=false \ + enable_hevc_demuxing=true \ + enable_media_router=true \ + enable_nacl=false \ + enable_remoting=false \ + toolkit_views=true \ + use_allocator="none" \ + use_aura=true \ + use_experimental_allocator_shim=true \ + treat_warnings_as_errors=false \ + use_sysroot=false \ + use_system_libjpeg=true \ + use_system_sqlite=false # chrome has additional patches +# TODO: investigate building with these options: +# use_system_icu use_system_harfbuzz use_system_minigbm +GN_BOOTSTRAP_FLAGS= --no-clean --no-rebuild # FreeBSD Chromium Api Key # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . # Note: these are for FreeBSD use ONLY. For your own distribution, # please get your own set of keys. -GYP_DEFINES+= google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 \ - google_default_client_id=996322985003.apps.googleusercontent.com \ - google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn +GN_ARGS+= google_api_key="AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8" \ + google_default_client_id="996322985003.apps.googleusercontent.com" \ + google_default_client_secret="IR1za9-1VK0zZ0f_O8MVFicn" SUB_FILES= chromium-browser.desktop chrome SUB_LIST+= COMMENT="${COMMENT}" -OPTIONS_DEFINE= CODECS GCONF PULSEAUDIO TEST KERBEROS DEBUG DRIVER +OPTIONS_DEFINE= ALSA CODECS GCONF PULSEAUDIO TEST KERBEROS DEBUG DRIVER CODECS_DESC= Compile and enable patented codecs like H.264 DRIVER_DESC= Install chromedriver @@ -158,44 +112,39 @@ OPTIONS_DEFAULT= CODECS GCONF KERBEROS OPTIONS_SUB= yes GCONF_USE= GNOME=gconf2 +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ + alsa-lib>=1.1.1_1:audio/alsa-lib PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio DRIVER_MAKE_ARGS=chromedriver TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} .include +.if ${PORT_OPTIONS:MALSA} +GN_ARGS+= use_alsa=true +.else +GN_ARGS+= use_alsa=false +.endif + .if ${PORT_OPTIONS:MCODECS} -GYP_DEFINES+= ffmpeg_branding=Chrome -GYP_DEFINES+= proprietary_codecs=1 +GN_ARGS+= ffmpeg_branding="Chrome" +GN_ARGS+= proprietary_codecs=true .else -GYP_DEFINES+= ffmpeg_branding=Chromium -GYP_DEFINES+= proprietary_codecs=0 +GN_ARGS+= ffmpeg_branding="Chromium" +GN_ARGS+= proprietary_codecs=false .endif .if ${PORT_OPTIONS:MGCONF} -GYP_DEFINES+= use_gconf=1 +GN_ARGS+= use_gconf=true .else -GYP_DEFINES+= use_gconf=0 +GN_ARGS+= use_gconf=false .endif .if ${PORT_OPTIONS:MPULSEAUDIO} -GYP_DEFINES+= use_pulseaudio=1 +GN_ARGS+= use_pulseaudio=true .else -GYP_DEFINES+= use_pulseaudio=0 -.endif - -.if empty(MACHINE_CPU:Msse2) -GYP_DEFINES+= disable_sse2=1 -.endif - -.if !exists(/usr/libdata/pkgconfig/libusb-1.0.pc) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libusb-pc -.endif - -# pointed out by "Tomek" on freebsd-chromium@ -.if !exists(/usr/lib/libexecinfo.so) -CFLAGS+= -fno-omit-frame-pointer -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fixup-ffmpeg +GN_ARGS+= use_pulseaudio=false .endif .if ${PORT_OPTIONS:MTEST} @@ -206,180 +155,80 @@ ALL_TARGET+= ${TEST_TARGETS} DEBUG_MAKE_ENV= V=1 .if ${PORT_OPTIONS:MDEBUG} BUILDTYPE= Debug +GN_ARGS+= is_debug=true +GN_BOOTSTRAP_FLAGS+= --debug +#GN_ARGS+= is_component_build = true .else BUILDTYPE= Release +.if ${ARCH} == amd64 +GN_ARGS+= use_lld=true # harder, better, faster, stronger +.endif +GN_ARGS+= is_debug=false +GN_ARGS+= symbol_level=0 +GN_ARGS+= remove_webcore_debug_symbols=true .endif -CONFIGURE_ENV+= CC="${CC}" \ - CXX="${CXX}" \ - GYP_GENERATORS=ninja \ - GYP_DEFINES="${GYP_DEFINES}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \ GPERF="${LOCALBASE}/bin/gperf" .include .if ${CHOSEN_COMPILER_TYPE} == gcc -GYP_DEFINES+= gcc_version=${CXX:S/g++//} +GN_ARGS+= gcc_version=${CXX:S/g++//} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc -CFLAGS+= -fno-stack-protector # gcc 4.8 cannot find __stack_chk_fail_local .else -GYP_DEFINES+= clang=1 -CFLAGS+= -Wno-unknown-warning-option \ - -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 # work around base r261801 +BUILD_DEPENDS+= clang39:devel/llvm39 +CC= clang39 +CXX= clang++39 +# /usr/local/include unlike gcc isn't clang's default +MAKE_ENV+= C_INCLUDE_PATH=${LOCALBASE}/include \ + CPLUS_INCLUDE_PATH=${LOCALBASE}/include +GN_ARGS+= is_clang=true EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang -CONFIGURE_ENV+= AR=/usr/bin/ar .endif -.if ! ${PORT_OPTIONS:MKERBEROS} -GYP_DEFINES+= use_kerberos=0 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ +CXXFLAGS+= -stdlib=libc++ -isystem ${LOCALBASE}/include/c++/v1 .endif -# according to portlint the below is passed via bsd.port.mk, -# but 'make -V CONFIGURE_ENV' does not show it: -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" +.if ${OSVERSION} < 1100000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 +.endif + +.if ! ${PORT_OPTIONS:MKERBEROS} +GN_ARGS+= use_kerberos=true +.endif pre-everything:: @${ECHO_MSG} - @${ECHO_MSG} "To build Chromium, you should have around 2 GB of memory" + @${ECHO_MSG} "To build Chromium, you should have around 2GB of memory," .if ${PORT_OPTIONS:MDEBUG} - @${ECHO_MSG} "and lots of free diskspace (~ 8.5GB)." + @${ECHO_MSG} "lots of free diskspace (~ 40GB)" + @${ECHO_MSG} "and no less then 16GB of memory for linking." .else @${ECHO_MSG} "and a fair amount of free diskspace (~ 3.7GB)." .endif @${ECHO_MSG} @${ECHO_MSG} "Make sure you have Python build with the SEM option ON" @${ECHO_MSG} "(default in python27-2.7.8 since r361735)" - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ - ${WRKSRC}/crypto/crypto.gyp \ - ${WRKSRC}/v8/src/v8.gyp \ - ${WRKSRC}/v8/gypfiles/toolchain.gypi - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ - ${WRKSRC}/chrome/common/chrome_paths.cc \ - ${WRKSRC}/base/base.gyp + @${ECHO_MSG} pre-configure: - # phajdan-jr: list of things *not* to remove, so maybe the script - # should be called "keep_bundled_libraries.py" + # We used to remove bundled libraries to be sure that chromium uses + # system libraries and not shippen ones. + # cd ${WRKSRC} && ${PYTHON_CMD} \ + #./build/linux/unbundle/remove_bundled_libraries.py [list of preserved] cd ${WRKSRC} && ${PYTHON_CMD} \ - ./build/linux/unbundle/remove_bundled_libraries.py \ - 'base/third_party/dmg_fp' \ - 'base/third_party/dynamic_annotations' \ - 'base/third_party/icu' \ - 'base/third_party/nspr' \ - 'base/third_party/superfasthash' \ - 'base/third_party/symbolize' \ - 'base/third_party/valgrind' \ - 'base/third_party/xdg_mime' \ - 'base/third_party/xdg_user_dirs' \ - 'breakpad/src/third_party/curl' \ - 'chrome/third_party/mock4js' \ - 'chrome/third_party/mozilla_security_manager' \ - 'courgette/third_party' \ - 'net/third_party/mozilla_security_manager' \ - 'net/third_party/nss' \ - 'third_party/WebKit' \ - 'third_party/analytics' \ - 'third_party/angle' \ - 'third_party/angle/src/third_party' \ - 'third_party/blanketjs' \ - 'third_party/brotli' \ - 'third_party/boringssl' \ - 'third_party/cacheinvalidation' \ - 'third_party/catapult' \ - 'third_party/catapult/third_party/beautifulsoup4' \ - 'third_party/catapult/third_party/py_vulcanize' \ - 'third_party/catapult/third_party/py_vulcanize/py_vulcanize' \ - 'third_party/catapult/third_party/py_vulcanize/third_party/rcssmin' \ - 'third_party/catapult/third_party/py_vulcanize/third_party/rjsmin' \ - 'third_party/catapult/tracing' \ - 'third_party/catapult/tracing/third_party' \ - 'third_party/cld' \ - 'third_party/cros_system_api' \ - 'third_party/dom_distiller_js' \ - 'third_party/dom_distiller_js/dist/proto_gen/third_party/dom_distiller_js' \ - 'third_party/ffmpeg' \ - 'third_party/gardiner_mod' \ - 'third_party/fips181' \ - 'third_party/flot' \ - 'third_party/google_input_tools' \ - 'third_party/google_input_tools/third_party/closure_library' \ - 'third_party/google_input_tools/third_party/closure_library/third_party/closure' \ - 'third_party/hunspell' \ - 'third_party/iccjpeg' \ - 'third_party/icu/icu.isolate' \ - 'third_party/jinja2' \ - 'third_party/jstemplate' \ - 'third_party/khronos' \ - 'third_party/leveldatabase' \ - 'third_party/libaddressinput' \ - 'third_party/libjingle' \ - 'third_party/libphonenumber' \ - 'third_party/libsrtp' \ - 'third_party/libvpx' \ - 'third_party/libvpx/source/libvpx/third_party/x86inc' \ - 'third_party/libwebm' \ - 'third_party/libxml/chromium' \ - 'third_party/libXNVCtrl' \ - 'third_party/libyuv' \ - 'third_party/lss' \ - 'third_party/lzma_sdk' \ - 'third_party/markupsafe' \ - 'third_party/mesa' \ - 'third_party/modp_b64' \ - 'third_party/mt19937ar' \ - 'third_party/openh264' \ - 'third_party/openmax_dl' \ - 'third_party/opus' \ - 'third_party/ots' \ - 'third_party/pdfium' \ - 'third_party/pdfium/third_party' \ - 'third_party/ply' \ - 'third_party/polymer' \ - 'third_party/protobuf' \ - 'third_party/protobuf/third_party' \ - 'third_party/protobuf/third_party/six' \ - 'third_party/pywebsocket' \ - 'third_party/qcms' \ - 'third_party/qunit' \ - 'third_party/sfntly' \ - 'third_party/sinonjs' \ - 'third_party/skia' \ - 'third_party/smhasher' \ - 'third_party/sqlite' \ - 'third_party/tcmalloc' \ - 'third_party/tlslite' \ - 'third_party/usrsctp' \ - 'third_party/web-animations-js' \ - 'third_party/webdriver' \ - 'third_party/webrtc' \ - 'third_party/widevine' \ - 'third_party/woff2' \ - 'third_party/x86inc' \ - 'third_party/yasm' \ - 'third_party/zlib' \ - 'url/third_party/mozilla' \ - 'v8/src/third_party/valgrind' \ - 'v8/src/third_party/fdlibm' \ - --do-remove || ${FALSE} - cd ${WRKSRC} && ${PYTHON_CMD} \ - ./build/linux/unbundle/replace_gyp_files.py \ - ${GYP_DEFINES:C/^/-D/} || ${FALSE} - # allow removal of third_party/adobe - ${ECHO_CMD} > ${WRKSRC}/flapper_version.h - # missing file: file is in -testdata only, but configure stage - # will fail if it's not there. do not break TESTS build while - # allowing regular build without pulling in -testdata. - ${TOUCH} ${WRKSRC}/chrome/test/data/webui/i18n_process_css_test.html + ./build/linux/unbundle/replace_gn_files.py --system-libraries \ + flac harfbuzz-ng libwebp libxml libxslt snappy yasm || ${FALSE} do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ - ./build/gyp_chromium chrome/chrome.gyp --depth . + # GN generator bootstrapping and generating ninja files + cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} ${PYTHON_CMD} \ + ./tools/gn/bootstrap/bootstrap.py ${GN_BOOTSTRAP_FLAGS} + cd ${WRKSRC} && ${SETENV} ./out/${BUILDTYPE}/gn \ + gen --args='${GN_ARGS}' out/${BUILDTYPE} test regression-test: build .for t in ${TEST_TARGETS} @@ -397,14 +246,17 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/chrome/tools/build/linux/chrome-wrapper \ ${STAGEDIR}${DATADIR} -.for p in chrome_100_percent content_resources keyboard_resources resources +.for p in chrome_100_percent chrome_200_percent keyboard_resources resources ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${p}.pak \ ${STAGEDIR}${DATADIR} .endfor +.for d in icudtl.dat natives_blob.bin + ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} +.endfor ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \ ${STAGEDIR}${DATADIR} cd ${WRKSRC}/out/${BUILDTYPE} && \ - ${COPYTREE_SHARE} "locales pseudo_locales resources" ${STAGEDIR}${DATADIR} + ${COPYTREE_SHARE} "locales resources" ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKDIR}/chromium-browser.desktop \ ${STAGEDIR}${DESKTOPDIR} Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Tue Nov 22 18:47:53 2016 (r426854) +++ head/www/chromium/distinfo Tue Nov 22 19:10:21 2016 (r426855) @@ -1,5 +1,5 @@ -TIMESTAMP = 1470404034 -SHA256 (chromium-52.0.2743.116.tar.xz) = a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 -SIZE (chromium-52.0.2743.116.tar.xz) = 458156660 -SHA256 (chromium-52.0.2743.116-testdata.tar.xz) = d3d059e1215702d8665f02b47a10e14458f54f423c323a9fcc987e6e43767c0b -SIZE (chromium-52.0.2743.116-testdata.tar.xz) = 122423496 +TIMESTAMP = 1478859835 +SHA256 (chromium-54.0.2840.100.tar.xz) = e2e7f54a780c93ec2e933af09e1126837e6cf940b57213d39f36d58df10c89df +SIZE (chromium-54.0.2840.100.tar.xz) = 479762112 +SHA256 (chromium-54.0.2840.100-testdata.tar.xz) = 44319fea6de4dbb1f6d0bbeeec633b69b7064f53a54893df5b720935a6d27460 +SIZE (chromium-54.0.2840.100-testdata.tar.xz) = 123519620 Added: head/www/chromium/files/extra-patch-10 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/extra-patch-10 Tue Nov 22 19:10:21 2016 (r426855) @@ -0,0 +1,10 @@ +--- content/renderer/devtools/v8_sampling_profiler.cc.orig 2016-10-06 04:02:19.000000000 +0300 ++++ content/renderer/devtools/v8_sampling_profiler.cc 2016-10-30 03:00:33.775227000 +0300 +@@ -22,6 +22,7 @@ + + #if defined(OS_POSIX) + #include ++#include + #define USE_SIGNALS + #endif + Modified: head/www/chromium/files/extra-patch-clang ============================================================================== --- head/www/chromium/files/extra-patch-clang Tue Nov 22 18:47:53 2016 (r426854) +++ head/www/chromium/files/extra-patch-clang Tue Nov 22 19:10:21 2016 (r426855) @@ -1,13 +1,14 @@ ---- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 -+++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 -@@ -729,12 +729,14 @@ - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wconversion-null" - #endif +--- base/strings/safe_sprintf_unittest.cc.orig 2016-10-06 04:02:08.000000000 +0300 ++++ base/strings/safe_sprintf_unittest.cc 2016-10-25 21:42:28.951114000 +0300 +@@ -728,6 +728,7 @@ + } + + TEST(SafeSPrintfTest, EmitNULL) { +/* Avoid compiler error: http://pastebin.com/1edWUE84 - EXPECT_EQ(1, SafeSPrintf(buf, "%d", NULL)); - EXPECT_EQ("0", std::string(buf)); - EXPECT_EQ(3, SafeSPrintf(buf, "%p", NULL)); + char buf[40]; + #if defined(__GNUC__) + #pragma GCC diagnostic push +@@ -739,6 +740,7 @@ EXPECT_EQ("0x0", std::string(buf)); EXPECT_EQ(6, SafeSPrintf(buf, "%s", NULL)); EXPECT_EQ("", std::string(buf)); @@ -41,7 +42,7 @@ +++ base/tracked_objects_unittest.cc 2015-09-03 09:20:53.370191000 -0400 @@ -58,9 +58,9 @@ Births* birth = ThreadData::TallyABirthIfActive(location); - + if (ThreadData::status() == ThreadData::DEACTIVATED) - EXPECT_EQ(reinterpret_cast(NULL), birth); + EXPECT_EQ(static_cast(NULL), birth); @@ -49,7 +50,7 @@ - EXPECT_NE(reinterpret_cast(NULL), birth); + EXPECT_NE(static_cast(NULL), birth); } - + // Helper function to verify the most common test expectations. --- components/sync_sessions/synced_session_tracker.cc.orig 2016-01-21 13:04:41.772845558 +0100 +++ components/sync_sessions/synced_session_tracker.cc 2016-01-21 13:05:17.652842509 +0100 @@ -70,34 +71,34 @@ .Times(2) - .WillRepeatedly(Return(reinterpret_cast(NULL))); + .WillRepeatedly(Return(static_cast(NULL))); - + EXPECT_CALL(callback_, OnError(_)) .Times(2); --- third_party/hunspell/src/hunspell/affentry.hxx.orig 2015-07-21 18:46:37.322427000 -0400 +++ third_party/hunspell/src/hunspell/affentry.hxx 2015-07-21 18:48:02.034251000 -0400 @@ -27,7 +27,7 @@ - struct hentry * checkword(const char * word, int len, char in_compound, + struct hentry * checkword(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); - + - struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); + struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = 0); - + char * check_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); @@ -90,7 +90,7 @@ // const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT); const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0); - + - struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL); + struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = 0); - + char * check_twosfx_morph(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); --- third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-15 00:31:48.000000000 +0200 +++ third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-18 22:05:41.000000000 +0200 @@ -439,7 +439,7 @@ } - + CMapTable::CMapFormat0::Builder::Builder(const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), + : CMap::Builder(static_cast(NULL), @@ -133,13 +134,13 @@ glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { @@ -966,7 +966,7 @@ } - + CMapTable::CMapFormat4::Builder::Builder(const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), + : CMap::Builder(static_cast(NULL), CMapFormat::kFormat4, cmap_id) { } - + --- third_party/webrtc/base/taskrunner.cc 2015-04-15 00:32:17.000000000 +0200 +++ third_party/webrtc/base/taskrunner.cc 2015-04-18 22:10:53.000000000 +0200 @@ -102,7 +102,7 @@ @@ -148,6 +149,6 @@ tasks_.end(), - reinterpret_cast(NULL)); + static_cast(NULL)); - + tasks_.erase(it, tasks_.end()); - + Modified: head/www/chromium/files/extra-patch-gcc ============================================================================== --- head/www/chromium/files/extra-patch-gcc Tue Nov 22 18:47:53 2016 (r426854) +++ head/www/chromium/files/extra-patch-gcc Tue Nov 22 19:10:21 2016 (r426855) @@ -3,27 +3,27 @@ @@ -5,6 +5,7 @@ #ifndef MEDIA_FILTERS_FILE_DATA_SOURCE_H_ #define MEDIA_FILTERS_FILE_DATA_SOURCE_H_ - + +#include #include - + #include "base/files/file.h" --- content/public/common/child_process_sandbox_support_linux.h.orig 2013-10-11 19:30:28.000000000 +0200 +++ content/public/common/child_process_sandbox_support_linux.h 2013-10-16 15:29:00.000000000 +0200 @@ -7,6 +7,7 @@ - + #include #include +#include - + #include "content/common/content_export.h" - + --- third_party/ffmpeg/libavutil/cpu.c.orig 2013-11-16 01:26:14.000000000 +0100 +++ third_party/ffmpeg/libavutil/cpu.c 2013-11-19 00:24:53.000000000 +0100 @@ -24,6 +24,9 @@ #include "opt.h" #include "common.h" - + +/* TODO(rene) work around a compile error with GCC 4.6.4 on FreeBSD */ +#define __BSD_VISIBLE 1 + @@ -35,22 +35,22 @@ @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + +#include + #include "content/browser/browser_shutdown_profile_dumper.h" - + #include "base/base_switches.h" --- testing/perf/perf_test.cc 2014-03-03 12:59:30.000000000 -0500 +++ testing/perf/perf_test.cc.orig 2014-02-20 15:28:27.000000000 -0500 @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + +#include + #include "testing/perf/perf_test.h" - + -#include - #include "base/logging.h" @@ -59,7 +59,7 @@ --- ui/gfx/codec/jpeg_codec.cc.orig 2014-10-02 19:19:03.000000000 +0200 +++ ui/gfx/codec/jpeg_codec.cc 2014-10-05 22:38:28.000000000 +0200 @@ -13,6 +13,7 @@ - + extern "C" { #if defined(USE_SYSTEM_LIBJPEG) +#include @@ -70,77 +70,44 @@ +++ third_party/webrtc/common_audio/wav_file.h 2014-10-18 12:04:03.000000000 +0200 @@ -14,6 +14,7 @@ #ifdef __cplusplus - + #include +#include #include #include - + --- v8/src/base/platform/platform.h.orig 2015-01-27 03:22:59.000000000 +0100 +++ v8/src/base/platform/platform.h 2015-01-28 18:37:43.268781292 +0100 @@ -22,6 +22,7 @@ #define V8_BASE_PLATFORM_PLATFORM_H_ - + #include +#include #include #include - + --- v8/src/compiler/graph-visualizer.cc.orig 2015-04-28 22:29:10.000000000 +0200 +++ v8/src/compiler/graph-visualizer.cc 2015-05-02 21:01:32.086593000 +0200 @@ -5,6 +5,7 @@ #include "src/compiler/graph-visualizer.h" - + #include +#include #include - + #include "src/code-stubs.h" -@@ -25,7 +26,7 @@ - namespace compiler { - - --FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, -+std::FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, - const char* suffix, const char* mode) { - EmbeddedVector filename; - SmartArrayPointer function_name; --- third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c.orig 2015-07-24 22:27:11.000000000 +0200 +++ third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c 2015-07-26 17:38:40.937606000 +0200 -@@ -34,6 +34,7 @@ - #include - #endif - #if HAVE_SYSCTL +@@ -1,2 +1,3 @@ + // File automatically generated. See crbug.com/495833. +#define __BSD_VISIBLE 1 - #if HAVE_SYS_PARAM_H - #include - #endif ---- v8/src/compiler/graph-visualizer.h.orig 2015-07-24 22:28:03.000000000 +0200 -+++ v8/src/compiler/graph-visualizer.h 2015-07-26 18:37:45.488253000 +0200 -@@ -5,7 +5,7 @@ - #ifndef V8_COMPILER_GRAPH_VISUALIZER_H_ - #define V8_COMPILER_GRAPH_VISUALIZER_H_ - --#include -+#include - #include - - namespace v8 { -@@ -21,7 +21,7 @@ - class Schedule; - class SourcePositionTable; - --FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, -+std::FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, - const char* suffix, const char* mode); - - struct AsDOT { + #include "cpu.c" --- v8/src/log-utils.h.orig 2015-10-13 21:04:45.000000000 +0200 +++ v8/src/log-utils.h 2015-10-17 10:17:35.535561000 +0200 @@ -5,6 +5,9 @@ #ifndef V8_LOG_UTILS_H_ #define V8_LOG_UTILS_H_ - + +#include +#include + @@ -151,7 +118,7 @@ +++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc 2015-11-01 11:32:36.293750000 +0100 @@ -11,6 +11,7 @@ #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" - + #include +#include #include @@ -162,15 +129,15 @@ @@ -42,7 +42,7 @@ else if (hue * 3.0 < 2.0) result = temp1 + (temp2 - temp1) * (2.0 / 3.0 - hue) * 6.0; - + - return static_cast(std::round(result * 255)); + return static_cast(round(result * 255)); } - + // Assumes sRGB. @@ -85,7 +85,7 @@ } - + uint8_t GetLuma(SkColor color) { - return static_cast(std::round((0.299 * SkColorGetR(color)) + + return static_cast(round((0.299 * SkColorGetR(color)) + @@ -188,12 +155,12 @@ + static_cast(round(g)), + static_cast(round(b))); } - + void BuildLumaHistogram(const SkBitmap& bitmap, int histogram[256]) { @@ -275,10 +275,10 @@ double b = (SkColorGetB(foreground) * f_weight + SkColorGetB(background) * b_weight) / 255.0; - + - return SkColorSetARGB(static_cast(std::round(normalizer)), - static_cast(std::round(r)), - static_cast(std::round(g)), @@ -203,18 +170,18 @@ + static_cast(round(g)), + static_cast(round(b))); } - + bool IsDark(SkColor color) { --- media/filters/audio_clock.cc.orig 2016-04-07 11:55:00.678817033 +0200 +++ media/filters/audio_clock.cc 2016-04-07 11:55:28.152814716 +0200 @@ -121,7 +121,7 @@ } - + return base::TimeDelta::FromMicroseconds( - std::round(frames_until_timestamp * microseconds_per_frame_)); + round(frames_until_timestamp * microseconds_per_frame_)); } - + void AudioClock::ContiguousAudioDataBufferedForTesting( --- media/filters/audio_clock.h.orig 2016-04-08 14:22:02.833940146 +0200 +++ media/filters/audio_clock.h 2016-04-08 14:22:14.433876920 +0200 @@ -230,7 +197,7 @@ - std::round(back_timestamp_micros_)); + round(back_timestamp_micros_)); } - + // Returns the amount of wall time until |timestamp| will be played by the --- content/browser/web_contents/web_contents_impl.cc.orig 2016-04-08 15:44:21.989537858 +0200 +++ content/browser/web_contents/web_contents_impl.cc 2016-04-08 15:44:44.574535099 +0200 @@ -246,7 +213,7 @@ --- chrome/browser/ui/views/frame/browser_root_view.cc.orig 2016-04-08 17:23:19.749128496 +0200 +++ chrome/browser/ui/views/frame/browser_root_view.cc 2016-04-08 17:23:30.609126494 +0200 @@ -139,10 +139,10 @@ - + // Number of integer scroll events that have passed in each direction. int whole_scroll_amount_x = - std::lround(static_cast(scroll_remainder_x_) / @@ -256,16 +223,16 @@ - std::lround(static_cast(scroll_remainder_y_) / + lround(static_cast(scroll_remainder_y_) / ui::MouseWheelEvent::kWheelDelta); - + // Adjust the remainder such that any whole scrolls we have taken action --- base/process/memory.h.orig 2016-06-06 21:05:12.000000000 +0200 +++ base/process/memory.h 2016-06-12 20:04:24.000000000 +0200 @@ -6,6 +6,7 @@ #define BASE_PROCESS_MEMORY_H_ - + #include +#include - + #include "base/base_export.h" #include "base/process/process_handle.h" --- media/audio/audio_output_device.cc.orig 2016-06-06 21:05:19.000000000 +0200 @@ -278,61 +245,39 @@ + render_callback_->Render(output_bus_.get(), round(frames_delayed), frames_skipped); } - + --- media/audio/audio_output_stream_sink.cc.orig 2016-06-06 21:05:19.000000000 +0200 +++ media/audio/audio_output_stream_sink.cc 2016-06-12 20:35:05.000000000 +0200 @@ -85,7 +85,7 @@ if (!active_render_callback_) return 0; - + - uint32_t frames_delayed = std::round(static_cast(total_bytes_delay) / + uint32_t frames_delayed = round(static_cast(total_bytes_delay) / active_params_.GetBytesPerFrame()); - + return active_render_callback_->Render(dest, frames_delayed, frames_skipped); ---- media/base/audio_renderer_mixer_input.cc.orig 2016-06-06 21:05:19.000000000 +0200 -+++ media/base/audio_renderer_mixer_input.cc 2016-06-12 20:50:35.000000000 +0200 -@@ -164,7 +164,7 @@ - // TODO(chcunningham): Delete this conversion and change ProvideInput to more - // precisely describe delay as a count of frames delayed instead of TimeDelta. - // See http://crbug.com/587522. -- uint32_t frames_delayed = std::round(buffer_delay.InMicroseconds() / -+ uint32_t frames_delayed = round(buffer_delay.InMicroseconds() / - params_.GetMicrosecondsPerFrame()); - - int frames_filled = callback_->Render(audio_bus, frames_delayed, 0); ---- media/base/audio_renderer_mixer.cc.orig 2016-06-06 21:05:19.000000000 +0200 -+++ media/base/audio_renderer_mixer.cc 2016-06-12 20:52:34.000000000 +0200 -@@ -138,7 +138,7 @@ - // expect a count of frames delayed instead of TimeDelta (less precise). - // See http://crbug.com/587522. - base::TimeDelta audio_delay = base::TimeDelta::FromMicroseconds( -- std::round(frames_delayed * output_params_.GetMicrosecondsPerFrame())); -+ round(frames_delayed * output_params_.GetMicrosecondsPerFrame())); - - master_converter_.ConvertWithDelay(audio_delay, audio_bus); - return audio_bus->frames(); --- third_party/WebKit/Source/modules/battery/battery_status.h.orig 2016-06-06 21:05:36.000000000 +0200 +++ third_party/WebKit/Source/modules/battery/battery_status.h 2016-06-13 20:21:31.000000000 +0200 @@ -46,7 +46,7 @@ // of reducing the possibility of fingerprinting and triggers less level // change events on platforms where the granularity is high. - ASSERT(level >= 0 && level <= 1); + DCHECK(level >= 0 && level <= 1); - return std::round(level * 100) / 100.f; + return round(level * 100) / 100.f; } - + bool charging_; --- chrome/common/channel_info_posix.cc.orig 2016-06-06 21:05:14.000000000 +0200 +++ chrome/common/channel_info_posix.cc 2016-06-13 21:36:53.000000000 +0200 @@ -8,6 +8,8 @@ #include "build/build_config.h" #include "components/version_info/version_info.h" - + +#include + namespace chrome { - + namespace { --- chrome/browser/ui/views/tabs/tab_strip.cc.orig 2016-06-06 21:05:14.000000000 +0200 +++ chrome/browser/ui/views/tabs/tab_strip.cc 2016-06-13 22:03:03.000000000 +0200 @@ -360,3 +305,13 @@ CreateShadowDrawLooper(SkColorSetA(stroke_color, alpha))); canvas->DrawPath(fill, paint); +--- base/trace_event/heap_profiler_allocation_context_tracker.cc.orig 2016-08-03 22:02:10.000000000 +0300 ++++ base/trace_event/heap_profiler_allocation_context_tracker.cc 2016-08-21 04:17:53.717876000 +0300 +@@ -13,6 +13,7 @@ + #include "base/threading/thread_local_storage.h" + #include "base/trace_event/heap_profiler_allocation_context.h" + ++#include + #if defined(OS_LINUX) || defined(OS_ANDROID) + #include + #endif Added: head/www/chromium/files/patch-BUILD.gn ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-BUILD.gn Tue Nov 22 19:10:21 2016 (r426855) @@ -0,0 +1,164 @@ +--- BUILD.gn.orig 2016-10-06 04:02:07.000000000 +0300 ++++ BUILD.gn 2016-10-13 10:32:25.742762000 +0300 +@@ -201,7 +201,7 @@ + ] + } + +- if (!is_ios && !is_android && !is_chromecast) { ++ if (!is_ios && !is_android && !is_bsd && !is_chromecast) { + deps += [ + "//chrome", + "//chrome/test:browser_tests", +@@ -260,7 +260,7 @@ + ] + } + +- if (!is_ios) { ++ if (!is_ios && !is_bsd) { + # TODO(GYP): Figure out which of these should actually build on iOS, + # and whether there should be other targets that are iOS-only and missing. + deps += [ +@@ -300,7 +300,7 @@ + "//ui/touch_selection:ui_touch_selection_unittests", + "//url/ipc:url_ipc_unittests", + ] +- } else { ++ } else if (!is_bsd) { + deps += [ "//ios:all" ] + } + +@@ -457,7 +457,7 @@ + ] + } + +- if (is_linux) { ++ if (is_linux || is_bsd) { + # The following are definitely linux-only. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Nov 22 19: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 69C24C50ECA; Tue, 22 Nov 2016 19:37:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F1A3AB3E; Tue, 22 Nov 2016 19:37:52 +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 B7150BE1D3; Tue, 22 Nov 2016 20:37:49 +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 7E4BDBE1AD; Tue, 22 Nov 2016 20:37:49 +0100 (CET) Subject: Re: svn commit: r426840 - head/sysutils/xacpim To: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611221834.uAMIYuan080508@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <59217f22-599c-fe71-a832-b8f2b0aa648d@FreeBSD.org> Date: Tue, 22 Nov 2016 20:37:47 +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: <201611221834.uAMIYuan080508@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="a7vmkjFiOg0go9S7AldPOLATFBPs5FNuL" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 19:37:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --a7vmkjFiOg0go9S7AldPOLATFBPs5FNuL Content-Type: multipart/mixed; boundary="R0ptCxEgWkeca54vbDJiJGWfPx1mQxgmn"; protected-headers="v1" From: Mathieu Arnold To: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <59217f22-599c-fe71-a832-b8f2b0aa648d@FreeBSD.org> Subject: Re: svn commit: r426840 - head/sysutils/xacpim References: <201611221834.uAMIYuan080508@repo.freebsd.org> In-Reply-To: <201611221834.uAMIYuan080508@repo.freebsd.org> --R0ptCxEgWkeca54vbDJiJGWfPx1mQxgmn Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 22/11/2016 =C3=A0 19:34, Mark Linimon a =C3=A9crit : > Author: linimon > Date: Tue Nov 22 18:34:56 2016 > New Revision: 426840 > URL: https://svnweb.freebsd.org/changeset/ports/426840 > > Log: > Mark deprecated: mastersite disappeared. > > Modified: > head/sysutils/xacpim/Makefile > > Modified: head/sysutils/xacpim/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/sysutils/xacpim/Makefile Tue Nov 22 18:33:34 2016 (r426839) > +++ head/sysutils/xacpim/Makefile Tue Nov 22 18:34:56 2016 (r426840) > @@ -10,6 +10,8 @@ MASTER_SITES=3D http://shapeshifter.se/pub > MAINTAINER=3D henriknj@0xmilk.org > COMMENT=3D Utility to display battery status and temperature on the ro= ot-display > =20 > +DEPRECATED=3D Mastersite disappeared DEPRECATED without a DEPRECATION_DATE does not do much. It should either have a date set in, say, 3 months, or be marked BROKEN because unfetchable. --=20 Mathieu Arnold --R0ptCxEgWkeca54vbDJiJGWfPx1mQxgmn-- --a7vmkjFiOg0go9S7AldPOLATFBPs5FNuL 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 iQJ8BAEBCgBmBQJYNJ6MXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IO+wP/2hqjnJinEWYJJk3a6c7zC9b k5VGFZX+NBNTgoeHMgRM32Y1PRqfQQhYm+rtURRTmpoUI4fFixPAWCRi1o8pHhXo E6pGPYYu9ySYZ+ctI1tjeP7g5drQ6UcV024kHUau0zvq8J9qcmuSMR/Ym7U3iPIj WD9k77dCo7bVszsYnQ5FrNp/XSXkyYheNRO/p+8RbzC7qK1fkth+s0p9kdXjzuQj mNBJYUGU3E7GdGuSxnb2My4uQSyCx35kSMZBNkNKWpnqtDW1rT8Wkjp1KJWSDNWu 9y9BqngtSzlH1PFXGlTGhG25CHPnJMKrXvx8kmPbryW0kUsVA1O8FtSrB/tis/LC Vj7vvxY85stmO/u4LnTGCaxRLrdzJ8l3ng7QEYHi8s5ioZMwSgO9OVfSito8K35j 0hKAcIxCCWXMAXTRLsvf2C6CEGPpp6Oh7i8QrWjuuAf3SKfJaO+2CEJ8fp7n+SmS d8PwKnZBNoNW2M2kvLHEbSGUCz0w8dy8Yjto7PmPggxzK0m0Hl9qP8Mqs1t/9QXw bjekZWFquWWr4vziTNDWN3MyPO3b/zzzk3AuB1GVX15szbjKNrh4vEtYmikQu8t4 bRZHWRFlBCqZasrBiVg/1/aLNl1ZXhmOniQaG8aZgTLBwLoYv1Qguup50puQfQ+0 wdlJfbjy4nR1fy+zNhY/ =bOxb -----END PGP SIGNATURE----- --a7vmkjFiOg0go9S7AldPOLATFBPs5FNuL-- From owner-svn-ports-all@freebsd.org Tue Nov 22 19:58: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 98FA1C507C7; Tue, 22 Nov 2016 19:58:05 +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 6AD1918CD; Tue, 22 Nov 2016 19:58:05 +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 uAMJw4m1018861; Tue, 22 Nov 2016 19:58:04 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMJw4Hm018859; Tue, 22 Nov 2016 19:58:04 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611221958.uAMJw4Hm018859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 22 Nov 2016 19:58:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426856 - head/mail/meta1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 19:58:05 -0000 Author: dinoex Date: Tue Nov 22 19:58:04 2016 New Revision: 426856 URL: https://svnweb.freebsd.org/changeset/ports/426856 Log: - update to meta1-1.1.Alpha7.0 - add license Modified: head/mail/meta1/Makefile head/mail/meta1/distinfo Modified: head/mail/meta1/Makefile ============================================================================== --- head/mail/meta1/Makefile Tue Nov 22 19:10:21 2016 (r426855) +++ head/mail/meta1/Makefile Tue Nov 22 19:58:04 2016 (r426856) @@ -1,16 +1,19 @@ # $FreeBSD$ PORTNAME= meta1 -PORTVERSION= 1.1.0a.6.0 -DISTVERSION= 1.1.Alpha6.0 +PORTVERSION= 1.1.0a.7.0 +DISTVERSION= 1.1.Alpha7.0 PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.MeTA1.org/download/.alpha/danm/ +MASTER_SITES= http://www.MeTA1.org/download/.alpha/ween/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${BERKELEYDB_SUFFIX}${PMILTER_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Secure and efficient mail gateway +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + NOT_FOR_ARCHS= ia64 MAKE_JOBS_UNSAFE= yes CONFLICTS= smx-* Modified: head/mail/meta1/distinfo ============================================================================== --- head/mail/meta1/distinfo Tue Nov 22 19:10:21 2016 (r426855) +++ head/mail/meta1/distinfo Tue Nov 22 19:58:04 2016 (r426856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473191712 -SHA256 (meta1-1.1.Alpha6.0.tar.gz) = 12b06d2c405a8e64d896a97bf0ef6c848d62306a5fbeac333efb1a076a93180e -SIZE (meta1-1.1.Alpha6.0.tar.gz) = 5125124 +TIMESTAMP = 1479710376 +SHA256 (meta1-1.1.Alpha7.0.tar.gz) = dd88a1a8791307f8dc9d6922550a163f2c3b9b3285ba61fa696df3c2a4a65101 +SIZE (meta1-1.1.Alpha7.0.tar.gz) = 5130171 From owner-svn-ports-all@freebsd.org Tue Nov 22 19:58: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 5B5CDC50826; Tue, 22 Nov 2016 19:58:56 +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 2B97819E2; Tue, 22 Nov 2016 19:58:56 +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 uAMJwth3018985; Tue, 22 Nov 2016 19:58:55 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMJwtOr018984; Tue, 22 Nov 2016 19:58:55 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611221958.uAMJwtOr018984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 22 Nov 2016 19:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426857 - head/news/nntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 19:58:56 -0000 Author: dinoex Date: Tue Nov 22 19:58:55 2016 New Revision: 426857 URL: https://svnweb.freebsd.org/changeset/ports/426857 Log: - fix build for FreeBSD-9 Modified: head/news/nntp/Makefile Modified: head/news/nntp/Makefile ============================================================================== --- head/news/nntp/Makefile Tue Nov 22 19:58:04 2016 (r426856) +++ head/news/nntp/Makefile Tue Nov 22 19:58:55 2016 (r426857) @@ -54,6 +54,9 @@ post-patch: ${REINPLACE_CMD} \ -e 's=getline(=xmit_getline(=' \ ${WRKSRC}/xmit/nntpxmit.c + ${REINPLACE_CMD} \ + -e 's=reaper()=reaper(int unused)=' \ + ${WRKSRC}/server/netaux.c pre-configure: ${REINPLACE_CMD} ${ALONE} \ From owner-svn-ports-all@freebsd.org Tue Nov 22 20:13: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 F3FDAC50BDC; Tue, 22 Nov 2016 20:13: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 C5DDA1B4; Tue, 22 Nov 2016 20:13:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMKDqTw027493; Tue, 22 Nov 2016 20:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMKDqhT027492; Tue, 22 Nov 2016 20:13:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611222013.uAMKDqhT027492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 20:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426858 - head/devel/protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 20:13:54 -0000 Author: sunpoet Date: Tue Nov 22 20:13:52 2016 New Revision: 426858 URL: https://svnweb.freebsd.org/changeset/ports/426858 Log: - Remove ONLY_FOR_ARCHS: allow more archs to build this port Suggested by: linimon Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Tue Nov 22 19:58:55 2016 (r426857) +++ head/devel/protobuf/Makefile Tue Nov 22 20:13:52 2016 (r426858) @@ -14,7 +14,6 @@ LICENSE= BSD3CLAUSE CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -ONLY_FOR_ARCHS= amd64 armv6 i386 TEST_TARGET= check USE_CSTD= c99 # for audio/clementine-player support USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Tue Nov 22 20:19: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 6A96CC50C66; Tue, 22 Nov 2016 20:19: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 3C39333D; Tue, 22 Nov 2016 20:19: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 uAMKJjvA028258; Tue, 22 Nov 2016 20:19:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMKJjrL028257; Tue, 22 Nov 2016 20:19:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611222019.uAMKJjrL028257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 20:19:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426859 - head/databases/postgis20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 20:19:46 -0000 Author: sunpoet Date: Tue Nov 22 20:19:45 2016 New Revision: 426859 URL: https://svnweb.freebsd.org/changeset/ports/426859 Log: - Update CONFLICTS_INSTALL - Add PORTSCOUT Modified: head/databases/postgis20/Makefile Modified: head/databases/postgis20/Makefile ============================================================================== --- head/databases/postgis20/Makefile Tue Nov 22 20:13:52 2016 (r426858) +++ head/databases/postgis20/Makefile Tue Nov 22 20:19:45 2016 (r426859) @@ -17,7 +17,7 @@ LIB_DEPENDS= libgeos.so:graphics/geos \ libjson-c.so:devel/json-c \ libproj.so:graphics/proj -CONFLICTS_INSTALL= postgis-2.1.* postgis22-* +CONFLICTS_INSTALL= postgis- postgis22- postgis23- OPTIONS_DEFINE= LOADERGUI NLS RASTER TOPOLOGY OPTIONS_DEFAULT=TOPOLOGY @@ -26,6 +26,8 @@ LOADERGUI_DESC= Enable shp2pgsql-gui RASTER_DESC= Raster support TOPOLOGY_DESC= Topology support +PORTSCOUT= limit:^2.0.[0-9]* + CONFIGURE_ARGS= --with-geosconfig=${LOCALBASE}/bin/geos-config \ --with-jsondir=${LOCALBASE} \ --with-pgconfig=${LOCALBASE}/bin/pg_config \ From owner-svn-ports-all@freebsd.org Tue Nov 22 20: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 78002C504FA; Tue, 22 Nov 2016 20:46:27 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 336F7164E; Tue, 22 Nov 2016 20:46:27 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMKkQdK040222; Tue, 22 Nov 2016 20:46:26 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMKkQqp040219; Tue, 22 Nov 2016 20:46:26 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201611222046.uAMKkQqp040219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 22 Nov 2016 20:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426860 - head/x11/lumina-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: Tue, 22 Nov 2016 20:46:27 -0000 Author: kmoore Date: Tue Nov 22 20:46:26 2016 New Revision: 426860 URL: https://svnweb.freebsd.org/changeset/ports/426860 Log: - Update to 1.0.0 PR: 214725 Submitted by: Pavel Nedoshivkin Modified: head/x11/lumina-i18n/Makefile head/x11/lumina-i18n/distinfo head/x11/lumina-i18n/pkg-plist Modified: head/x11/lumina-i18n/Makefile ============================================================================== --- head/x11/lumina-i18n/Makefile Tue Nov 22 20:19:45 2016 (r426859) +++ head/x11/lumina-i18n/Makefile Tue Nov 22 20:46:26 2016 (r426860) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= lumina-i18n -PORTVERSION= 0.9.0 -DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -Release +PORTVERSION= 1.0.0 CATEGORIES= x11 MAINTAINER= kmoore@FreeBSD.org @@ -18,10 +16,12 @@ USES= tar:xz NO_BUILD= yes USE_GITHUB= yes -GH_ACCOUNT= pcbsd +GH_ACCOUNT= trueos +GH_PROJECT= lumina-i18n +GH_TAGNAME= a96928d do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/Lumina-DE/i18n - tar xvf ${WRKSRC}/dist/${PORTNAME}.txz -C ${STAGEDIR}${PREFIX}/share/Lumina-DE/i18n + ${MKDIR} ${STAGEDIR}${PREFIX}/share/lumina-desktop/i18n + tar xvf ${WRKSRC}/dist/${PORTNAME}.txz -C ${STAGEDIR}${PREFIX}/share/lumina-desktop/i18n .include Modified: head/x11/lumina-i18n/distinfo ============================================================================== --- head/x11/lumina-i18n/distinfo Tue Nov 22 20:19:45 2016 (r426859) +++ head/x11/lumina-i18n/distinfo Tue Nov 22 20:46:26 2016 (r426860) @@ -1,2 +1,3 @@ -SHA256 (pcbsd-lumina-i18n-v0.9.0-Release_GH0.tar.gz) = e314fc4c018abdad62b964bb6e684997f0946809c959a063a69400eb7a42c043 -SIZE (pcbsd-lumina-i18n-v0.9.0-Release_GH0.tar.gz) = 1293523 +TIMESTAMP = 1479791845 +SHA256 (trueos-lumina-i18n-1.0.0-a96928d_GH0.tar.gz) = 5e77b04700c3bc2b0265a4811c5e778b612ea88efa98dbb43fe3cbca331ed9ba +SIZE (trueos-lumina-i18n-1.0.0-a96928d_GH0.tar.gz) = 1625800 Modified: head/x11/lumina-i18n/pkg-plist ============================================================================== --- head/x11/lumina-i18n/pkg-plist Tue Nov 22 20:19:45 2016 (r426859) +++ head/x11/lumina-i18n/pkg-plist Tue Nov 22 20:46:26 2016 (r426860) @@ -1,594 +1,660 @@ -share/Lumina-DE/i18n/lumina-config_af.qm -share/Lumina-DE/i18n/lumina-config_ar.qm -share/Lumina-DE/i18n/lumina-config_az.qm -share/Lumina-DE/i18n/lumina-config_bg.qm -share/Lumina-DE/i18n/lumina-config_bn.qm -share/Lumina-DE/i18n/lumina-config_bs.qm -share/Lumina-DE/i18n/lumina-config_ca.qm -share/Lumina-DE/i18n/lumina-config_cs.qm -share/Lumina-DE/i18n/lumina-config_cy.qm -share/Lumina-DE/i18n/lumina-config_da.qm -share/Lumina-DE/i18n/lumina-config_de.qm -share/Lumina-DE/i18n/lumina-config_el.qm -share/Lumina-DE/i18n/lumina-config_en_GB.qm -share/Lumina-DE/i18n/lumina-config_en_ZA.qm -share/Lumina-DE/i18n/lumina-config_es.qm -share/Lumina-DE/i18n/lumina-config_et.qm -share/Lumina-DE/i18n/lumina-config_eu.qm -share/Lumina-DE/i18n/lumina-config_fa.qm -share/Lumina-DE/i18n/lumina-config_fi.qm -share/Lumina-DE/i18n/lumina-config_fr.qm -share/Lumina-DE/i18n/lumina-config_fr_CA.qm -share/Lumina-DE/i18n/lumina-config_fur.qm -share/Lumina-DE/i18n/lumina-config_gl.qm -share/Lumina-DE/i18n/lumina-config_he.qm -share/Lumina-DE/i18n/lumina-config_hi.qm -share/Lumina-DE/i18n/lumina-config_hr.qm -share/Lumina-DE/i18n/lumina-config_hu.qm -share/Lumina-DE/i18n/lumina-config_id.qm -share/Lumina-DE/i18n/lumina-config_is.qm -share/Lumina-DE/i18n/lumina-config_it.qm -share/Lumina-DE/i18n/lumina-config_ja.qm -share/Lumina-DE/i18n/lumina-config_ka.qm -share/Lumina-DE/i18n/lumina-config_ko.qm -share/Lumina-DE/i18n/lumina-config_lt.qm -share/Lumina-DE/i18n/lumina-config_lv.qm -share/Lumina-DE/i18n/lumina-config_mk.qm -share/Lumina-DE/i18n/lumina-config_mn.qm -share/Lumina-DE/i18n/lumina-config_ms.qm -share/Lumina-DE/i18n/lumina-config_mt.qm -share/Lumina-DE/i18n/lumina-config_nb.qm -share/Lumina-DE/i18n/lumina-config_ne.qm -share/Lumina-DE/i18n/lumina-config_nl.qm -share/Lumina-DE/i18n/lumina-config_pa.qm -share/Lumina-DE/i18n/lumina-config_pl.qm -share/Lumina-DE/i18n/lumina-config_pt.qm -share/Lumina-DE/i18n/lumina-config_pt_BR.qm -share/Lumina-DE/i18n/lumina-config_ro.qm -share/Lumina-DE/i18n/lumina-config_ru.qm -share/Lumina-DE/i18n/lumina-config_sa.qm -share/Lumina-DE/i18n/lumina-config_sk.qm -share/Lumina-DE/i18n/lumina-config_sl.qm -share/Lumina-DE/i18n/lumina-config_sr.qm -share/Lumina-DE/i18n/lumina-config_sv.qm -share/Lumina-DE/i18n/lumina-config_sw.qm -share/Lumina-DE/i18n/lumina-config_ta.qm -share/Lumina-DE/i18n/lumina-config_tg.qm -share/Lumina-DE/i18n/lumina-config_th.qm -share/Lumina-DE/i18n/lumina-config_tr.qm -share/Lumina-DE/i18n/lumina-config_uk.qm -share/Lumina-DE/i18n/lumina-config_ur.qm -share/Lumina-DE/i18n/lumina-config_uz.qm -share/Lumina-DE/i18n/lumina-config_vi.qm -share/Lumina-DE/i18n/lumina-config_zh_CN.qm -share/Lumina-DE/i18n/lumina-config_zh_HK.qm -share/Lumina-DE/i18n/lumina-config_zh_TW.qm -share/Lumina-DE/i18n/lumina-config_zu.qm -share/Lumina-DE/i18n/lumina-desktop_af.qm -share/Lumina-DE/i18n/lumina-desktop_ar.qm -share/Lumina-DE/i18n/lumina-desktop_az.qm -share/Lumina-DE/i18n/lumina-desktop_bg.qm -share/Lumina-DE/i18n/lumina-desktop_bn.qm -share/Lumina-DE/i18n/lumina-desktop_bs.qm -share/Lumina-DE/i18n/lumina-desktop_ca.qm -share/Lumina-DE/i18n/lumina-desktop_cs.qm -share/Lumina-DE/i18n/lumina-desktop_cy.qm -share/Lumina-DE/i18n/lumina-desktop_da.qm -share/Lumina-DE/i18n/lumina-desktop_de.qm -share/Lumina-DE/i18n/lumina-desktop_el.qm -share/Lumina-DE/i18n/lumina-desktop_en_GB.qm -share/Lumina-DE/i18n/lumina-desktop_en_ZA.qm -share/Lumina-DE/i18n/lumina-desktop_es.qm -share/Lumina-DE/i18n/lumina-desktop_et.qm -share/Lumina-DE/i18n/lumina-desktop_eu.qm -share/Lumina-DE/i18n/lumina-desktop_fa.qm -share/Lumina-DE/i18n/lumina-desktop_fi.qm -share/Lumina-DE/i18n/lumina-desktop_fr.qm -share/Lumina-DE/i18n/lumina-desktop_fr_CA.qm -share/Lumina-DE/i18n/lumina-desktop_fur.qm -share/Lumina-DE/i18n/lumina-desktop_gl.qm -share/Lumina-DE/i18n/lumina-desktop_he.qm -share/Lumina-DE/i18n/lumina-desktop_hi.qm -share/Lumina-DE/i18n/lumina-desktop_hr.qm -share/Lumina-DE/i18n/lumina-desktop_hu.qm -share/Lumina-DE/i18n/lumina-desktop_id.qm -share/Lumina-DE/i18n/lumina-desktop_is.qm -share/Lumina-DE/i18n/lumina-desktop_it.qm -share/Lumina-DE/i18n/lumina-desktop_ja.qm -share/Lumina-DE/i18n/lumina-desktop_ka.qm -share/Lumina-DE/i18n/lumina-desktop_ko.qm -share/Lumina-DE/i18n/lumina-desktop_lt.qm -share/Lumina-DE/i18n/lumina-desktop_lv.qm -share/Lumina-DE/i18n/lumina-desktop_mk.qm -share/Lumina-DE/i18n/lumina-desktop_mn.qm -share/Lumina-DE/i18n/lumina-desktop_ms.qm -share/Lumina-DE/i18n/lumina-desktop_mt.qm -share/Lumina-DE/i18n/lumina-desktop_nb.qm -share/Lumina-DE/i18n/lumina-desktop_ne.qm -share/Lumina-DE/i18n/lumina-desktop_nl.qm -share/Lumina-DE/i18n/lumina-desktop_pa.qm -share/Lumina-DE/i18n/lumina-desktop_pl.qm -share/Lumina-DE/i18n/lumina-desktop_pt.qm -share/Lumina-DE/i18n/lumina-desktop_pt_BR.qm -share/Lumina-DE/i18n/lumina-desktop_ro.qm -share/Lumina-DE/i18n/lumina-desktop_ru.qm -share/Lumina-DE/i18n/lumina-desktop_sa.qm -share/Lumina-DE/i18n/lumina-desktop_sk.qm -share/Lumina-DE/i18n/lumina-desktop_sl.qm -share/Lumina-DE/i18n/lumina-desktop_sr.qm -share/Lumina-DE/i18n/lumina-desktop_sv.qm -share/Lumina-DE/i18n/lumina-desktop_sw.qm -share/Lumina-DE/i18n/lumina-desktop_ta.qm -share/Lumina-DE/i18n/lumina-desktop_tg.qm -share/Lumina-DE/i18n/lumina-desktop_th.qm -share/Lumina-DE/i18n/lumina-desktop_tr.qm -share/Lumina-DE/i18n/lumina-desktop_uk.qm -share/Lumina-DE/i18n/lumina-desktop_ur.qm -share/Lumina-DE/i18n/lumina-desktop_uz.qm -share/Lumina-DE/i18n/lumina-desktop_vi.qm -share/Lumina-DE/i18n/lumina-desktop_zh_CN.qm -share/Lumina-DE/i18n/lumina-desktop_zh_HK.qm -share/Lumina-DE/i18n/lumina-desktop_zh_TW.qm -share/Lumina-DE/i18n/lumina-desktop_zu.qm -share/Lumina-DE/i18n/lumina-fileinfo_af.qm -share/Lumina-DE/i18n/lumina-fileinfo_ar.qm -share/Lumina-DE/i18n/lumina-fileinfo_az.qm -share/Lumina-DE/i18n/lumina-fileinfo_bg.qm -share/Lumina-DE/i18n/lumina-fileinfo_bn.qm -share/Lumina-DE/i18n/lumina-fileinfo_bs.qm -share/Lumina-DE/i18n/lumina-fileinfo_ca.qm -share/Lumina-DE/i18n/lumina-fileinfo_cs.qm -share/Lumina-DE/i18n/lumina-fileinfo_cy.qm -share/Lumina-DE/i18n/lumina-fileinfo_da.qm -share/Lumina-DE/i18n/lumina-fileinfo_de.qm -share/Lumina-DE/i18n/lumina-fileinfo_el.qm -share/Lumina-DE/i18n/lumina-fileinfo_en_GB.qm -share/Lumina-DE/i18n/lumina-fileinfo_en_ZA.qm -share/Lumina-DE/i18n/lumina-fileinfo_es.qm -share/Lumina-DE/i18n/lumina-fileinfo_et.qm -share/Lumina-DE/i18n/lumina-fileinfo_eu.qm -share/Lumina-DE/i18n/lumina-fileinfo_fa.qm -share/Lumina-DE/i18n/lumina-fileinfo_fi.qm -share/Lumina-DE/i18n/lumina-fileinfo_fr.qm -share/Lumina-DE/i18n/lumina-fileinfo_fr_CA.qm -share/Lumina-DE/i18n/lumina-fileinfo_fur.qm -share/Lumina-DE/i18n/lumina-fileinfo_gl.qm -share/Lumina-DE/i18n/lumina-fileinfo_he.qm -share/Lumina-DE/i18n/lumina-fileinfo_hi.qm -share/Lumina-DE/i18n/lumina-fileinfo_hr.qm -share/Lumina-DE/i18n/lumina-fileinfo_hu.qm -share/Lumina-DE/i18n/lumina-fileinfo_id.qm -share/Lumina-DE/i18n/lumina-fileinfo_is.qm -share/Lumina-DE/i18n/lumina-fileinfo_it.qm -share/Lumina-DE/i18n/lumina-fileinfo_ja.qm -share/Lumina-DE/i18n/lumina-fileinfo_ka.qm -share/Lumina-DE/i18n/lumina-fileinfo_ko.qm -share/Lumina-DE/i18n/lumina-fileinfo_lt.qm -share/Lumina-DE/i18n/lumina-fileinfo_lv.qm -share/Lumina-DE/i18n/lumina-fileinfo_mk.qm -share/Lumina-DE/i18n/lumina-fileinfo_mn.qm -share/Lumina-DE/i18n/lumina-fileinfo_ms.qm -share/Lumina-DE/i18n/lumina-fileinfo_mt.qm -share/Lumina-DE/i18n/lumina-fileinfo_nb.qm -share/Lumina-DE/i18n/lumina-fileinfo_ne.qm -share/Lumina-DE/i18n/lumina-fileinfo_nl.qm -share/Lumina-DE/i18n/lumina-fileinfo_pa.qm -share/Lumina-DE/i18n/lumina-fileinfo_pl.qm -share/Lumina-DE/i18n/lumina-fileinfo_pt.qm -share/Lumina-DE/i18n/lumina-fileinfo_pt_BR.qm -share/Lumina-DE/i18n/lumina-fileinfo_ro.qm -share/Lumina-DE/i18n/lumina-fileinfo_ru.qm -share/Lumina-DE/i18n/lumina-fileinfo_sa.qm -share/Lumina-DE/i18n/lumina-fileinfo_sk.qm -share/Lumina-DE/i18n/lumina-fileinfo_sl.qm -share/Lumina-DE/i18n/lumina-fileinfo_sr.qm -share/Lumina-DE/i18n/lumina-fileinfo_sv.qm -share/Lumina-DE/i18n/lumina-fileinfo_sw.qm -share/Lumina-DE/i18n/lumina-fileinfo_ta.qm -share/Lumina-DE/i18n/lumina-fileinfo_tg.qm -share/Lumina-DE/i18n/lumina-fileinfo_th.qm -share/Lumina-DE/i18n/lumina-fileinfo_tr.qm -share/Lumina-DE/i18n/lumina-fileinfo_uk.qm -share/Lumina-DE/i18n/lumina-fileinfo_ur.qm -share/Lumina-DE/i18n/lumina-fileinfo_uz.qm -share/Lumina-DE/i18n/lumina-fileinfo_vi.qm -share/Lumina-DE/i18n/lumina-fileinfo_zh_CN.qm -share/Lumina-DE/i18n/lumina-fileinfo_zh_HK.qm -share/Lumina-DE/i18n/lumina-fileinfo_zh_TW.qm -share/Lumina-DE/i18n/lumina-fileinfo_zu.qm -share/Lumina-DE/i18n/lumina-fm_af.qm -share/Lumina-DE/i18n/lumina-fm_ar.qm -share/Lumina-DE/i18n/lumina-fm_az.qm -share/Lumina-DE/i18n/lumina-fm_bg.qm -share/Lumina-DE/i18n/lumina-fm_bn.qm -share/Lumina-DE/i18n/lumina-fm_bs.qm -share/Lumina-DE/i18n/lumina-fm_ca.qm -share/Lumina-DE/i18n/lumina-fm_cs.qm -share/Lumina-DE/i18n/lumina-fm_cy.qm -share/Lumina-DE/i18n/lumina-fm_da.qm -share/Lumina-DE/i18n/lumina-fm_de.qm -share/Lumina-DE/i18n/lumina-fm_el.qm -share/Lumina-DE/i18n/lumina-fm_en_GB.qm -share/Lumina-DE/i18n/lumina-fm_en_ZA.qm -share/Lumina-DE/i18n/lumina-fm_es.qm -share/Lumina-DE/i18n/lumina-fm_et.qm -share/Lumina-DE/i18n/lumina-fm_eu.qm -share/Lumina-DE/i18n/lumina-fm_fa.qm -share/Lumina-DE/i18n/lumina-fm_fi.qm -share/Lumina-DE/i18n/lumina-fm_fr.qm -share/Lumina-DE/i18n/lumina-fm_fr_CA.qm -share/Lumina-DE/i18n/lumina-fm_fur.qm -share/Lumina-DE/i18n/lumina-fm_gl.qm -share/Lumina-DE/i18n/lumina-fm_he.qm -share/Lumina-DE/i18n/lumina-fm_hi.qm -share/Lumina-DE/i18n/lumina-fm_hr.qm -share/Lumina-DE/i18n/lumina-fm_hu.qm -share/Lumina-DE/i18n/lumina-fm_id.qm -share/Lumina-DE/i18n/lumina-fm_is.qm -share/Lumina-DE/i18n/lumina-fm_it.qm -share/Lumina-DE/i18n/lumina-fm_ja.qm -share/Lumina-DE/i18n/lumina-fm_ka.qm -share/Lumina-DE/i18n/lumina-fm_ko.qm -share/Lumina-DE/i18n/lumina-fm_lt.qm -share/Lumina-DE/i18n/lumina-fm_lv.qm -share/Lumina-DE/i18n/lumina-fm_mk.qm -share/Lumina-DE/i18n/lumina-fm_mn.qm -share/Lumina-DE/i18n/lumina-fm_ms.qm -share/Lumina-DE/i18n/lumina-fm_mt.qm -share/Lumina-DE/i18n/lumina-fm_nb.qm -share/Lumina-DE/i18n/lumina-fm_ne.qm -share/Lumina-DE/i18n/lumina-fm_nl.qm -share/Lumina-DE/i18n/lumina-fm_pa.qm -share/Lumina-DE/i18n/lumina-fm_pl.qm -share/Lumina-DE/i18n/lumina-fm_pt.qm -share/Lumina-DE/i18n/lumina-fm_pt_BR.qm -share/Lumina-DE/i18n/lumina-fm_ro.qm -share/Lumina-DE/i18n/lumina-fm_ru.qm -share/Lumina-DE/i18n/lumina-fm_sa.qm -share/Lumina-DE/i18n/lumina-fm_sk.qm -share/Lumina-DE/i18n/lumina-fm_sl.qm -share/Lumina-DE/i18n/lumina-fm_sr.qm -share/Lumina-DE/i18n/lumina-fm_sv.qm -share/Lumina-DE/i18n/lumina-fm_sw.qm -share/Lumina-DE/i18n/lumina-fm_ta.qm -share/Lumina-DE/i18n/lumina-fm_tg.qm -share/Lumina-DE/i18n/lumina-fm_th.qm -share/Lumina-DE/i18n/lumina-fm_tr.qm -share/Lumina-DE/i18n/lumina-fm_uk.qm -share/Lumina-DE/i18n/lumina-fm_ur.qm -share/Lumina-DE/i18n/lumina-fm_uz.qm -share/Lumina-DE/i18n/lumina-fm_vi.qm -share/Lumina-DE/i18n/lumina-fm_zh_CN.qm -share/Lumina-DE/i18n/lumina-fm_zh_HK.qm -share/Lumina-DE/i18n/lumina-fm_zh_TW.qm -share/Lumina-DE/i18n/lumina-fm_zu.qm -share/Lumina-DE/i18n/lumina-info_af.qm -share/Lumina-DE/i18n/lumina-info_ar.qm -share/Lumina-DE/i18n/lumina-info_az.qm -share/Lumina-DE/i18n/lumina-info_bg.qm -share/Lumina-DE/i18n/lumina-info_bn.qm -share/Lumina-DE/i18n/lumina-info_bs.qm -share/Lumina-DE/i18n/lumina-info_ca.qm -share/Lumina-DE/i18n/lumina-info_cs.qm -share/Lumina-DE/i18n/lumina-info_cy.qm -share/Lumina-DE/i18n/lumina-info_da.qm -share/Lumina-DE/i18n/lumina-info_de.qm -share/Lumina-DE/i18n/lumina-info_el.qm -share/Lumina-DE/i18n/lumina-info_en_GB.qm -share/Lumina-DE/i18n/lumina-info_en_ZA.qm -share/Lumina-DE/i18n/lumina-info_es.qm -share/Lumina-DE/i18n/lumina-info_et.qm -share/Lumina-DE/i18n/lumina-info_eu.qm -share/Lumina-DE/i18n/lumina-info_fa.qm -share/Lumina-DE/i18n/lumina-info_fi.qm -share/Lumina-DE/i18n/lumina-info_fr.qm -share/Lumina-DE/i18n/lumina-info_fr_CA.qm -share/Lumina-DE/i18n/lumina-info_fur.qm -share/Lumina-DE/i18n/lumina-info_gl.qm -share/Lumina-DE/i18n/lumina-info_he.qm -share/Lumina-DE/i18n/lumina-info_hi.qm -share/Lumina-DE/i18n/lumina-info_hr.qm -share/Lumina-DE/i18n/lumina-info_hu.qm -share/Lumina-DE/i18n/lumina-info_id.qm -share/Lumina-DE/i18n/lumina-info_is.qm -share/Lumina-DE/i18n/lumina-info_it.qm -share/Lumina-DE/i18n/lumina-info_ja.qm -share/Lumina-DE/i18n/lumina-info_ka.qm -share/Lumina-DE/i18n/lumina-info_ko.qm -share/Lumina-DE/i18n/lumina-info_lt.qm -share/Lumina-DE/i18n/lumina-info_lv.qm -share/Lumina-DE/i18n/lumina-info_mk.qm -share/Lumina-DE/i18n/lumina-info_mn.qm -share/Lumina-DE/i18n/lumina-info_ms.qm -share/Lumina-DE/i18n/lumina-info_mt.qm -share/Lumina-DE/i18n/lumina-info_nb.qm -share/Lumina-DE/i18n/lumina-info_ne.qm -share/Lumina-DE/i18n/lumina-info_nl.qm -share/Lumina-DE/i18n/lumina-info_pa.qm -share/Lumina-DE/i18n/lumina-info_pl.qm -share/Lumina-DE/i18n/lumina-info_pt.qm -share/Lumina-DE/i18n/lumina-info_pt_BR.qm -share/Lumina-DE/i18n/lumina-info_ro.qm -share/Lumina-DE/i18n/lumina-info_ru.qm -share/Lumina-DE/i18n/lumina-info_sa.qm -share/Lumina-DE/i18n/lumina-info_sk.qm -share/Lumina-DE/i18n/lumina-info_sl.qm -share/Lumina-DE/i18n/lumina-info_sr.qm -share/Lumina-DE/i18n/lumina-info_sv.qm -share/Lumina-DE/i18n/lumina-info_sw.qm -share/Lumina-DE/i18n/lumina-info_ta.qm -share/Lumina-DE/i18n/lumina-info_tg.qm -share/Lumina-DE/i18n/lumina-info_th.qm -share/Lumina-DE/i18n/lumina-info_tr.qm -share/Lumina-DE/i18n/lumina-info_uk.qm -share/Lumina-DE/i18n/lumina-info_ur.qm -share/Lumina-DE/i18n/lumina-info_uz.qm -share/Lumina-DE/i18n/lumina-info_vi.qm -share/Lumina-DE/i18n/lumina-info_zh_CN.qm -share/Lumina-DE/i18n/lumina-info_zh_HK.qm -share/Lumina-DE/i18n/lumina-info_zh_TW.qm -share/Lumina-DE/i18n/lumina-info_zu.qm -share/Lumina-DE/i18n/lumina-open_af.qm -share/Lumina-DE/i18n/lumina-open_ar.qm -share/Lumina-DE/i18n/lumina-open_az.qm -share/Lumina-DE/i18n/lumina-open_bg.qm -share/Lumina-DE/i18n/lumina-open_bn.qm -share/Lumina-DE/i18n/lumina-open_bs.qm -share/Lumina-DE/i18n/lumina-open_ca.qm -share/Lumina-DE/i18n/lumina-open_cs.qm -share/Lumina-DE/i18n/lumina-open_cy.qm -share/Lumina-DE/i18n/lumina-open_da.qm -share/Lumina-DE/i18n/lumina-open_de.qm -share/Lumina-DE/i18n/lumina-open_el.qm -share/Lumina-DE/i18n/lumina-open_en_GB.qm -share/Lumina-DE/i18n/lumina-open_en_ZA.qm -share/Lumina-DE/i18n/lumina-open_es.qm -share/Lumina-DE/i18n/lumina-open_et.qm -share/Lumina-DE/i18n/lumina-open_eu.qm -share/Lumina-DE/i18n/lumina-open_fa.qm -share/Lumina-DE/i18n/lumina-open_fi.qm -share/Lumina-DE/i18n/lumina-open_fr.qm -share/Lumina-DE/i18n/lumina-open_fr_CA.qm -share/Lumina-DE/i18n/lumina-open_fur.qm -share/Lumina-DE/i18n/lumina-open_gl.qm -share/Lumina-DE/i18n/lumina-open_he.qm -share/Lumina-DE/i18n/lumina-open_hi.qm -share/Lumina-DE/i18n/lumina-open_hr.qm -share/Lumina-DE/i18n/lumina-open_hu.qm -share/Lumina-DE/i18n/lumina-open_id.qm -share/Lumina-DE/i18n/lumina-open_is.qm -share/Lumina-DE/i18n/lumina-open_it.qm -share/Lumina-DE/i18n/lumina-open_ja.qm -share/Lumina-DE/i18n/lumina-open_ka.qm -share/Lumina-DE/i18n/lumina-open_ko.qm -share/Lumina-DE/i18n/lumina-open_lt.qm -share/Lumina-DE/i18n/lumina-open_lv.qm -share/Lumina-DE/i18n/lumina-open_mk.qm -share/Lumina-DE/i18n/lumina-open_mn.qm -share/Lumina-DE/i18n/lumina-open_ms.qm -share/Lumina-DE/i18n/lumina-open_mt.qm -share/Lumina-DE/i18n/lumina-open_nb.qm -share/Lumina-DE/i18n/lumina-open_ne.qm -share/Lumina-DE/i18n/lumina-open_nl.qm -share/Lumina-DE/i18n/lumina-open_pa.qm -share/Lumina-DE/i18n/lumina-open_pl.qm -share/Lumina-DE/i18n/lumina-open_pt.qm -share/Lumina-DE/i18n/lumina-open_pt_BR.qm -share/Lumina-DE/i18n/lumina-open_ro.qm -share/Lumina-DE/i18n/lumina-open_ru.qm -share/Lumina-DE/i18n/lumina-open_sa.qm -share/Lumina-DE/i18n/lumina-open_sk.qm -share/Lumina-DE/i18n/lumina-open_sl.qm -share/Lumina-DE/i18n/lumina-open_sr.qm -share/Lumina-DE/i18n/lumina-open_sv.qm -share/Lumina-DE/i18n/lumina-open_sw.qm -share/Lumina-DE/i18n/lumina-open_ta.qm -share/Lumina-DE/i18n/lumina-open_tg.qm -share/Lumina-DE/i18n/lumina-open_th.qm -share/Lumina-DE/i18n/lumina-open_tr.qm -share/Lumina-DE/i18n/lumina-open_uk.qm -share/Lumina-DE/i18n/lumina-open_ur.qm -share/Lumina-DE/i18n/lumina-open_uz.qm -share/Lumina-DE/i18n/lumina-open_vi.qm -share/Lumina-DE/i18n/lumina-open_zh_CN.qm -share/Lumina-DE/i18n/lumina-open_zh_HK.qm -share/Lumina-DE/i18n/lumina-open_zh_TW.qm -share/Lumina-DE/i18n/lumina-open_zu.qm -share/Lumina-DE/i18n/lumina-screenshot_af.qm -share/Lumina-DE/i18n/lumina-screenshot_ar.qm -share/Lumina-DE/i18n/lumina-screenshot_az.qm -share/Lumina-DE/i18n/lumina-screenshot_bg.qm -share/Lumina-DE/i18n/lumina-screenshot_bn.qm -share/Lumina-DE/i18n/lumina-screenshot_bs.qm -share/Lumina-DE/i18n/lumina-screenshot_ca.qm -share/Lumina-DE/i18n/lumina-screenshot_cs.qm -share/Lumina-DE/i18n/lumina-screenshot_cy.qm -share/Lumina-DE/i18n/lumina-screenshot_da.qm -share/Lumina-DE/i18n/lumina-screenshot_de.qm -share/Lumina-DE/i18n/lumina-screenshot_el.qm -share/Lumina-DE/i18n/lumina-screenshot_en_GB.qm -share/Lumina-DE/i18n/lumina-screenshot_en_ZA.qm -share/Lumina-DE/i18n/lumina-screenshot_es.qm -share/Lumina-DE/i18n/lumina-screenshot_et.qm -share/Lumina-DE/i18n/lumina-screenshot_eu.qm -share/Lumina-DE/i18n/lumina-screenshot_fa.qm -share/Lumina-DE/i18n/lumina-screenshot_fi.qm -share/Lumina-DE/i18n/lumina-screenshot_fr.qm -share/Lumina-DE/i18n/lumina-screenshot_fr_CA.qm -share/Lumina-DE/i18n/lumina-screenshot_fur.qm -share/Lumina-DE/i18n/lumina-screenshot_gl.qm -share/Lumina-DE/i18n/lumina-screenshot_he.qm -share/Lumina-DE/i18n/lumina-screenshot_hi.qm -share/Lumina-DE/i18n/lumina-screenshot_hr.qm -share/Lumina-DE/i18n/lumina-screenshot_hu.qm -share/Lumina-DE/i18n/lumina-screenshot_id.qm -share/Lumina-DE/i18n/lumina-screenshot_is.qm -share/Lumina-DE/i18n/lumina-screenshot_it.qm -share/Lumina-DE/i18n/lumina-screenshot_ja.qm -share/Lumina-DE/i18n/lumina-screenshot_ka.qm -share/Lumina-DE/i18n/lumina-screenshot_ko.qm -share/Lumina-DE/i18n/lumina-screenshot_lt.qm -share/Lumina-DE/i18n/lumina-screenshot_lv.qm -share/Lumina-DE/i18n/lumina-screenshot_mk.qm -share/Lumina-DE/i18n/lumina-screenshot_mn.qm -share/Lumina-DE/i18n/lumina-screenshot_ms.qm -share/Lumina-DE/i18n/lumina-screenshot_mt.qm -share/Lumina-DE/i18n/lumina-screenshot_nb.qm -share/Lumina-DE/i18n/lumina-screenshot_ne.qm -share/Lumina-DE/i18n/lumina-screenshot_nl.qm -share/Lumina-DE/i18n/lumina-screenshot_pa.qm -share/Lumina-DE/i18n/lumina-screenshot_pl.qm -share/Lumina-DE/i18n/lumina-screenshot_pt.qm -share/Lumina-DE/i18n/lumina-screenshot_pt_BR.qm -share/Lumina-DE/i18n/lumina-screenshot_ro.qm -share/Lumina-DE/i18n/lumina-screenshot_ru.qm -share/Lumina-DE/i18n/lumina-screenshot_sa.qm -share/Lumina-DE/i18n/lumina-screenshot_sk.qm -share/Lumina-DE/i18n/lumina-screenshot_sl.qm -share/Lumina-DE/i18n/lumina-screenshot_sr.qm -share/Lumina-DE/i18n/lumina-screenshot_sv.qm -share/Lumina-DE/i18n/lumina-screenshot_sw.qm -share/Lumina-DE/i18n/lumina-screenshot_ta.qm -share/Lumina-DE/i18n/lumina-screenshot_tg.qm -share/Lumina-DE/i18n/lumina-screenshot_th.qm -share/Lumina-DE/i18n/lumina-screenshot_tr.qm -share/Lumina-DE/i18n/lumina-screenshot_uk.qm -share/Lumina-DE/i18n/lumina-screenshot_ur.qm -share/Lumina-DE/i18n/lumina-screenshot_uz.qm -share/Lumina-DE/i18n/lumina-screenshot_vi.qm -share/Lumina-DE/i18n/lumina-screenshot_zh_CN.qm -share/Lumina-DE/i18n/lumina-screenshot_zh_HK.qm -share/Lumina-DE/i18n/lumina-screenshot_zh_TW.qm -share/Lumina-DE/i18n/lumina-screenshot_zu.qm -share/Lumina-DE/i18n/lumina-search_af.qm -share/Lumina-DE/i18n/lumina-search_ar.qm -share/Lumina-DE/i18n/lumina-search_az.qm -share/Lumina-DE/i18n/lumina-search_bg.qm -share/Lumina-DE/i18n/lumina-search_bn.qm -share/Lumina-DE/i18n/lumina-search_bs.qm -share/Lumina-DE/i18n/lumina-search_ca.qm -share/Lumina-DE/i18n/lumina-search_cs.qm -share/Lumina-DE/i18n/lumina-search_cy.qm -share/Lumina-DE/i18n/lumina-search_da.qm -share/Lumina-DE/i18n/lumina-search_de.qm -share/Lumina-DE/i18n/lumina-search_el.qm -share/Lumina-DE/i18n/lumina-search_en_GB.qm -share/Lumina-DE/i18n/lumina-search_en_ZA.qm -share/Lumina-DE/i18n/lumina-search_es.qm -share/Lumina-DE/i18n/lumina-search_et.qm -share/Lumina-DE/i18n/lumina-search_eu.qm -share/Lumina-DE/i18n/lumina-search_fa.qm -share/Lumina-DE/i18n/lumina-search_fi.qm -share/Lumina-DE/i18n/lumina-search_fr.qm -share/Lumina-DE/i18n/lumina-search_fr_CA.qm -share/Lumina-DE/i18n/lumina-search_fur.qm -share/Lumina-DE/i18n/lumina-search_gl.qm -share/Lumina-DE/i18n/lumina-search_he.qm -share/Lumina-DE/i18n/lumina-search_hi.qm -share/Lumina-DE/i18n/lumina-search_hr.qm -share/Lumina-DE/i18n/lumina-search_hu.qm -share/Lumina-DE/i18n/lumina-search_id.qm -share/Lumina-DE/i18n/lumina-search_is.qm -share/Lumina-DE/i18n/lumina-search_it.qm -share/Lumina-DE/i18n/lumina-search_ja.qm -share/Lumina-DE/i18n/lumina-search_ka.qm -share/Lumina-DE/i18n/lumina-search_ko.qm -share/Lumina-DE/i18n/lumina-search_lt.qm -share/Lumina-DE/i18n/lumina-search_lv.qm -share/Lumina-DE/i18n/lumina-search_mk.qm -share/Lumina-DE/i18n/lumina-search_mn.qm -share/Lumina-DE/i18n/lumina-search_ms.qm -share/Lumina-DE/i18n/lumina-search_mt.qm -share/Lumina-DE/i18n/lumina-search_nb.qm -share/Lumina-DE/i18n/lumina-search_ne.qm -share/Lumina-DE/i18n/lumina-search_nl.qm -share/Lumina-DE/i18n/lumina-search_pa.qm -share/Lumina-DE/i18n/lumina-search_pl.qm -share/Lumina-DE/i18n/lumina-search_pt.qm -share/Lumina-DE/i18n/lumina-search_pt_BR.qm -share/Lumina-DE/i18n/lumina-search_ro.qm -share/Lumina-DE/i18n/lumina-search_ru.qm -share/Lumina-DE/i18n/lumina-search_sa.qm -share/Lumina-DE/i18n/lumina-search_sk.qm -share/Lumina-DE/i18n/lumina-search_sl.qm -share/Lumina-DE/i18n/lumina-search_sr.qm -share/Lumina-DE/i18n/lumina-search_sv.qm -share/Lumina-DE/i18n/lumina-search_sw.qm -share/Lumina-DE/i18n/lumina-search_ta.qm -share/Lumina-DE/i18n/lumina-search_tg.qm -share/Lumina-DE/i18n/lumina-search_th.qm -share/Lumina-DE/i18n/lumina-search_tr.qm -share/Lumina-DE/i18n/lumina-search_uk.qm -share/Lumina-DE/i18n/lumina-search_ur.qm -share/Lumina-DE/i18n/lumina-search_uz.qm -share/Lumina-DE/i18n/lumina-search_vi.qm -share/Lumina-DE/i18n/lumina-search_zh_CN.qm -share/Lumina-DE/i18n/lumina-search_zh_HK.qm -share/Lumina-DE/i18n/lumina-search_zh_TW.qm -share/Lumina-DE/i18n/lumina-search_zu.qm -share/Lumina-DE/i18n/lumina-xconfig_af.qm -share/Lumina-DE/i18n/lumina-xconfig_ar.qm -share/Lumina-DE/i18n/lumina-xconfig_az.qm -share/Lumina-DE/i18n/lumina-xconfig_bg.qm -share/Lumina-DE/i18n/lumina-xconfig_bn.qm -share/Lumina-DE/i18n/lumina-xconfig_bs.qm -share/Lumina-DE/i18n/lumina-xconfig_ca.qm -share/Lumina-DE/i18n/lumina-xconfig_cs.qm -share/Lumina-DE/i18n/lumina-xconfig_cy.qm -share/Lumina-DE/i18n/lumina-xconfig_da.qm -share/Lumina-DE/i18n/lumina-xconfig_de.qm -share/Lumina-DE/i18n/lumina-xconfig_el.qm -share/Lumina-DE/i18n/lumina-xconfig_en_GB.qm -share/Lumina-DE/i18n/lumina-xconfig_en_ZA.qm -share/Lumina-DE/i18n/lumina-xconfig_es.qm -share/Lumina-DE/i18n/lumina-xconfig_et.qm -share/Lumina-DE/i18n/lumina-xconfig_eu.qm -share/Lumina-DE/i18n/lumina-xconfig_fa.qm -share/Lumina-DE/i18n/lumina-xconfig_fi.qm -share/Lumina-DE/i18n/lumina-xconfig_fr.qm -share/Lumina-DE/i18n/lumina-xconfig_fr_CA.qm -share/Lumina-DE/i18n/lumina-xconfig_fur.qm -share/Lumina-DE/i18n/lumina-xconfig_gl.qm -share/Lumina-DE/i18n/lumina-xconfig_he.qm -share/Lumina-DE/i18n/lumina-xconfig_hi.qm -share/Lumina-DE/i18n/lumina-xconfig_hr.qm -share/Lumina-DE/i18n/lumina-xconfig_hu.qm -share/Lumina-DE/i18n/lumina-xconfig_id.qm -share/Lumina-DE/i18n/lumina-xconfig_is.qm -share/Lumina-DE/i18n/lumina-xconfig_it.qm -share/Lumina-DE/i18n/lumina-xconfig_ja.qm -share/Lumina-DE/i18n/lumina-xconfig_ka.qm -share/Lumina-DE/i18n/lumina-xconfig_ko.qm -share/Lumina-DE/i18n/lumina-xconfig_lt.qm -share/Lumina-DE/i18n/lumina-xconfig_lv.qm -share/Lumina-DE/i18n/lumina-xconfig_mk.qm -share/Lumina-DE/i18n/lumina-xconfig_mn.qm -share/Lumina-DE/i18n/lumina-xconfig_ms.qm -share/Lumina-DE/i18n/lumina-xconfig_mt.qm -share/Lumina-DE/i18n/lumina-xconfig_nb.qm -share/Lumina-DE/i18n/lumina-xconfig_ne.qm -share/Lumina-DE/i18n/lumina-xconfig_nl.qm -share/Lumina-DE/i18n/lumina-xconfig_pa.qm -share/Lumina-DE/i18n/lumina-xconfig_pl.qm -share/Lumina-DE/i18n/lumina-xconfig_pt.qm -share/Lumina-DE/i18n/lumina-xconfig_pt_BR.qm -share/Lumina-DE/i18n/lumina-xconfig_ro.qm -share/Lumina-DE/i18n/lumina-xconfig_ru.qm -share/Lumina-DE/i18n/lumina-xconfig_sa.qm -share/Lumina-DE/i18n/lumina-xconfig_sk.qm -share/Lumina-DE/i18n/lumina-xconfig_sl.qm -share/Lumina-DE/i18n/lumina-xconfig_sr.qm -share/Lumina-DE/i18n/lumina-xconfig_sv.qm -share/Lumina-DE/i18n/lumina-xconfig_sw.qm -share/Lumina-DE/i18n/lumina-xconfig_ta.qm -share/Lumina-DE/i18n/lumina-xconfig_tg.qm -share/Lumina-DE/i18n/lumina-xconfig_th.qm -share/Lumina-DE/i18n/lumina-xconfig_tr.qm -share/Lumina-DE/i18n/lumina-xconfig_uk.qm -share/Lumina-DE/i18n/lumina-xconfig_ur.qm -share/Lumina-DE/i18n/lumina-xconfig_uz.qm -share/Lumina-DE/i18n/lumina-xconfig_vi.qm -share/Lumina-DE/i18n/lumina-xconfig_zh_CN.qm -share/Lumina-DE/i18n/lumina-xconfig_zh_HK.qm -share/Lumina-DE/i18n/lumina-xconfig_zh_TW.qm -share/Lumina-DE/i18n/lumina-xconfig_zu.qm +share/lumina-desktop/i18n/lumina-config_af.qm +share/lumina-desktop/i18n/lumina-config_ar.qm +share/lumina-desktop/i18n/lumina-config_az.qm +share/lumina-desktop/i18n/lumina-config_bg.qm +share/lumina-desktop/i18n/lumina-config_bn.qm +share/lumina-desktop/i18n/lumina-config_bs.qm +share/lumina-desktop/i18n/lumina-config_ca.qm +share/lumina-desktop/i18n/lumina-config_cs.qm +share/lumina-desktop/i18n/lumina-config_cy.qm +share/lumina-desktop/i18n/lumina-config_da.qm +share/lumina-desktop/i18n/lumina-config_de.qm +share/lumina-desktop/i18n/lumina-config_el.qm +share/lumina-desktop/i18n/lumina-config_en_GB.qm +share/lumina-desktop/i18n/lumina-config_en_ZA.qm +share/lumina-desktop/i18n/lumina-config_es.qm +share/lumina-desktop/i18n/lumina-config_et.qm +share/lumina-desktop/i18n/lumina-config_eu.qm +share/lumina-desktop/i18n/lumina-config_fa.qm +share/lumina-desktop/i18n/lumina-config_fi.qm +share/lumina-desktop/i18n/lumina-config_fr.qm +share/lumina-desktop/i18n/lumina-config_fr_CA.qm +share/lumina-desktop/i18n/lumina-config_fur.qm +share/lumina-desktop/i18n/lumina-config_gl.qm +share/lumina-desktop/i18n/lumina-config_he.qm +share/lumina-desktop/i18n/lumina-config_hi.qm +share/lumina-desktop/i18n/lumina-config_hr.qm +share/lumina-desktop/i18n/lumina-config_hu.qm +share/lumina-desktop/i18n/lumina-config_id.qm +share/lumina-desktop/i18n/lumina-config_is.qm +share/lumina-desktop/i18n/lumina-config_it.qm +share/lumina-desktop/i18n/lumina-config_ja.qm +share/lumina-desktop/i18n/lumina-config_ka.qm +share/lumina-desktop/i18n/lumina-config_ko.qm +share/lumina-desktop/i18n/lumina-config_lt.qm +share/lumina-desktop/i18n/lumina-config_lv.qm +share/lumina-desktop/i18n/lumina-config_mk.qm +share/lumina-desktop/i18n/lumina-config_mn.qm +share/lumina-desktop/i18n/lumina-config_ms.qm +share/lumina-desktop/i18n/lumina-config_mt.qm +share/lumina-desktop/i18n/lumina-config_nb.qm +share/lumina-desktop/i18n/lumina-config_ne.qm +share/lumina-desktop/i18n/lumina-config_nl.qm +share/lumina-desktop/i18n/lumina-config_pa.qm +share/lumina-desktop/i18n/lumina-config_pl.qm +share/lumina-desktop/i18n/lumina-config_pt.qm +share/lumina-desktop/i18n/lumina-config_pt_BR.qm +share/lumina-desktop/i18n/lumina-config_ro.qm +share/lumina-desktop/i18n/lumina-config_ru.qm +share/lumina-desktop/i18n/lumina-config_sa.qm +share/lumina-desktop/i18n/lumina-config_sk.qm +share/lumina-desktop/i18n/lumina-config_sl.qm +share/lumina-desktop/i18n/lumina-config_sr.qm +share/lumina-desktop/i18n/lumina-config_sv.qm +share/lumina-desktop/i18n/lumina-config_sw.qm +share/lumina-desktop/i18n/lumina-config_ta.qm +share/lumina-desktop/i18n/lumina-config_tg.qm +share/lumina-desktop/i18n/lumina-config_th.qm +share/lumina-desktop/i18n/lumina-config_tr.qm +share/lumina-desktop/i18n/lumina-config_uk.qm +share/lumina-desktop/i18n/lumina-config_ur.qm +share/lumina-desktop/i18n/lumina-config_uz.qm +share/lumina-desktop/i18n/lumina-config_vi.qm +share/lumina-desktop/i18n/lumina-config_zh_CN.qm +share/lumina-desktop/i18n/lumina-config_zh_HK.qm +share/lumina-desktop/i18n/lumina-config_zh_TW.qm +share/lumina-desktop/i18n/lumina-config_zu.qm +share/lumina-desktop/i18n/lumina-desktop_af.qm +share/lumina-desktop/i18n/lumina-desktop_ar.qm +share/lumina-desktop/i18n/lumina-desktop_az.qm +share/lumina-desktop/i18n/lumina-desktop_bg.qm +share/lumina-desktop/i18n/lumina-desktop_bn.qm +share/lumina-desktop/i18n/lumina-desktop_bs.qm +share/lumina-desktop/i18n/lumina-desktop_ca.qm +share/lumina-desktop/i18n/lumina-desktop_cs.qm +share/lumina-desktop/i18n/lumina-desktop_cy.qm +share/lumina-desktop/i18n/lumina-desktop_da.qm +share/lumina-desktop/i18n/lumina-desktop_de.qm +share/lumina-desktop/i18n/lumina-desktop_el.qm +share/lumina-desktop/i18n/lumina-desktop_en_GB.qm +share/lumina-desktop/i18n/lumina-desktop_en_ZA.qm +share/lumina-desktop/i18n/lumina-desktop_es.qm +share/lumina-desktop/i18n/lumina-desktop_et.qm +share/lumina-desktop/i18n/lumina-desktop_eu.qm +share/lumina-desktop/i18n/lumina-desktop_fa.qm +share/lumina-desktop/i18n/lumina-desktop_fi.qm +share/lumina-desktop/i18n/lumina-desktop_fr.qm +share/lumina-desktop/i18n/lumina-desktop_fr_CA.qm +share/lumina-desktop/i18n/lumina-desktop_fur.qm +share/lumina-desktop/i18n/lumina-desktop_gl.qm +share/lumina-desktop/i18n/lumina-desktop_he.qm +share/lumina-desktop/i18n/lumina-desktop_hi.qm +share/lumina-desktop/i18n/lumina-desktop_hr.qm +share/lumina-desktop/i18n/lumina-desktop_hu.qm +share/lumina-desktop/i18n/lumina-desktop_id.qm +share/lumina-desktop/i18n/lumina-desktop_is.qm +share/lumina-desktop/i18n/lumina-desktop_it.qm +share/lumina-desktop/i18n/lumina-desktop_ja.qm +share/lumina-desktop/i18n/lumina-desktop_ka.qm +share/lumina-desktop/i18n/lumina-desktop_ko.qm +share/lumina-desktop/i18n/lumina-desktop_lt.qm +share/lumina-desktop/i18n/lumina-desktop_lv.qm +share/lumina-desktop/i18n/lumina-desktop_mk.qm +share/lumina-desktop/i18n/lumina-desktop_mn.qm +share/lumina-desktop/i18n/lumina-desktop_ms.qm +share/lumina-desktop/i18n/lumina-desktop_mt.qm +share/lumina-desktop/i18n/lumina-desktop_nb.qm +share/lumina-desktop/i18n/lumina-desktop_ne.qm +share/lumina-desktop/i18n/lumina-desktop_nl.qm +share/lumina-desktop/i18n/lumina-desktop_pa.qm +share/lumina-desktop/i18n/lumina-desktop_pl.qm +share/lumina-desktop/i18n/lumina-desktop_pt.qm +share/lumina-desktop/i18n/lumina-desktop_pt_BR.qm +share/lumina-desktop/i18n/lumina-desktop_ro.qm +share/lumina-desktop/i18n/lumina-desktop_ru.qm +share/lumina-desktop/i18n/lumina-desktop_sa.qm +share/lumina-desktop/i18n/lumina-desktop_sk.qm +share/lumina-desktop/i18n/lumina-desktop_sl.qm +share/lumina-desktop/i18n/lumina-desktop_sr.qm +share/lumina-desktop/i18n/lumina-desktop_sv.qm +share/lumina-desktop/i18n/lumina-desktop_sw.qm +share/lumina-desktop/i18n/lumina-desktop_ta.qm +share/lumina-desktop/i18n/lumina-desktop_tg.qm +share/lumina-desktop/i18n/lumina-desktop_th.qm +share/lumina-desktop/i18n/lumina-desktop_tr.qm +share/lumina-desktop/i18n/lumina-desktop_uk.qm +share/lumina-desktop/i18n/lumina-desktop_ur.qm +share/lumina-desktop/i18n/lumina-desktop_uz.qm +share/lumina-desktop/i18n/lumina-desktop_vi.qm +share/lumina-desktop/i18n/lumina-desktop_zh_CN.qm +share/lumina-desktop/i18n/lumina-desktop_zh_HK.qm +share/lumina-desktop/i18n/lumina-desktop_zh_TW.qm +share/lumina-desktop/i18n/lumina-desktop_zu.qm +share/lumina-desktop/i18n/lumina-fileinfo_af.qm +share/lumina-desktop/i18n/lumina-fileinfo_ar.qm +share/lumina-desktop/i18n/lumina-fileinfo_az.qm +share/lumina-desktop/i18n/lumina-fileinfo_bg.qm +share/lumina-desktop/i18n/lumina-fileinfo_bn.qm +share/lumina-desktop/i18n/lumina-fileinfo_bs.qm +share/lumina-desktop/i18n/lumina-fileinfo_ca.qm +share/lumina-desktop/i18n/lumina-fileinfo_cs.qm +share/lumina-desktop/i18n/lumina-fileinfo_cy.qm +share/lumina-desktop/i18n/lumina-fileinfo_da.qm +share/lumina-desktop/i18n/lumina-fileinfo_de.qm +share/lumina-desktop/i18n/lumina-fileinfo_el.qm +share/lumina-desktop/i18n/lumina-fileinfo_en_GB.qm +share/lumina-desktop/i18n/lumina-fileinfo_en_ZA.qm +share/lumina-desktop/i18n/lumina-fileinfo_es.qm +share/lumina-desktop/i18n/lumina-fileinfo_et.qm +share/lumina-desktop/i18n/lumina-fileinfo_eu.qm +share/lumina-desktop/i18n/lumina-fileinfo_fa.qm +share/lumina-desktop/i18n/lumina-fileinfo_fi.qm +share/lumina-desktop/i18n/lumina-fileinfo_fr.qm +share/lumina-desktop/i18n/lumina-fileinfo_fr_CA.qm +share/lumina-desktop/i18n/lumina-fileinfo_fur.qm +share/lumina-desktop/i18n/lumina-fileinfo_gl.qm +share/lumina-desktop/i18n/lumina-fileinfo_he.qm +share/lumina-desktop/i18n/lumina-fileinfo_hi.qm +share/lumina-desktop/i18n/lumina-fileinfo_hr.qm +share/lumina-desktop/i18n/lumina-fileinfo_hu.qm +share/lumina-desktop/i18n/lumina-fileinfo_id.qm +share/lumina-desktop/i18n/lumina-fileinfo_is.qm +share/lumina-desktop/i18n/lumina-fileinfo_it.qm +share/lumina-desktop/i18n/lumina-fileinfo_ja.qm +share/lumina-desktop/i18n/lumina-fileinfo_ka.qm +share/lumina-desktop/i18n/lumina-fileinfo_ko.qm +share/lumina-desktop/i18n/lumina-fileinfo_lt.qm +share/lumina-desktop/i18n/lumina-fileinfo_lv.qm +share/lumina-desktop/i18n/lumina-fileinfo_mk.qm +share/lumina-desktop/i18n/lumina-fileinfo_mn.qm +share/lumina-desktop/i18n/lumina-fileinfo_ms.qm +share/lumina-desktop/i18n/lumina-fileinfo_mt.qm +share/lumina-desktop/i18n/lumina-fileinfo_nb.qm +share/lumina-desktop/i18n/lumina-fileinfo_ne.qm +share/lumina-desktop/i18n/lumina-fileinfo_nl.qm +share/lumina-desktop/i18n/lumina-fileinfo_pa.qm +share/lumina-desktop/i18n/lumina-fileinfo_pl.qm +share/lumina-desktop/i18n/lumina-fileinfo_pt.qm +share/lumina-desktop/i18n/lumina-fileinfo_pt_BR.qm +share/lumina-desktop/i18n/lumina-fileinfo_ro.qm +share/lumina-desktop/i18n/lumina-fileinfo_ru.qm +share/lumina-desktop/i18n/lumina-fileinfo_sa.qm +share/lumina-desktop/i18n/lumina-fileinfo_sk.qm +share/lumina-desktop/i18n/lumina-fileinfo_sl.qm +share/lumina-desktop/i18n/lumina-fileinfo_sr.qm +share/lumina-desktop/i18n/lumina-fileinfo_sv.qm +share/lumina-desktop/i18n/lumina-fileinfo_sw.qm +share/lumina-desktop/i18n/lumina-fileinfo_ta.qm +share/lumina-desktop/i18n/lumina-fileinfo_tg.qm +share/lumina-desktop/i18n/lumina-fileinfo_th.qm +share/lumina-desktop/i18n/lumina-fileinfo_tr.qm +share/lumina-desktop/i18n/lumina-fileinfo_uk.qm +share/lumina-desktop/i18n/lumina-fileinfo_ur.qm +share/lumina-desktop/i18n/lumina-fileinfo_uz.qm +share/lumina-desktop/i18n/lumina-fileinfo_vi.qm +share/lumina-desktop/i18n/lumina-fileinfo_zh_CN.qm +share/lumina-desktop/i18n/lumina-fileinfo_zh_HK.qm +share/lumina-desktop/i18n/lumina-fileinfo_zh_TW.qm +share/lumina-desktop/i18n/lumina-fileinfo_zu.qm +share/lumina-desktop/i18n/lumina-fm_af.qm +share/lumina-desktop/i18n/lumina-fm_ar.qm +share/lumina-desktop/i18n/lumina-fm_az.qm +share/lumina-desktop/i18n/lumina-fm_bg.qm +share/lumina-desktop/i18n/lumina-fm_bn.qm +share/lumina-desktop/i18n/lumina-fm_bs.qm +share/lumina-desktop/i18n/lumina-fm_ca.qm +share/lumina-desktop/i18n/lumina-fm_cs.qm +share/lumina-desktop/i18n/lumina-fm_cy.qm +share/lumina-desktop/i18n/lumina-fm_da.qm +share/lumina-desktop/i18n/lumina-fm_de.qm +share/lumina-desktop/i18n/lumina-fm_el.qm +share/lumina-desktop/i18n/lumina-fm_en_GB.qm +share/lumina-desktop/i18n/lumina-fm_en_ZA.qm +share/lumina-desktop/i18n/lumina-fm_es.qm +share/lumina-desktop/i18n/lumina-fm_et.qm +share/lumina-desktop/i18n/lumina-fm_eu.qm +share/lumina-desktop/i18n/lumina-fm_fa.qm +share/lumina-desktop/i18n/lumina-fm_fi.qm +share/lumina-desktop/i18n/lumina-fm_fr.qm +share/lumina-desktop/i18n/lumina-fm_fr_CA.qm +share/lumina-desktop/i18n/lumina-fm_fur.qm +share/lumina-desktop/i18n/lumina-fm_gl.qm +share/lumina-desktop/i18n/lumina-fm_he.qm +share/lumina-desktop/i18n/lumina-fm_hi.qm +share/lumina-desktop/i18n/lumina-fm_hr.qm +share/lumina-desktop/i18n/lumina-fm_hu.qm +share/lumina-desktop/i18n/lumina-fm_id.qm +share/lumina-desktop/i18n/lumina-fm_is.qm +share/lumina-desktop/i18n/lumina-fm_it.qm +share/lumina-desktop/i18n/lumina-fm_ja.qm +share/lumina-desktop/i18n/lumina-fm_ka.qm +share/lumina-desktop/i18n/lumina-fm_ko.qm +share/lumina-desktop/i18n/lumina-fm_lt.qm +share/lumina-desktop/i18n/lumina-fm_lv.qm +share/lumina-desktop/i18n/lumina-fm_mk.qm +share/lumina-desktop/i18n/lumina-fm_mn.qm +share/lumina-desktop/i18n/lumina-fm_ms.qm +share/lumina-desktop/i18n/lumina-fm_mt.qm +share/lumina-desktop/i18n/lumina-fm_nb.qm +share/lumina-desktop/i18n/lumina-fm_ne.qm +share/lumina-desktop/i18n/lumina-fm_nl.qm +share/lumina-desktop/i18n/lumina-fm_pa.qm +share/lumina-desktop/i18n/lumina-fm_pl.qm +share/lumina-desktop/i18n/lumina-fm_pt.qm +share/lumina-desktop/i18n/lumina-fm_pt_BR.qm +share/lumina-desktop/i18n/lumina-fm_ro.qm +share/lumina-desktop/i18n/lumina-fm_ru.qm +share/lumina-desktop/i18n/lumina-fm_sa.qm +share/lumina-desktop/i18n/lumina-fm_sk.qm +share/lumina-desktop/i18n/lumina-fm_sl.qm +share/lumina-desktop/i18n/lumina-fm_sr.qm +share/lumina-desktop/i18n/lumina-fm_sv.qm +share/lumina-desktop/i18n/lumina-fm_sw.qm +share/lumina-desktop/i18n/lumina-fm_ta.qm +share/lumina-desktop/i18n/lumina-fm_tg.qm +share/lumina-desktop/i18n/lumina-fm_th.qm +share/lumina-desktop/i18n/lumina-fm_tr.qm +share/lumina-desktop/i18n/lumina-fm_uk.qm +share/lumina-desktop/i18n/lumina-fm_ur.qm +share/lumina-desktop/i18n/lumina-fm_uz.qm +share/lumina-desktop/i18n/lumina-fm_vi.qm +share/lumina-desktop/i18n/lumina-fm_zh_CN.qm +share/lumina-desktop/i18n/lumina-fm_zh_HK.qm +share/lumina-desktop/i18n/lumina-fm_zh_TW.qm +share/lumina-desktop/i18n/lumina-fm_zu.qm +share/lumina-desktop/i18n/lumina-info_af.qm +share/lumina-desktop/i18n/lumina-info_ar.qm +share/lumina-desktop/i18n/lumina-info_az.qm +share/lumina-desktop/i18n/lumina-info_bg.qm +share/lumina-desktop/i18n/lumina-info_bn.qm +share/lumina-desktop/i18n/lumina-info_bs.qm +share/lumina-desktop/i18n/lumina-info_ca.qm +share/lumina-desktop/i18n/lumina-info_cs.qm +share/lumina-desktop/i18n/lumina-info_cy.qm +share/lumina-desktop/i18n/lumina-info_da.qm +share/lumina-desktop/i18n/lumina-info_de.qm +share/lumina-desktop/i18n/lumina-info_el.qm +share/lumina-desktop/i18n/lumina-info_en_GB.qm +share/lumina-desktop/i18n/lumina-info_en_ZA.qm +share/lumina-desktop/i18n/lumina-info_es.qm +share/lumina-desktop/i18n/lumina-info_et.qm +share/lumina-desktop/i18n/lumina-info_eu.qm +share/lumina-desktop/i18n/lumina-info_fa.qm +share/lumina-desktop/i18n/lumina-info_fi.qm +share/lumina-desktop/i18n/lumina-info_fr.qm +share/lumina-desktop/i18n/lumina-info_fr_CA.qm +share/lumina-desktop/i18n/lumina-info_fur.qm +share/lumina-desktop/i18n/lumina-info_gl.qm +share/lumina-desktop/i18n/lumina-info_he.qm +share/lumina-desktop/i18n/lumina-info_hi.qm +share/lumina-desktop/i18n/lumina-info_hr.qm +share/lumina-desktop/i18n/lumina-info_hu.qm +share/lumina-desktop/i18n/lumina-info_id.qm +share/lumina-desktop/i18n/lumina-info_is.qm +share/lumina-desktop/i18n/lumina-info_it.qm +share/lumina-desktop/i18n/lumina-info_ja.qm +share/lumina-desktop/i18n/lumina-info_ka.qm +share/lumina-desktop/i18n/lumina-info_ko.qm +share/lumina-desktop/i18n/lumina-info_lt.qm +share/lumina-desktop/i18n/lumina-info_lv.qm +share/lumina-desktop/i18n/lumina-info_mk.qm +share/lumina-desktop/i18n/lumina-info_mn.qm +share/lumina-desktop/i18n/lumina-info_ms.qm +share/lumina-desktop/i18n/lumina-info_mt.qm +share/lumina-desktop/i18n/lumina-info_nb.qm +share/lumina-desktop/i18n/lumina-info_ne.qm +share/lumina-desktop/i18n/lumina-info_nl.qm +share/lumina-desktop/i18n/lumina-info_pa.qm +share/lumina-desktop/i18n/lumina-info_pl.qm +share/lumina-desktop/i18n/lumina-info_pt.qm +share/lumina-desktop/i18n/lumina-info_pt_BR.qm +share/lumina-desktop/i18n/lumina-info_ro.qm +share/lumina-desktop/i18n/lumina-info_ru.qm +share/lumina-desktop/i18n/lumina-info_sa.qm +share/lumina-desktop/i18n/lumina-info_sk.qm +share/lumina-desktop/i18n/lumina-info_sl.qm +share/lumina-desktop/i18n/lumina-info_sr.qm +share/lumina-desktop/i18n/lumina-info_sv.qm +share/lumina-desktop/i18n/lumina-info_sw.qm +share/lumina-desktop/i18n/lumina-info_ta.qm +share/lumina-desktop/i18n/lumina-info_tg.qm +share/lumina-desktop/i18n/lumina-info_th.qm +share/lumina-desktop/i18n/lumina-info_tr.qm +share/lumina-desktop/i18n/lumina-info_uk.qm +share/lumina-desktop/i18n/lumina-info_ur.qm +share/lumina-desktop/i18n/lumina-info_uz.qm +share/lumina-desktop/i18n/lumina-info_vi.qm +share/lumina-desktop/i18n/lumina-info_zh_CN.qm +share/lumina-desktop/i18n/lumina-info_zh_HK.qm +share/lumina-desktop/i18n/lumina-info_zh_TW.qm +share/lumina-desktop/i18n/lumina-info_zu.qm +share/lumina-desktop/i18n/lumina-open_af.qm +share/lumina-desktop/i18n/lumina-open_ar.qm +share/lumina-desktop/i18n/lumina-open_az.qm +share/lumina-desktop/i18n/lumina-open_bg.qm +share/lumina-desktop/i18n/lumina-open_bn.qm +share/lumina-desktop/i18n/lumina-open_bs.qm +share/lumina-desktop/i18n/lumina-open_ca.qm +share/lumina-desktop/i18n/lumina-open_cs.qm +share/lumina-desktop/i18n/lumina-open_cy.qm +share/lumina-desktop/i18n/lumina-open_da.qm +share/lumina-desktop/i18n/lumina-open_de.qm +share/lumina-desktop/i18n/lumina-open_el.qm +share/lumina-desktop/i18n/lumina-open_en_GB.qm +share/lumina-desktop/i18n/lumina-open_en_ZA.qm +share/lumina-desktop/i18n/lumina-open_es.qm +share/lumina-desktop/i18n/lumina-open_et.qm +share/lumina-desktop/i18n/lumina-open_eu.qm +share/lumina-desktop/i18n/lumina-open_fa.qm +share/lumina-desktop/i18n/lumina-open_fi.qm +share/lumina-desktop/i18n/lumina-open_fr.qm +share/lumina-desktop/i18n/lumina-open_fr_CA.qm +share/lumina-desktop/i18n/lumina-open_fur.qm +share/lumina-desktop/i18n/lumina-open_gl.qm +share/lumina-desktop/i18n/lumina-open_he.qm +share/lumina-desktop/i18n/lumina-open_hi.qm +share/lumina-desktop/i18n/lumina-open_hr.qm +share/lumina-desktop/i18n/lumina-open_hu.qm +share/lumina-desktop/i18n/lumina-open_id.qm +share/lumina-desktop/i18n/lumina-open_is.qm +share/lumina-desktop/i18n/lumina-open_it.qm +share/lumina-desktop/i18n/lumina-open_ja.qm +share/lumina-desktop/i18n/lumina-open_ka.qm +share/lumina-desktop/i18n/lumina-open_ko.qm +share/lumina-desktop/i18n/lumina-open_lt.qm +share/lumina-desktop/i18n/lumina-open_lv.qm +share/lumina-desktop/i18n/lumina-open_mk.qm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Nov 22 20:53: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 06183C50818; Tue, 22 Nov 2016 20:53:19 +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 C8D4B303; Tue, 22 Nov 2016 20:53: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 uAMKrH6Q044000; Tue, 22 Nov 2016 20:53:17 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMKrH54043999; Tue, 22 Nov 2016 20:53:17 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611222053.uAMKrH54043999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 22 Nov 2016 20:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426861 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 20:53:19 -0000 Author: rm Date: Tue Nov 22 20:53:17 2016 New Revision: 426861 URL: https://svnweb.freebsd.org/changeset/ports/426861 Log: devel/awscli: remove limitation on python version This port now works with any python branch. PR: 214298 Submitted by: jrh Approved by: maintainer Modified: head/devel/awscli/Makefile Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Tue Nov 22 20:46:26 2016 (r426860) +++ head/devel/awscli/Makefile Tue Nov 22 20:53:17 2016 (r426861) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa -USES= python:2 +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes From owner-svn-ports-all@freebsd.org Tue Nov 22 20:56: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 7A169C50911; Tue, 22 Nov 2016 20:56:59 +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 4A1486D4; Tue, 22 Nov 2016 20:56:59 +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 uAMKuwFh044274; Tue, 22 Nov 2016 20:56:58 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMKuwpU044272; Tue, 22 Nov 2016 20:56:58 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611222056.uAMKuwpU044272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 22 Nov 2016 20:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426862 - head/devel/artifactory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 20:56:59 -0000 Author: robak Date: Tue Nov 22 20:56:58 2016 New Revision: 426862 URL: https://svnweb.freebsd.org/changeset/ports/426862 Log: devel/artifactory: update 4.12.0.1 -> 4.14.1 PR: 214717 Submitted by: David Harrigan (maintainer) Modified: head/devel/artifactory/Makefile head/devel/artifactory/distinfo Modified: head/devel/artifactory/Makefile ============================================================================== --- head/devel/artifactory/Makefile Tue Nov 22 20:53:17 2016 (r426861) +++ head/devel/artifactory/Makefile Tue Nov 22 20:56:58 2016 (r426862) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= artifactory -PORTVERSION= 4.12.0.1 +PORTVERSION= 4.14.1 CATEGORIES= devel java MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/ DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION} Modified: head/devel/artifactory/distinfo ============================================================================== --- head/devel/artifactory/distinfo Tue Nov 22 20:53:17 2016 (r426861) +++ head/devel/artifactory/distinfo Tue Nov 22 20:56:58 2016 (r426862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472937188 -SHA256 (jfrog-artifactory-oss-4.12.0.1.zip) = 463e6267fbc6f7f4393a6fd824d812d3989bf1f66ff062148d03e76fcbe2e097 -SIZE (jfrog-artifactory-oss-4.12.0.1.zip) = 41341922 +TIMESTAMP = 1479743359 +SHA256 (jfrog-artifactory-oss-4.14.1.zip) = 48deba9f045a0b3b796646043c2c01a26a673eb5706b3f9477cfc9292ddfef7e +SIZE (jfrog-artifactory-oss-4.14.1.zip) = 41393806 From owner-svn-ports-all@freebsd.org Tue Nov 22 21:03: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 C7C99C50B05; Tue, 22 Nov 2016 21:03:52 +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 7FDB6C70; Tue, 22 Nov 2016 21:03:52 +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 uAML3pAC048254; Tue, 22 Nov 2016 21:03:51 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAML3p3F048253; Tue, 22 Nov 2016 21:03:51 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201611222103.uAML3p3F048253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 22 Nov 2016 21:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426863 - 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: Tue, 22 Nov 2016 21:03:52 -0000 Author: thierry Date: Tue Nov 22 21:03:51 2016 New Revision: 426863 URL: https://svnweb.freebsd.org/changeset/ports/426863 Log: Chase french/med upgrade (switch to hdf5-18). Reported by: rakuco Modified: head/cad/freecad/Makefile Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Tue Nov 22 20:56:58 2016 (r426862) +++ head/cad/freecad/Makefile Tue Nov 22 21:03:51 2016 (r426863) @@ -2,6 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20161104 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org @@ -39,9 +40,19 @@ USE_XORG= ice sm x11 xext xt USE_GL= gl glu USE_QT4= qmake_build corelib gui moc_build network opengl rcc_build \ uic_build svg xml webkit +USE_LDCONFIG= yes CMAKE_ARGS= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \ -DFREECAD_USE_EXTERNAL_PIVY=1 +# To be removed when french/med will be built against science/hdf5 +LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 +CMAKE_ARGS+= -DHDF5_FOUND="TRUE" -DHDF5_VERSION="1.8.17" \ + -DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5-18" \ + -DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include/hdf5-18" \ + -DCMAKE_C_FLAGS="-I${LOCALBASE}/include/hdf5-18" \ + -DHDF5_LIBRARIES="-lhdf5-18" +CFLAGS+= -I${LOCALBASE}/include/hdf5-18 + CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} DESKTOP_ENTRIES=${PORTNAME} "" "${PREFIX}/FreeCAD/data/freecad.svg" \ @@ -51,6 +62,13 @@ post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ ${WRKSRC}/src/Gui/CMakeLists.txt +pre-configure: + # To be removed when french/med will be built against science/hdf5 + ${REINPLACE_CMD} -e 's|find_package(HDF5 REQUIRED)|#find_package(HDF5 REQUIRED)|' \ + ${WRKSRC}/CMakeLists.txt + ${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/src/3rdParty/salomesmesh/inc/MED_Common.hxx + post-install: ${LN} -s ../${PORTNAME}/bin/FreeCAD ${STAGEDIR}${LOCALBASE}/bin/FreeCAD ${LN} -s ../${PORTNAME}/bin/FreeCADCmd ${STAGEDIR}${LOCALBASE}/bin/FreeCADCmd From owner-svn-ports-all@freebsd.org Tue Nov 22 21:07: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 8DAACC50C05; Tue, 22 Nov 2016 21:07:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 656BBE2D; Tue, 22 Nov 2016 21:07:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAML7T7G048519; Tue, 22 Nov 2016 21:07:29 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAML7Tal048516; Tue, 22 Nov 2016 21:07:29 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201611222107.uAML7Tal048516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 22 Nov 2016 21:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426864 - head/sysutils/vagrant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:07:30 -0000 Author: cmt Date: Tue Nov 22 21:07:29 2016 New Revision: 426864 URL: https://svnweb.freebsd.org/changeset/ports/426864 Log: vagrant 1.8.7 https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md PR: 214571 Approved by: joe()thrallingpenguin.com (maintainer), rene (mentor) Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Tue Nov 22 21:03:51 2016 (r426863) +++ head/sysutils/vagrant/Makefile Tue Nov 22 21:07:29 2016 (r426864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Tue Nov 22 21:03:51 2016 (r426863) +++ head/sysutils/vagrant/distinfo Tue Nov 22 21:07:29 2016 (r426864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476708884 -SHA256 (mitchellh-vagrant-v1.8.6_GH0.tar.gz) = de1204c56feeeb327f542e58d39c9dd55fef78a9b753594a3b30e330d72d23e4 -SIZE (mitchellh-vagrant-v1.8.6_GH0.tar.gz) = 1749696 +TIMESTAMP = 1479304110 +SHA256 (mitchellh-vagrant-v1.8.7_GH0.tar.gz) = 5371d39679d40d4f6913728dd3d93c103e74c76ecc813710191a2c378b83a1e2 +SIZE (mitchellh-vagrant-v1.8.7_GH0.tar.gz) = 1756302 Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Tue Nov 22 21:03:51 2016 (r426863) +++ head/sysutils/vagrant/pkg-plist Tue Nov 22 21:07:29 2016 (r426864) @@ -911,6 +911,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/mount_nfs_folder_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/rsync_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/openbsd/cap/halt_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/openbsd/cap/rsync_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/docker_test.rb @@ -948,6 +949,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/config_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/guest_network_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/hosts/darwin/cap/rdp_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/hosts/linux/cap/nfs_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/package_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/push_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/ssh_test.rb @@ -1114,6 +1116,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/shell_quote_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/ssh_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/string_block_editor_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/subprocess_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/which_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/vagrantfile_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant_test.rb From owner-svn-ports-all@freebsd.org Tue Nov 22 21:13: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 7FBEFC50E39; Tue, 22 Nov 2016 21:13:36 +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 5007F12E4; Tue, 22 Nov 2016 21:13:36 +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 uAMLDZkx052583; Tue, 22 Nov 2016 21:13:35 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLDZfI052581; Tue, 22 Nov 2016 21:13:35 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611222113.uAMLDZfI052581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 22 Nov 2016 21:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426865 - head/devel/py-botocore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:13:36 -0000 Author: rm Date: Tue Nov 22 21:13:35 2016 New Revision: 426865 URL: https://svnweb.freebsd.org/changeset/ports/426865 Log: devel/py-botocore: update to 1.4.77 PR: 214500 Submitted by: Bradley T. Hughes (maintainer) Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Tue Nov 22 21:07:29 2016 (r426864) +++ head/devel/py-botocore/Makefile Tue Nov 22 21:13:35 2016 (r426865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.4.70 +PORTVERSION= 1.4.77 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Tue Nov 22 21:07:29 2016 (r426864) +++ head/devel/py-botocore/distinfo Tue Nov 22 21:13:35 2016 (r426865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478254967 -SHA256 (botocore-1.4.70.tar.gz) = 883492eb055428cb21132acd0428ffe289bb062ecda098e00995a8192c1da9f9 -SIZE (botocore-1.4.70.tar.gz) = 2954938 +TIMESTAMP = 1479803129 +SHA256 (botocore-1.4.77.tar.gz) = 102f1dca9437eecf363cd7c63d340b8abc2904f099d7f32f0de18b7ddabc4342 +SIZE (botocore-1.4.77.tar.gz) = 2980535 From owner-svn-ports-all@freebsd.org Tue Nov 22 21:15: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 439FAC50EC1; Tue, 22 Nov 2016 21:15:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15907143A; Tue, 22 Nov 2016 21:15:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMLF0Zq052765; Tue, 22 Nov 2016 21:15:00 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLF0Ti052757; Tue, 22 Nov 2016 21:15:00 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611222115.uAMLF0Ti052757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 22 Nov 2016 21:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426866 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:15:01 -0000 Author: rm Date: Tue Nov 22 21:14:59 2016 New Revision: 426866 URL: https://svnweb.freebsd.org/changeset/ports/426866 Log: devel/awscli: update to 1.11.20 PR: 214501 Submitted by: Bradley T. Hughes (maintainer) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Tue Nov 22 21:13:35 2016 (r426865) +++ head/devel/awscli/Makefile Tue Nov 22 21:14:59 2016 (r426866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.11.13 +PORTVERSION= 1.11.20 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interfac LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.70:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.77:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.9:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Tue Nov 22 21:13:35 2016 (r426865) +++ head/devel/awscli/distinfo Tue Nov 22 21:14:59 2016 (r426866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478255073 -SHA256 (awscli-1.11.13.tar.gz) = 6435d4fbdbdae8c01be5d2a7977c0aae87816a68a1d26563b501c9348c0c2031 -SIZE (awscli-1.11.13.tar.gz) = 481212 +TIMESTAMP = 1479803165 +SHA256 (awscli-1.11.20.tar.gz) = 2197b8dce82f7058b588e7439e39d7233d1c2ce0f16bd0dd8941cf6d1ea844df +SIZE (awscli-1.11.20.tar.gz) = 495540 From owner-svn-ports-all@freebsd.org Tue Nov 22 21: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 556F6C500FB; Tue, 22 Nov 2016 21:21:57 +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 2233F18C1; Tue, 22 Nov 2016 21:21:57 +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 uAMLLuxL056120; Tue, 22 Nov 2016 21:21:56 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLLuJv056118; Tue, 22 Nov 2016 21:21:56 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611222121.uAMLLuJv056118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 22 Nov 2016 21:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426867 - head/devel/py-tabulate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:21:57 -0000 Author: rm Date: Tue Nov 22 21:21:55 2016 New Revision: 426867 URL: https://svnweb.freebsd.org/changeset/ports/426867 Log: devel/py-tabulate: update to 0.7.7 PR: 214305 Submitted by: Jochen Neumeister Modified: head/devel/py-tabulate/Makefile head/devel/py-tabulate/distinfo Modified: head/devel/py-tabulate/Makefile ============================================================================== --- head/devel/py-tabulate/Makefile Tue Nov 22 21:14:59 2016 (r426866) +++ head/devel/py-tabulate/Makefile Tue Nov 22 21:21:55 2016 (r426867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tabulate -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-tabulate/distinfo ============================================================================== --- head/devel/py-tabulate/distinfo Tue Nov 22 21:14:59 2016 (r426866) +++ head/devel/py-tabulate/distinfo Tue Nov 22 21:21:55 2016 (r426867) @@ -1,2 +1,3 @@ -SHA256 (tabulate-0.7.5.tar.gz) = 9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e -SIZE (tabulate-0.7.5.tar.gz) = 29844 +TIMESTAMP = 1478593251 +SHA256 (tabulate-0.7.7.tar.gz) = 83a0b8e17c09f012090a50e1e97ae897300a72b35e0c86c0b53d3bd2ae86d8c6 +SIZE (tabulate-0.7.7.tar.gz) = 39140 From owner-svn-ports-all@freebsd.org Tue Nov 22 21:35: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 DFE55C505E2; Tue, 22 Nov 2016 21:35:10 +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 A31EB1F92; Tue, 22 Nov 2016 21:35:10 +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 uAMLZ9lM060844; Tue, 22 Nov 2016 21:35:09 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLZ97h060841; Tue, 22 Nov 2016 21:35:09 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611222135.uAMLZ97h060841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 22 Nov 2016 21:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426868 - head/net/gnome-online-accounts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:35:11 -0000 Author: cpm Date: Tue Nov 22 21:35:09 2016 New Revision: 426868 URL: https://svnweb.freebsd.org/changeset/ports/426868 Log: net/gnome-online-accounts: - Update gnome-online-accounts to 3.18.6 - Add LICENSE and LICENSE_FILE - Switch to USES=localbase:ldflags - Add missing dependencies - Record TIMESTAMP and distinfo checksum (3.18.6) - Add WWW to pkg-descr PR: 214246 Submitted by: cpm Reviewed by: amdmi3, feld (mentors) Approved by: kwm (GNOME team), amdmi3, feld (mentors) MFH: 2016Q4 Modified: head/net/gnome-online-accounts/Makefile head/net/gnome-online-accounts/distinfo head/net/gnome-online-accounts/pkg-descr Modified: head/net/gnome-online-accounts/Makefile ============================================================================== --- head/net/gnome-online-accounts/Makefile Tue Nov 22 21:21:55 2016 (r426867) +++ head/net/gnome-online-accounts/Makefile Tue Nov 22 21:35:09 2016 (r426868) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= gnome-online-accounts -PORTVERSION= 3.18.4 -PORTREVISION= 1 +PORTVERSION= 3.18.6 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Interface provider to access the user's online accounts +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libdbus-glib-1.so:devel/dbus-glib \ @@ -17,17 +19,16 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:www/we libjson-glib-1.0.so:devel/json-glib \ libnotify.so:devel/libnotify \ libsecret-1.so:security/libsecret \ + libsoup-2.4.so:devel/libsoup \ librest-0.7.so:devel/librest PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intlhack introspection:build libxslt:build +USES= gettext gmake gnome localbase:ldflags libtool pathfix pkgconfig tar:xz +USE_GNOME= cairo gtk30 intlhack introspection:build libxslt:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-lastfm Modified: head/net/gnome-online-accounts/distinfo ============================================================================== --- head/net/gnome-online-accounts/distinfo Tue Nov 22 21:21:55 2016 (r426867) +++ head/net/gnome-online-accounts/distinfo Tue Nov 22 21:35:09 2016 (r426868) @@ -1,2 +1,3 @@ -SHA256 (gnome-online-accounts-3.18.4.tar.xz) = 9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d -SIZE (gnome-online-accounts-3.18.4.tar.xz) = 1384756 +TIMESTAMP = 1478316573 +SHA256 (gnome-online-accounts-3.18.6.tar.xz) = 7e7c581b19b213d04c56a080ed7240a90999d7be2daca27d4aa054d205b48fa5 +SIZE (gnome-online-accounts-3.18.6.tar.xz) = 1478544 Modified: head/net/gnome-online-accounts/pkg-descr ============================================================================== --- head/net/gnome-online-accounts/pkg-descr Tue Nov 22 21:21:55 2016 (r426867) +++ head/net/gnome-online-accounts/pkg-descr Tue Nov 22 21:35:09 2016 (r426868) @@ -1,2 +1,4 @@ gnome-online-accounts provides interfaces so applications and libraries in GNOME can access the user's online accounts. + +WWW: https://wiki.gnome.org/Projects/GnomeOnlineAccounts From owner-svn-ports-all@freebsd.org Tue Nov 22 21:37: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 BEF0CC50772; Tue, 22 Nov 2016 21:37:52 +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 3185A233; Tue, 22 Nov 2016 21:37:51 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 8664a078 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 22 Nov 2016 14:37:44 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r426835 - head/www/node From: Adam Weinberger In-Reply-To: <201611221813.uAMIDoLK071508@repo.freebsd.org> Date: Tue, 22 Nov 2016 14:37:43 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0690459A-F934-4AE6-917E-192BDDBFDA53@adamw.org> References: <201611221813.uAMIDoLK071508@repo.freebsd.org> To: Steve Wills 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: Tue, 22 Nov 2016 21:37:52 -0000 > On 22 Nov, 2016, at 11:13, Steve Wills wrote: >=20 > Author: swills > Date: Tue Nov 22 18:13:50 2016 > New Revision: 426835 > URL: https://svnweb.freebsd.org/changeset/ports/426835 >=20 > Log: > www/node: add dtrace option and enable by default >=20 > Approved by: bradleythughes@fastmail.fm (maintainer) Hi Steve, There's currently a PR from Bradley to turn www/node into a meta-port, = which will lose these changes. I'd recommend merging them into at least = www/node7 and www/node6. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Tue Nov 22 21:40: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 DB809C50867; Tue, 22 Nov 2016 21:40:32 +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 6F78A3DC; Tue, 22 Nov 2016 21:40:32 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 2239fe48 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 22 Nov 2016 14:40:31 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r426835 - head/www/node From: Adam Weinberger In-Reply-To: <0690459A-F934-4AE6-917E-192BDDBFDA53@adamw.org> Date: Tue, 22 Nov 2016 14:40:29 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201611221813.uAMIDoLK071508@repo.freebsd.org> <0690459A-F934-4AE6-917E-192BDDBFDA53@adamw.org> To: Steve Wills 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: Tue, 22 Nov 2016 21:40:33 -0000 > On 22 Nov, 2016, at 14:37, Adam Weinberger wrote: >=20 >> On 22 Nov, 2016, at 11:13, Steve Wills wrote: >>=20 >> Author: swills >> Date: Tue Nov 22 18:13:50 2016 >> New Revision: 426835 >> URL: https://svnweb.freebsd.org/changeset/ports/426835 >>=20 >> Log: >> www/node: add dtrace option and enable by default >>=20 >> Approved by: bradleythughes@fastmail.fm (maintainer) >=20 > Hi Steve, >=20 > There's currently a PR from Bradley to turn www/node into a meta-port, = which will lose these changes. I'd recommend merging them into at least = www/node7 and www/node6. >=20 > # Adam Sorry Steve, piggybacking on the previous message. OPTIONS_SUB is = defined so all the PLIST_SUB stuff is redundant. The whole block could = be replaced by just: DTRACE_CONFIGURE_WITH=3D dtrace # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Tue Nov 22 21:56: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 E5D7DC50C7D; Tue, 22 Nov 2016 21:56: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 A59D5DBF; Tue, 22 Nov 2016 21:56:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMLucPu069310; Tue, 22 Nov 2016 21:56:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLubV9069302; Tue, 22 Nov 2016 21:56:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222156.uAMLubV9069302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 21:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426869 - in head: databases/grass games/0ad graphics/qgis multimedia/py-mlt www/chromium www/webkit-gtk2 www/webkit-gtk3 www/webkit2-gtk3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:56:40 -0000 Author: antoine Date: Tue Nov 22 21:56:37 2016 New Revision: 426869 URL: https://svnweb.freebsd.org/changeset/ports/426869 Log: Add explicit build dependency on the python symlink, right now they rely on it being provided by x11-toolkits/gtk20 Modified: head/databases/grass/Makefile head/games/0ad/Makefile head/graphics/qgis/Makefile head/multimedia/py-mlt/Makefile head/www/chromium/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit2-gtk3/Makefile Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/databases/grass/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -25,7 +25,8 @@ COMMENT= Open source Geographical Inform LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT -BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 \ + python:lang/python LIB_DEPENDS= libgdal.so:graphics/gdal \ libpng.so:graphics/png \ libproj.so:graphics/proj \ Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/games/0ad/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -13,6 +13,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare BUILD_DEPENDS= zip:archivers/zip \ + python:lang/python \ cmake:devel/cmake LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/graphics/qgis/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -11,7 +11,8 @@ COMMENT= Geographical Information System LICENSE= GPLv2 -BUILD_DEPENDS= txt2tags:textproc/txt2tags +BUILD_DEPENDS= txt2tags:textproc/txt2tags \ + python:lang/python LIB_DEPENDS= libexpat.so:textproc/expat2 \ libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ Modified: head/multimedia/py-mlt/Makefile ============================================================================== --- head/multimedia/py-mlt/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/multimedia/py-mlt/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -12,7 +12,8 @@ LICENSE= GPLv2 LICENSE_COMB= single LIB_DEPENDS= libmlt.so:${MASTER_PORT} -BUILD_DEPENDS= swig:devel/swig13 +BUILD_DEPENDS= swig:devel/swig13 \ + python:lang/python USES= python:2 MASTERDIR= ${.CURDIR:H:H}/multimedia/mlt Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/chromium/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -17,6 +17,7 @@ BROKEN_FreeBSD_9=does not configure BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ bash:shells/bash \ + python:lang/python \ yasm:devel/yasm \ flock:sysutils/flock \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ Modified: head/www/webkit-gtk2/Makefile ============================================================================== --- head/www/webkit-gtk2/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/webkit-gtk2/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -14,6 +14,7 @@ COMMENT= Opensource browser engine using BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc \ p5-Switch>0:lang/p5-Switch \ + python:lang/python \ geoclue>=0:net/geoclue LIB_DEPENDS= libenchant.so:textproc/enchant \ libsecret-1.so:security/libsecret \ Modified: head/www/webkit-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/webkit-gtk3/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -14,6 +14,7 @@ COMMENT= Opensource browser engine using BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc \ p5-Switch>0:lang/p5-Switch \ + python:lang/python \ geoclue>=0:net/geoclue LIB_DEPENDS= libenchant.so:textproc/enchant \ libsecret-1.so:security/libsecret \ Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Tue Nov 22 21:35:09 2016 (r426868) +++ head/www/webkit2-gtk3/Makefile Tue Nov 22 21:56:37 2016 (r426869) @@ -12,7 +12,8 @@ DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit -BUILD_DEPENDS= geoclue>=0:net/geoclue +BUILD_DEPENDS= geoclue>=0:net/geoclue \ + python:lang/python LIB_DEPENDS= libenchant.so:textproc/enchant \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ From owner-svn-ports-all@freebsd.org Tue Nov 22 21:57: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 2D775C50CC7; Tue, 22 Nov 2016 21:57:53 +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 EFC8EE9B; Tue, 22 Nov 2016 21:57: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 uAMLvqQI069445; Tue, 22 Nov 2016 21:57:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLvqN6069444; Tue, 22 Nov 2016 21:57:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222157.uAMLvqN6069444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 21:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426870 - head/x11-wm/simple-ccsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:57:53 -0000 Author: antoine Date: Tue Nov 22 21:57:51 2016 New Revision: 426870 URL: https://svnweb.freebsd.org/changeset/ports/426870 Log: - Fix build when python symlink is not present - Remove dependency on python2 symlink Modified: head/x11-wm/simple-ccsm/Makefile Modified: head/x11-wm/simple-ccsm/Makefile ============================================================================== --- head/x11-wm/simple-ccsm/Makefile Tue Nov 22 21:56:37 2016 (r426869) +++ head/x11-wm/simple-ccsm/Makefile Tue Nov 22 21:57:51 2016 (r426870) @@ -3,7 +3,7 @@ PORTNAME= simple-ccsm PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ @@ -12,11 +12,14 @@ COMMENT= Python/GTK based settings manag RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python -USES= gettext gmake pkgconfig python:2 tar:bzip2 +USES= gettext gmake pkgconfig python:2.7 tar:bzip2 USE_GNOME= intltool pygtk2 INSTALLS_ICONS= yes +post-patch: + ${REINPLACE_CMD} 's,@python ,@${PYTHON_CMD} ,' ${WRKSRC}/Makefile + do-install: @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX}) From owner-svn-ports-all@freebsd.org Tue Nov 22 21:58: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 128C6C50D01; Tue, 22 Nov 2016 21:58:50 +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 D8C09F72; Tue, 22 Nov 2016 21:58: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 uAMLwnCV069571; Tue, 22 Nov 2016 21:58:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMLwn8Q069570; Tue, 22 Nov 2016 21:58:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222158.uAMLwn8Q069570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 21:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426871 - head/x11-wm/ccsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 21:58:50 -0000 Author: antoine Date: Tue Nov 22 21:58:48 2016 New Revision: 426871 URL: https://svnweb.freebsd.org/changeset/ports/426871 Log: - Fix build when python symlink is not present - Remove dependency on python2 symlink Modified: head/x11-wm/ccsm/Makefile Modified: head/x11-wm/ccsm/Makefile ============================================================================== --- head/x11-wm/ccsm/Makefile Tue Nov 22 21:57:51 2016 (r426870) +++ head/x11-wm/ccsm/Makefile Tue Nov 22 21:58:48 2016 (r426871) @@ -3,7 +3,7 @@ PORTNAME= ccsm PORTVERSION= 0.8.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ @@ -12,11 +12,14 @@ COMMENT= Python/GTK based settings manag RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python -USES= gettext gmake python:2 tar:bzip2 +USES= gettext gmake python:2.7 tar:bzip2 USE_GNOME= intltool pygtk2 INSTALLS_ICONS= yes +post-patch: + ${REINPLACE_CMD} 's,@python ,@${PYTHON_CMD} ,' ${WRKSRC}/Makefile + do-install: @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX}) From owner-svn-ports-all@freebsd.org Tue Nov 22 22:00: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 499C0C50DEC; Tue, 22 Nov 2016 22:00:10 +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 1989E10AC; Tue, 22 Nov 2016 22:00: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 uAMM09cW069767; Tue, 22 Nov 2016 22:00:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMM09X9069766; Tue, 22 Nov 2016 22:00:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222200.uAMM09X9069766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 22:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426872 - head/misc/metromap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:00:10 -0000 Author: antoine Date: Tue Nov 22 22:00:09 2016 New Revision: 426872 URL: https://svnweb.freebsd.org/changeset/ports/426872 Log: - Fix build when python symlink is not present - Fix more python shebangs Modified: head/misc/metromap/Makefile Modified: head/misc/metromap/Makefile ============================================================================== --- head/misc/metromap/Makefile Tue Nov 22 21:58:48 2016 (r426871) +++ head/misc/metromap/Makefile Tue Nov 22 22:00:09 2016 (r426872) @@ -3,7 +3,7 @@ PORTNAME= metromap PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://metromap.antex.ru/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING USES= gettext gmake python shebangfix tar:bzip2 -SHEBANG_FILES= metromap.py +SHEBANG_FILES= metromap.py modules/*.py USE_GNOME= pygtk2 NO_ARCH= yes @@ -28,6 +28,9 @@ PORTDATA= * OPTIONS_DEFINE= DOCS +post-patch: + ${REINPLACE_CMD} 's, python , ${PYTHON_CMD} ,' ${WRKSRC}/locale/Makefile + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} From owner-svn-ports-all@freebsd.org Tue Nov 22 22:01: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 D83CFC50E76; Tue, 22 Nov 2016 22:01:30 +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 A7A0612A4; Tue, 22 Nov 2016 22:01:30 +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 uAMM1T9m069921; Tue, 22 Nov 2016 22:01:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMM1T1p069920; Tue, 22 Nov 2016 22:01:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222201.uAMM1T1p069920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 22:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426873 - head/games/gbottler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:01:30 -0000 Author: antoine Date: Tue Nov 22 22:01:29 2016 New Revision: 426873 URL: https://svnweb.freebsd.org/changeset/ports/426873 Log: Fix build when python symlink is not present Modified: head/games/gbottler/Makefile Modified: head/games/gbottler/Makefile ============================================================================== --- head/games/gbottler/Makefile Tue Nov 22 22:00:09 2016 (r426872) +++ head/games/gbottler/Makefile Tue Nov 22 22:01:29 2016 (r426873) @@ -3,7 +3,7 @@ PORTNAME= gbottler PORTVERSION= 0.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SFJP/gbottler/45155 @@ -11,8 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SSTP Bottle client NO_ARCH= yes -USES= gettext-tools gmake python:2 +USES= gettext-tools gmake python:2.7 shebangfix +SHEBANG_FILES= src/*.py src/viewer/*.py USE_GNOME= pygtk2 +MAKE_ARGS= PYTHON=${PYTHON_CMD} PLIST_SUB= VERSION=${PORTVERSION} .include From owner-svn-ports-all@freebsd.org Tue Nov 22 22:02: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 DCC52C50FD6; Tue, 22 Nov 2016 22:02: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 AC052156B; Tue, 22 Nov 2016 22:02: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 uAMM2BTf073456; Tue, 22 Nov 2016 22:02:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMM2BZx073455; Tue, 22 Nov 2016 22:02:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222202.uAMM2BZx073455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 22:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426874 - head/devel/geany-plugin-geanypy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:02:13 -0000 Author: antoine Date: Tue Nov 22 22:02:11 2016 New Revision: 426874 URL: https://svnweb.freebsd.org/changeset/ports/426874 Log: Fix build when python symlink is not present Modified: head/devel/geany-plugin-geanypy/Makefile Modified: head/devel/geany-plugin-geanypy/Makefile ============================================================================== --- head/devel/geany-plugin-geanypy/Makefile Tue Nov 22 22:01:29 2016 (r426873) +++ head/devel/geany-plugin-geanypy/Makefile Tue Nov 22 22:02:11 2016 (r426874) @@ -7,6 +7,7 @@ CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} +USES= python USE_GNOME= pygtk2 .include "${.CURDIR}/../geany-plugins/files/Makefile.common" From owner-svn-ports-all@freebsd.org Tue Nov 22 22:02: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 6CD27C4F02C; Tue, 22 Nov 2016 22:02: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 3C2951685; Tue, 22 Nov 2016 22:02: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 uAMM2vX8073575; Tue, 22 Nov 2016 22:02:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMM2v9I073574; Tue, 22 Nov 2016 22:02:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222202.uAMM2v9I073574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 22:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426875 - head/audio/trommler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:02:58 -0000 Author: antoine Date: Tue Nov 22 22:02:57 2016 New Revision: 426875 URL: https://svnweb.freebsd.org/changeset/ports/426875 Log: Fix build when python symlink is not present Modified: head/audio/trommler/Makefile Modified: head/audio/trommler/Makefile ============================================================================== --- head/audio/trommler/Makefile Tue Nov 22 22:02:11 2016 (r426874) +++ head/audio/trommler/Makefile Tue Nov 22 22:02:57 2016 (r426875) @@ -13,7 +13,8 @@ COMMENT= GTK+2 based drum machine LICENSE= GPLv2 -USES= gmake pkgconfig +USES= gmake pkgconfig python:build shebangfix +SHEBANG_FILES= genexport.py USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/Trommler From owner-svn-ports-all@freebsd.org Tue Nov 22 22:03: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 75319C4F0D9; Tue, 22 Nov 2016 22:03:30 +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 4511B17C3; Tue, 22 Nov 2016 22:03:30 +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 uAMM3Ti9073695; Tue, 22 Nov 2016 22:03:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMM3ThA073694; Tue, 22 Nov 2016 22:03:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611222203.uAMM3ThA073694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 22 Nov 2016 22:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426876 - head/audio/idjc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:03:30 -0000 Author: antoine Date: Tue Nov 22 22:03:29 2016 New Revision: 426876 URL: https://svnweb.freebsd.org/changeset/ports/426876 Log: Fix build when python symlink is not present Modified: head/audio/idjc/Makefile Modified: head/audio/idjc/Makefile ============================================================================== --- head/audio/idjc/Makefile Tue Nov 22 22:02:57 2016 (r426875) +++ head/audio/idjc/Makefile Tue Nov 22 22:03:29 2016 (r426876) @@ -45,6 +45,10 @@ BROKEN_powerpc64= Does not build PLIST_SUB+= PORTVERSION="${PORTVERSION}" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} + +post-patch: + ${REINPLACE_CMD} 's,PYTHON=python,PYTHON=${PYTHON_CMD},' ${WRKSRC}/py-compile + pre-install: ${REINPLACE_CMD} 's|libvorbis.so.0|libvorbis.so|' \ ${WRKSRC}/python/format.py From owner-svn-ports-all@freebsd.org Tue Nov 22 22:23: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 2E6CEC4F8F5; Tue, 22 Nov 2016 22:23:24 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8B1A277; Tue, 22 Nov 2016 22:23:23 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMMNM6D081628; Tue, 22 Nov 2016 22:23:22 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMMNMTD081624; Tue, 22 Nov 2016 22:23:22 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611222223.uAMMNMTD081624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 22 Nov 2016 22:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426877 - in head/www/drupal8: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:23:24 -0000 Author: acm Date: Tue Nov 22 22:23:22 2016 New Revision: 426877 URL: https://svnweb.freebsd.org/changeset/ports/426877 Log: - New port: www/drupal8 Drupal is a free web Content Management System (CMS) that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website. Drupal is ready to go from the moment you download it. It even has an easy-to-use web installer! The built-in functionality, combined with dozens of freely available add-on modules, will enable features such as: Content Management Systems, Blogs, Collaborative authoring environments, Forums, Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File uploads/downloads and much more. Added: head/www/drupal8/ - copied from r426876, head/www/drupal7/ Modified: head/www/drupal8/Makefile head/www/drupal8/distinfo head/www/drupal8/files/pkg-message.in head/www/drupal8/pkg-plist Modified: head/www/drupal8/Makefile ============================================================================== --- head/www/drupal7/Makefile Tue Nov 22 22:03:29 2016 (r426876) +++ head/www/drupal8/Makefile Tue Nov 22 22:23:22 2016 (r426877) @@ -1,27 +1,27 @@ -# Created by: Nick Hilliard +# Created by: Alonso Cardenas # $FreeBSD$ -PORTNAME= drupal7 -PORTVERSION= 7.51 +PORTNAME= drupal8 +PORTVERSION= 8.2.3 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} DIST_SUBDIR= drupal -MAINTAINER= joneum@bsdproject.de +MAINTAINER= acm@FreeBSD.org COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2+ -USES= drupal:7 php:web shebangfix +USES= php:web shebangfix USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml -SHEBANG_FILES= scripts/password-hash.sh +SHEBANG_FILES= core/scripts/password-hash.sh NO_ARCH= yes NO_BUILD= yes -DOCS= CHANGELOG.txt INSTALL.mysql.txt INSTALL.sqlite.txt \ - LICENSE.txt README.txt COPYRIGHT.txt INSTALL.pgsql.txt \ - INSTALL.txt MAINTAINERS.txt UPGRADE.txt +DOCS= core/CHANGELOG.txt core/INSTALL.mysql.txt core/INSTALL.sqlite.txt \ + LICENSE.txt README.txt core/COPYRIGHT.txt core/INSTALL.pgsql.txt \ + core/INSTALL.txt core/MAINTAINERS.txt core/UPDATE.txt OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS OPTIONS_DEFAULT= MYSQL @@ -35,19 +35,17 @@ SQLITE3_USE= PHP=pdo_sqlite MYSQL_USES= mysql MYSQL_USE= PHP=pdo_mysql +post-extract: + @${MKDIR} ${WRKDIR}/DOCS + @${MV} ${DOCS:S|^|${WRKSRC}/|} ${WRKDIR}/DOCS/ + do-install: - @${MKDIR} ${STAGEDIR}${DRUPAL_DIR}/sites/default/files - (cd ${WRKSRC} && ${COPYTREE_SHARE} ".htaccess cron.php authorize.php \ - includes index.php install.php misc modules profiles \ - robots.txt scripts themes update.php web.config xmlrpc.php" \ - ${STAGEDIR}${DRUPAL_DIR}) - (cd ${WRKSRC}/sites && ${COPYTREE_SHARE} "example.sites.php all" \ - ${STAGEDIR}${DRUPAL_DIR}/sites) - ${INSTALL_DATA} ${WRKSRC}/sites/default/default.settings.php \ - ${STAGEDIR}${DRUPAL_DIR}/sites/default/default.settings.php.sample + (cd ${WRKSRC} && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${WWWDIR}) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + (cd ${WRKDIR}/DOCS && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DOCSDIR}) .include Modified: head/www/drupal8/distinfo ============================================================================== --- head/www/drupal7/distinfo Tue Nov 22 22:03:29 2016 (r426876) +++ head/www/drupal8/distinfo Tue Nov 22 22:23:22 2016 (r426877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477641913 -SHA256 (drupal/drupal-7.51.tar.gz) = 2969e8f7d70f6931842f8a45df1aa7aa7c94a17694f3043dd804878a3ed6d381 -SIZE (drupal/drupal-7.51.tar.gz) = 3288987 +TIMESTAMP = 1479744836 +SHA256 (drupal/drupal-8.2.3.tar.gz) = 6fa904b0a7ece93bbbc23ce7d6f5793f97890f97a76075d01dad3032587dd988 +SIZE (drupal/drupal-8.2.3.tar.gz) = 12129681 Modified: head/www/drupal8/files/pkg-message.in ============================================================================== --- head/www/drupal7/files/pkg-message.in Tue Nov 22 22:03:29 2016 (r426876) +++ head/www/drupal8/files/pkg-message.in Tue Nov 22 22:23:22 2016 (r426877) @@ -28,7 +28,7 @@ Please see http://drupal.org/cron for im periodic maintenance tasks in Drupal. Please see http://drupal.org/requirements for important information on -system requirements for Drupal 7. In particular, please ensure that your +system requirements for Drupal 8. In particular, please ensure that your configuration: - uses PHP 5.2.5 or later @@ -38,5 +38,5 @@ configuration: - PHP "session.cache_limiter" is set to "nocache" For important information about upgrading from previous versions of Drupal, please -please see: %%DOCSDIR%%/UPGRADE.txt +please see: %%DOCSDIR%%/UPDATE.txt ################################################################################ Modified: head/www/drupal8/pkg-plist ============================================================================== --- head/www/drupal7/pkg-plist Tue Nov 22 22:03:29 2016 (r426876) +++ head/www/drupal8/pkg-plist Tue Nov 22 22:23:22 2016 (r426877) @@ -9,1100 +9,12344 @@ %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/UPGRADE.txt -%%DRUPAL_BASE%%/.htaccess -%%DRUPAL_BASE%%/authorize.php -%%DRUPAL_BASE%%/cron.php -%%DRUPAL_BASE%%/includes/actions.inc -%%DRUPAL_BASE%%/includes/ajax.inc -%%DRUPAL_BASE%%/includes/archiver.inc -%%DRUPAL_BASE%%/includes/authorize.inc -%%DRUPAL_BASE%%/includes/batch.inc -%%DRUPAL_BASE%%/includes/batch.queue.inc -%%DRUPAL_BASE%%/includes/bootstrap.inc -%%DRUPAL_BASE%%/includes/cache-install.inc -%%DRUPAL_BASE%%/includes/cache.inc -%%DRUPAL_BASE%%/includes/common.inc -%%DRUPAL_BASE%%/includes/database/database.inc -%%DRUPAL_BASE%%/includes/database/log.inc -%%DRUPAL_BASE%%/includes/database/mysql/database.inc -%%DRUPAL_BASE%%/includes/database/mysql/install.inc -%%DRUPAL_BASE%%/includes/database/mysql/query.inc -%%DRUPAL_BASE%%/includes/database/mysql/schema.inc -%%DRUPAL_BASE%%/includes/database/pgsql/database.inc -%%DRUPAL_BASE%%/includes/database/pgsql/install.inc -%%DRUPAL_BASE%%/includes/database/pgsql/query.inc -%%DRUPAL_BASE%%/includes/database/pgsql/schema.inc -%%DRUPAL_BASE%%/includes/database/pgsql/select.inc -%%DRUPAL_BASE%%/includes/database/prefetch.inc -%%DRUPAL_BASE%%/includes/database/query.inc -%%DRUPAL_BASE%%/includes/database/schema.inc -%%DRUPAL_BASE%%/includes/database/select.inc -%%DRUPAL_BASE%%/includes/database/sqlite/database.inc -%%DRUPAL_BASE%%/includes/database/sqlite/install.inc -%%DRUPAL_BASE%%/includes/database/sqlite/query.inc -%%DRUPAL_BASE%%/includes/database/sqlite/schema.inc -%%DRUPAL_BASE%%/includes/database/sqlite/select.inc -%%DRUPAL_BASE%%/includes/date.inc -%%DRUPAL_BASE%%/includes/entity.inc -%%DRUPAL_BASE%%/includes/errors.inc -%%DRUPAL_BASE%%/includes/file.inc -%%DRUPAL_BASE%%/includes/file.mimetypes.inc -%%DRUPAL_BASE%%/includes/filetransfer/filetransfer.inc -%%DRUPAL_BASE%%/includes/filetransfer/ftp.inc -%%DRUPAL_BASE%%/includes/filetransfer/local.inc -%%DRUPAL_BASE%%/includes/filetransfer/ssh.inc -%%DRUPAL_BASE%%/includes/form.inc -%%DRUPAL_BASE%%/includes/graph.inc -%%DRUPAL_BASE%%/includes/image.inc -%%DRUPAL_BASE%%/includes/install.core.inc -%%DRUPAL_BASE%%/includes/install.inc -%%DRUPAL_BASE%%/includes/iso.inc -%%DRUPAL_BASE%%/includes/json-encode.inc -%%DRUPAL_BASE%%/includes/language.inc -%%DRUPAL_BASE%%/includes/locale.inc -%%DRUPAL_BASE%%/includes/lock.inc -%%DRUPAL_BASE%%/includes/mail.inc -%%DRUPAL_BASE%%/includes/menu.inc -%%DRUPAL_BASE%%/includes/module.inc -%%DRUPAL_BASE%%/includes/pager.inc -%%DRUPAL_BASE%%/includes/password.inc -%%DRUPAL_BASE%%/includes/path.inc -%%DRUPAL_BASE%%/includes/registry.inc -%%DRUPAL_BASE%%/includes/session.inc -%%DRUPAL_BASE%%/includes/stream_wrappers.inc -%%DRUPAL_BASE%%/includes/tablesort.inc -%%DRUPAL_BASE%%/includes/theme.inc -%%DRUPAL_BASE%%/includes/theme.maintenance.inc -%%DRUPAL_BASE%%/includes/token.inc -%%DRUPAL_BASE%%/includes/unicode.entities.inc -%%DRUPAL_BASE%%/includes/unicode.inc -%%DRUPAL_BASE%%/includes/update.inc -%%DRUPAL_BASE%%/includes/updater.inc -%%DRUPAL_BASE%%/includes/utility.inc -%%DRUPAL_BASE%%/includes/xmlrpc.inc -%%DRUPAL_BASE%%/includes/xmlrpcs.inc -%%DRUPAL_BASE%%/index.php -%%DRUPAL_BASE%%/install.php -%%DRUPAL_BASE%%/misc/ajax.js -%%DRUPAL_BASE%%/misc/arrow-asc.png -%%DRUPAL_BASE%%/misc/arrow-desc.png -%%DRUPAL_BASE%%/misc/authorize.js -%%DRUPAL_BASE%%/misc/autocomplete.js -%%DRUPAL_BASE%%/misc/batch.js -%%DRUPAL_BASE%%/misc/collapse.js -%%DRUPAL_BASE%%/misc/configure.png -%%DRUPAL_BASE%%/misc/draggable.png -%%DRUPAL_BASE%%/misc/drupal.js -%%DRUPAL_BASE%%/misc/druplicon.png -%%DRUPAL_BASE%%/misc/farbtastic/farbtastic.css -%%DRUPAL_BASE%%/misc/farbtastic/farbtastic.js -%%DRUPAL_BASE%%/misc/farbtastic/marker.png -%%DRUPAL_BASE%%/misc/farbtastic/mask.png -%%DRUPAL_BASE%%/misc/farbtastic/wheel.png -%%DRUPAL_BASE%%/misc/favicon.ico -%%DRUPAL_BASE%%/misc/feed.png -%%DRUPAL_BASE%%/misc/form.js -%%DRUPAL_BASE%%/misc/forum-icons.png -%%DRUPAL_BASE%%/misc/grippie.png -%%DRUPAL_BASE%%/misc/help.png -%%DRUPAL_BASE%%/misc/jquery.ba-bbq.js -%%DRUPAL_BASE%%/misc/jquery.cookie.js -%%DRUPAL_BASE%%/misc/jquery.form.js -%%DRUPAL_BASE%%/misc/jquery.js -%%DRUPAL_BASE%%/misc/jquery.once.js -%%DRUPAL_BASE%%/misc/machine-name.js -%%DRUPAL_BASE%%/misc/menu-collapsed-rtl.png -%%DRUPAL_BASE%%/misc/menu-collapsed.png -%%DRUPAL_BASE%%/misc/menu-expanded.png -%%DRUPAL_BASE%%/misc/menu-leaf.png -%%DRUPAL_BASE%%/misc/message-16-error.png -%%DRUPAL_BASE%%/misc/message-16-help.png -%%DRUPAL_BASE%%/misc/message-16-info.png -%%DRUPAL_BASE%%/misc/message-16-ok.png -%%DRUPAL_BASE%%/misc/message-16-warning.png -%%DRUPAL_BASE%%/misc/message-24-error.png -%%DRUPAL_BASE%%/misc/message-24-help.png -%%DRUPAL_BASE%%/misc/message-24-info.png -%%DRUPAL_BASE%%/misc/message-24-ok.png -%%DRUPAL_BASE%%/misc/message-24-warning.png -%%DRUPAL_BASE%%/misc/permissions.png -%%DRUPAL_BASE%%/misc/powered-black-135x42.png -%%DRUPAL_BASE%%/misc/powered-black-80x15.png -%%DRUPAL_BASE%%/misc/powered-black-88x31.png -%%DRUPAL_BASE%%/misc/powered-blue-135x42.png -%%DRUPAL_BASE%%/misc/powered-blue-80x15.png -%%DRUPAL_BASE%%/misc/powered-blue-88x31.png -%%DRUPAL_BASE%%/misc/powered-gray-135x42.png -%%DRUPAL_BASE%%/misc/powered-gray-80x15.png -%%DRUPAL_BASE%%/misc/powered-gray-88x31.png -%%DRUPAL_BASE%%/misc/print-rtl.css -%%DRUPAL_BASE%%/misc/print.css -%%DRUPAL_BASE%%/misc/progress.gif -%%DRUPAL_BASE%%/misc/progress.js -%%DRUPAL_BASE%%/misc/states.js -%%DRUPAL_BASE%%/misc/tabledrag.js -%%DRUPAL_BASE%%/misc/tableheader.js -%%DRUPAL_BASE%%/misc/tableselect.js -%%DRUPAL_BASE%%/misc/textarea.js -%%DRUPAL_BASE%%/misc/throbber-active.gif -%%DRUPAL_BASE%%/misc/throbber-inactive.png -%%DRUPAL_BASE%%/misc/throbber.gif -%%DRUPAL_BASE%%/misc/timezone.js -%%DRUPAL_BASE%%/misc/tree-bottom.png -%%DRUPAL_BASE%%/misc/tree.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_glass_75_dadada_1x400.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png -%%DRUPAL_BASE%%/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%DRUPAL_BASE%%/misc/ui/images/ui-icons_222222_256x240.png -%%DRUPAL_BASE%%/misc/ui/images/ui-icons_2e83ff_256x240.png -%%DRUPAL_BASE%%/misc/ui/images/ui-icons_454545_256x240.png -%%DRUPAL_BASE%%/misc/ui/images/ui-icons_888888_256x240.png -%%DRUPAL_BASE%%/misc/ui/images/ui-icons_cd0a0a_256x240.png -%%DRUPAL_BASE%%/misc/ui/jquery.effects.blind.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.bounce.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.clip.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.core.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.drop.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.explode.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.fade.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.fold.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.highlight.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.pulsate.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.scale.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.shake.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.slide.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.effects.transfer.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.accordion.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.accordion.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.autocomplete.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.autocomplete.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.button.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.button.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.core.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.core.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.datepicker.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.datepicker.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.dialog.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.dialog.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.draggable.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.droppable.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.mouse.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.position.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.progressbar.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.progressbar.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.resizable.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.resizable.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.selectable.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.selectable.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.slider.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.slider.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.sortable.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.tabs.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.tabs.min.js -%%DRUPAL_BASE%%/misc/ui/jquery.ui.theme.css -%%DRUPAL_BASE%%/misc/ui/jquery.ui.widget.min.js -%%DRUPAL_BASE%%/misc/vertical-tabs-rtl.css -%%DRUPAL_BASE%%/misc/vertical-tabs.css -%%DRUPAL_BASE%%/misc/vertical-tabs.js -%%DRUPAL_BASE%%/misc/watchdog-error.png -%%DRUPAL_BASE%%/misc/watchdog-ok.png -%%DRUPAL_BASE%%/misc/watchdog-warning.png -%%DRUPAL_BASE%%/modules/README.txt -%%DRUPAL_BASE%%/modules/aggregator/aggregator-feed-source.tpl.php -%%DRUPAL_BASE%%/modules/aggregator/aggregator-item.tpl.php -%%DRUPAL_BASE%%/modules/aggregator/aggregator-rtl.css -%%DRUPAL_BASE%%/modules/aggregator/aggregator-summary-item.tpl.php -%%DRUPAL_BASE%%/modules/aggregator/aggregator-summary-items.tpl.php -%%DRUPAL_BASE%%/modules/aggregator/aggregator-wrapper.tpl.php -%%DRUPAL_BASE%%/modules/aggregator/aggregator.admin.inc -%%DRUPAL_BASE%%/modules/aggregator/aggregator.api.php -%%DRUPAL_BASE%%/modules/aggregator/aggregator.css -%%DRUPAL_BASE%%/modules/aggregator/aggregator.fetcher.inc -%%DRUPAL_BASE%%/modules/aggregator/aggregator.info -%%DRUPAL_BASE%%/modules/aggregator/aggregator.install -%%DRUPAL_BASE%%/modules/aggregator/aggregator.module -%%DRUPAL_BASE%%/modules/aggregator/aggregator.pages.inc -%%DRUPAL_BASE%%/modules/aggregator/aggregator.parser.inc -%%DRUPAL_BASE%%/modules/aggregator/aggregator.processor.inc -%%DRUPAL_BASE%%/modules/aggregator/aggregator.test -%%DRUPAL_BASE%%/modules/aggregator/tests/aggregator_test.info -%%DRUPAL_BASE%%/modules/aggregator/tests/aggregator_test.module -%%DRUPAL_BASE%%/modules/aggregator/tests/aggregator_test_atom.xml -%%DRUPAL_BASE%%/modules/aggregator/tests/aggregator_test_rss091.xml -%%DRUPAL_BASE%%/modules/aggregator/tests/aggregator_test_title_entities.xml -%%DRUPAL_BASE%%/modules/block/block-admin-display-form.tpl.php -%%DRUPAL_BASE%%/modules/block/block.admin.inc -%%DRUPAL_BASE%%/modules/block/block.api.php -%%DRUPAL_BASE%%/modules/block/block.css -%%DRUPAL_BASE%%/modules/block/block.info -%%DRUPAL_BASE%%/modules/block/block.install -%%DRUPAL_BASE%%/modules/block/block.js -%%DRUPAL_BASE%%/modules/block/block.module -%%DRUPAL_BASE%%/modules/block/block.test -%%DRUPAL_BASE%%/modules/block/block.tpl.php -%%DRUPAL_BASE%%/modules/block/tests/block_test.info -%%DRUPAL_BASE%%/modules/block/tests/block_test.module -%%DRUPAL_BASE%%/modules/block/tests/themes/block_test_theme/block_test_theme.info -%%DRUPAL_BASE%%/modules/block/tests/themes/block_test_theme/page.tpl.php -%%DRUPAL_BASE%%/modules/blog/blog.info -%%DRUPAL_BASE%%/modules/blog/blog.install -%%DRUPAL_BASE%%/modules/blog/blog.module -%%DRUPAL_BASE%%/modules/blog/blog.pages.inc -%%DRUPAL_BASE%%/modules/blog/blog.test -%%DRUPAL_BASE%%/modules/book/book-all-books-block.tpl.php -%%DRUPAL_BASE%%/modules/book/book-export-html.tpl.php -%%DRUPAL_BASE%%/modules/book/book-navigation.tpl.php -%%DRUPAL_BASE%%/modules/book/book-node-export-html.tpl.php -%%DRUPAL_BASE%%/modules/book/book-rtl.css -%%DRUPAL_BASE%%/modules/book/book.admin.inc -%%DRUPAL_BASE%%/modules/book/book.css -%%DRUPAL_BASE%%/modules/book/book.info -%%DRUPAL_BASE%%/modules/book/book.install -%%DRUPAL_BASE%%/modules/book/book.js -%%DRUPAL_BASE%%/modules/book/book.module -%%DRUPAL_BASE%%/modules/book/book.pages.inc -%%DRUPAL_BASE%%/modules/book/book.test -%%DRUPAL_BASE%%/modules/color/color-rtl.css -%%DRUPAL_BASE%%/modules/color/color.css -%%DRUPAL_BASE%%/modules/color/color.info -%%DRUPAL_BASE%%/modules/color/color.install -%%DRUPAL_BASE%%/modules/color/color.js -%%DRUPAL_BASE%%/modules/color/color.module -%%DRUPAL_BASE%%/modules/color/color.test -%%DRUPAL_BASE%%/modules/color/images/hook-rtl.png -%%DRUPAL_BASE%%/modules/color/images/hook.png -%%DRUPAL_BASE%%/modules/color/images/lock.png -%%DRUPAL_BASE%%/modules/color/preview.html -%%DRUPAL_BASE%%/modules/color/preview.js -%%DRUPAL_BASE%%/modules/comment/comment-node-form.js -%%DRUPAL_BASE%%/modules/comment/comment-rtl.css -%%DRUPAL_BASE%%/modules/comment/comment-wrapper.tpl.php -%%DRUPAL_BASE%%/modules/comment/comment.admin.inc -%%DRUPAL_BASE%%/modules/comment/comment.api.php -%%DRUPAL_BASE%%/modules/comment/comment.css -%%DRUPAL_BASE%%/modules/comment/comment.info -%%DRUPAL_BASE%%/modules/comment/comment.install -%%DRUPAL_BASE%%/modules/comment/comment.module -%%DRUPAL_BASE%%/modules/comment/comment.pages.inc -%%DRUPAL_BASE%%/modules/comment/comment.test -%%DRUPAL_BASE%%/modules/comment/comment.tokens.inc -%%DRUPAL_BASE%%/modules/comment/comment.tpl.php -%%DRUPAL_BASE%%/modules/contact/contact.admin.inc -%%DRUPAL_BASE%%/modules/contact/contact.info -%%DRUPAL_BASE%%/modules/contact/contact.install -%%DRUPAL_BASE%%/modules/contact/contact.module -%%DRUPAL_BASE%%/modules/contact/contact.pages.inc -%%DRUPAL_BASE%%/modules/contact/contact.test -%%DRUPAL_BASE%%/modules/contextual/contextual-rtl.css -%%DRUPAL_BASE%%/modules/contextual/contextual.api.php -%%DRUPAL_BASE%%/modules/contextual/contextual.css -%%DRUPAL_BASE%%/modules/contextual/contextual.info -%%DRUPAL_BASE%%/modules/contextual/contextual.js -%%DRUPAL_BASE%%/modules/contextual/contextual.module -%%DRUPAL_BASE%%/modules/contextual/contextual.test -%%DRUPAL_BASE%%/modules/contextual/images/gear-select.png -%%DRUPAL_BASE%%/modules/dashboard/dashboard-rtl.css -%%DRUPAL_BASE%%/modules/dashboard/dashboard.api.php -%%DRUPAL_BASE%%/modules/dashboard/dashboard.css -%%DRUPAL_BASE%%/modules/dashboard/dashboard.info -%%DRUPAL_BASE%%/modules/dashboard/dashboard.install -%%DRUPAL_BASE%%/modules/dashboard/dashboard.js -%%DRUPAL_BASE%%/modules/dashboard/dashboard.module -%%DRUPAL_BASE%%/modules/dashboard/dashboard.test -%%DRUPAL_BASE%%/modules/dblog/dblog-rtl.css -%%DRUPAL_BASE%%/modules/dblog/dblog.admin.inc -%%DRUPAL_BASE%%/modules/dblog/dblog.css -%%DRUPAL_BASE%%/modules/dblog/dblog.info -%%DRUPAL_BASE%%/modules/dblog/dblog.install -%%DRUPAL_BASE%%/modules/dblog/dblog.module -%%DRUPAL_BASE%%/modules/dblog/dblog.test -%%DRUPAL_BASE%%/modules/field/field.api.php -%%DRUPAL_BASE%%/modules/field/field.attach.inc -%%DRUPAL_BASE%%/modules/field/field.crud.inc -%%DRUPAL_BASE%%/modules/field/field.default.inc -%%DRUPAL_BASE%%/modules/field/field.form.inc -%%DRUPAL_BASE%%/modules/field/field.info -%%DRUPAL_BASE%%/modules/field/field.info.class.inc -%%DRUPAL_BASE%%/modules/field/field.info.inc -%%DRUPAL_BASE%%/modules/field/field.install -%%DRUPAL_BASE%%/modules/field/field.module -%%DRUPAL_BASE%%/modules/field/field.multilingual.inc -%%DRUPAL_BASE%%/modules/field/modules/field_sql_storage/field_sql_storage.info -%%DRUPAL_BASE%%/modules/field/modules/field_sql_storage/field_sql_storage.install -%%DRUPAL_BASE%%/modules/field/modules/field_sql_storage/field_sql_storage.module -%%DRUPAL_BASE%%/modules/field/modules/field_sql_storage/field_sql_storage.test -%%DRUPAL_BASE%%/modules/field/modules/list/list.info -%%DRUPAL_BASE%%/modules/field/modules/list/list.install -%%DRUPAL_BASE%%/modules/field/modules/list/list.module -%%DRUPAL_BASE%%/modules/field/modules/list/tests/list.test -%%DRUPAL_BASE%%/modules/field/modules/list/tests/list_test.info -%%DRUPAL_BASE%%/modules/field/modules/list/tests/list_test.module -%%DRUPAL_BASE%%/modules/field/modules/number/number.info -%%DRUPAL_BASE%%/modules/field/modules/number/number.install -%%DRUPAL_BASE%%/modules/field/modules/number/number.module -%%DRUPAL_BASE%%/modules/field/modules/number/number.test -%%DRUPAL_BASE%%/modules/field/modules/options/options.api.php -%%DRUPAL_BASE%%/modules/field/modules/options/options.info -%%DRUPAL_BASE%%/modules/field/modules/options/options.module -%%DRUPAL_BASE%%/modules/field/modules/options/options.test -%%DRUPAL_BASE%%/modules/field/modules/text/text.info -%%DRUPAL_BASE%%/modules/field/modules/text/text.install -%%DRUPAL_BASE%%/modules/field/modules/text/text.js -%%DRUPAL_BASE%%/modules/field/modules/text/text.module -%%DRUPAL_BASE%%/modules/field/modules/text/text.test -%%DRUPAL_BASE%%/modules/field/tests/field.test -%%DRUPAL_BASE%%/modules/field/tests/field_test.entity.inc -%%DRUPAL_BASE%%/modules/field/tests/field_test.field.inc -%%DRUPAL_BASE%%/modules/field/tests/field_test.info -%%DRUPAL_BASE%%/modules/field/tests/field_test.install -%%DRUPAL_BASE%%/modules/field/tests/field_test.module -%%DRUPAL_BASE%%/modules/field/tests/field_test.storage.inc -%%DRUPAL_BASE%%/modules/field/theme/field-rtl.css -%%DRUPAL_BASE%%/modules/field/theme/field.css -%%DRUPAL_BASE%%/modules/field/theme/field.tpl.php -%%DRUPAL_BASE%%/modules/field_ui/field_ui-rtl.css -%%DRUPAL_BASE%%/modules/field_ui/field_ui.admin.inc -%%DRUPAL_BASE%%/modules/field_ui/field_ui.api.php -%%DRUPAL_BASE%%/modules/field_ui/field_ui.css -%%DRUPAL_BASE%%/modules/field_ui/field_ui.info -%%DRUPAL_BASE%%/modules/field_ui/field_ui.js -%%DRUPAL_BASE%%/modules/field_ui/field_ui.module -%%DRUPAL_BASE%%/modules/field_ui/field_ui.test -%%DRUPAL_BASE%%/modules/file/file.api.php -%%DRUPAL_BASE%%/modules/file/file.css -%%DRUPAL_BASE%%/modules/file/file.field.inc -%%DRUPAL_BASE%%/modules/file/file.info -%%DRUPAL_BASE%%/modules/file/file.install -%%DRUPAL_BASE%%/modules/file/file.js -%%DRUPAL_BASE%%/modules/file/file.module -%%DRUPAL_BASE%%/modules/file/icons/application-octet-stream.png -%%DRUPAL_BASE%%/modules/file/icons/application-pdf.png -%%DRUPAL_BASE%%/modules/file/icons/application-x-executable.png -%%DRUPAL_BASE%%/modules/file/icons/audio-x-generic.png -%%DRUPAL_BASE%%/modules/file/icons/image-x-generic.png -%%DRUPAL_BASE%%/modules/file/icons/package-x-generic.png -%%DRUPAL_BASE%%/modules/file/icons/text-html.png -%%DRUPAL_BASE%%/modules/file/icons/text-plain.png -%%DRUPAL_BASE%%/modules/file/icons/text-x-generic.png -%%DRUPAL_BASE%%/modules/file/icons/text-x-script.png -%%DRUPAL_BASE%%/modules/file/icons/video-x-generic.png -%%DRUPAL_BASE%%/modules/file/icons/x-office-document.png -%%DRUPAL_BASE%%/modules/file/icons/x-office-presentation.png -%%DRUPAL_BASE%%/modules/file/icons/x-office-spreadsheet.png -%%DRUPAL_BASE%%/modules/file/tests/file.test -%%DRUPAL_BASE%%/modules/file/tests/file_module_test.info -%%DRUPAL_BASE%%/modules/file/tests/file_module_test.module -%%DRUPAL_BASE%%/modules/filter/filter.admin.inc -%%DRUPAL_BASE%%/modules/filter/filter.admin.js -%%DRUPAL_BASE%%/modules/filter/filter.api.php -%%DRUPAL_BASE%%/modules/filter/filter.css -%%DRUPAL_BASE%%/modules/filter/filter.info -%%DRUPAL_BASE%%/modules/filter/filter.install -%%DRUPAL_BASE%%/modules/filter/filter.js -%%DRUPAL_BASE%%/modules/filter/filter.module -%%DRUPAL_BASE%%/modules/filter/filter.pages.inc -%%DRUPAL_BASE%%/modules/filter/filter.test -%%DRUPAL_BASE%%/modules/filter/tests/filter.url-input.txt -%%DRUPAL_BASE%%/modules/filter/tests/filter.url-output.txt -%%DRUPAL_BASE%%/modules/forum/forum-icon.tpl.php -%%DRUPAL_BASE%%/modules/forum/forum-list.tpl.php -%%DRUPAL_BASE%%/modules/forum/forum-rtl.css -%%DRUPAL_BASE%%/modules/forum/forum-submitted.tpl.php -%%DRUPAL_BASE%%/modules/forum/forum-topic-list.tpl.php -%%DRUPAL_BASE%%/modules/forum/forum.admin.inc -%%DRUPAL_BASE%%/modules/forum/forum.css -%%DRUPAL_BASE%%/modules/forum/forum.info -%%DRUPAL_BASE%%/modules/forum/forum.install -%%DRUPAL_BASE%%/modules/forum/forum.module -%%DRUPAL_BASE%%/modules/forum/forum.pages.inc -%%DRUPAL_BASE%%/modules/forum/forum.test -%%DRUPAL_BASE%%/modules/forum/forums.tpl.php -%%DRUPAL_BASE%%/modules/help/help-rtl.css -%%DRUPAL_BASE%%/modules/help/help.admin.inc -%%DRUPAL_BASE%%/modules/help/help.css -%%DRUPAL_BASE%%/modules/help/help.info -%%DRUPAL_BASE%%/modules/help/help.module -%%DRUPAL_BASE%%/modules/help/help.test -%%DRUPAL_BASE%%/modules/image/image-rtl.css -%%DRUPAL_BASE%%/modules/image/image.admin.css -%%DRUPAL_BASE%%/modules/image/image.admin.inc -%%DRUPAL_BASE%%/modules/image/image.api.php -%%DRUPAL_BASE%%/modules/image/image.css -%%DRUPAL_BASE%%/modules/image/image.effects.inc -%%DRUPAL_BASE%%/modules/image/image.field.inc -%%DRUPAL_BASE%%/modules/image/image.info -%%DRUPAL_BASE%%/modules/image/image.install -%%DRUPAL_BASE%%/modules/image/image.module -%%DRUPAL_BASE%%/modules/image/image.test -%%DRUPAL_BASE%%/modules/image/sample.png -%%DRUPAL_BASE%%/modules/image/tests/image_module_test.info -%%DRUPAL_BASE%%/modules/image/tests/image_module_test.module -%%DRUPAL_BASE%%/modules/locale/locale-rtl.css -%%DRUPAL_BASE%%/modules/locale/locale.admin.inc -%%DRUPAL_BASE%%/modules/locale/locale.api.php -%%DRUPAL_BASE%%/modules/locale/locale.css -%%DRUPAL_BASE%%/modules/locale/locale.datepicker.js -%%DRUPAL_BASE%%/modules/locale/locale.info -%%DRUPAL_BASE%%/modules/locale/locale.install -%%DRUPAL_BASE%%/modules/locale/locale.module -%%DRUPAL_BASE%%/modules/locale/locale.test -%%DRUPAL_BASE%%/modules/locale/tests/locale_test.info -%%DRUPAL_BASE%%/modules/locale/tests/locale_test.js -%%DRUPAL_BASE%%/modules/locale/tests/locale_test.module -%%DRUPAL_BASE%%/modules/locale/tests/translations/test.xx.po -%%DRUPAL_BASE%%/modules/menu/menu.admin.inc -%%DRUPAL_BASE%%/modules/menu/menu.admin.js -%%DRUPAL_BASE%%/modules/menu/menu.api.php -%%DRUPAL_BASE%%/modules/menu/menu.css -%%DRUPAL_BASE%%/modules/menu/menu.info -%%DRUPAL_BASE%%/modules/menu/menu.install -%%DRUPAL_BASE%%/modules/menu/menu.js -%%DRUPAL_BASE%%/modules/menu/menu.module -%%DRUPAL_BASE%%/modules/menu/menu.test -%%DRUPAL_BASE%%/modules/node/content_types.inc -%%DRUPAL_BASE%%/modules/node/content_types.js -%%DRUPAL_BASE%%/modules/node/node.admin.inc -%%DRUPAL_BASE%%/modules/node/node.api.php -%%DRUPAL_BASE%%/modules/node/node.css -%%DRUPAL_BASE%%/modules/node/node.info -%%DRUPAL_BASE%%/modules/node/node.install -%%DRUPAL_BASE%%/modules/node/node.js -%%DRUPAL_BASE%%/modules/node/node.module -%%DRUPAL_BASE%%/modules/node/node.pages.inc -%%DRUPAL_BASE%%/modules/node/node.test -%%DRUPAL_BASE%%/modules/node/node.tokens.inc -%%DRUPAL_BASE%%/modules/node/node.tpl.php -%%DRUPAL_BASE%%/modules/node/tests/node_access_test.info -%%DRUPAL_BASE%%/modules/node/tests/node_access_test.install -%%DRUPAL_BASE%%/modules/node/tests/node_access_test.module -%%DRUPAL_BASE%%/modules/node/tests/node_test.info -%%DRUPAL_BASE%%/modules/node/tests/node_test.module -%%DRUPAL_BASE%%/modules/node/tests/node_test_exception.info -%%DRUPAL_BASE%%/modules/node/tests/node_test_exception.module -%%DRUPAL_BASE%%/modules/openid/login-bg.png -%%DRUPAL_BASE%%/modules/openid/openid-rtl.css -%%DRUPAL_BASE%%/modules/openid/openid.api.php -%%DRUPAL_BASE%%/modules/openid/openid.css -%%DRUPAL_BASE%%/modules/openid/openid.inc -%%DRUPAL_BASE%%/modules/openid/openid.info -%%DRUPAL_BASE%%/modules/openid/openid.install -%%DRUPAL_BASE%%/modules/openid/openid.js -%%DRUPAL_BASE%%/modules/openid/openid.module -%%DRUPAL_BASE%%/modules/openid/openid.pages.inc -%%DRUPAL_BASE%%/modules/openid/openid.test -%%DRUPAL_BASE%%/modules/openid/tests/openid_test.info -%%DRUPAL_BASE%%/modules/openid/tests/openid_test.install -%%DRUPAL_BASE%%/modules/openid/tests/openid_test.module -%%DRUPAL_BASE%%/modules/overlay/images/background.png -%%DRUPAL_BASE%%/modules/overlay/images/close-rtl.png -%%DRUPAL_BASE%%/modules/overlay/images/close.png -%%DRUPAL_BASE%%/modules/overlay/overlay-child-rtl.css -%%DRUPAL_BASE%%/modules/overlay/overlay-child.css -%%DRUPAL_BASE%%/modules/overlay/overlay-child.js -%%DRUPAL_BASE%%/modules/overlay/overlay-parent.css -%%DRUPAL_BASE%%/modules/overlay/overlay-parent.js -%%DRUPAL_BASE%%/modules/overlay/overlay.api.php -%%DRUPAL_BASE%%/modules/overlay/overlay.info -%%DRUPAL_BASE%%/modules/overlay/overlay.install -%%DRUPAL_BASE%%/modules/overlay/overlay.module -%%DRUPAL_BASE%%/modules/overlay/overlay.tpl.php -%%DRUPAL_BASE%%/modules/path/path.admin.inc -%%DRUPAL_BASE%%/modules/path/path.api.php -%%DRUPAL_BASE%%/modules/path/path.info -%%DRUPAL_BASE%%/modules/path/path.js -%%DRUPAL_BASE%%/modules/path/path.module -%%DRUPAL_BASE%%/modules/path/path.test -%%DRUPAL_BASE%%/modules/php/php.info -%%DRUPAL_BASE%%/modules/php/php.install -%%DRUPAL_BASE%%/modules/php/php.module -%%DRUPAL_BASE%%/modules/php/php.test -%%DRUPAL_BASE%%/modules/poll/poll-bar--block.tpl.php -%%DRUPAL_BASE%%/modules/poll/poll-bar.tpl.php -%%DRUPAL_BASE%%/modules/poll/poll-results--block.tpl.php -%%DRUPAL_BASE%%/modules/poll/poll-results.tpl.php -%%DRUPAL_BASE%%/modules/poll/poll-rtl.css -%%DRUPAL_BASE%%/modules/poll/poll-vote.tpl.php -%%DRUPAL_BASE%%/modules/poll/poll.css -%%DRUPAL_BASE%%/modules/poll/poll.info -%%DRUPAL_BASE%%/modules/poll/poll.install -%%DRUPAL_BASE%%/modules/poll/poll.module -%%DRUPAL_BASE%%/modules/poll/poll.pages.inc -%%DRUPAL_BASE%%/modules/poll/poll.test -%%DRUPAL_BASE%%/modules/poll/poll.tokens.inc -%%DRUPAL_BASE%%/modules/profile/profile-block.tpl.php -%%DRUPAL_BASE%%/modules/profile/profile-listing.tpl.php -%%DRUPAL_BASE%%/modules/profile/profile-wrapper.tpl.php -%%DRUPAL_BASE%%/modules/profile/profile.admin.inc -%%DRUPAL_BASE%%/modules/profile/profile.css -%%DRUPAL_BASE%%/modules/profile/profile.info -%%DRUPAL_BASE%%/modules/profile/profile.install -%%DRUPAL_BASE%%/modules/profile/profile.js -%%DRUPAL_BASE%%/modules/profile/profile.module -%%DRUPAL_BASE%%/modules/profile/profile.pages.inc -%%DRUPAL_BASE%%/modules/profile/profile.test -%%DRUPAL_BASE%%/modules/rdf/rdf.api.php -%%DRUPAL_BASE%%/modules/rdf/rdf.info -%%DRUPAL_BASE%%/modules/rdf/rdf.install -%%DRUPAL_BASE%%/modules/rdf/rdf.module -%%DRUPAL_BASE%%/modules/rdf/rdf.test -%%DRUPAL_BASE%%/modules/rdf/tests/rdf_test.info -%%DRUPAL_BASE%%/modules/rdf/tests/rdf_test.install -%%DRUPAL_BASE%%/modules/rdf/tests/rdf_test.module -%%DRUPAL_BASE%%/modules/search/search-block-form.tpl.php -%%DRUPAL_BASE%%/modules/search/search-result.tpl.php -%%DRUPAL_BASE%%/modules/search/search-results.tpl.php -%%DRUPAL_BASE%%/modules/search/search-rtl.css -%%DRUPAL_BASE%%/modules/search/search.admin.inc -%%DRUPAL_BASE%%/modules/search/search.api.php -%%DRUPAL_BASE%%/modules/search/search.css -%%DRUPAL_BASE%%/modules/search/search.extender.inc -%%DRUPAL_BASE%%/modules/search/search.info -%%DRUPAL_BASE%%/modules/search/search.install -%%DRUPAL_BASE%%/modules/search/search.module -%%DRUPAL_BASE%%/modules/search/search.pages.inc -%%DRUPAL_BASE%%/modules/search/search.test -%%DRUPAL_BASE%%/modules/search/tests/UnicodeTest.txt -%%DRUPAL_BASE%%/modules/search/tests/search_embedded_form.info -%%DRUPAL_BASE%%/modules/search/tests/search_embedded_form.module -%%DRUPAL_BASE%%/modules/search/tests/search_extra_type.info -%%DRUPAL_BASE%%/modules/search/tests/search_extra_type.module -%%DRUPAL_BASE%%/modules/search/tests/search_node_tags.info -%%DRUPAL_BASE%%/modules/search/tests/search_node_tags.module -%%DRUPAL_BASE%%/modules/shortcut/shortcut-rtl.css -%%DRUPAL_BASE%%/modules/shortcut/shortcut.admin.css -%%DRUPAL_BASE%%/modules/shortcut/shortcut.admin.inc -%%DRUPAL_BASE%%/modules/shortcut/shortcut.admin.js -%%DRUPAL_BASE%%/modules/shortcut/shortcut.api.php -%%DRUPAL_BASE%%/modules/shortcut/shortcut.css -%%DRUPAL_BASE%%/modules/shortcut/shortcut.info -%%DRUPAL_BASE%%/modules/shortcut/shortcut.install -%%DRUPAL_BASE%%/modules/shortcut/shortcut.module -%%DRUPAL_BASE%%/modules/shortcut/shortcut.png -%%DRUPAL_BASE%%/modules/shortcut/shortcut.test -%%DRUPAL_BASE%%/modules/simpletest/drupal_web_test_case.php -%%DRUPAL_BASE%%/modules/simpletest/files/README.txt -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_with_import.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_without_import.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/import1.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/import2.css -%%DRUPAL_BASE%%/modules/simpletest/files/html-1.txt -%%DRUPAL_BASE%%/modules/simpletest/files/html-2.html -%%DRUPAL_BASE%%/modules/simpletest/files/image-1.png -%%DRUPAL_BASE%%/modules/simpletest/files/image-2.jpg -%%DRUPAL_BASE%%/modules/simpletest/files/image-test-no-transparency.gif -%%DRUPAL_BASE%%/modules/simpletest/files/image-test-transparent-out-of-range.gif -%%DRUPAL_BASE%%/modules/simpletest/files/image-test.gif -%%DRUPAL_BASE%%/modules/simpletest/files/image-test.jpg -%%DRUPAL_BASE%%/modules/simpletest/files/image-test.png -%%DRUPAL_BASE%%/modules/simpletest/files/javascript-1.txt -%%DRUPAL_BASE%%/modules/simpletest/files/javascript-2.script -%%DRUPAL_BASE%%/modules/simpletest/files/php-1.txt -%%DRUPAL_BASE%%/modules/simpletest/files/php-2.php -%%DRUPAL_BASE%%/modules/simpletest/files/sql-1.txt -%%DRUPAL_BASE%%/modules/simpletest/files/sql-2.sql -%%DRUPAL_BASE%%/modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php -%%DRUPAL_BASE%%/modules/simpletest/simpletest.api.php -%%DRUPAL_BASE%%/modules/simpletest/simpletest.css -%%DRUPAL_BASE%%/modules/simpletest/simpletest.info -%%DRUPAL_BASE%%/modules/simpletest/simpletest.install -%%DRUPAL_BASE%%/modules/simpletest/simpletest.js -%%DRUPAL_BASE%%/modules/simpletest/simpletest.module -%%DRUPAL_BASE%%/modules/simpletest/simpletest.pages.inc -%%DRUPAL_BASE%%/modules/simpletest/simpletest.test -%%DRUPAL_BASE%%/modules/simpletest/src/Tests/PSR4WebTest.php -%%DRUPAL_BASE%%/modules/simpletest/tests/actions.test -%%DRUPAL_BASE%%/modules/simpletest/tests/actions_loop_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/actions_loop_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/actions_loop_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/ajax.test -%%DRUPAL_BASE%%/modules/simpletest/tests/ajax_forms_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/ajax_forms_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/ajax_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/ajax_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/batch.test -%%DRUPAL_BASE%%/modules/simpletest/tests/batch_test.callbacks.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/batch_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/batch_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/bootstrap.test -%%DRUPAL_BASE%%/modules/simpletest/tests/boot.test -%%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_1.info -%%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_1.module -%%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_2.info -%%DRUPAL_BASE%%/modules/simpletest/tests/boot_test_2.module -%%DRUPAL_BASE%%/modules/simpletest/tests/cache.test -%%DRUPAL_BASE%%/modules/simpletest/tests/common.test -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test.css -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test.print.css -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_cron_helper.info -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_cron_helper.module -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_info.txt -%%DRUPAL_BASE%%/modules/simpletest/tests/database_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/database_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/database_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/database_test.test -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_trait.sh -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test_dependency.info -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test_dependency.module -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud.test -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud_hook_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud_hook_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud_hook_test.test -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_query.test -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_query_access_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_query_access_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/error.test -%%DRUPAL_BASE%%/modules/simpletest/tests/error_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/error_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/file.test -%%DRUPAL_BASE%%/modules/simpletest/tests/file_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/file_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/filetransfer.test -%%DRUPAL_BASE%%/modules/simpletest/tests/filter_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/filter_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/form.test -%%DRUPAL_BASE%%/modules/simpletest/tests/form_test.file.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/form_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/form_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/graph.test -%%DRUPAL_BASE%%/modules/simpletest/tests/http.php -%%DRUPAL_BASE%%/modules/simpletest/tests/https.php -%%DRUPAL_BASE%%/modules/simpletest/tests/image.test -%%DRUPAL_BASE%%/modules/simpletest/tests/image_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/image_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/lock.test -%%DRUPAL_BASE%%/modules/simpletest/tests/mail.test -%%DRUPAL_BASE%%/modules/simpletest/tests/menu.test -%%DRUPAL_BASE%%/modules/simpletest/tests/menu_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/menu_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/module.test -%%DRUPAL_BASE%%/modules/simpletest/tests/module_test.file.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/module_test.implementations.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/module_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/module_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/module_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/pager.test -%%DRUPAL_BASE%%/modules/simpletest/tests/password.test -%%DRUPAL_BASE%%/modules/simpletest/tests/path.test -%%DRUPAL_BASE%%/modules/simpletest/tests/path_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/path_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/psr_0_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/psr_0_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/psr_4_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/psr_4_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php -%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/src/Tests/Nested/NestedExampleTest.php -%%DRUPAL_BASE%%/modules/simpletest/tests/registry.test -%%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/requirements2_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/requirements2_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/schema.test -%%DRUPAL_BASE%%/modules/simpletest/tests/session.test -%%DRUPAL_BASE%%/modules/simpletest/tests/session_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/session_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system.base.css -%%DRUPAL_BASE%%/modules/simpletest/tests/system_dependencies_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_dependencies_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system_project_namespace_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_project_namespace_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/system_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/system_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/system_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/tablesort.test -%%DRUPAL_BASE%%/modules/simpletest/tests/taxonomy_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/taxonomy_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/taxonomy_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/theme.test -%%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.inc -%%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.template_test.tpl.php -%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info -%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info -%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php -%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php -%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info -%%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test -%%DRUPAL_BASE%%/modules/simpletest/tests/update.test -%%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_1.info -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_1.install -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_1.module -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_2.info -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_2.install -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_2.module -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_3.info -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_3.install -%%DRUPAL_BASE%%/modules/simpletest/tests/update_test_3.module -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.bare.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.comments.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.duplicate-permission.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.filled.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.forum.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.locale.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.menu.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.node_type_broken.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.translatable.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.trigger.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.upload.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.bare.minimal.database.php.gz -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.bare.standard_all.database.php.gz -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.field.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.filled.minimal.database.php.gz -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.trigger.database.php -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.aggregator.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.field.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.trigger.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.user.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.comment.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.filter.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.forum.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.locale.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.menu.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.node.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.poll.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.taxonomy.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.translatable.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.trigger.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.upload.test -%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.user.test -%%DRUPAL_BASE%%/modules/simpletest/tests/url_alter_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/url_alter_test.install -%%DRUPAL_BASE%%/modules/simpletest/tests/url_alter_test.module -%%DRUPAL_BASE%%/modules/simpletest/tests/xmlrpc.test -%%DRUPAL_BASE%%/modules/simpletest/tests/xmlrpc_test.info -%%DRUPAL_BASE%%/modules/simpletest/tests/xmlrpc_test.module -%%DRUPAL_BASE%%/modules/statistics/statistics.admin.inc -%%DRUPAL_BASE%%/modules/statistics/statistics.info -%%DRUPAL_BASE%%/modules/statistics/statistics.install -%%DRUPAL_BASE%%/modules/statistics/statistics.js -%%DRUPAL_BASE%%/modules/statistics/statistics.module -%%DRUPAL_BASE%%/modules/statistics/statistics.pages.inc -%%DRUPAL_BASE%%/modules/statistics/statistics.php -%%DRUPAL_BASE%%/modules/statistics/statistics.test -%%DRUPAL_BASE%%/modules/statistics/statistics.tokens.inc -%%DRUPAL_BASE%%/modules/syslog/syslog.info -%%DRUPAL_BASE%%/modules/syslog/syslog.install -%%DRUPAL_BASE%%/modules/syslog/syslog.module -%%DRUPAL_BASE%%/modules/syslog/syslog.test -%%DRUPAL_BASE%%/modules/system/form.api.php -%%DRUPAL_BASE%%/modules/system/html.tpl.php -%%DRUPAL_BASE%%/modules/system/image.gd.inc -%%DRUPAL_BASE%%/modules/system/language.api.php -%%DRUPAL_BASE%%/modules/system/maintenance-page.tpl.php -%%DRUPAL_BASE%%/modules/system/page.tpl.php -%%DRUPAL_BASE%%/modules/system/region.tpl.php -%%DRUPAL_BASE%%/modules/system/system.admin-rtl.css -%%DRUPAL_BASE%%/modules/system/system.admin.css -%%DRUPAL_BASE%%/modules/system/system.admin.inc -%%DRUPAL_BASE%%/modules/system/system.api.php -%%DRUPAL_BASE%%/modules/system/system.archiver.inc -%%DRUPAL_BASE%%/modules/system/system.base-rtl.css -%%DRUPAL_BASE%%/modules/system/system.base.css -%%DRUPAL_BASE%%/modules/system/system.cron.js -%%DRUPAL_BASE%%/modules/system/system.info -%%DRUPAL_BASE%%/modules/system/system.install -%%DRUPAL_BASE%%/modules/system/system.js -%%DRUPAL_BASE%%/modules/system/system.mail.inc -%%DRUPAL_BASE%%/modules/system/system.maintenance.css -%%DRUPAL_BASE%%/modules/system/system.menus-rtl.css -%%DRUPAL_BASE%%/modules/system/system.menus.css -%%DRUPAL_BASE%%/modules/system/system.messages-rtl.css -%%DRUPAL_BASE%%/modules/system/system.messages.css -%%DRUPAL_BASE%%/modules/system/system.module -%%DRUPAL_BASE%%/modules/system/system.queue.inc -%%DRUPAL_BASE%%/modules/system/system.tar.inc -%%DRUPAL_BASE%%/modules/system/system.test -%%DRUPAL_BASE%%/modules/system/system.theme-rtl.css -%%DRUPAL_BASE%%/modules/system/system.theme.css -%%DRUPAL_BASE%%/modules/system/system.tokens.inc -%%DRUPAL_BASE%%/modules/system/system.updater.inc -%%DRUPAL_BASE%%/modules/system/tests/cron_queue_test.info -%%DRUPAL_BASE%%/modules/system/tests/cron_queue_test.module -%%DRUPAL_BASE%%/modules/system/tests/system_cron_test.info -%%DRUPAL_BASE%%/modules/system/tests/system_cron_test.module -%%DRUPAL_BASE%%/modules/system/theme.api.php -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy-term.tpl.php -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.admin.inc -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.api.php -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.css -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.info -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.install -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.js -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.module -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.pages.inc -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.test -%%DRUPAL_BASE%%/modules/taxonomy/taxonomy.tokens.inc -%%DRUPAL_BASE%%/modules/toolbar/toolbar-rtl.css -%%DRUPAL_BASE%%/modules/toolbar/toolbar.css -%%DRUPAL_BASE%%/modules/toolbar/toolbar.info -%%DRUPAL_BASE%%/modules/toolbar/toolbar.js -%%DRUPAL_BASE%%/modules/toolbar/toolbar.module -%%DRUPAL_BASE%%/modules/toolbar/toolbar.png -%%DRUPAL_BASE%%/modules/toolbar/toolbar.tpl.php -%%DRUPAL_BASE%%/modules/tracker/tracker.css -%%DRUPAL_BASE%%/modules/tracker/tracker.info -%%DRUPAL_BASE%%/modules/tracker/tracker.install -%%DRUPAL_BASE%%/modules/tracker/tracker.module -%%DRUPAL_BASE%%/modules/tracker/tracker.pages.inc -%%DRUPAL_BASE%%/modules/tracker/tracker.test -%%DRUPAL_BASE%%/modules/translation/tests/translation_test.info -%%DRUPAL_BASE%%/modules/translation/tests/translation_test.module -%%DRUPAL_BASE%%/modules/translation/translation.info -%%DRUPAL_BASE%%/modules/translation/translation.module -%%DRUPAL_BASE%%/modules/translation/translation.pages.inc -%%DRUPAL_BASE%%/modules/translation/translation.test -%%DRUPAL_BASE%%/modules/trigger/tests/trigger_test.info -%%DRUPAL_BASE%%/modules/trigger/tests/trigger_test.module -%%DRUPAL_BASE%%/modules/trigger/trigger.admin.inc -%%DRUPAL_BASE%%/modules/trigger/trigger.api.php -%%DRUPAL_BASE%%/modules/trigger/trigger.info -%%DRUPAL_BASE%%/modules/trigger/trigger.install -%%DRUPAL_BASE%%/modules/trigger/trigger.module -%%DRUPAL_BASE%%/modules/trigger/trigger.test -%%DRUPAL_BASE%%/modules/update/tests/aaa_update_test.1_0.xml -%%DRUPAL_BASE%%/modules/update/tests/aaa_update_test.info -%%DRUPAL_BASE%%/modules/update/tests/aaa_update_test.module *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Nov 22 22:23: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 5CE8DC4F937; Tue, 22 Nov 2016 22:23:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EE3E399; Tue, 22 Nov 2016 22:23:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMMNkak081733; Tue, 22 Nov 2016 22:23:46 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMMNkFG081732; Tue, 22 Nov 2016 22:23:46 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611222223.uAMMNkFG081732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 22 Nov 2016 22:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426878 - head/www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 22 Nov 2016 22:23:47 -0000 Author: acm Date: Tue Nov 22 22:23:46 2016 New Revision: 426878 URL: https://svnweb.freebsd.org/changeset/ports/426878 Log: - Connect www/drupal8 Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Nov 22 22:23:22 2016 (r426877) +++ head/www/Makefile Tue Nov 22 22:23:46 2016 (r426878) @@ -120,6 +120,7 @@ SUBDIR += drraw SUBDIR += drupal7 SUBDIR += drupal7-wysiwyg + SUBDIR += drupal8 SUBDIR += drush SUBDIR += dtse SUBDIR += dummyflash From owner-svn-ports-all@freebsd.org Tue Nov 22 23:05: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 168EFC5064B; Tue, 22 Nov 2016 23:05:23 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C60B21C19; Tue, 22 Nov 2016 23:05:22 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMN5Lxs097980; Tue, 22 Nov 2016 23:05:21 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMN5L2Z097977; Tue, 22 Nov 2016 23:05:21 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201611222305.uAMN5L2Z097977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 22 Nov 2016 23:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426879 - head/devel/llvm-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, 22 Nov 2016 23:05:23 -0000 Author: brooks Date: Tue Nov 22 23:05:21 2016 New Revision: 426879 URL: https://svnweb.freebsd.org/changeset/ports/426879 Log: Update to a new snapshot. I've been unable to replicate the build failures I've been seeing form the cluster if my local poudriere setup. If they continue with this update I'll turn share library support back off. Modified: head/devel/llvm-devel/Makefile.snapshot head/devel/llvm-devel/distinfo head/devel/llvm-devel/pkg-plist Modified: head/devel/llvm-devel/Makefile.snapshot ============================================================================== --- head/devel/llvm-devel/Makefile.snapshot Tue Nov 22 22:23:46 2016 (r426878) +++ head/devel/llvm-devel/Makefile.snapshot Tue Nov 22 23:05:21 2016 (r426879) @@ -6,12 +6,12 @@ # LLVM_MAJOR= 4.0 LLVM_RELEASE= ${LLVM_MAJOR}.0 -SNAPDATE= 20161115 +SNAPDATE= 20161122 -LLVM_COMMIT= e9b0d8061c398311470b1fb434fec428dc1079ad -CLANG_COMMIT= 97fb9e6d43c5f066380ed685330220552ce58558 -COMPILER_RT_COMMIT= ec301129e76d82fbdf59168f7478b343cff71294 -EXTRAS_COMMIT= 5f8641fc59b844c8c89dbeefebfc682ed1accf03 -LLD_COMMIT= 0dd8deb2fb6ee244a7442e046477d135feddc570 -LLDB_COMMIT= aac2b46cbd6e295c28bf498a09f3b425665a7d25 -OPENMP_COMMIT= 0859e6a24e600f22f2c6238c990cf86bf7fe116a +LLVM_COMMIT= 15f8e68c38078ba09b279f20e2256d26935e512d +CLANG_COMMIT= 76fd46ed36e54c6418eb2d9254d9b99d1528311b +COMPILER_RT_COMMIT= 15fb044879949da4345a70de896a5cd1deb60c31 +EXTRAS_COMMIT= 2df3d50ceb3010ef74a198533d64dc476ef6f109 +LLD_COMMIT= 9510e64a3da9cdf127785185af233769cc087b4c +LLDB_COMMIT= 29831d04d6ebe3426b31a38983164a12e73f7c87 +OPENMP_COMMIT= 7ca47d5c846d6d152b4c35589604f452ccd634e3 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Tue Nov 22 22:23:46 2016 (r426878) +++ head/devel/llvm-devel/distinfo Tue Nov 22 23:05:21 2016 (r426879) @@ -1,15 +1,15 @@ -TIMESTAMP = 1479252728 -SHA256 (llvm-mirror-llvm-4.0.d20161115-e9b0d8061c398311470b1fb434fec428dc1079ad_GH0.tar.gz) = 085d5935d48419f692c95e753bee8250b9f7bcadcd12fafc10a7c1013857fff7 -SIZE (llvm-mirror-llvm-4.0.d20161115-e9b0d8061c398311470b1fb434fec428dc1079ad_GH0.tar.gz) = 29622498 -SHA256 (llvm-mirror-clang-97fb9e6d43c5f066380ed685330220552ce58558_GH0.tar.gz) = e0db6346067e27d774d236ab6443848a8cf5c34067c74fe724e9ae22b52a9ca8 -SIZE (llvm-mirror-clang-97fb9e6d43c5f066380ed685330220552ce58558_GH0.tar.gz) = 14860714 -SHA256 (llvm-mirror-compiler-rt-ec301129e76d82fbdf59168f7478b343cff71294_GH0.tar.gz) = b79557adbb73d69dd2d95d8c4f90a1ac728a4e5a26e5b0dba103a3140d1d08ff -SIZE (llvm-mirror-compiler-rt-ec301129e76d82fbdf59168f7478b343cff71294_GH0.tar.gz) = 2434303 -SHA256 (llvm-mirror-clang-tools-extra-5f8641fc59b844c8c89dbeefebfc682ed1accf03_GH0.tar.gz) = 24ab93aefbc2772bfaafdaaca2a6522e50ad27b6d0180c83c3334447fb2ad548 -SIZE (llvm-mirror-clang-tools-extra-5f8641fc59b844c8c89dbeefebfc682ed1accf03_GH0.tar.gz) = 744949 -SHA256 (llvm-mirror-lld-0dd8deb2fb6ee244a7442e046477d135feddc570_GH0.tar.gz) = 4688db1c4a0f8fdb9778fa872e193d763bbde0c4d1f3380557101f18bfbe1f96 -SIZE (llvm-mirror-lld-0dd8deb2fb6ee244a7442e046477d135feddc570_GH0.tar.gz) = 746540 -SHA256 (llvm-mirror-lldb-aac2b46cbd6e295c28bf498a09f3b425665a7d25_GH0.tar.gz) = a9b1c2914152d983be3ba2c9ed9788e0cdc2d82b45bd1cdf995da6542ffbdc04 -SIZE (llvm-mirror-lldb-aac2b46cbd6e295c28bf498a09f3b425665a7d25_GH0.tar.gz) = 24040486 -SHA256 (llvm-mirror-openmp-0859e6a24e600f22f2c6238c990cf86bf7fe116a_GH0.tar.gz) = 4cdf199df563611d79f9953d03f8c3e682b616022e90107b93608c0c4945ba23 -SIZE (llvm-mirror-openmp-0859e6a24e600f22f2c6238c990cf86bf7fe116a_GH0.tar.gz) = 2837852 +TIMESTAMP = 1479830247 +SHA256 (llvm-mirror-llvm-4.0.d20161122-15f8e68c38078ba09b279f20e2256d26935e512d_GH0.tar.gz) = 2b58819bda0ec8c070c539846157835dd5931a98c75653078f597215ad2a22f4 +SIZE (llvm-mirror-llvm-4.0.d20161122-15f8e68c38078ba09b279f20e2256d26935e512d_GH0.tar.gz) = 29701213 +SHA256 (llvm-mirror-clang-76fd46ed36e54c6418eb2d9254d9b99d1528311b_GH0.tar.gz) = b4e96259abedb9286e2fe13cecf91d4d5430a9777de67808769851338074115a +SIZE (llvm-mirror-clang-76fd46ed36e54c6418eb2d9254d9b99d1528311b_GH0.tar.gz) = 14879938 +SHA256 (llvm-mirror-compiler-rt-15fb044879949da4345a70de896a5cd1deb60c31_GH0.tar.gz) = 273c6be8cb61143429238d9b6c197772998ff8e7501a74f7018a1c458a8c0c03 +SIZE (llvm-mirror-compiler-rt-15fb044879949da4345a70de896a5cd1deb60c31_GH0.tar.gz) = 2433312 +SHA256 (llvm-mirror-clang-tools-extra-2df3d50ceb3010ef74a198533d64dc476ef6f109_GH0.tar.gz) = b94cf9f64f9604e63346255ec185a5ea53a75cd6d22b1ca139281fef907a61d7 +SIZE (llvm-mirror-clang-tools-extra-2df3d50ceb3010ef74a198533d64dc476ef6f109_GH0.tar.gz) = 751821 +SHA256 (llvm-mirror-lld-9510e64a3da9cdf127785185af233769cc087b4c_GH0.tar.gz) = 45d07a821371840f9cf815ff9f6cde56505f1d2c5e3bd42a73728cb9e616b3ca +SIZE (llvm-mirror-lld-9510e64a3da9cdf127785185af233769cc087b4c_GH0.tar.gz) = 750026 +SHA256 (llvm-mirror-lldb-29831d04d6ebe3426b31a38983164a12e73f7c87_GH0.tar.gz) = 0e3c66e2875d0598a253aeb0776ddc25f1c7cac70a0604eed016f614d842c6d1 +SIZE (llvm-mirror-lldb-29831d04d6ebe3426b31a38983164a12e73f7c87_GH0.tar.gz) = 24036283 +SHA256 (llvm-mirror-openmp-7ca47d5c846d6d152b4c35589604f452ccd634e3_GH0.tar.gz) = 8be523353948f7da339ac0af5290321186db45c04aaa54beca9f9ca0babe9bee +SIZE (llvm-mirror-openmp-7ca47d5c846d6d152b4c35589604f452ccd634e3_GH0.tar.gz) = 2837909 Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Tue Nov 22 22:23:46 2016 (r426878) +++ head/devel/llvm-devel/pkg-plist Tue Nov 22 23:05:21 2016 (r426879) @@ -881,7 +881,6 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Host/ThisThread.h %%LLDB%%llvm-devel/include/lldb/Host/ThreadLauncher.h %%LLDB%%llvm-devel/include/lldb/Host/Time.h -%%LLDB%%llvm-devel/include/lldb/Host/TimeValue.h %%LLDB%%llvm-devel/include/lldb/Host/XML.h %%LLDB%%llvm-devel/include/lldb/Host/android/Config.h %%LLDB%%llvm-devel/include/lldb/Host/android/HostInfoAndroid.h @@ -1970,7 +1969,6 @@ llvm-devel/include/llvm/Support/TargetSe llvm-devel/include/llvm/Support/ThreadLocal.h llvm-devel/include/llvm/Support/ThreadPool.h llvm-devel/include/llvm/Support/Threading.h -llvm-devel/include/llvm/Support/TimeValue.h llvm-devel/include/llvm/Support/Timer.h llvm-devel/include/llvm/Support/ToolOutputFile.h llvm-devel/include/llvm/Support/TrailingObjects.h @@ -2031,6 +2029,7 @@ llvm-devel/include/llvm/Transforms/IPO/F llvm-devel/include/llvm/Transforms/IPO/FunctionImport.h llvm-devel/include/llvm/Transforms/IPO/GlobalDCE.h llvm-devel/include/llvm/Transforms/IPO/GlobalOpt.h +llvm-devel/include/llvm/Transforms/IPO/GlobalSplit.h llvm-devel/include/llvm/Transforms/IPO/InferFunctionAttrs.h llvm-devel/include/llvm/Transforms/IPO/InlinerPass.h llvm-devel/include/llvm/Transforms/IPO/Internalize.h @@ -2284,6 +2283,7 @@ llvm-devel/lib/libLLVMAsmPrinter.a llvm-devel/lib/libLLVMBPFAsmPrinter.a llvm-devel/lib/libLLVMBPFCodeGen.a llvm-devel/lib/libLLVMBPFDesc.a +llvm-devel/lib/libLLVMBPFDisassembler.a llvm-devel/lib/libLLVMBPFInfo.a llvm-devel/lib/libLLVMBitReader.a llvm-devel/lib/libLLVMBitWriter.a @@ -2407,6 +2407,7 @@ llvm-devel/lib/libLTO.so.40.0svn %%CLANG%%llvm-devel/lib/libclangFrontend.a %%CLANG%%llvm-devel/lib/libclangFrontendTool.a %%EXTRAS%%llvm-devel/lib/libclangIncludeFixer.a +%%EXTRAS%%llvm-devel/lib/libclangIncludeFixerPlugin.a %%CLANG%%llvm-devel/lib/libclangIndex.a %%CLANG%%llvm-devel/lib/libclangLex.a %%CLANG%%llvm-devel/lib/libclangMove.a From owner-svn-ports-all@freebsd.org Wed Nov 23 00:23: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 81323C4C0E7; Wed, 23 Nov 2016 00:23:50 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E56F107; Wed, 23 Nov 2016 00:23:50 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAN0Nnkj029851; Wed, 23 Nov 2016 00:23:49 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAN0NnCx029848; Wed, 23 Nov 2016 00:23:49 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201611230023.uAN0NnCx029848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Wed, 23 Nov 2016 00:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426880 - in head/net-mgmt/telegraf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 00:23:50 -0000 Author: girgen Date: Wed Nov 23 00:23:49 2016 New Revision: 426880 URL: https://svnweb.freebsd.org/changeset/ports/426880 Log: Update telegraf to 1.1.1 Make sure both stdin and stderr are redirected since daemon(8) forks and this would otherwise leave scripted restarts haning. See #213412 and #214643 for a more complete discussion. PR: 214738, 213412, 214643 Submitted by: Stefan Lambrev Modified: head/net-mgmt/telegraf/Makefile head/net-mgmt/telegraf/distinfo head/net-mgmt/telegraf/files/telegraf.in Modified: head/net-mgmt/telegraf/Makefile ============================================================================== --- head/net-mgmt/telegraf/Makefile Tue Nov 22 23:05:21 2016 (r426879) +++ head/net-mgmt/telegraf/Makefile Wed Nov 23 00:23:49 2016 (r426880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= telegraf -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.1 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= influxdata:DEFAULT GH_TUPLE= Shopify:sarama:8aadb47:sarama \ Sirupsen:logrus:219c8cb:logrus \ - aerospike:aerospike-client-go:45863b7:aerospike_client_go \ + aerospike:aerospike-client-go:7f3a312:aerospike_client_go \ amir:raidman:53c1b96:raidman \ aws:aws-sdk-go:13a1206:aws_sdk_go \ beorn7:perks:3ac7bf7:perks \ @@ -40,7 +40,7 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama go-sql-driver:mysql:1fca743:mysql \ gobwas:glob:49571a1:glob \ golang:protobuf:552c7b9:protobuf \ - golang:snappy:427fb6f:snappy \ + golang:snappy:d9eb7a3:snappy \ gonuts:go-shellquote:e842a11:go_shellquote \ gorilla:context:1ea2538:context \ gorilla:mux:c9e326e:mux \ @@ -48,8 +48,9 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama hashicorp:consul:5aa9045:consul \ hpcloud:tail:b294095:tail \ influxdata:config:b79f682:config \ - influxdata:influxdb:e094138:influxdb \ + influxdata:influxdb:fc57c0f:influxdb \ influxdata:toml:af4df43:toml \ + influxdata:wlog:7c63b0a:wlog \ kardianos:osext:29ae4ff:osext \ kardianos:service:5e33559:service \ klauspost:crc32:19b0b33:crc32 \ @@ -58,8 +59,8 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama miekg:dns:cce6c13:dns \ mreiferson:go-snappystream:028eae7:go_snappystream \ naoina:go-stringutil:6b638e9:go_stringutil \ - nats-io:nats:b13fc9d:nats \ - nats-io:nuid:4f84f5f:nuid \ + nats-io:go-nats:ea8b4fd:go_nats \ + nats-io:nuid:a5152d6:nuid \ nsqio:go-nsq:0b80d6f:go_nsq \ opencontainers:runc:89ab7f2:runc \ prometheus:client_golang:18acf99:client_golang \ @@ -68,7 +69,7 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama prometheus:procfs:406e5b7:procfs \ samuel:go-zookeeper:218e9c8:go_zookeeper \ shirou:gopsutil:4d0c402:gopsutil \ - soniah:gosnmp:eb32571:gosnmp \ + soniah:gosnmp:3fe3beb:gosnmp \ sparrc:gdm:66023a5:gdm \ streadway:amqp:b4f3cea:amqp \ stretchr:testify:1f4a164:testify \ @@ -77,7 +78,7 @@ GH_TUPLE= Shopify:sarama:8aadb47:sarama wvanbergen:kazoo-go:0f76871:kazoo_go \ yuin:gopher-lua:bf3808a:gopher_lua \ zensqlmonitor:go-mssqldb:ffe5510:go_mssqldb \ - golang:crypto:5dc8cb4:crypto \ + golang:crypto:c197bcf:crypto \ golang:net:6acef71:net \ golang:text:a71fd10:text \ golang:tools:fc2b74b:tools \ @@ -141,11 +142,10 @@ post-patch: ${WRKSRC}/src/gopkg.in/dancannon \ ${WRKSRC}/src/gopkg.in/fatih cd ${WRKSRC} && ${MV} CHANGELOG.md CONTRIBUTING.md Godeps Godeps_windows \ - LICENSE Makefile README.md accumulator.go agent circle.yml cmd docs etc filter \ - input.go internal metric.go metric_test.go output.go plugins scripts testutil \ + LICENSE Makefile README.md accumulator.go agent aggregator.go circle.yml cmd docs etc filter \ + input.go internal logger metric.go metric_test.go output.go plugins processor.go scripts testutil \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} - @${LN} -s ${WRKSRC}/src/github.com/aerospike/aerospike-client-go ${WRKSRC}/src/github.com/sparrc/aerospike-client-go - @${MV} ${WRKSRC_sarama} ${WRKSRC}/src/github.com/Shopify/sarama ;\ + ${MV} ${WRKSRC_sarama} ${WRKSRC}/src/github.com/Shopify/sarama ;\ ${MV} ${WRKSRC_logrus} ${WRKSRC}/src/github.com/Sirupsen/logrus ;\ ${MV} ${WRKSRC_aerospike_client_go} ${WRKSRC}/src/github.com/aerospike/aerospike-client-go ;\ ${MV} ${WRKSRC_raidman} ${WRKSRC}/src/github.com/amir/raidman ;\ @@ -176,6 +176,7 @@ post-patch: ${MV} ${WRKSRC_config} ${WRKSRC}/src/github.com/influxdata/config ;\ ${MV} ${WRKSRC_influxdb} ${WRKSRC}/src/github.com/influxdata/influxdb ;\ ${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/influxdata/toml ;\ + ${MV} ${WRKSRC_wlog} ${WRKSRC}/src/github.com/influxdata/wlog ;\ ${MV} ${WRKSRC_osext} ${WRKSRC}/src/github.com/kardianos/osext ;\ ${MV} ${WRKSRC_service} ${WRKSRC}/src/github.com/kardianos/service ;\ ${MV} ${WRKSRC_crc32} ${WRKSRC}/src/github.com/klauspost/crc32 ;\ @@ -184,7 +185,7 @@ post-patch: ${MV} ${WRKSRC_dns} ${WRKSRC}/src/github.com/miekg/dns ;\ ${MV} ${WRKSRC_go_snappystream} ${WRKSRC}/src/github.com/mreiferson/go-snappystream ;\ ${MV} ${WRKSRC_go_stringutil} ${WRKSRC}/src/github.com/naoina/go-stringutil ;\ - ${MV} ${WRKSRC_nats} ${WRKSRC}/src/github.com/nats-io/nats ;\ + ${MV} ${WRKSRC_go_nats} ${WRKSRC}/src/github.com/nats-io/nats ;\ ${MV} ${WRKSRC_nuid} ${WRKSRC}/src/github.com/nats-io/nuid ;\ ${MV} ${WRKSRC_go_nsq} ${WRKSRC}/src/github.com/nsqio/go-nsq ;\ ${MV} ${WRKSRC_runc} ${WRKSRC}/src/github.com/opencontainers/runc ;\ Modified: head/net-mgmt/telegraf/distinfo ============================================================================== --- head/net-mgmt/telegraf/distinfo Tue Nov 22 23:05:21 2016 (r426879) +++ head/net-mgmt/telegraf/distinfo Wed Nov 23 00:23:49 2016 (r426880) @@ -1,12 +1,12 @@ -TIMESTAMP = 1475177717 -SHA256 (influxdata-telegraf-1.0.1_GH0.tar.gz) = 12fa64354ccd5fcac1ae30e38eda18090e0f6b674b62207dccf7d8920a19a535 -SIZE (influxdata-telegraf-1.0.1_GH0.tar.gz) = 565710 +TIMESTAMP = 1479816693 +SHA256 (influxdata-telegraf-1.1.1_GH0.tar.gz) = d6452e40ed78554499e9e423a11eadb51ed8c60568d82df114f346bb16f7cf4a +SIZE (influxdata-telegraf-1.1.1_GH0.tar.gz) = 609233 SHA256 (Shopify-sarama-8aadb47_GH0.tar.gz) = 4d5c1a1771719b72b20944601586bdb54c33e77456ba28386cbfa9a24a717d2c SIZE (Shopify-sarama-8aadb47_GH0.tar.gz) = 107944 SHA256 (Sirupsen-logrus-219c8cb_GH0.tar.gz) = 69fc1b5e03ac00f1f8af7cdfa6e8c382b1189c63697059a2fcda9e19e8fbb6ad SIZE (Sirupsen-logrus-219c8cb_GH0.tar.gz) = 21514 -SHA256 (aerospike-aerospike-client-go-45863b7_GH0.tar.gz) = 1f3654fbcdeb8b89711f6351af6b53d81a5f8dd76c1c3b6200945b89c10f1ce7 -SIZE (aerospike-aerospike-client-go-45863b7_GH0.tar.gz) = 190251 +SHA256 (aerospike-aerospike-client-go-7f3a312_GH0.tar.gz) = 293541a590ce4ed71f44c62a2fc35b2d3a167f1f133b6ac7df1625df8e8f03aa +SIZE (aerospike-aerospike-client-go-7f3a312_GH0.tar.gz) = 193906 SHA256 (amir-raidman-53c1b96_GH0.tar.gz) = f2403080454e11a936b77c5efc8ea40918c29c251b21d3ceddef357a7138ab4d SIZE (amir-raidman-53c1b96_GH0.tar.gz) = 6549 SHA256 (aws-aws-sdk-go-13a1206_GH0.tar.gz) = 4f2cbe0f285e7fb6e38542dcf884be11fa3db552c2408eba44ecac2933fee39b @@ -43,8 +43,8 @@ SHA256 (gobwas-glob-49571a1_GH0.tar.gz) SIZE (gobwas-glob-49571a1_GH0.tar.gz) = 25151 SHA256 (golang-protobuf-552c7b9_GH0.tar.gz) = 15244394c5205ecb4776182b0f56a6946c6deeed63ebfcb3eefc657663d4cf7c SIZE (golang-protobuf-552c7b9_GH0.tar.gz) = 203827 -SHA256 (golang-snappy-427fb6f_GH0.tar.gz) = f9af47f0b908a37bf7e904e110efb50d9849687cfaa1c3760a8cf96e1e996dd0 -SIZE (golang-snappy-427fb6f_GH0.tar.gz) = 32498 +SHA256 (golang-snappy-d9eb7a3_GH0.tar.gz) = 857fd1a142bc62ed05610c9daec12c6f6e4ff68b6cd5594311496b96bd8cbc2d +SIZE (golang-snappy-d9eb7a3_GH0.tar.gz) = 62041 SHA256 (gonuts-go-shellquote-e842a11_GH0.tar.gz) = 52ab78eb46f479b2e6ae5cb104f84d156817bc96051d221e26f8491fd08600ef SIZE (gonuts-go-shellquote-e842a11_GH0.tar.gz) = 3405 SHA256 (gorilla-context-1ea2538_GH0.tar.gz) = 178b6d2f3f208a609d86729c7d21b0e72c60fb8c555e0b37b0a8657b793cae15 @@ -59,10 +59,12 @@ SHA256 (hpcloud-tail-b294095_GH0.tar.gz) SIZE (hpcloud-tail-b294095_GH0.tar.gz) = 37108 SHA256 (influxdata-config-b79f682_GH0.tar.gz) = 0ad6bc6c8046b08b8e3dd0526955e8e1414c4fa00ae0bf13faa2b1173c209de8 SIZE (influxdata-config-b79f682_GH0.tar.gz) = 3689 -SHA256 (influxdata-influxdb-e094138_GH0.tar.gz) = c20157df146e7c0033eadfb8e698404f7b3568995257aa6183ad06dcd2aaab33 -SIZE (influxdata-influxdb-e094138_GH0.tar.gz) = 1185684 +SHA256 (influxdata-influxdb-fc57c0f_GH0.tar.gz) = a38b77f1bba1c80480cd914acae00a2ce06aaa808938d5151cfbc8cc9e7b0648 +SIZE (influxdata-influxdb-fc57c0f_GH0.tar.gz) = 1406092 SHA256 (influxdata-toml-af4df43_GH0.tar.gz) = 86231e74617206c8df2f9a69d1d735b7a30b1c51e9013f3d28f7c32f9d253f09 SIZE (influxdata-toml-af4df43_GH0.tar.gz) = 34582 +SHA256 (influxdata-wlog-7c63b0a_GH0.tar.gz) = fa60808c1a241f1a6f38f2c9ed40ec4d03ca6bed90d584620b34bfe00eaf94cc +SIZE (influxdata-wlog-7c63b0a_GH0.tar.gz) = 2714 SHA256 (kardianos-osext-29ae4ff_GH0.tar.gz) = ea3cb1266103fb9b07a01bfdf614b0b7384de8f6dd5573295973037165b8ce68 SIZE (kardianos-osext-29ae4ff_GH0.tar.gz) = 4618 SHA256 (kardianos-service-5e33559_GH0.tar.gz) = 08f47c6ca3ced83521a40f3804dc0832c80ea17f8f016900dcf6643d516369d4 @@ -79,10 +81,10 @@ SHA256 (mreiferson-go-snappystream-028ea SIZE (mreiferson-go-snappystream-028eae7_GH0.tar.gz) = 30794 SHA256 (naoina-go-stringutil-6b638e9_GH0.tar.gz) = 0c3a0c9110ed9d0b60334d4604837fa296fc9c8c9f16b88a877adac4cfed2739 SIZE (naoina-go-stringutil-6b638e9_GH0.tar.gz) = 6133 -SHA256 (nats-io-nats-b13fc9d_GH0.tar.gz) = a00d32762896c4624250479dfceb91c8239bb51a4e9efa087c258454f55c3be5 -SIZE (nats-io-nats-b13fc9d_GH0.tar.gz) = 68896 -SHA256 (nats-io-nuid-4f84f5f_GH0.tar.gz) = 70b407d72337fd3cd632669ce81dec70e2ddf41ba0aaf7075855448905eb508c -SIZE (nats-io-nuid-4f84f5f_GH0.tar.gz) = 3650 +SHA256 (nats-io-go-nats-ea8b4fd_GH0.tar.gz) = 3adf73f67e55c08fb799f46abe213418f050b35344d01e67b11cf006bedc876e +SIZE (nats-io-go-nats-ea8b4fd_GH0.tar.gz) = 78200 +SHA256 (nats-io-nuid-a5152d6_GH0.tar.gz) = a8f31c2a3525eb1d62a7bda776d37c7b939cb77dc617667fcd155bd7c3de4596 +SIZE (nats-io-nuid-a5152d6_GH0.tar.gz) = 3943 SHA256 (nsqio-go-nsq-0b80d6f_GH0.tar.gz) = b7ddada1783ca5cd540038473fb0db9b0f7dfd37a35b84e08114c03832abcc4e SIZE (nsqio-go-nsq-0b80d6f_GH0.tar.gz) = 44391 SHA256 (opencontainers-runc-89ab7f2_GH0.tar.gz) = 562b918c804e33cb1a9d64cc6b95cb04882c2bc25178c6137aba251f55a4f751 @@ -99,8 +101,8 @@ SHA256 (samuel-go-zookeeper-218e9c8_GH0. SIZE (samuel-go-zookeeper-218e9c8_GH0.tar.gz) = 29296 SHA256 (shirou-gopsutil-4d0c402_GH0.tar.gz) = a5a6df8eed689ea38c98b97b7ab8445baa38e88e9393bf329de88298a9680b29 SIZE (shirou-gopsutil-4d0c402_GH0.tar.gz) = 71117 -SHA256 (soniah-gosnmp-eb32571_GH0.tar.gz) = 23254362aab8fad92023d236cd3a52b8b9c1c5a536af94fc96c4bc789a65c88d -SIZE (soniah-gosnmp-eb32571_GH0.tar.gz) = 37212 +SHA256 (soniah-gosnmp-3fe3beb_GH0.tar.gz) = 48c11063edcb67198b8f2ea9978232f7ae36af8224e3f6869ff6d394d4347fc6 +SIZE (soniah-gosnmp-3fe3beb_GH0.tar.gz) = 41593 SHA256 (sparrc-gdm-66023a5_GH0.tar.gz) = 0f45e70e4c7f1cb6b3627fadc15973333a7f2cfcdc2478120f6222446ff9881e SIZE (sparrc-gdm-66023a5_GH0.tar.gz) = 8656 SHA256 (streadway-amqp-b4f3cea_GH0.tar.gz) = e7536c75aa99fb3285bdac9cd4e2013fe63dafb4c5c36172d5cba9e90c9ad230 @@ -117,8 +119,8 @@ SHA256 (yuin-gopher-lua-bf3808a_GH0.tar. SIZE (yuin-gopher-lua-bf3808a_GH0.tar.gz) = 146473 SHA256 (zensqlmonitor-go-mssqldb-ffe5510_GH0.tar.gz) = 864b1b900c73b7243f19eb39f4551bda26d32e5bb33c215fe767111e3d36b1c4 SIZE (zensqlmonitor-go-mssqldb-ffe5510_GH0.tar.gz) = 449977 -SHA256 (golang-crypto-5dc8cb4_GH0.tar.gz) = 7b88733ae16c53e5178ca15a1b3b62580df89e02783c925c6e5855ea5208fd8a -SIZE (golang-crypto-5dc8cb4_GH0.tar.gz) = 902313 +SHA256 (golang-crypto-c197bcf_GH0.tar.gz) = 1b5885280a6290b9840aa1e5171095e690bcd8b0c9a01931d82f23562277bea6 +SIZE (golang-crypto-c197bcf_GH0.tar.gz) = 903965 SHA256 (golang-net-6acef71_GH0.tar.gz) = aeea3d55a6e2f29329dfac8330817ccd449ffcb930b496fec0a47f011fa53f19 SIZE (golang-net-6acef71_GH0.tar.gz) = 741883 SHA256 (golang-text-a71fd10_GH0.tar.gz) = 8b8bfda09d60729c50162b67f5f3451980e7ce5c6580769c99a423172a6a75ad Modified: head/net-mgmt/telegraf/files/telegraf.in ============================================================================== --- head/net-mgmt/telegraf/files/telegraf.in Tue Nov 22 23:05:21 2016 (r426879) +++ head/net-mgmt/telegraf/files/telegraf.in Wed Nov 23 00:23:49 2016 (r426880) @@ -22,14 +22,14 @@ rcvar=telegraf_enable load_rc_config $name : ${telegraf_enable:="NO"} -: ${telegraf_flags:=""} +: ${telegraf_flags:="-quiet"} : ${telegraf_conf:="%%PREFIX%%/etc/${name}.conf"} # daemon start_precmd=telegraf_prestart pidfile="/var/run/${name}.pid" command=/usr/sbin/daemon -command_args="-crP ${pidfile} %%PREFIX%%/bin/${name} ${telegraf_flags} -config=${telegraf_conf} 2>> /var/log/telegraf.log" +command_args="-crP ${pidfile} %%PREFIX%%/bin/${name} ${telegraf_flags} -config=${telegraf_conf} >> /var/log/telegraf.log 2>&1" telegraf_prestart() { # Have to empty rc_flags so they don't get passed to daemon(8) From owner-svn-ports-all@freebsd.org Wed Nov 23 01:47: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 39D0DC4FBC7; Wed, 23 Nov 2016 01:47:37 +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 E0B79881; Wed, 23 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 uAN1lZVS061863; Wed, 23 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 uAN1lZws061861; Wed, 23 Nov 2016 01:47:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611230147.uAN1lZws061861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 23 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: r426881 - head/www/node6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 01:47:37 -0000 Author: swills Date: Wed Nov 23 01:47:35 2016 New Revision: 426881 URL: https://svnweb.freebsd.org/changeset/ports/426881 Log: www/node6: add dtrace option and enable by default Approved by: bradleythughes@fastmail.fm (maintainer) Modified: head/www/node6/Makefile head/www/node6/pkg-plist Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Wed Nov 23 00:23:49 2016 (r426880) +++ head/www/node6/Makefile Wed Nov 23 01:47:35 2016 (r426881) @@ -2,8 +2,8 @@ PORTNAME= node PORTVERSION= 6.9.1 +PORTREVISION= 2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 @@ -14,9 +14,18 @@ COMMENT= V8 JavaScript for client and se LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS +OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE +OPTIONS_DEFAULT= DTRACE OPTIONS_SUB= yes +.if !exists(/usr/sbin/dtrace) +OPTIONS_EXCLUDE+= DTRACE +.endif + +OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE +OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE +OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} + BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF+= --shared-openssl @@ -24,7 +33,9 @@ BUNDLED_SSL_CONFIGURE_OFF+= --shared-ope NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ + localbase shebangfix + HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -37,6 +48,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDES --shared-libuv \ --shared-zlib +SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py + PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} @@ -72,6 +85,13 @@ CONFIGURE_ARGS= --openssl-no-asm CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif +.if ${PORT_OPTIONS:MDTRACE} +PLIST_SUB+= DTRACE="" +CONFIGURE_ARGS+= --with-dtrace +.else +PLIST_SUB+= DTRACE="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp Modified: head/www/node6/pkg-plist ============================================================================== --- head/www/node6/pkg-plist Wed Nov 23 00:23:49 2016 (r426880) +++ head/www/node6/pkg-plist Wed Nov 23 01:47:35 2016 (r426881) @@ -109,6 +109,7 @@ include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h +%%DTRACE%%lib/dtrace/node.d @(,,444) man/man1/node.1.gz %%PORTDOCS%%%%DOCSDIR%%/gdbinit share/systemtap/tapset/node.stp From owner-svn-ports-all@freebsd.org Wed Nov 23 02:32: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 4121FC50AD7; Wed, 23 Nov 2016 02:32:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 126441ABB; Wed, 23 Nov 2016 02:32:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAN2WlEH081707; Wed, 23 Nov 2016 02:32:47 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAN2WlUE081704; Wed, 23 Nov 2016 02:32:47 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201611230232.uAN2WlUE081704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 23 Nov 2016 02:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426882 - in head/chinese/auto-tw-l10n: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 02:32:48 -0000 Author: kevlo Date: Wed Nov 23 02:32:46 2016 New Revision: 426882 URL: https://svnweb.freebsd.org/changeset/ports/426882 Log: Mention fcitx. Added: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc (contents, props changed) Modified: head/chinese/auto-tw-l10n/Makefile Modified: head/chinese/auto-tw-l10n/Makefile ============================================================================== --- head/chinese/auto-tw-l10n/Makefile Wed Nov 23 01:47:35 2016 (r426881) +++ head/chinese/auto-tw-l10n/Makefile Wed Nov 23 02:32:46 2016 (r426882) @@ -3,6 +3,7 @@ PORTNAME= auto-tw-l10n PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= LOCAL/sunpoet @@ -15,6 +16,9 @@ USES= tar:xz SUB_FILES= pkg-message +pre-install: + @${FIND} ${WRKSRC} -name "*.orig" -delete + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ Added: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/chinese/auto-tw-l10n/files/patch-dot.xinitrc Wed Nov 23 02:32:46 2016 (r426882) @@ -0,0 +1,26 @@ +--- dot.xinitrc.orig 2016-04-30 18:04:47 UTC ++++ dot.xinitrc +@@ -4,19 +4,23 @@ export XMODIFIERS='@im=xcin' + #export XMODIFIERS='@im=SCIM' + #export XMODIFIERS='@im=oxim' + #export XMODIFIERS=@im=ibus ++#export XMODIFIERS='@im=fcitx' + + #export GTK_IM_MODULE=xcin + export GTK_IM_MODULE=xim + #export GTK_IM_MODULE=scim + #export GTK_IM_MODULE=oxim + #export GTK_IM_MODULE=ibus ++#export GTK_IM_MODULE=fcitx + + export QT_IM_MODULE=xim ++#export QT_IM_MODULE=fcitx + + export GCIN_XIM=xcin + + # Input Method + exec gcin & ++#exec fcitx & + #exec xcin2.5 & + #scim -d & + #exec oxim & From owner-svn-ports-all@freebsd.org Wed Nov 23 05: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 554B3C50A53; Wed, 23 Nov 2016 05:39:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C19CB1F; Wed, 23 Nov 2016 05:39:35 +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 uAN5dZ9Y053540; Wed, 23 Nov 2016 05:39:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAN5dZT9053538; Wed, 23 Nov 2016 05:39:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611230539.uAN5dZT9053538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 23 Nov 2016 05:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426883 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 05:39:36 -0000 Author: pi Date: Wed Nov 23 05:39:34 2016 New Revision: 426883 URL: https://svnweb.freebsd.org/changeset/ports/426883 Log: math/py-matplotlib: update 1.5.0 -> 1.5.3 - MASTER_SITE sourceforge seems to have been discontinued, it doesn't have the latest version any more. - Additionally, 1.5.3 version doesn't build with python-3.X because 'import gtk' which the build tries fails in python3. Therefore, python:2. PR: 214600 Submitted by: Yuri Victorovich Approved by: mainland@apeiron.net (maintainer) Modified: head/math/py-matplotlib/Makefile head/math/py-matplotlib/distinfo Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Wed Nov 23 02:32:46 2016 (r426882) +++ head/math/py-matplotlib/Makefile Wed Nov 23 05:39:34 2016 (r426883) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.3 +DISTVERSIONPREFIX= v CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net @@ -24,7 +24,9 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado -USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs +USE_GITHUB= yes + +USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include Modified: head/math/py-matplotlib/distinfo ============================================================================== --- head/math/py-matplotlib/distinfo Wed Nov 23 02:32:46 2016 (r426882) +++ head/math/py-matplotlib/distinfo Wed Nov 23 05:39:34 2016 (r426883) @@ -1,2 +1,3 @@ -SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646 -SIZE (matplotlib-1.5.0.tar.gz) = 53962448 +TIMESTAMP = 1479367113 +SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa +SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479 From owner-svn-ports-all@freebsd.org Wed Nov 23 07:32: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 04AD1C50CBD; Wed, 23 Nov 2016 07:32:00 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x231.google.com (mail-pg0-x231.google.com [IPv6:2607:f8b0:400e:c05::231]) (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 C60D633A; Wed, 23 Nov 2016 07:31:59 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x231.google.com with SMTP id 3so3132272pgd.0; Tue, 22 Nov 2016 23:31:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=8msZcYCTzO0CBklnlup03XHVJkdAIpFfXIOpqLYEJa8=; b=SPdOeFafxkHQldjjohuPtKJhoMlwAREpX6to9OqNRR7E08pmUHfOTd6b1jBw77LiEQ Cpb99xAre+MLRhYwXf7UrEYb4z/S1+Ud+kbdbXr6eRKKQBvWQPvJjFPkzCKCuMpW7uBK XHvhKPfPiyW87dOF/dWuqrQBbH6xLh5TeoOm7sZn5FeWl3R6tkXovLSIiZtw7jgBROP1 77JjTxh7qyhUYpux6I8JewyMqEOuxAn/yabKgIpQYv96QvqghEENH+h6lDfL3BI6vEC6 wGnPDG2CgpATvh5mXGk3ke3sea9CKikSjgCzY7VLgbtvoskRW1yN4E6I6NRL3Byx4mAc mJYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=8msZcYCTzO0CBklnlup03XHVJkdAIpFfXIOpqLYEJa8=; b=lxzIvhl3/3L5yGN0Kgy9V5LOoygDoQ5EscQXRh8/nP9C3/FHjaHVMZ6x+8TkuSPS6e WBvCBKmOeIskx2eh53cV8B/HFjhos+n1aiSH8cYVQ3gScjzbgGCRb4wKzPiNoi4qu0I3 OMXAnnoA0ztE8TJKHksSm56h3kqs3rLkIusU7EJ8t9MqX+K3LM53qxgJl0ZMtXsb1udY DMAjyx6Fkvj/Vz0Qo5hSeF2849pEdn++fDK9F7U8/FhmtQ16eVwOktsdgZOQJDbVyJMT 5SG7m6LUzggw7amNMoX4aIc7DxdfE9Ourv4X5ZQUuE+pUMfxV0OYS7sIVmUvn3zhm5Ex EdgA== X-Gm-Message-State: AKaTC03s8jwIg0DCWHAE50Za1dejeRtfSAYsE1FWFQ9S7XswLwMYaHjr0RjLt7i0d+wgSA== X-Received: by 10.84.218.3 with SMTP id q3mr3843110pli.80.1479886319139; Tue, 22 Nov 2016 23:31:59 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:4432:31af:138c:5cd2? (2001-44b8-31ae-7b01-4432-31af-138c-5cd2.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:4432:31af:138c:5cd2]) by smtp.gmail.com with ESMTPSA id a11sm29680682pfe.96.2016.11.22.23.31.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Nov 2016 23:31:58 -0800 (PST) From: Kubilay Kocak X-Google-Original-From: Kubilay Kocak Subject: Re: svn commit: r426883 - head/math/py-matplotlib To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Python References: <201611230539.uAN5dZT9053538@repo.freebsd.org> Message-ID: <1331c185-eefc-3976-cb42-69391f5be7a0@fairfaxmedia.com.au> Date: Wed, 23 Nov 2016 18:30:06 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: <201611230539.uAN5dZT9053538@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: Wed, 23 Nov 2016 07:32:00 -0000 On 23/11/2016 4:39 PM, Kurt Jaeger wrote: > +USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs Can you update this to use -2.7 or 2.7 please :2 means depend on the lang/python2 metaport (because the port needs the python2 'symlink'). It does not mean depends on or supports any version of python 2.x. From owner-svn-ports-all@freebsd.org Wed Nov 23 07: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 50624C50A7C; Wed, 23 Nov 2016 07:58:22 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCE176A; Wed, 23 Nov 2016 07:58:22 +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 uAN7wLbF008991; Wed, 23 Nov 2016 07:58:21 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAN7wLLO008990; Wed, 23 Nov 2016 07:58:21 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201611230758.uAN7wLLO008990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 23 Nov 2016 07:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426884 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 07:58:22 -0000 Author: rm Date: Wed Nov 23 07:58:21 2016 New Revision: 426884 URL: https://svnweb.freebsd.org/changeset/ports/426884 Log: devel/awscli: add missing runtime dependency Add required runtime dependency upon py-yaml (consulted with setup.py) PR: 214501 Submitted by: jrh Approved by: portmgr (just-fix-it blanket) Modified: head/devel/awscli/Makefile Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Wed Nov 23 05:39:34 2016 (r426883) +++ head/devel/awscli/Makefile Wed Nov 23 07:58:21 2016 (r426884) @@ -3,6 +3,7 @@ PORTNAME= awscli PORTVERSION= 1.11.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -16,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.9:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ - ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Wed Nov 23 08:09: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 39C4AC50FBA; Wed, 23 Nov 2016 08:09:41 +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 0BD27D0C; Wed, 23 Nov 2016 08:09:40 +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 uAN89eal012974; Wed, 23 Nov 2016 08:09:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAN89eKO012973; Wed, 23 Nov 2016 08:09:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611230809.uAN89eKO012973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 23 Nov 2016 08:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426885 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 08:09:41 -0000 Author: pi Date: Wed Nov 23 08:09:40 2016 New Revision: 426885 URL: https://svnweb.freebsd.org/changeset/ports/426885 Log: math/py-matplotlib: really depend on python2.7 and not on the metaport PR: 214600 Submitted by: koobs Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Wed Nov 23 07:58:21 2016 (r426884) +++ head/math/py-matplotlib/Makefile Wed Nov 23 08:09:40 2016 (r426885) @@ -3,6 +3,7 @@ PORTNAME= matplotlib PORTVERSION= 1.5.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USE_GITHUB= yes -USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext pkgconfig python:2.7 shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-all@freebsd.org Wed Nov 23 09:00: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 47442C51063; Wed, 23 Nov 2016 09:00:44 +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 13E86EC4; Wed, 23 Nov 2016 09:00: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 uAN90hOI033126; Wed, 23 Nov 2016 09:00:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAN90hYv033125; Wed, 23 Nov 2016 09:00:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611230900.uAN90hYv033125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 09:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426886 - head/security/fbopenssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 09:00:44 -0000 Author: amdmi3 Date: Wed Nov 23 09:00:43 2016 New Revision: 426886 URL: https://svnweb.freebsd.org/changeset/ports/426886 Log: - Switch to USES=ssl - Switch to options helpers Modified: head/security/fbopenssl/Makefile Modified: head/security/fbopenssl/Makefile ============================================================================== --- head/security/fbopenssl/Makefile Wed Nov 23 08:09:40 2016 (r426885) +++ head/security/fbopenssl/Makefile Wed Nov 23 09:00:43 2016 (r426886) @@ -10,12 +10,12 @@ COMMENT= GSS-API and SPNEGO extensions f LICENSE= GPLv2 -USES= uidfix +USES= uidfix ssl USE_LDCONFIG= yes -USE_OPENSSL= yes MAKEFILE= BSDMakefile -MAKE_ENV= BSD_INSTALL_DATA="${BSD_INSTALL_DATA}" +MAKE_ENV= BSD_INSTALL_DATA="${INSTALL_DATA}" WRKSRC= ${WRKDIR}/${PORTNAME} + PORTDOCS= readme.txt .if defined(NO_PROFILE) @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS post-extract: ${INSTALL_DATA} ${FILESDIR}/BSDMakefile ${WRKSRC} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Wed Nov 23 09:09: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 0506AC511C6; Wed, 23 Nov 2016 09:09:34 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEF352D5; Wed, 23 Nov 2016 09:09:33 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id B37DF1AAF014; Wed, 23 Nov 2016 10:09:24 +0100 (CET) Subject: Re: svn commit: r426878 - head/www To: Jose Alonso Cardenas Marquez , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611222223.uAMMNkFG081732@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <65b91a01-29be-1ff3-3f51-44b1aa0d38d0@toco-domains.de> Date: Wed, 23 Nov 2016 10:09:24 +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: <201611222223.uAMMNkFG081732@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 09:09:34 -0000 There is a script to add ports, which will also do not forget the Makefile entry: $PORTSDIR/Tools/scripts/addport On 22.11.2016 23:23, Jose Alonso Cardenas Marquez wrote: > Author: acm > Date: Tue Nov 22 22:23:46 2016 > New Revision: 426878 > URL: https://svnweb.freebsd.org/changeset/ports/426878 > > Log: > - Connect www/drupal8 > > Modified: > head/www/Makefile > > Modified: head/www/Makefile > ============================================================================== > --- head/www/Makefile Tue Nov 22 22:23:22 2016 (r426877) > +++ head/www/Makefile Tue Nov 22 22:23:46 2016 (r426878) > @@ -120,6 +120,7 @@ > SUBDIR += drraw > SUBDIR += drupal7 > SUBDIR += drupal7-wysiwyg > + SUBDIR += drupal8 > SUBDIR += drush > SUBDIR += dtse > SUBDIR += dummyflash > From owner-svn-ports-all@freebsd.org Wed Nov 23 09:55: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 2C798C51D5C; Wed, 23 Nov 2016 09:55:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4j.cmail.yandex.net (forward4j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF8996EA; Wed, 23 Nov 2016 09:55:31 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [IPv6:2a02:6b8:0:801::ac]) by forward4j.cmail.yandex.net (Yandex) with ESMTP id 9D3EC20FDB; Wed, 23 Nov 2016 12:55:28 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id 20DAE3EC0D2A; Wed, 23 Nov 2016 12:55:25 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id jwal8lbBf6-tPx8bCBr; Wed, 23 Nov 2016 12:55:25 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r426878 - head/www To: Torsten Zuehlsdorff , Jose Alonso Cardenas Marquez , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611222223.uAMMNkFG081732@repo.freebsd.org> <65b91a01-29be-1ff3-3f51-44b1aa0d38d0@toco-domains.de> From: Boris Samorodov Message-ID: <4d3593ab-3af7-86cb-b2d9-41fe909794a5@passap.ru> Date: Wed, 23 Nov 2016 12:53:25 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <65b91a01-29be-1ff3-3f51-44b1aa0d38d0@toco-domains.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 09:55:32 -0000 23.11.2016 12:09, Torsten Zuehlsdorff пишет: > There is a script to add ports, which will also do not forget the > Makefile entry: > $PORTSDIR/Tools/scripts/addport This script is not helpful here, AFAIK it can not deal with repocopies. (www/drupal8 was done as an svn copy from www/drupal7) > On 22.11.2016 23:23, Jose Alonso Cardenas Marquez wrote: >> Author: acm >> Date: Tue Nov 22 22:23:46 2016 >> New Revision: 426878 >> URL: https://svnweb.freebsd.org/changeset/ports/426878 >> >> Log: >> - Connect www/drupal8 >> >> Modified: >> head/www/Makefile >> >> Modified: head/www/Makefile >> ============================================================================== >> >> --- head/www/Makefile Tue Nov 22 22:23:22 2016 (r426877) >> +++ head/www/Makefile Tue Nov 22 22:23:46 2016 (r426878) >> @@ -120,6 +120,7 @@ >> SUBDIR += drraw >> SUBDIR += drupal7 >> SUBDIR += drupal7-wysiwyg >> + SUBDIR += drupal8 >> SUBDIR += drush >> SUBDIR += dtse >> SUBDIR += dummyflash -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-all@freebsd.org Wed Nov 23 09:57: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 E9AB2C51DA7; Wed, 23 Nov 2016 09:57:29 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5AED85F; Wed, 23 Nov 2016 09:57:29 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id ADF211AAF015; Wed, 23 Nov 2016 10:57:22 +0100 (CET) Subject: Re: svn commit: r426878 - head/www To: Boris Samorodov , Jose Alonso Cardenas Marquez , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611222223.uAMMNkFG081732@repo.freebsd.org> <65b91a01-29be-1ff3-3f51-44b1aa0d38d0@toco-domains.de> <4d3593ab-3af7-86cb-b2d9-41fe909794a5@passap.ru> From: Torsten Zuehlsdorff Message-ID: <7ccecfc3-ecff-e12c-e70b-3baa3702a9b4@toco-domains.de> Date: Wed, 23 Nov 2016 10:57:21 +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: <4d3593ab-3af7-86cb-b2d9-41fe909794a5@passap.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 09:57:30 -0000 On 23.11.2016 10:53, Boris Samorodov wrote: > 23.11.2016 12:09, Torsten Zuehlsdorff пишет: > >> There is a script to add ports, which will also do not forget the >> Makefile entry: >> $PORTSDIR/Tools/scripts/addport > > This script is not helpful here, AFAIK it can not deal with repocopies. > (www/drupal8 was done as an svn copy from www/drupal7) I see. Sorry for the noise! Greetings, Torsten From owner-svn-ports-all@freebsd.org Wed Nov 23 10:05: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 B1CCFC4F23B; Wed, 23 Nov 2016 10:05:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81DFBD22; Wed, 23 Nov 2016 10:05:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANA5dZF061221; Wed, 23 Nov 2016 10:05:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANA5dei061219; Wed, 23 Nov 2016 10:05:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231005.uANA5dei061219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 10:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426887 - head/net-im/mcabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 10:05:40 -0000 Author: amdmi3 Date: Wed Nov 23 10:05:39 2016 New Revision: 426887 URL: https://svnweb.freebsd.org/changeset/ports/426887 Log: - Update to 1.0.4 Modified: head/net-im/mcabber/Makefile head/net-im/mcabber/distinfo Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Wed Nov 23 09:00:43 2016 (r426886) +++ head/net-im/mcabber/Makefile Wed Nov 23 10:05:39 2016 (r426887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mcabber -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ Modified: head/net-im/mcabber/distinfo ============================================================================== --- head/net-im/mcabber/distinfo Wed Nov 23 09:00:43 2016 (r426886) +++ head/net-im/mcabber/distinfo Wed Nov 23 10:05:39 2016 (r426887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475029480 -SHA256 (mcabber-1.0.3.tar.bz2) = 44e6bb0aa0c399261fc212c386a3c2540db133e7593592247ee1621df659139a -SIZE (mcabber-1.0.3.tar.bz2) = 605245 +TIMESTAMP = 1479891108 +SHA256 (mcabber-1.0.4.tar.bz2) = 63b6bc003fcceba4dc4b273ed1c71643c4f8d95e8696543d53f64a7672b1ce0a +SIZE (mcabber-1.0.4.tar.bz2) = 605462 From owner-svn-ports-all@freebsd.org Wed Nov 23 10:13: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 EA982C4F3EF; Wed, 23 Nov 2016 10:13:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9CD5240; Wed, 23 Nov 2016 10:13:02 +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 uANAD1C2065155; Wed, 23 Nov 2016 10:13:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANAD1sk065153; Wed, 23 Nov 2016 10:13:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231013.uANAD1sk065153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 10:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426888 - head/games/sgt-puzzles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 10:13:03 -0000 Author: amdmi3 Date: Wed Nov 23 10:13:01 2016 New Revision: 426888 URL: https://svnweb.freebsd.org/changeset/ports/426888 Log: - Update to 20161031 Modified: head/games/sgt-puzzles/Makefile head/games/sgt-puzzles/distinfo Modified: head/games/sgt-puzzles/Makefile ============================================================================== --- head/games/sgt-puzzles/Makefile Wed Nov 23 10:05:39 2016 (r426887) +++ head/games/sgt-puzzles/Makefile Wed Nov 23 10:13:01 2016 (r426888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puzzles -PORTVERSION= 20160429 +PORTVERSION= 20161031 CATEGORIES= games MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,7 @@ COMMENT= Simon Tatham's Portable Puzzle LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -COMMITHASH= b31155b +COMMITHASH= 5123b1b USES= autoreconf gmake pkgconfig GNU_CONFIGURE= yes Modified: head/games/sgt-puzzles/distinfo ============================================================================== --- head/games/sgt-puzzles/distinfo Wed Nov 23 10:05:39 2016 (r426887) +++ head/games/sgt-puzzles/distinfo Wed Nov 23 10:13:01 2016 (r426888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474081308 -SHA256 (puzzles-20160429.b31155b.tar.gz) = f1bf9999ebd138422216b0dea0800b2674fdf148445dde640ca71807b33e0079 -SIZE (puzzles-20160429.b31155b.tar.gz) = 2896119 +TIMESTAMP = 1479725896 +SHA256 (puzzles-20161031.5123b1b.tar.gz) = 5196a09402685b8875be85c1b868d50d42731639af1156be7616a811773c0d8d +SIZE (puzzles-20161031.5123b1b.tar.gz) = 2896783 From owner-svn-ports-all@freebsd.org Wed Nov 23 10:44: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 7F364C4FDCF; Wed, 23 Nov 2016 10:44:28 +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 5BCF2FE1; Wed, 23 Nov 2016 10:44:28 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANAiR5Z077174; Wed, 23 Nov 2016 10:44:27 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANAiR05077171; Wed, 23 Nov 2016 10:44:27 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611231044.uANAiR05077171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 10:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426889 - head/devel/linux-c6-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 10:44:28 -0000 Author: tijl Date: Wed Nov 23 10:44:27 2016 New Revision: 426889 URL: https://svnweb.freebsd.org/changeset/ports/426889 Log: Update kernel-headers to 2.6.32-642.11.1.el6. PR: 214754 Submitted by: Piotr Kubaj Modified: head/devel/linux-c6-devtools/Makefile head/devel/linux-c6-devtools/distinfo.i386 head/devel/linux-c6-devtools/distinfo.x86_64 Modified: head/devel/linux-c6-devtools/Makefile ============================================================================== --- head/devel/linux-c6-devtools/Makefile Wed Nov 23 10:13:01 2016 (r426888) +++ head/devel/linux-c6-devtools/Makefile Wed Nov 23 10:44:27 2016 (r426889) @@ -3,11 +3,11 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel BIN_DISTFILES= binutils-2.20.51.0.2-5.44.el6${EXTRACT_SUFX} \ glibc-headers-2.12-1.192.el6${EXTRACT_SUFX} \ - kernel-headers-2.6.32-642.6.2.el6${EXTRACT_SUFX} \ + kernel-headers-2.6.32-642.11.1.el6${EXTRACT_SUFX} \ mpfr-2.4.1-6.el6${EXTRACT_SUFX} \ cpp-4.4.7-17.el6${EXTRACT_SUFX} \ gcc-4.4.7-17.el6${EXTRACT_SUFX} \ @@ -19,7 +19,7 @@ LIB_DISTFILES= binutils-devel-2.20.51.0. libgomp-4.4.7-17.el6${EXTRACT_SUFX} SRC_DISTFILES= binutils-2.20.51.0.2-5.44.el6${SRC_SUFX}:SOURCE \ glibc-2.12-1.192.el6${SRC_SUFX}:SOURCE \ - kernel-2.6.32-642.6.2.el6${SRC_SUFX}:SOURCE \ + kernel-2.6.32-642.11.1.el6${SRC_SUFX}:SOURCE \ mpfr-2.4.1-6.el6${SRC_SUFX}:SOURCE \ gcc-4.4.7-17.el6${SRC_SUFX}:SOURCE Modified: head/devel/linux-c6-devtools/distinfo.i386 ============================================================================== --- head/devel/linux-c6-devtools/distinfo.i386 Wed Nov 23 10:13:01 2016 (r426888) +++ head/devel/linux-c6-devtools/distinfo.i386 Wed Nov 23 10:44:27 2016 (r426889) @@ -1,4 +1,4 @@ -TIMESTAMP = 1478080414 +TIMESTAMP = 1479890041 SHA256 (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b SIZE (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 SHA256 (rpm/i686/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 @@ -11,8 +11,8 @@ SHA256 (rpm/i686/centos/6.8/binutils-2.2 SIZE (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.i686.rpm) = 2915664 SHA256 (rpm/i686/centos/6.8/glibc-headers-2.12-1.192.el6.i686.rpm) = 897f0fe87653895e273ec03b3d559215137f1377d7eae34efc8e95fcedffb5fc SIZE (rpm/i686/centos/6.8/glibc-headers-2.12-1.192.el6.i686.rpm) = 640492 -SHA256 (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.i686.rpm) = a1390897ac937dfdc103e496723b3b46130d44b65f03661a9da7d923875d70ae -SIZE (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.i686.rpm) = 4566924 +SHA256 (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.i686.rpm) = 567019f02a269dfda5cc4bea11f496888338bc21721e77e2f5860257c7c4fec6 +SIZE (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.i686.rpm) = 4568036 SHA256 (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.i686.rpm) = e732d3292785d1590841b569af10536fa5d99bccb7ade7079c955cb35b02a192 SIZE (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.i686.rpm) = 157100 SHA256 (rpm/i686/centos/6.8/cpp-4.4.7-17.el6.i686.rpm) = 36f2172caf684a51a8853184d3921392c7f206321e2ae947a109137bdf89eb2d @@ -27,8 +27,8 @@ SHA256 (rpm/i686/centos/6.8/binutils-2.2 SIZE (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 16328197 SHA256 (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16ac0abe380a63b2941313ccfc0bbfc06878c24e24c232bb6e2a130801fdf84d SIZE (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 -SHA256 (rpm/i686/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = c53ef890315b8699634652e8520af16805ea4b9da607d336d22a7a971ecf486d -SIZE (rpm/i686/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = 133396391 +SHA256 (rpm/i686/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 6aa908801643d3348ec01d8dd6215e3d90826f941a1c80d354310278b453a2c0 +SIZE (rpm/i686/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 133449914 SHA256 (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c Modified: head/devel/linux-c6-devtools/distinfo.x86_64 ============================================================================== --- head/devel/linux-c6-devtools/distinfo.x86_64 Wed Nov 23 10:13:01 2016 (r426888) +++ head/devel/linux-c6-devtools/distinfo.x86_64 Wed Nov 23 10:44:27 2016 (r426889) @@ -1,4 +1,4 @@ -TIMESTAMP = 1478080518 +TIMESTAMP = 1479890029 SHA256 (rpm/x86_64/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b SIZE (rpm/x86_64/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 SHA256 (rpm/x86_64/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 @@ -19,8 +19,8 @@ SHA256 (rpm/x86_64/centos/6.8/binutils-2 SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = 2900548 SHA256 (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 6887cffaef813ce9b851a07539cb59234cb97a5de2b8b9f025df0f6a1a4359e8 SIZE (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 632168 -SHA256 (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.x86_64.rpm) = f3f772ca476017a40222059108c2d2801ba6ea5ad3351cf03207fa2c99ce26f2 -SIZE (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.x86_64.rpm) = 4566848 +SHA256 (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.x86_64.rpm) = f4e0ded0fa9476fde789b96680f2009e07f13a5dace15e79abe44bb174e3c8f0 +SIZE (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.x86_64.rpm) = 4567948 SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 20d2ce3bc1ea03844a0beb1726b01ef50d8555b3c9facb65264055a634709cf4 SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 160772 SHA256 (rpm/x86_64/centos/6.8/cpp-4.4.7-17.el6.x86_64.rpm) = cfdd747711fd3d1848329ce4591975b5dd4d2e13a30ee7d2683f91f2bba894ac @@ -35,8 +35,8 @@ SHA256 (rpm/x86_64/centos/6.8/binutils-2 SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 16328197 SHA256 (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16ac0abe380a63b2941313ccfc0bbfc06878c24e24c232bb6e2a130801fdf84d SIZE (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 -SHA256 (rpm/x86_64/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = c53ef890315b8699634652e8520af16805ea4b9da607d336d22a7a971ecf486d -SIZE (rpm/x86_64/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = 133396391 +SHA256 (rpm/x86_64/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 6aa908801643d3348ec01d8dd6215e3d90826f941a1c80d354310278b453a2c0 +SIZE (rpm/x86_64/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 133449914 SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c From owner-svn-ports-all@freebsd.org Wed Nov 23 10:49: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 1ADF0C5002C; Wed, 23 Nov 2016 10:49:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7B6F380; Wed, 23 Nov 2016 10:49:55 +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 uANAntcP077466; Wed, 23 Nov 2016 10:49:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANAnsY9077464; Wed, 23 Nov 2016 10:49:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231049.uANAnsY9077464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 10:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426890 - head/games/teeworlds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 10:49:56 -0000 Author: amdmi3 Date: Wed Nov 23 10:49:54 2016 New Revision: 426890 URL: https://svnweb.freebsd.org/changeset/ports/426890 Log: - Fix fetch: distfile was rerolled - Difference is only removal of generated files (object files and python cache) Modified: head/games/teeworlds/Makefile head/games/teeworlds/distinfo Modified: head/games/teeworlds/Makefile ============================================================================== --- head/games/teeworlds/Makefile Wed Nov 23 10:44:27 2016 (r426889) +++ head/games/teeworlds/Makefile Wed Nov 23 10:49:54 2016 (r426890) @@ -3,6 +3,7 @@ PORTNAME= teeworlds PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://downloads.teeworlds.com/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/games/teeworlds/distinfo ============================================================================== --- head/games/teeworlds/distinfo Wed Nov 23 10:44:27 2016 (r426889) +++ head/games/teeworlds/distinfo Wed Nov 23 10:49:54 2016 (r426890) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478890194 -SHA256 (teeworlds-0.6.4-src.tar.gz) = 7815787035a8e2ea83a0b3b08cf862e6af59b78071a268f985b1e76b387f7257 -SIZE (teeworlds-0.6.4-src.tar.gz) = 9084190 +TIMESTAMP = 1479896827 +SHA256 (teeworlds-0.6.4-src.tar.gz) = c261d19ebb00b5451faa2ceb4a7ca945cad2add48b06046eb43b40ccc9fd98e2 +SIZE (teeworlds-0.6.4-src.tar.gz) = 8771622 SHA256 (bam-0.4.0.tar.gz) = 5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 SIZE (bam-0.4.0.tar.gz) = 206780 From owner-svn-ports-all@freebsd.org Wed Nov 23 10: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 32B2CC5006B; Wed, 23 Nov 2016 10:50:43 +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 EBB326A4; Wed, 23 Nov 2016 10:50:42 +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 uANAogit078365; Wed, 23 Nov 2016 10:50:42 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANAofEL078362; Wed, 23 Nov 2016 10:50:41 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611231050.uANAofEL078362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 10:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426891 - head/security/linux-c6-nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 10:50:43 -0000 Author: tijl Date: Wed Nov 23 10:50:41 2016 New Revision: 426891 URL: https://svnweb.freebsd.org/changeset/ports/426891 Log: Update to nss 3.21.3-2.el6_8 and nss-util 3.21.3-1.el6_8. PR: 214755 Submitted by: Piotr Kubaj MFH: 2016Q4 Security: https://access.redhat.com/errata/RHSA-2016:2779 Modified: head/security/linux-c6-nss/Makefile head/security/linux-c6-nss/distinfo.i386 head/security/linux-c6-nss/distinfo.x86_64 Modified: head/security/linux-c6-nss/Makefile ============================================================================== --- head/security/linux-c6-nss/Makefile Wed Nov 23 10:49:54 2016 (r426890) +++ head/security/linux-c6-nss/Makefile Wed Nov 23 10:50:41 2016 (r426891) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.21.0 -PORTREVISION= 3 +PORTVERSION= 3.21.3 CATEGORIES= security linux LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - nss-util-${PORTVERSION}-2.el6${EXTRACT_SUFX} \ + nss-util-${PORTVERSION}-1.el6_8${EXTRACT_SUFX} \ nss-softokn-3.14.3-23.3.el6_8${EXTRACT_SUFX} \ nss-softokn-freebl-3.14.3-23.3.el6_8${EXTRACT_SUFX} @@ -15,14 +14,14 @@ COMMENT= Network Security Services (Linu LICENSE= MPL -RPMVERSION= 8.el6 +RPMVERSION= 2.el6_8 USES= linux:c6 USE_LINUX= nspr sqlite3 USE_LINUX_RPM= yes USE_LDCONFIG= yes SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ - nss-util-${PORTVERSION}-2.el6.src.rpm:SOURCE \ + nss-util-${PORTVERSION}-1.el6_8.src.rpm:SOURCE \ nss-softokn-3.14.3-23.3.el6_8.src.rpm:SOURCE DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr Modified: head/security/linux-c6-nss/distinfo.i386 ============================================================================== --- head/security/linux-c6-nss/distinfo.i386 Wed Nov 23 10:49:54 2016 (r426890) +++ head/security/linux-c6-nss/distinfo.i386 Wed Nov 23 10:50:41 2016 (r426891) @@ -1,15 +1,15 @@ -TIMESTAMP = 1468444432 -SHA256 (rpm/i686/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = ab4f53ccbdcb2c2c409ea41dcd32d253f9d1acce61648d1bfb3efe7e01b14152 -SIZE (rpm/i686/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = 881204 -SHA256 (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 23021bfcd0016e9570cd64edda81063a271dedc30ce4dfc989cfacbbb36deca1 -SIZE (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 68152 +TIMESTAMP = 1479846995 +SHA256 (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = f715cf616cb68f87d7e182a043e145afea7493e6b43f9cec966340cabf1d44ef +SIZE (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = 881768 +SHA256 (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 2b1b1266d666edc9b6ea677d418ba62c208ffd52e7033b03887d646a90c22eba +SIZE (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 68328 SHA256 (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (rpm/i686/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = c691e669816890bc0de9c05e83ce632836f9098acad04781c95abb9dc3de34dc SIZE (rpm/i686/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = 161168 -SHA256 (rpm/i686/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 008750a9f11ece3823ca9424addb5d491e73a579a85fe047b90640b70bd1083e -SIZE (rpm/i686/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 5679718 -SHA256 (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = e716c4b52d6f40b8350cde50061867d7d9cc4ba1dcde80dd2a62e2bcd124483c -SIZE (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = 772768 +SHA256 (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = e7beaea47d4af5a3f35bf85fa0a4907717b5e5e555e51e8e49d78be98b67b867 +SIZE (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = 5680931 +SHA256 (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = cb62c2b82021eb8f1063999fbb99cd30728b289e20e9df943405db1733d7524c +SIZE (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = 764093 SHA256 (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e SIZE (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 1305116 Modified: head/security/linux-c6-nss/distinfo.x86_64 ============================================================================== --- head/security/linux-c6-nss/distinfo.x86_64 Wed Nov 23 10:49:54 2016 (r426890) +++ head/security/linux-c6-nss/distinfo.x86_64 Wed Nov 23 10:50:41 2016 (r426891) @@ -1,23 +1,23 @@ -TIMESTAMP = 1468442254 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = ab4f53ccbdcb2c2c409ea41dcd32d253f9d1acce61648d1bfb3efe7e01b14152 -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = 881204 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 23021bfcd0016e9570cd64edda81063a271dedc30ce4dfc989cfacbbb36deca1 -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 68152 +TIMESTAMP = 1479847070 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = f715cf616cb68f87d7e182a043e145afea7493e6b43f9cec966340cabf1d44ef +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = 881768 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 2b1b1266d666edc9b6ea677d418ba62c208ffd52e7033b03887d646a90c22eba +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 68328 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = c691e669816890bc0de9c05e83ce632836f9098acad04781c95abb9dc3de34dc SIZE (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = 161168 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.x86_64.rpm) = 8582989e907c34c87cefb49471df393d20f94850f53171dfe24f24c77ac5b815 -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.x86_64.rpm) = 879240 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.x86_64.rpm) = 8952da865017c64686144a381f00b43860928f4bf7e674907b0a1992d0405c76 -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.x86_64.rpm) = 68704 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.x86_64.rpm) = 7b8e3cf3ed3d0ae94b6a2161f73354ecfd2195d603ec45c1f079324c08d7cff9 +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.x86_64.rpm) = 880044 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.x86_64.rpm) = bd859704174322d1260f00a9ce08d7167cba9b8aef3fb6570c2e8c33bb8c7570 +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.x86_64.rpm) = 68892 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 7e4298904daec41067f01c8943055560cd153d1f39c668c6d2fa978a3d66dd81 SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 268680 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64.rpm) = bccc1e55c5cf90d7ee5ef2d25253fc8dd2c3854121a65711f5f5618b097ffb70 SIZE (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64.rpm) = 171680 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 008750a9f11ece3823ca9424addb5d491e73a579a85fe047b90640b70bd1083e -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 5679718 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = e716c4b52d6f40b8350cde50061867d7d9cc4ba1dcde80dd2a62e2bcd124483c -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = 772768 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = e7beaea47d4af5a3f35bf85fa0a4907717b5e5e555e51e8e49d78be98b67b867 +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = 5680931 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = cb62c2b82021eb8f1063999fbb99cd30728b289e20e9df943405db1733d7524c +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = 764093 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 1305116 From owner-svn-ports-all@freebsd.org Wed Nov 23 11:05: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 6EBAFC50640; Wed, 23 Nov 2016 11:05:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DCFE202; Wed, 23 Nov 2016 11:05:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANB55kG085298; Wed, 23 Nov 2016 11:05:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANB55F8085296; Wed, 23 Nov 2016 11:05:05 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611231105.uANB55F8085296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 11:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426892 - 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, 23 Nov 2016 11:05:06 -0000 Author: tijl Date: Wed Nov 23 11:05:05 2016 New Revision: 426892 URL: https://svnweb.freebsd.org/changeset/ports/426892 Log: Fix linux-*-nss range for CVE-2016-2834. PR: 214755 Security: https://access.redhat.com/errata/RHSA-2016:2779 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 23 10:50:41 2016 (r426891) +++ head/security/vuxml/vuln.xml Wed Nov 23 11:05:05 2016 (r426892) @@ -9259,8 +9259,12 @@ and CVE-2013-0155.

nss + 3.23 + + linux-c6-nss - 3.223.23 + linux-c7-nss + 3.21.3 linux-seamonkey @@ -9289,7 +9293,7 @@ and CVE-2013-0155.

2016-06-07 2016-06-07 - 2016-06-10 + 2016-11-23
From owner-svn-ports-all@freebsd.org Wed Nov 23 11:11: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 4CFAAC509C5; Wed, 23 Nov 2016 11:11:28 +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 1AB1C79F; Wed, 23 Nov 2016 11:11:28 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANBBRcL087235; Wed, 23 Nov 2016 11:11:27 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANBBR8H087232; Wed, 23 Nov 2016 11:11:27 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611231111.uANBBR8H087232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 11:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426893 - head/emulators/linux_base-c6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 11:11:28 -0000 Author: tijl Date: Wed Nov 23 11:11:27 2016 New Revision: 426893 URL: https://svnweb.freebsd.org/changeset/ports/426893 Log: Update to util-linux-ng 2.17.2-12.24.el6_8.1. PR: 214772 Submitted by: Piotr Kubaj Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo.i386 head/emulators/linux_base-c6/distinfo.x86_64 Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Wed Nov 23 11:05:05 2016 (r426892) +++ head/emulators/linux_base-c6/Makefile Wed Nov 23 11:11:27 2016 (r426893) @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- @@ -45,7 +45,7 @@ LIB_DISTFILES= bzip2-libs-1.0.5-7.el6_0$ krb5-libs-1.10.3-57.el6${EXTRACT_SUFX} \ libacl-2.2.49-6.el6${EXTRACT_SUFX} \ libattr-2.4.44-7.el6${EXTRACT_SUFX} \ - libblkid-2.17.2-12.24.el6${EXTRACT_SUFX} \ + libblkid-2.17.2-12.24.el6_8.1${EXTRACT_SUFX} \ libcap-2.16-5.5.el6${EXTRACT_SUFX} \ libcom_err-1.41.12-22.el6${EXTRACT_SUFX} \ libgcc-4.4.7-17.el6${EXTRACT_SUFX} \ @@ -53,14 +53,14 @@ LIB_DISTFILES= bzip2-libs-1.0.5-7.el6_0$ libselinux-2.0.94-7.el6${EXTRACT_SUFX} \ libsepol-2.0.41-4.el6${EXTRACT_SUFX} \ libstdc++-4.4.7-17.el6${EXTRACT_SUFX} \ - libuuid-2.17.2-12.24.el6${EXTRACT_SUFX} \ + libuuid-2.17.2-12.24.el6_8.1${EXTRACT_SUFX} \ ncurses-libs-5.7-4.20090207.el6${EXTRACT_SUFX} \ pcre-7.8-7.el6${EXTRACT_SUFX} \ popt-1.13-7.el6${EXTRACT_SUFX} \ readline-6.0-4.el6${EXTRACT_SUFX} \ redhat-lsb-core-4.0-7.el6.centos${EXTRACT_SUFX} \ slang-2.2.1-1.el6${EXTRACT_SUFX} \ - util-linux-ng-2.17.2-12.24.el6${EXTRACT_SUFX} \ + util-linux-ng-2.17.2-12.24.el6_8.1${EXTRACT_SUFX} \ zlib-1.2.3-29.el6${EXTRACT_SUFX} SRC_DISTFILES= acl-2.2.49-6.el6${SRC_SUFX}:SOURCE \ attr-2.4.44-7.el6${SRC_SUFX}:SOURCE \ @@ -102,7 +102,7 @@ SRC_DISTFILES= acl-2.2.49-6.el6${SRC_SUF setup-2.8.14-20.el6_4.1${SRC_SUFX}:SOURCE \ slang-2.2.1-1.el6${SRC_SUFX}:SOURCE \ texinfo-4.13a-8.el6${SRC_SUFX}:SOURCE \ - util-linux-ng-2.17.2-12.24.el6${SRC_SUFX}:SOURCE \ + util-linux-ng-2.17.2-12.24.el6_8.1${SRC_SUFX}:SOURCE \ which-2.19-6.el6${SRC_SUFX}:SOURCE \ zlib-1.2.3-29.el6${SRC_SUFX}:SOURCE Modified: head/emulators/linux_base-c6/distinfo.i386 ============================================================================== --- head/emulators/linux_base-c6/distinfo.i386 Wed Nov 23 11:05:05 2016 (r426892) +++ head/emulators/linux_base-c6/distinfo.i386 Wed Nov 23 11:11:27 2016 (r426893) @@ -1,4 +1,4 @@ -TIMESTAMP = 1477131165 +TIMESTAMP = 1479848488 SHA256 (rpm/i686/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 SIZE (rpm/i686/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 SHA256 (rpm/i686/centos/6.8/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a @@ -29,8 +29,8 @@ SHA256 (rpm/i686/centos/6.8/libacl-2.2.4 SIZE (rpm/i686/centos/6.8/libacl-2.2.49-6.el6.i686.rpm) = 24480 SHA256 (rpm/i686/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b SIZE (rpm/i686/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 15640 -SHA256 (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = ad981952282b16f03da719a956fae7a49f52479228ffb69d13dea2453b265b6e -SIZE (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = 124904 +SHA256 (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = c5e7feba940565157d78dd696e7524d92913d9f27f9dee16c7d890a70777924b +SIZE (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = 125080 SHA256 (rpm/i686/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c SIZE (rpm/i686/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 31516 SHA256 (rpm/i686/centos/6.8/libcom_err-1.41.12-22.el6.i686.rpm) = a17fab636dcd0725ff95176ac060517430a719846695afdb487dea213d1e920d @@ -45,8 +45,8 @@ SHA256 (rpm/i686/centos/6.8/libsepol-2.0 SIZE (rpm/i686/centos/6.8/libsepol-2.0.41-4.el6.i686.rpm) = 128032 SHA256 (rpm/i686/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = ebcc13345ca9e0d924c82d103360933e2404a5d7cdb4ae8905e2517f92ef2f2a SIZE (rpm/i686/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = 309720 -SHA256 (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 05751a4be0e76985be35137437d47672e6a1b5da9255e973a6ac8664670184c3 -SIZE (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 72660 +SHA256 (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 764524bab2d67e7bd5a5143939522990ef0f541cda59fb601ea268ab8afdc27a +SIZE (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 72832 SHA256 (rpm/i686/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = fe1778ee05c4840cb27a6804e6af6d61ca6f48666560654e3cfd765fa20ff2bb SIZE (rpm/i686/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = 255352 SHA256 (rpm/i686/centos/6.8/pcre-7.8-7.el6.i686.rpm) = 62aff1a2975adc4a02293297d12b0202b5710155c00753bd4657d6896c3e7b8e @@ -59,8 +59,8 @@ SHA256 (rpm/i686/centos/6.8/redhat-lsb-c SIZE (rpm/i686/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 SHA256 (rpm/i686/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f SIZE (rpm/i686/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = 483404 -SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 91409ce39e5351d1c6a0a3ec09f14161c867167f2bffdbf88f39ae601d5a63e2 -SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 1654980 +SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 905c5c9bf32604a6d5b4267b9056a93e316bed5155dffb4dafac0c96a8dfcedd +SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 1655308 SHA256 (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa SIZE (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 74284 SHA256 (rpm/i686/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e @@ -183,8 +183,8 @@ SHA256 (rpm/i686/centos/6.8/slang-2.2.1- SIZE (rpm/i686/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 1367444 SHA256 (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db SIZE (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 -SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = a51febd17b094a4f4da03f7117af3e5ac8fb5700a0351663835acd783326c8cf -SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = 4574175 +SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = b0eab51702d6a34ad689f3ad4ad886076a27041d7ef2c58137d87b36af737cfa +SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = 4574453 SHA256 (rpm/i686/centos/6.8/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd SIZE (rpm/i686/centos/6.8/which-2.19-6.el6.src.rpm) = 144253 SHA256 (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e Modified: head/emulators/linux_base-c6/distinfo.x86_64 ============================================================================== --- head/emulators/linux_base-c6/distinfo.x86_64 Wed Nov 23 11:05:05 2016 (r426892) +++ head/emulators/linux_base-c6/distinfo.x86_64 Wed Nov 23 11:11:27 2016 (r426893) @@ -1,4 +1,4 @@ -TIMESTAMP = 1477134208 +TIMESTAMP = 1479889504 SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 SIZE (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 SHA256 (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a @@ -29,8 +29,8 @@ SHA256 (rpm/x86_64/centos/6.8/libacl-2.2 SIZE (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.i686.rpm) = 24480 SHA256 (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b SIZE (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 15640 -SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = ad981952282b16f03da719a956fae7a49f52479228ffb69d13dea2453b265b6e -SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = 124904 +SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = c5e7feba940565157d78dd696e7524d92913d9f27f9dee16c7d890a70777924b +SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = 125080 SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 31516 SHA256 (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.i686.rpm) = a17fab636dcd0725ff95176ac060517430a719846695afdb487dea213d1e920d @@ -45,8 +45,8 @@ SHA256 (rpm/x86_64/centos/6.8/libsepol-2 SIZE (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.i686.rpm) = 128032 SHA256 (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = ebcc13345ca9e0d924c82d103360933e2404a5d7cdb4ae8905e2517f92ef2f2a SIZE (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = 309720 -SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 05751a4be0e76985be35137437d47672e6a1b5da9255e973a6ac8664670184c3 -SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 72660 +SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 764524bab2d67e7bd5a5143939522990ef0f541cda59fb601ea268ab8afdc27a +SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 72832 SHA256 (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = fe1778ee05c4840cb27a6804e6af6d61ca6f48666560654e3cfd765fa20ff2bb SIZE (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = 255352 SHA256 (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.i686.rpm) = 62aff1a2975adc4a02293297d12b0202b5710155c00753bd4657d6896c3e7b8e @@ -59,8 +59,8 @@ SHA256 (rpm/x86_64/centos/6.8/redhat-lsb SIZE (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = 483404 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 91409ce39e5351d1c6a0a3ec09f14161c867167f2bffdbf88f39ae601d5a63e2 -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 1654980 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 905c5c9bf32604a6d5b4267b9056a93e316bed5155dffb4dafac0c96a8dfcedd +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 1655308 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 74284 SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = b2695bdc5a3119873c2580ca96b972b932c96b553ae98778461ef82204233a4a @@ -93,8 +93,8 @@ SHA256 (rpm/x86_64/centos/6.8/libacl-2.2 SIZE (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 24008 SHA256 (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 030c511f3aafa5096775faf6f5dc0dd836eee0addde3e48d985bb4f3e69a72df SIZE (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 15636 -SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 09b0fc2bc8f72aef75789e331e38e2b8829bea236e3c00aeca6b629ed608f5df -SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 120216 +SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 90d01333cd13b866c790065e92913023da1fb0f71574ea56c99cb8aac27dd70f +SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 120392 SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 1687ca7a8af3356851f5257bbdb7a0b16674f18a4d79b4bce605c6b76b0ea0a5 SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 32448 SHA256 (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.x86_64.rpm) = bb3343444f858985d65a6fc9629cbd37f4e14acb6a97dbf6f5a127a20e62aeb7 @@ -109,8 +109,8 @@ SHA256 (rpm/x86_64/centos/6.8/libsepol-2 SIZE (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = 131216 SHA256 (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 3bad0d053bb365c73b3080d75fd9e42a283ced935dd75ec006d111403428197f SIZE (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 302388 -SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 2e757d4a9a9299a4b4c6ac716f33305c436ddad84bbc115ab63107a27faf5c6e -SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 72128 +SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 2a6632812017255f559b964693bf485e9130776938fc8bbd443f2494a422b9e1 +SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 72300 SHA256 (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 88b5174e139c595569787ebe4750fefdfc5e047657f13df0c87b8316ff6cf956 SIZE (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 250916 SHA256 (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.x86_64.rpm) = 6e099492eb691f0e869c02a7352530ec6a8d0056c1aadcde3613cc1f8e24e52c @@ -123,8 +123,8 @@ SHA256 (rpm/x86_64/centos/6.8/redhat-lsb SIZE (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 26016 SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 32188b2dbe1f7d1e460f85416c067a53a816757df2c84d39abc07936ce6c5376 SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 484172 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = aba396e7b62608d9d2e473494462082f3bdc74d8b88e4bad359c34c8b7bfc1ad -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = 1650068 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.x86_64.rpm) = ae42400b902353f15eac3dfb855081159869206c9677de3e961f8887be443324 +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.x86_64.rpm) = 1650320 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = c5b040d38b550da4c75aba719c0b9d6c6936158b2d58ac10a99adc76a68a6302 SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = 74568 SHA256 (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e @@ -247,8 +247,8 @@ SHA256 (rpm/x86_64/centos/6.8/slang-2.2. SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 1367444 SHA256 (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db SIZE (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = a51febd17b094a4f4da03f7117af3e5ac8fb5700a0351663835acd783326c8cf -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = 4574175 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = b0eab51702d6a34ad689f3ad4ad886076a27041d7ef2c58137d87b36af737cfa +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = 4574453 SHA256 (rpm/x86_64/centos/6.8/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd SIZE (rpm/x86_64/centos/6.8/which-2.19-6.el6.src.rpm) = 144253 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e From owner-svn-ports-all@freebsd.org Wed Nov 23 11:25: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 8F7A8C50F16; Wed, 23 Nov 2016 11:25:54 +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 6129AD2; Wed, 23 Nov 2016 11:25:54 +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 uANBPrj9093555; Wed, 23 Nov 2016 11:25:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANBPrNw093553; Wed, 23 Nov 2016 11:25:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231125.uANBPrNw093553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 11:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426894 - branches/2016Q4/games/teeworlds 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, 23 Nov 2016 11:25:54 -0000 Author: amdmi3 Date: Wed Nov 23 11:25:53 2016 New Revision: 426894 URL: https://svnweb.freebsd.org/changeset/ports/426894 Log: MFH: r426731 - Update to 0.6.4 Approved by: ports-secteam (feld) Modified: branches/2016Q4/games/teeworlds/Makefile branches/2016Q4/games/teeworlds/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/games/teeworlds/Makefile ============================================================================== --- branches/2016Q4/games/teeworlds/Makefile Wed Nov 23 11:11:27 2016 (r426893) +++ branches/2016Q4/games/teeworlds/Makefile Wed Nov 23 11:25:53 2016 (r426894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= teeworlds -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= games MASTER_SITES= https://downloads.teeworlds.com/ \ http://mirror.amdmi3.ru/distfiles/ @@ -24,7 +24,7 @@ BAM_WRKSRC= ${WRKDIR}/bam-${BAM_VERSION} BAM_TARGET= release USE_GCC= any -PLIST_FILES+= bin/${PORTNAME}_srv +PLIST_FILES= bin/${PORTNAME}_srv PORTDATA= * OPTIONS_DEFINE= SERVER_ONLY Modified: branches/2016Q4/games/teeworlds/distinfo ============================================================================== --- branches/2016Q4/games/teeworlds/distinfo Wed Nov 23 11:11:27 2016 (r426893) +++ branches/2016Q4/games/teeworlds/distinfo Wed Nov 23 11:25:53 2016 (r426894) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473635828 -SHA256 (teeworlds-0.6.3-src.tar.gz) = 490ee7c372898761c609af8d7b0c6bd55942c6c6fcd7f361eefa00abfc70077b -SIZE (teeworlds-0.6.3-src.tar.gz) = 13101446 +TIMESTAMP = 1478890194 +SHA256 (teeworlds-0.6.4-src.tar.gz) = 7815787035a8e2ea83a0b3b08cf862e6af59b78071a268f985b1e76b387f7257 +SIZE (teeworlds-0.6.4-src.tar.gz) = 9084190 SHA256 (bam-0.4.0.tar.gz) = 5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 SIZE (bam-0.4.0.tar.gz) = 206780 From owner-svn-ports-all@freebsd.org Wed Nov 23 11:30: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 7E0FBC50FBE; Wed, 23 Nov 2016 11:30:01 +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 4FD1B214; Wed, 23 Nov 2016 11:30:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANBU0BN093896; Wed, 23 Nov 2016 11:30:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANBU0V5093894; Wed, 23 Nov 2016 11:30:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231130.uANBU0V5093894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 11:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426895 - branches/2016Q4/games/teeworlds 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, 23 Nov 2016 11:30:01 -0000 Author: amdmi3 Date: Wed Nov 23 11:30:00 2016 New Revision: 426895 URL: https://svnweb.freebsd.org/changeset/ports/426895 Log: MFH: r426890 - Fix fetch: distfile was rerolled - Difference is only removal of generated files (object files and python cache) Approved by: ports-secteam blanket Modified: branches/2016Q4/games/teeworlds/Makefile branches/2016Q4/games/teeworlds/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/games/teeworlds/Makefile ============================================================================== --- branches/2016Q4/games/teeworlds/Makefile Wed Nov 23 11:25:53 2016 (r426894) +++ branches/2016Q4/games/teeworlds/Makefile Wed Nov 23 11:30:00 2016 (r426895) @@ -3,6 +3,7 @@ PORTNAME= teeworlds PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://downloads.teeworlds.com/ \ http://mirror.amdmi3.ru/distfiles/ Modified: branches/2016Q4/games/teeworlds/distinfo ============================================================================== --- branches/2016Q4/games/teeworlds/distinfo Wed Nov 23 11:25:53 2016 (r426894) +++ branches/2016Q4/games/teeworlds/distinfo Wed Nov 23 11:30:00 2016 (r426895) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478890194 -SHA256 (teeworlds-0.6.4-src.tar.gz) = 7815787035a8e2ea83a0b3b08cf862e6af59b78071a268f985b1e76b387f7257 -SIZE (teeworlds-0.6.4-src.tar.gz) = 9084190 +TIMESTAMP = 1479896827 +SHA256 (teeworlds-0.6.4-src.tar.gz) = c261d19ebb00b5451faa2ceb4a7ca945cad2add48b06046eb43b40ccc9fd98e2 +SIZE (teeworlds-0.6.4-src.tar.gz) = 8771622 SHA256 (bam-0.4.0.tar.gz) = 5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 SIZE (bam-0.4.0.tar.gz) = 206780 From owner-svn-ports-all@freebsd.org Wed Nov 23 11:43: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 489BDC50499; Wed, 23 Nov 2016 11:43: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 23082F50; Wed, 23 Nov 2016 11:43: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 uANBhE82002186; Wed, 23 Nov 2016 11:43:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANBhD26002178; Wed, 23 Nov 2016 11:43:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231143.uANBhD26002178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 11:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426896 - in head: . irc/znc irc/znc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 11:43:15 -0000 Author: amdmi3 Date: Wed Nov 23 11:43:13 2016 New Revision: 426896 URL: https://svnweb.freebsd.org/changeset/ports/426896 Log: - Create znc user/group - Set permissions properly on ETCDIR - Add an information on znc user/group to pkg-message - Pass maintainership to dbaio PR: 200005 Submitted by: josh+freebsd@zevlag.com, dbaio@bsd.com.br Added: head/irc/znc/files/pkg-message.in - copied, changed from r426895, head/irc/znc/pkg-message Deleted: head/irc/znc/pkg-message Modified: head/GIDs head/UIDs head/irc/znc/Makefile head/irc/znc/distinfo head/irc/znc/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Wed Nov 23 11:30:00 2016 (r426895) +++ head/GIDs Wed Nov 23 11:43:13 2016 (r426896) @@ -838,7 +838,7 @@ graylog:*:848: # free: 894 # free: 895 # free: 896 -# free: 897 +znc:*:897: ufdb:*:898: guacamole:*:899: seafile:*:900: Modified: head/UIDs ============================================================================== --- head/UIDs Wed Nov 23 11:30:00 2016 (r426895) +++ head/UIDs Wed Nov 23 11:43:13 2016 (r426896) @@ -843,7 +843,7 @@ graylog:*:848:848::0:0:Graylog user:/non # free: 894 # free: 895 # free: 896 -# free: 897 +znc:*:897:897::0:0:ZNC User:/nonexistent:/usr/sbin/nologin ufdb:*:898:898::0:0:ufdb user:/nonexistent:/usr/sbin/nologin guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin seafile:*:900:900::0:0:Seafile user:/nonexistent:/usr/bin/nologin Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Wed Nov 23 11:30:00 2016 (r426895) +++ head/irc/znc/Makefile Wed Nov 23 11:43:13 2016 (r426896) @@ -3,12 +3,12 @@ PORTNAME= znc PORTVERSION= 1.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Advanced IRC bouncer LICENSE= APACHE20 @@ -16,11 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes USE_RC_SUBR= znc +SUB_FILES= pkg-message USES= compiler:c++11-lib cpe gmake iconv pathfix pkgconfig MAKE_ENV= V=1 PORTDOCS= README.md +USERS= znc +GROUPS= znc + OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL OPTIONS_DEFAULT= OPENSSL PERL OPTIONS_SUB= yes @@ -74,4 +78,7 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor +post-install: + @${MKDIR} ${STAGEDIR}${ETCDIR} + .include Modified: head/irc/znc/distinfo ============================================================================== --- head/irc/znc/distinfo Wed Nov 23 11:30:00 2016 (r426895) +++ head/irc/znc/distinfo Wed Nov 23 11:43:13 2016 (r426896) @@ -1,2 +1,3 @@ +TIMESTAMP = 1475969471 SHA256 (znc-1.6.3.tar.gz) = 631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827 SIZE (znc-1.6.3.tar.gz) = 1464200 Copied and modified: head/irc/znc/files/pkg-message.in (from r426895, head/irc/znc/pkg-message) ============================================================================== --- head/irc/znc/pkg-message Wed Nov 23 11:30:00 2016 (r426895, copy source) +++ head/irc/znc/files/pkg-message.in Wed Nov 23 11:43:13 2016 (r426896) @@ -9,3 +9,11 @@ Please visit the following URL for more http://wiki.znc.in/ChangeLog/1.0 ***************************************************************************** + +For generate your config file using znc user, execute: + +su -m znc -c 'znc -d %%ETCDIR%% --makeconf' +or +sudo -u znc znc -d %%ETCDIR%% --makeconf + +***************************************************************************** Modified: head/irc/znc/pkg-plist ============================================================================== --- head/irc/znc/pkg-plist Wed Nov 23 11:30:00 2016 (r426895) +++ head/irc/znc/pkg-plist Wed Nov 23 11:43:13 2016 (r426896) @@ -169,3 +169,4 @@ man/man1/znc.1.gz %%DATADIR%%/webskins/ice/pub/pagebg.gif %%DATADIR%%/webskins/ice/tmpl/FooterTag.tmpl %%DATADIR%%/webskins/ice/tmpl/Header.tmpl +@dir(znc,znc,755) %%ETCDIR%% From owner-svn-ports-all@freebsd.org Wed Nov 23 12:15: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 EC0B8C4E922; Wed, 23 Nov 2016 12:15:40 +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 C72577C2; Wed, 23 Nov 2016 12:15:40 +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 uANCFdUg014307; Wed, 23 Nov 2016 12:15:39 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCFdiE014296; Wed, 23 Nov 2016 12:15:39 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611231215.uANCFdiE014296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 23 Nov 2016 12:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426897 - in head: deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4/files finance/kmymoney-kde4 net-im/kopete-kde4 security/gpgme security/gpgme-qt5 x11/kde4-runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:15:41 -0000 Author: tcberner Date: Wed Nov 23 12:15:38 2016 New Revision: 426897 URL: https://svnweb.freebsd.org/changeset/ports/426897 Log: Fix conflict between libqgpgme from deskutils/kdepimlibs4 and security/qgpgme-qt5 Install the kde4 version of libqgpgme as libqgpgme4. * Bump revision in affected dependencies -- not all ports using USE_KDE=pimlibs actually link against libqgpgme. * Remove conflict from security/gpgme-qt5 * Drop KDE3 hunks from patch-cmake__modules__FindQGpgme.cmake PR: 212886 Reviewed by: rakuco Approved by: rakuco (mentor) Added: head/deskutils/kdepimlibs4/files/patch-qgpgme_CMakeLists.txt (contents, props changed) Modified: head/deskutils/kdepim4/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake head/deskutils/kdepimlibs4/pkg-plist head/finance/kmymoney-kde4/Makefile head/net-im/kopete-kde4/Makefile head/security/gpgme-qt5/Makefile head/security/gpgme/Makefile head/x11/kde4-runtime/Makefile Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/deskutils/kdepim4/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -3,6 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/deskutils/kdepimlibs4/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake ============================================================================== --- head/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake Wed Nov 23 11:43:13 2016 (r426896) +++ head/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake Wed Nov 23 12:15:38 2016 (r426897) @@ -1,16 +1,13 @@ ---- ./cmake/modules/FindQGpgme.cmake.orig 2009-05-06 14:13:19.000000000 +0400 -+++ ./cmake/modules/FindQGpgme.cmake 2010-05-21 23:58:20.499901479 +0400 -@@ -17,11 +17,11 @@ +As we install libqgpgme as libqgpgme4, we have to search for 'gpgme4'. + +--- cmake/modules/FindQGpgme.cmake.orig 2015-06-24 12:43:14 UTC ++++ cmake/modules/FindQGpgme.cmake +@@ -20,7 +20,7 @@ if(GPGME_FOUND) HINTS ${GPGME_LIBRARY_DIR}) - else ( WIN32 ) - find_library(_QGPGME_EXTRA_LIBRARY gpgme++-pthread -- HINTS ${GPGME_LIBRARY_DIR}) -+ HINTS ${GPGME_LIBRARY_DIR} %%KDE_PREFIX%%/lib) endif() - - find_library(QGPGME_LIBRARY qgpgme -- HINTS ${GPGME_LIBRARY_DIR}) -+ HINTS ${GPGME_LIBRARY_DIR} %%KDE_PREFIX%%/lib) - + +- find_library(QGPGME_LIBRARY qgpgme ++ find_library(QGPGME_LIBRARY qgpgme4 + HINTS ${GPGME_LIBRARY_DIR}) + if (QGPGME_LIBRARY) - # get the libdirectory and then go one up Added: head/deskutils/kdepimlibs4/files/patch-qgpgme_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdepimlibs4/files/patch-qgpgme_CMakeLists.txt Wed Nov 23 12:15:38 2016 (r426897) @@ -0,0 +1,12 @@ +Install libqgpgme as libqgpgme4 to not conflict with security/gpgme-qt5 + +--- qgpgme/CMakeLists.txt.orig 2016-11-19 14:44:57 UTC ++++ qgpgme/CMakeLists.txt +@@ -49,6 +49,7 @@ if ( _any_gpgme_found ) + set_target_properties( qgpgme PROPERTIES + VERSION ${_qgpgme_version} + SOVERSION ${_qgpgme_soversion} ++ OUTPUT_NAME qgpgme4 + ) + + install( TARGETS qgpgme EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) Modified: head/deskutils/kdepimlibs4/pkg-plist ============================================================================== --- head/deskutils/kdepimlibs4/pkg-plist Wed Nov 23 11:43:13 2016 (r426896) +++ head/deskutils/kdepimlibs4/pkg-plist Wed Nov 23 12:15:38 2016 (r426897) @@ -1209,9 +1209,9 @@ lib/libmailtransport.so.%%KDE4_KDELIBS_V lib/libmicroblog.so lib/libmicroblog.so.4 lib/libmicroblog.so.%%KDE4_KDELIBS_VERSION%% -lib/libqgpgme.so -lib/libqgpgme.so.1 -lib/libqgpgme.so.1.0.1 +lib/libqgpgme4.so +lib/libqgpgme4.so.1 +lib/libqgpgme4.so.1.0.1 lib/libsyndication.so lib/libsyndication.so.4 lib/libsyndication.so.%%KDE4_KDELIBS_VERSION%% Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/finance/kmymoney-kde4/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/net-im/kopete-kde4/Makefile ============================================================================== --- head/net-im/kopete-kde4/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/net-im/kopete-kde4/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/security/gpgme-qt5/Makefile ============================================================================== --- head/security/gpgme-qt5/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/security/gpgme-qt5/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/security/gpgme/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -70,7 +70,6 @@ LIB_DEPENDS+= libgpgmepp.so:security/gpg CONFIGURE_ARGS+=--enable-languages="cpp qt" USES+= compiler:c++11-lib pkgconfig USE_QT5= buildtools_build core testlib -CONFLICTS_INSTALL= kdepimlibs-4.* . endif . if ${SLAVEPORT} == "python" Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Wed Nov 23 11:43:13 2016 (r426896) +++ head/x11/kde4-runtime/Makefile Wed Nov 23 12:15:38 2016 (r426897) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Nov 23 12:16: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 0E38BC4E99E; Wed, 23 Nov 2016 12:16:37 +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 D16208BF; Wed, 23 Nov 2016 12:16:36 +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 uANCGacN014466; Wed, 23 Nov 2016 12:16:36 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCGZr2014464; Wed, 23 Nov 2016 12:16:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201611231216.uANCGZr2014464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 23 Nov 2016 12:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426898 - head/devel/rbtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:16:37 -0000 Author: rakuco Date: Wed Nov 23 12:16:35 2016 New Revision: 426898 URL: https://svnweb.freebsd.org/changeset/ports/426898 Log: Update to 0.7.7. Changes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.7/ While here, set NO_ARCH as the port does not install any architecture-specific file. Modified: head/devel/rbtools/Makefile head/devel/rbtools/distinfo Modified: head/devel/rbtools/Makefile ============================================================================== --- head/devel/rbtools/Makefile Wed Nov 23 12:15:38 2016 (r426897) +++ head/devel/rbtools/Makefile Wed Nov 23 12:16:35 2016 (r426898) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ${ORIGNAME:tl} -DISTVERSION= 0.7.6 +DISTVERSION= 0.7.7 CATEGORIES= devel MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/ DISTNAME= ${ORIGNAME}-${DISTVERSION} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> ORIGNAME= RBTools +NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/devel/rbtools/distinfo ============================================================================== --- head/devel/rbtools/distinfo Wed Nov 23 12:15:38 2016 (r426897) +++ head/devel/rbtools/distinfo Wed Nov 23 12:16:35 2016 (r426898) @@ -1,2 +1,3 @@ -SHA256 (RBTools-0.7.6.tar.gz) = b2c5abedc4330534888629558c25ff80cf7b35fea60d1362423e8a9d64e7cf75 -SIZE (RBTools-0.7.6.tar.gz) = 162080 +TIMESTAMP = 1479903323 +SHA256 (RBTools-0.7.7.tar.gz) = 98d74c8947bc02d313e34ebee6c7cfd171a818539ea66c104974df984cd2c98a +SIZE (RBTools-0.7.7.tar.gz) = 169305 From owner-svn-ports-all@freebsd.org Wed Nov 23 12:22: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 E58CDC4ECC9; Wed, 23 Nov 2016 12:22:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4FC1DD0; Wed, 23 Nov 2016 12:22:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANCMQGn018603; Wed, 23 Nov 2016 12:22:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCMQGt018602; Wed, 23 Nov 2016 12:22:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231222.uANCMQGt018602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 12:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426899 - head/x11-clocks/stopwatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:22:28 -0000 Author: amdmi3 Date: Wed Nov 23 12:22:26 2016 New Revision: 426899 URL: https://svnweb.freebsd.org/changeset/ports/426899 Log: - Add LICENSE - Add NO_ARCH - Silence patching Modified: head/x11-clocks/stopwatch/Makefile Modified: head/x11-clocks/stopwatch/Makefile ============================================================================== --- head/x11-clocks/stopwatch/Makefile Wed Nov 23 12:16:35 2016 (r426898) +++ head/x11-clocks/stopwatch/Makefile Wed Nov 23 12:22:26 2016 (r426899) @@ -11,14 +11,17 @@ DISTNAME= stopwatch MAINTAINER= ports@FreeBSD.org COMMENT= Stopwatch enables hand timing much like a physical stopwatch +LICENSE= PD + WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 USES= tk:run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/stopwatch post-patch: - ${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch + @${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch do-install: ${INSTALL_SCRIPT} ${WRKSRC}/stopwatch ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-all@freebsd.org Wed Nov 23 12:25: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 C0CF3C4EF11; Wed, 23 Nov 2016 12:25:22 +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 926E0F4A; Wed, 23 Nov 2016 12:25:22 +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 uANCPL74018840; Wed, 23 Nov 2016 12:25:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCPLh2018839; Wed, 23 Nov 2016 12:25:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231225.uANCPLh2018839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 12:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426900 - in head/x11-toolkits/sdl_pango: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:25:22 -0000 Author: amdmi3 Date: Wed Nov 23 12:25:21 2016 New Revision: 426900 URL: https://svnweb.freebsd.org/changeset/ports/426900 Log: - Trim comment - Fix LICENSE - Add LICENSE_FILE - Switch to USES=pathfix - Strip library Deleted: head/x11-toolkits/sdl_pango/files/patch-Makefile.in Modified: head/x11-toolkits/sdl_pango/Makefile Modified: head/x11-toolkits/sdl_pango/Makefile ============================================================================== --- head/x11-toolkits/sdl_pango/Makefile Wed Nov 23 12:22:26 2016 (r426899) +++ head/x11-toolkits/sdl_pango/Makefile Wed Nov 23 12:25:21 2016 (r426900) @@ -3,7 +3,7 @@ PORTNAME= sdl_pango PORTVERSION= 0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits MASTER_SITES= SF/sdlpango/SDL_Pango/${PORTVERSION} DISTNAME= SDL_Pango-${PORTVERSION} @@ -12,14 +12,16 @@ PATCH_SITES= http://zarb.org/~gc/t/ PATCHFILES= SDL_Pango-0.1.2-API-adds.patch MAINTAINER= ports@FreeBSD.org -COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x +COMMENT= SDL API to the Pango text rendering engine of GNOME 2.x -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig libtool +USES= libtool pathfix pkgconfig +GNU_CONFIGURE= yes USE_SDL= sdl USE_GNOME= pango -GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include From owner-svn-ports-all@freebsd.org Wed Nov 23 12:30: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 D09FAC4F15C; Wed, 23 Nov 2016 12:30: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 A0C9710EC; Wed, 23 Nov 2016 12:30: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 uANCUe52019120; Wed, 23 Nov 2016 12:30:40 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCUeGX019119; Wed, 23 Nov 2016 12:30:40 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611231230.uANCUeGX019119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 23 Nov 2016 12:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426901 - 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: Wed, 23 Nov 2016 12:30:41 -0000 Author: linimon Date: Wed Nov 23 12:30:40 2016 New Revision: 426901 URL: https://svnweb.freebsd.org/changeset/ports/426901 Log: Conditionalize sse flags on amd64/i386. They make no sense elsewhere and cause breakages. Approved by: portmgr (tier-2 blanket) Modified: head/comms/uhd/Makefile Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Wed Nov 23 12:25:21 2016 (r426900) +++ head/comms/uhd/Makefile Wed Nov 23 12:30:40 2016 (r426901) @@ -29,7 +29,8 @@ USES= compiler:c++0x cmake:outsource gm USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes -CXXFLAGS+= -msse2 +CXXFLAGS_amd64= -msse2 +CXXFLAGS_i386= -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 Wed Nov 23 12:39: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 AD251C4F45C; Wed, 23 Nov 2016 12:39:54 +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 87D371618; Wed, 23 Nov 2016 12:39:54 +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 uANCdrW4023041; Wed, 23 Nov 2016 12:39:53 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCdrQs023039; Wed, 23 Nov 2016 12:39:53 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201611231239.uANCdrQs023039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 23 Nov 2016 12:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426902 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:39:54 -0000 Author: gahr Date: Wed Nov 23 12:39:53 2016 New Revision: 426902 URL: https://svnweb.freebsd.org/changeset/ports/426902 Log: lang/seed7: update to 05_20161031 - The examples about multiple dispatch in the FAQ and in the manual have been changed. - In dir_win.c the functions opendir and wopendir have been improved to work correctly, when a volume is empty. FindFirstFile returns INVALID_HANDLE_VALUE, when the path refers to an empty volume (a directory that does not contain the . and .. directories). After FindFirstFile fails GetFileAttributesEx is used to recognize empty volumes. - In stat_win.c the function wstati64Ext has been improved to recognize empty volumes correctly. Now GetFileAttributesEx is used instead of FindFirstFile to get information about a file. - The function openVolumeList has been moved from cmd_win.c and cmd_unx.c to dir_win.c. - The definition of volumeListType has been moved from cmd_drv.h to dir_win.h. - In str_rtl.c the function strAppendN has been improved to work correctly, when an appended string is identical to the destination or a slice of it. There was already code to handle this case, but this code could access freed memory in rare situations. - The makefiles mk_nmake.mak and mk_msvc.mak have been changed to include the file 'macros' before the macro SYSTEM_DB_LIBS is used. - Rand functions have been added to bin32.s7i and bin64.s7i. - The compiler has been improved to optimize the float shift operators << and >> . - Documentation comments have been improved in float.s7i, integer.s7i, osfiles.s7i, big_gmp.c, big_rtl.c, bstlib.c and bst_rtl.c. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Wed Nov 23 12:30:40 2016 (r426901) +++ head/lang/seed7/Makefile Wed Nov 23 12:39:53 2016 (r426902) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20161002 +DISTVERSION= 05_20161031 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -24,7 +24,6 @@ USE_XORG= x11 ONLY_FOR_ARCHS= i386 amd64 sparc64 WRKSRC= ${WRKDIR}/${PORTNAME}/src -MAKEFILE= makefile MAKE_ENV+= S7_LIB_DIR=${S7_LIB_DIR} \ SEED7_LIBRARY=${SEED7_LIBRARY} \ C_COMPILER=${CC} \ @@ -37,8 +36,6 @@ S7_LIBS= s7_comp.a s7_con.a s7_draw.a s7 PORTEXAMPLES= * PORTDOCS= * -.include - MAKEFILE= mk_freebsd.mk post-patch: @@ -64,15 +61,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../bin/${s7_lib} ${STAGEDIR}${S7_LIB_DIR} .endfor # install PORTDOCS -.if ${PORT_OPTIONS:MDOCS} ${INSTALL} -d ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} -.endif # install PORTEXAMPLES -.if ${PORT_OPTIONS:MEXAMPLES} ${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/../prg && ${COPYTREE_SHARE} '*.dna *.sd7 *.dat *.s7i' ${STAGEDIR}${EXAMPLESDIR} -.endif # insall man pages ${INSTALL_DATA} ${WRKSRC}/../doc/s7.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/../doc/s7c.1 ${STAGEDIR}${PREFIX}/man/man1 Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Wed Nov 23 12:30:40 2016 (r426901) +++ head/lang/seed7/distinfo Wed Nov 23 12:39:53 2016 (r426902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475494508 -SHA256 (seed7_05_20161002.tgz) = fb571ad1fb4c8f7433ed6f745156bab44ffacc7deedb0d6829e63e1b40ba61e1 -SIZE (seed7_05_20161002.tgz) = 2670484 +TIMESTAMP = 1479903307 +SHA256 (seed7_05_20161031.tgz) = 6b338b26c689275a242cd97bf960152528dd6cf636cbd7f7a25df5b3f3b821b8 +SIZE (seed7_05_20161031.tgz) = 2672738 From owner-svn-ports-all@freebsd.org Wed Nov 23 12:43: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 B114FC4F64B; Wed, 23 Nov 2016 12:43: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 5FDF91992; Wed, 23 Nov 2016 12:43: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 uANChDLC026702; Wed, 23 Nov 2016 12:43:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANChDki026699; Wed, 23 Nov 2016 12:43:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231243.uANChDki026699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426903 - in head/devel: boost-all boost-libs boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:43:14 -0000 Author: jbeich Date: Wed Nov 23 12:43:13 2016 New Revision: 426903 URL: https://svnweb.freebsd.org/changeset/ports/426903 Log: devel/boost-libs: always verbose build after r421635 PR: 199601 Approved by: portmgr blanket Modified: head/devel/boost-all/compiled.mk head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Wed Nov 23 12:39:53 2016 (r426902) +++ head/devel/boost-all/compiled.mk Wed Nov 23 12:43:13 2016 (r426903) @@ -10,6 +10,7 @@ PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/dev BJAM_ARGS= --layout=system \ --prefix=${PREFIX} \ + -d2 # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case @@ -21,8 +22,6 @@ BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE} BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \ ${_MAKE_JOBS} -VERBOSE_BUILD_VARS= BJAM_ARGS+=-d2 - DEBUG_VARS= BJAM_ARGS+=debug DEBUG_VARS_OFF= BJAM_ARGS+=release Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Wed Nov 23 12:39:53 2016 (r426902) +++ head/devel/boost-libs/Makefile Wed Nov 23 12:43:13 2016 (r426903) @@ -8,11 +8,10 @@ COMMENT= Free portable C++ libraries (wi BUILD_DEPENDS+= bjam:devel/boost-jam -OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS OPTIONS_MULTI= LOCALE OPTIONS_MULTI_LOCALE= ICONV ICU OPTIONS_DEFAULT= ICONV ICU -VERBOSE_BUILD_DESC= Show compiler messages ICONV_DESC= Boost.Locale with iconv encoding support ICU_DESC= Boost.Regex/Locale with ICU unicode support Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Wed Nov 23 12:39:53 2016 (r426902) +++ head/devel/boost-python-libs/Makefile Wed Nov 23 12:43:13 2016 (r426903) @@ -6,8 +6,7 @@ COMMENT= Framework for interfacing Pytho USES+= python -OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS -VERBOSE_BUILD_DESC= Show compiler messages +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS .include "${.CURDIR}/../boost-all/common.mk" From owner-svn-ports-all@freebsd.org Wed Nov 23 12:43: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 7D95DC4F67D; Wed, 23 Nov 2016 12:43:26 +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 5847F1A7D; Wed, 23 Nov 2016 12:43:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANChPlF026841; Wed, 23 Nov 2016 12:43:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANChPMI026838; Wed, 23 Nov 2016 12:43:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231243.uANChPMI026838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426904 - head/devel/boost-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:43:26 -0000 Author: jbeich Date: Wed Nov 23 12:43:25 2016 New Revision: 426904 URL: https://svnweb.freebsd.org/changeset/ports/426904 Log: devel/boost-libs: drop old cross-build support after r421583 PR: 199601 Submitted by: bapt Exp-run by: antoine Modified: head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-libs/pkg-plist (contents, props changed) Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Wed Nov 23 12:43:13 2016 (r426903) +++ head/devel/boost-libs/Makefile Wed Nov 23 12:43:25 2016 (r426904) @@ -27,14 +27,6 @@ ICU_VARS_OFF= BJAM_ARGS+=boost.locale.i .include "${.CURDIR}/../boost-all/compiled.mk" BJAM_ARGS+= --without-python -.if defined(X_BUILD_FOR) -BJAM_ARGS+= --without-context --without-coroutine \ - --without-locale --without-log -PLIST_SUB+= COROUTINE="@comment " CONTEXT="@comment " \ - LOCALE="@comment " LOG="@comment " -.else -PLIST_SUB+= COROUTINE="" CONTEXT="" LOCALE="" LOG="" -.endif BROKEN_aarch64= Fails to compile: multiple instances of error: platform not supported Modified: head/devel/boost-libs/pkg-plist ============================================================================== --- head/devel/boost-libs/pkg-plist Wed Nov 23 12:43:13 2016 (r426903) +++ head/devel/boost-libs/pkg-plist Wed Nov 23 12:43:25 2016 (r426904) @@ -9927,14 +9927,14 @@ lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_chrono.so.%%COMPAT_LIB_VER%% -%%CONTEXT%%lib/libboost_context.a -%%CONTEXT%%lib/libboost_context.so -%%CONTEXT%%lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% -%%CONTEXT%%lib/libboost_context.so.%%COMPAT_LIB_VER%% -%%COROUTINE%%lib/libboost_coroutine.a -%%COROUTINE%%lib/libboost_coroutine.so -%%COROUTINE%%lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% -%%COROUTINE%%lib/libboost_coroutine.so.%%COMPAT_LIB_VER%% +lib/libboost_context.a +lib/libboost_context.so +lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_context.so.%%COMPAT_LIB_VER%% +lib/libboost_coroutine.a +lib/libboost_coroutine.so +lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_coroutine.so.%%COMPAT_LIB_VER%% lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% @@ -9952,18 +9952,18 @@ lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_iostreams.so.%%COMPAT_LIB_VER%% -%%LOCALE%%lib/libboost_locale.a -%%LOCALE%%lib/libboost_locale.so -%%LOCALE%%lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% -%%LOCALE%%lib/libboost_locale.so.%%COMPAT_LIB_VER%% -%%LOG%%lib/libboost_log.a -%%LOG%%lib/libboost_log.so -%%LOG%%lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% -%%LOG%%lib/libboost_log.so.%%COMPAT_LIB_VER%% -%%LOG%%lib/libboost_log_setup.a -%%LOG%%lib/libboost_log_setup.so -%%LOG%%lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% -%%LOG%%lib/libboost_log_setup.so.%%COMPAT_LIB_VER%% +lib/libboost_locale.a +lib/libboost_locale.so +lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_locale.so.%%COMPAT_LIB_VER%% +lib/libboost_log.a +lib/libboost_log.so +lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_log.so.%%COMPAT_LIB_VER%% +lib/libboost_log_setup.a +lib/libboost_log_setup.so +lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_log_setup.so.%%COMPAT_LIB_VER%% lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.%%BOOST_SHARED_LIB_VER%% From owner-svn-ports-all@freebsd.org Wed Nov 23 12:43: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 8E2C3C4F6E0; Wed, 23 Nov 2016 12:43:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B5341BB9; Wed, 23 Nov 2016 12:43: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 uANChbMb027031; Wed, 23 Nov 2016 12:43:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANChbwa027026; Wed, 23 Nov 2016 12:43:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231243.uANChbwa027026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426905 - in head/devel: boost-all boost-libs boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:43:38 -0000 Author: jbeich Date: Wed Nov 23 12:43:36 2016 New Revision: 426905 URL: https://svnweb.freebsd.org/changeset/ports/426905 Log: devel/boost-libs: drop compat links after r322328 PR: 199601 Suggested by: bapt Exp-run by: antoine Modified: head/devel/boost-all/compiled.mk head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-libs/pkg-plist (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) head/devel/boost-python-libs/pkg-plist (contents, props changed) Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Wed Nov 23 12:43:25 2016 (r426904) +++ head/devel/boost-all/compiled.mk Wed Nov 23 12:43:36 2016 (r426905) @@ -3,7 +3,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message BJAM= bjam USES+= compiler:c++11-lang -PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} COMPAT_LIB_VER=5 +PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Wed Nov 23 12:43:25 2016 (r426904) +++ head/devel/boost-libs/Makefile Wed Nov 23 12:43:36 2016 (r426905) @@ -33,9 +33,6 @@ BROKEN_aarch64= Fails to compile: multi do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage - #Compatibility layer to avoid rebuilding everything this time - @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: @cd ${WRKSRC} && \ Modified: head/devel/boost-libs/pkg-plist ============================================================================== --- head/devel/boost-libs/pkg-plist Wed Nov 23 12:43:25 2016 (r426904) +++ head/devel/boost-libs/pkg-plist Wed Nov 23 12:43:36 2016 (r426905) @@ -9922,110 +9922,83 @@ include/boost/xpressive/xpressive_typeof lib/libboost_atomic.a lib/libboost_atomic.so lib/libboost_atomic.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_atomic.so.%%COMPAT_LIB_VER%% lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_chrono.so.%%COMPAT_LIB_VER%% lib/libboost_context.a lib/libboost_context.so lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_context.so.%%COMPAT_LIB_VER%% lib/libboost_coroutine.a lib/libboost_coroutine.so lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_coroutine.so.%%COMPAT_LIB_VER%% lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_date_time.so.%%COMPAT_LIB_VER%% lib/libboost_exception.a lib/libboost_filesystem.a lib/libboost_filesystem.so lib/libboost_filesystem.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_filesystem.so.%%COMPAT_LIB_VER%% lib/libboost_graph.a lib/libboost_graph.so lib/libboost_graph.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_graph.so.%%COMPAT_LIB_VER%% lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_iostreams.so.%%COMPAT_LIB_VER%% lib/libboost_locale.a lib/libboost_locale.so lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_locale.so.%%COMPAT_LIB_VER%% lib/libboost_log.a lib/libboost_log.so lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_log.so.%%COMPAT_LIB_VER%% lib/libboost_log_setup.a lib/libboost_log_setup.so lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_log_setup.so.%%COMPAT_LIB_VER%% lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_c99.so.%%COMPAT_LIB_VER%% lib/libboost_math_c99f.a lib/libboost_math_c99f.so lib/libboost_math_c99f.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_c99f.so.%%COMPAT_LIB_VER%% lib/libboost_math_tr1.a lib/libboost_math_tr1.so lib/libboost_math_tr1.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_tr1.so.%%COMPAT_LIB_VER%% lib/libboost_math_tr1f.a lib/libboost_math_tr1f.so lib/libboost_math_tr1f.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_tr1f.so.%%COMPAT_LIB_VER%% lib/libboost_prg_exec_monitor.a lib/libboost_prg_exec_monitor.so lib/libboost_prg_exec_monitor.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_prg_exec_monitor.so.%%COMPAT_LIB_VER%% lib/libboost_program_options.a lib/libboost_program_options.so lib/libboost_program_options.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_program_options.so.%%COMPAT_LIB_VER%% lib/libboost_random.a lib/libboost_random.so lib/libboost_random.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_random.so.%%COMPAT_LIB_VER%% lib/libboost_regex.a lib/libboost_regex.so lib/libboost_regex.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_regex.so.%%COMPAT_LIB_VER%% lib/libboost_serialization.a lib/libboost_serialization.so lib/libboost_serialization.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_serialization.so.%%COMPAT_LIB_VER%% lib/libboost_signals.a lib/libboost_signals.so lib/libboost_signals.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_signals.so.%%COMPAT_LIB_VER%% lib/libboost_system.a lib/libboost_system.so lib/libboost_system.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_system.so.%%COMPAT_LIB_VER%% lib/libboost_test_exec_monitor.a lib/libboost_thread.a lib/libboost_thread.so lib/libboost_thread.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_thread.so.%%COMPAT_LIB_VER%% lib/libboost_timer.a lib/libboost_timer.so lib/libboost_timer.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_timer.so.%%COMPAT_LIB_VER%% lib/libboost_unit_test_framework.a lib/libboost_unit_test_framework.so lib/libboost_unit_test_framework.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_unit_test_framework.so.%%COMPAT_LIB_VER%% lib/libboost_wave.a lib/libboost_wave.so lib/libboost_wave.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_wave.so.%%COMPAT_LIB_VER%% lib/libboost_wserialization.a lib/libboost_wserialization.so lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_wserialization.so.%%COMPAT_LIB_VER%% Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Wed Nov 23 12:43:25 2016 (r426904) +++ head/devel/boost-python-libs/Makefile Wed Nov 23 12:43:36 2016 (r426905) @@ -26,9 +26,6 @@ do-build: # build the library @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage -# do not break compat yet - @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${STAGEDIR}${PREFIX}/lib Modified: head/devel/boost-python-libs/pkg-plist ============================================================================== --- head/devel/boost-python-libs/pkg-plist Wed Nov 23 12:43:25 2016 (r426904) +++ head/devel/boost-python-libs/pkg-plist Wed Nov 23 12:43:36 2016 (r426905) @@ -1,4 +1,3 @@ lib/libboost_python.a lib/libboost_python.so -lib/libboost_python.so.%%COMPAT_LIB_VER%% lib/libboost_python.so.%%BOOST_SHARED_LIB_VER%% From owner-svn-ports-all@freebsd.org Wed Nov 23 12:43: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 85EFEC4F73A; Wed, 23 Nov 2016 12:43:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 606261CA7; Wed, 23 Nov 2016 12:43:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANChnMn027214; Wed, 23 Nov 2016 12:43:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANChn55027210; Wed, 23 Nov 2016 12:43:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231243.uANChn55027210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426906 - in head/devel: boost-all boost-jam boost-libs boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:43:50 -0000 Author: jbeich Date: Wed Nov 23 12:43:49 2016 New Revision: 426906 URL: https://svnweb.freebsd.org/changeset/ports/426906 Log: devel/boost-*: better integrate with Mk/* PR: 199601 Submitted by: bapt (based on) Exp-run by: antoine Modified: head/devel/boost-all/compiled.mk head/devel/boost-jam/Makefile (contents, props changed) head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Wed Nov 23 12:43:36 2016 (r426905) +++ head/devel/boost-all/compiled.mk Wed Nov 23 12:43:49 2016 (r426906) @@ -1,6 +1,9 @@ USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message -BJAM= bjam +MAKE_CMD= bjam +MAKEFILE= # +MAKE_FLAGS= # +ALL_TARGET= stage USES+= compiler:c++11-lang PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} @@ -8,28 +11,26 @@ PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTV PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python -BJAM_ARGS= --layout=system \ +MAKE_ARGS= --layout=system \ --prefix=${PREFIX} \ -d2 # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case # of gcc/g++): -BJAM_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" +MAKE_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" -BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE} - -BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \ +MAKE_ARGS+= --toolset=${CHOSEN_COMPILER_TYPE} \ ${_MAKE_JOBS} -DEBUG_VARS= BJAM_ARGS+=debug -DEBUG_VARS_OFF= BJAM_ARGS+=release +DEBUG_MAKE_ARGS= debug +DEBUG_MAKE_ARGS_OFF= release -BJAM_ARGS+= threading=multi \ +MAKE_ARGS+= threading=multi \ link=shared,static -BJAM_ARGS+= optimization=speed -OPTIMIZED_CFLAGS_VARS= BJAM_ARGS+=inlining=full +MAKE_ARGS+= optimization=speed +OPTIMIZED_CFLAGS_MAKE_ARGS= inlining=full # ccache build fails when using precompiled headers, on a cached build. .if defined(WITH_CCACHE_BUILD) @@ -38,7 +39,7 @@ BJAM_ARGS+= pch=off post-patch: .if defined(USE_BINUTILS) - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/v2/user-config.jam .else - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam .endif Modified: head/devel/boost-jam/Makefile ============================================================================== --- head/devel/boost-jam/Makefile Wed Nov 23 12:43:36 2016 (r426905) +++ head/devel/boost-jam/Makefile Wed Nov 23 12:43:49 2016 (r426906) @@ -6,17 +6,20 @@ COMMENT= Build tool from the boost.org PLIST_FILES= bin/bjam -EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine +EXTRACT_AFTER_ARGS= ${DISTNAME}/${WRKSRC_SUBDIR} +MAKE_CMD= ./build.sh +ALL_TARGET= cc +MAKE_FLAGS= # +_MAKE_JOBS= # +MAKEFILE= # -.include "${.CURDIR}/../boost-all/common.mk" +WRKSRC_SUBDIR= tools/build/v2/engine -do-build: - cd ${WRKSRC}/tools/build/v2/engine && \ - ${MAKE_ENV} ./build.sh cc +.include "${.CURDIR}/../boost-all/common.mk" do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/bjam \ ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Wed Nov 23 12:43:36 2016 (r426905) +++ head/devel/boost-libs/Makefile Wed Nov 23 12:43:49 2016 (r426906) @@ -16,27 +16,24 @@ ICONV_DESC= Boost.Locale with iconv enc ICU_DESC= Boost.Regex/Locale with ICU unicode support ICONV_USES= iconv -ICONV_VARS= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} -ICONV_VARS_OFF= BJAM_ARGS+=boost.locale.iconv=off +ICONV_MAKE_ARGS= -sICONV_PATH=${ICONV_PREFIX} +ICONV_MAKE_ARGS_OFF= boost.locale.iconv=off ICU_LIB_DEPENDS= libicuuc.so:devel/icu -ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} -ICU_VARS_OFF= BJAM_ARGS+=boost.locale.icu=off +ICU_MAKE_ARGS= -sICU_PATH=${LOCALBASE} +ICU_MAKE_ARGS_OFF= boost.locale.icu=off .include "${.CURDIR}/../boost-all/common.mk" .include "${.CURDIR}/../boost-all/compiled.mk" -BJAM_ARGS+= --without-python - BROKEN_aarch64= Fails to compile: multiple instances of error: platform not supported -do-build: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage +MAKE_ARGS+= --without-python +ALL_TARGET= stage do-install: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_ARGS:NDESTDIR=*:S,^--prefix=,&${STAGEDIR},} ${INSTALL_TARGET} # For some reasons BJAM forget about the links @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Wed Nov 23 12:43:36 2016 (r426905) +++ head/devel/boost-python-libs/Makefile Wed Nov 23 12:43:49 2016 (r426906) @@ -18,14 +18,13 @@ MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_LIB_PATH="${PYTHON_LIBDIR}" LIB_DEPENDS+= libboost_thread.so:devel/boost-libs +MAKE_ARGS+= --with-python +ALL_TARGET= stage -BUILD_DEPENDS+= ${BJAM}:devel/boost-jam +BUILD_DEPENDS+= bjam:devel/boost-jam -do-build: +pre-build: @${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam -# build the library - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage do-install: @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${STAGEDIR}${PREFIX}/lib From owner-svn-ports-all@freebsd.org Wed Nov 23 12:44: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 3451FC4F7CB; Wed, 23 Nov 2016 12:44: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 DB3111E0E; Wed, 23 Nov 2016 12:44:39 +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 uANCidOV027436; Wed, 23 Nov 2016 12:44:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCicO7027432; Wed, 23 Nov 2016 12:44:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611231244.uANCicO7027432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 23 Nov 2016 12:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426907 - in head/sysutils: . ttyd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 12:44:40 -0000 Author: bapt Date: Wed Nov 23 12:44:38 2016 New Revision: 426907 URL: https://svnweb.freebsd.org/changeset/ports/426907 Log: Add ttyd: ttyd is a simple command-line tool for sharing terminal over the web, inspired by GoTTY. WWW: https://www.github.com/tsl0922/ttyd PR: 213503 Submitted by: Neel Chauhan Added: head/sysutils/ttyd/ head/sysutils/ttyd/Makefile (contents, props changed) head/sysutils/ttyd/distinfo (contents, props changed) head/sysutils/ttyd/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Nov 23 12:43:49 2016 (r426906) +++ head/sysutils/Makefile Wed Nov 23 12:44:38 2016 (r426907) @@ -1116,6 +1116,7 @@ SUBDIR += tren SUBDIR += ts SUBDIR += tss + SUBDIR += ttyd SUBDIR += tty-clock SUBDIR += ttyload SUBDIR += tuptime Added: head/sysutils/ttyd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ttyd/Makefile Wed Nov 23 12:44:38 2016 (r426907) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ttyd +PORTVERSION= 1.2.0 +CATEGORIES= sysutils + +MAINTAINER= neel@neelc.org +COMMENT= Program to share your terminal over the web + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= xxd:editors/vim-lite +LIB_DEPENDS= libjson-c.so:devel/json-c \ + libwebsockets.so:net/libwebsockets + +USE_GITHUB= yes +GH_ACCOUNT= tsl0922 + +USES= cmake pkgconfig ssl +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ttyd ${STAGEDIR}${PREFIX}/bin + +.include Added: head/sysutils/ttyd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ttyd/distinfo Wed Nov 23 12:44:38 2016 (r426907) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479470581 +SHA256 (tsl0922-ttyd-1.2.0_GH0.tar.gz) = 00f8399a1045057a55a5a5dd2540bfbf39df972ad0c1c2a9e3bc94574514c9bd +SIZE (tsl0922-ttyd-1.2.0_GH0.tar.gz) = 177550 Added: head/sysutils/ttyd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ttyd/pkg-descr Wed Nov 23 12:44:38 2016 (r426907) @@ -0,0 +1,4 @@ +ttyd is a simple command-line tool for sharing terminal over the web, inspired +by GoTTY. + +WWW: https://www.github.com/tsl0922/ttyd From owner-svn-ports-all@freebsd.org Wed Nov 23 12:45: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 CA674C4F877; Wed, 23 Nov 2016 12:45:54 +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 748BD1F9C; Wed, 23 Nov 2016 12:45:54 +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 uANCjrIY034755; Wed, 23 Nov 2016 12:45:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCjl2C034691; Wed, 23 Nov 2016 12:45:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231245.uANCjl2C034691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426908 - in head: archivers/innoextract archivers/tardy astro/libkgeomap astro/osmium audio/ardour audio/clementine-player audio/cpp-xmms2 audio/csound6 audio/mp3plot audio/mumble audi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:45:54 -0000 Author: jbeich Date: Wed Nov 23 12:45:46 2016 New Revision: 426908 URL: https://svnweb.freebsd.org/changeset/ports/426908 Log: devel/boost-*: update to 1.62.0 - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Added: head/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp (contents, props changed) head/devel/boost-libs/files/patch-boost_math_tools_config.hpp (contents, props changed) head/devel/boost-libs/files/patch-boost_math_tools_tuple.hpp (contents, props changed) head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam (contents, props changed) - copied, changed from r426906, head/devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam head/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam (contents, props changed) Deleted: head/devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang head/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df head/devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 head/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab head/devel/boost-libs/files/patch-bae401b1eb0594932c4e780d496cba852c23b75f head/devel/boost-libs/files/patch-boost-filesystem-str_runtime head/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp head/devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp head/devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp head/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 head/devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp head/devel/boost-libs/files/patch-boost__multi_array__base.hpp head/devel/boost-libs/files/patch-boost__predef__os__bsd.h head/devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h head/devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h head/devel/boost-libs/files/patch-boost__predef__os__bsd__free.h head/devel/boost-libs/files/patch-boost__predef__os__bsd__net.h head/devel/boost-libs/files/patch-boost__predef__os__bsd__open.h head/devel/boost-libs/files/patch-boost__predef__os__macos.h head/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp head/devel/boost-libs/files/patch-boost_static__assert.hpp head/devel/boost-libs/files/patch-boost_thread_pthread_once.hpp head/devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp head/devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 head/devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam Modified: head/archivers/innoextract/Makefile (contents, props changed) head/archivers/tardy/Makefile (contents, props changed) head/astro/libkgeomap/Makefile (contents, props changed) head/astro/osmium/Makefile (contents, props changed) head/audio/ardour/Makefile (contents, props changed) head/audio/clementine-player/Makefile (contents, props changed) head/audio/cpp-xmms2/Makefile (contents, props changed) head/audio/csound6/Makefile (contents, props changed) head/audio/mp3plot/Makefile (contents, props changed) head/audio/mumble/Makefile (contents, props changed) head/audio/murmur/Makefile (contents, props changed) head/audio/musicpd/Makefile (contents, props changed) head/audio/ncmpcpp/Makefile (contents, props changed) head/audio/patchage/Makefile (contents, props changed) head/audio/pms/Makefile (contents, props changed) head/audio/py-tagpy/Makefile (contents, props changed) head/audio/raul/Makefile (contents, props changed) head/audio/tomahawk/Makefile (contents, props changed) head/biology/seqan-apps/Makefile (contents, props changed) head/cad/freecad/Makefile (contents, props changed) head/cad/fritzing/Makefile (contents, props changed) head/cad/kicad-devel/Makefile (contents, props changed) head/cad/kicad/Makefile (contents, props changed) head/cad/librecad/Makefile (contents, props changed) head/cad/linuxcnc-devel/Makefile (contents, props changed) head/cad/openscad/Makefile (contents, props changed) head/chinese/librime/Makefile (contents, props changed) head/comms/fldigi/Makefile (contents, props changed) head/comms/gnuradio/Makefile (contents, props changed) head/comms/gqrx/Makefile (contents, props changed) head/comms/gr-osmosdr/Makefile (contents, props changed) head/comms/uhd/Makefile (contents, props changed) head/comms/usrp/Makefile (contents, props changed) head/converters/osm2pgsql/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/galera/Makefile (contents, props changed) head/databases/glom/Makefile (contents, props changed) head/databases/hamsterdb/Makefile (contents, props changed) head/databases/mariadb100-server/Makefile (contents, props changed) head/databases/mariadb101-server/Makefile (contents, props changed) head/databases/mariadb55-server/Makefile (contents, props changed) head/databases/mysql-connector-c++/Makefile (contents, props changed) head/databases/pgrouting/Makefile (contents, props changed) head/databases/php5-pdo_cassandra/Makefile (contents, props changed) head/databases/sfcgal/Makefile (contents, props changed) head/databases/soci/Makefile (contents, props changed) head/databases/speedtables/Makefile (contents, props changed) head/databases/vsqlite/Makefile (contents, props changed) head/deskutils/easystroke/Makefile (contents, props changed) head/deskutils/gnote/Makefile (contents, props changed) head/deskutils/kdepim4-runtime/Makefile (contents, props changed) head/deskutils/kdepim4/Makefile (contents, props changed) head/deskutils/kdepimlibs4/Makefile (contents, props changed) head/deskutils/launchy/Makefile (contents, props changed) head/deskutils/pinot/Makefile (contents, props changed) head/devel/avro-cpp/Makefile (contents, props changed) head/devel/boost-all/common.mk head/devel/boost-all/compiled.mk head/devel/boost-docs/distinfo (contents, props changed) head/devel/boost-docs/pkg-plist (contents, props changed) head/devel/boost-jam/Makefile (contents, props changed) head/devel/boost-jam/distinfo (contents, props changed) head/devel/boost-libs/Makefile (contents, props changed) head/devel/boost-libs/distinfo (contents, props changed) head/devel/boost-libs/pkg-plist (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) head/devel/boost-python-libs/distinfo (contents, props changed) head/devel/boost_build/Makefile (contents, props changed) head/devel/codeblocks/Makefile (contents, props changed) head/devel/cpp-netlib/Makefile (contents, props changed) head/devel/eblob/Makefile (contents, props changed) head/devel/edb/Makefile (contents, props changed) head/devel/gearmand-devel/Makefile (contents, props changed) head/devel/gearmand/Makefile (contents, props changed) head/devel/guiloader-c++/Makefile (contents, props changed) head/devel/kdevplatform/Makefile (contents, props changed) head/devel/libarea/Makefile (contents, props changed) head/devel/libclaw/Makefile (contents, props changed) head/devel/libcutl/Makefile (contents, props changed) head/devel/libflatarray/Makefile (contents, props changed) head/devel/libftdi/Makefile (contents, props changed) head/devel/libftdi1/Makefile (contents, props changed) head/devel/libiqxmlrpc/Makefile (contents, props changed) head/devel/libkolab/Makefile (contents, props changed) head/devel/liblas/Makefile (contents, props changed) head/devel/libopkele/Makefile (contents, props changed) head/devel/liborcus/Makefile (contents, props changed) head/devel/liborcus07/Makefile (contents, props changed) head/devel/log4cxx/Makefile (contents, props changed) head/devel/love07/Makefile (contents, props changed) head/devel/love08/Makefile (contents, props changed) head/devel/love5/Makefile (contents, props changed) head/devel/luabind/Makefile (contents, props changed) head/devel/mongo-cxx-driver/Makefile (contents, props changed) head/devel/monotone/Makefile (contents, props changed) head/devel/msp430-debug-stack/Makefile (contents, props changed) head/devel/py-pyopencl/Makefile (contents, props changed) head/devel/rlvm/Makefile (contents, props changed) head/devel/sdts++/Makefile (contents, props changed) head/devel/simgear/Makefile (contents, props changed) head/devel/smack/Makefile (contents, props changed) head/devel/srecord/Makefile (contents, props changed) head/devel/subcommander2/Makefile (contents, props changed) head/devel/synfig/Makefile (contents, props changed) head/devel/thrift-cpp/Makefile (contents, props changed) head/devel/uatraits/Makefile (contents, props changed) head/devel/umbrello/Makefile (contents, props changed) head/devel/vera++/Makefile (contents, props changed) head/devel/xmltooling/Makefile (contents, props changed) head/devel/yaml-cpp/Makefile (contents, props changed) head/dns/dnsdist/Makefile (contents, props changed) head/dns/powerdns-recursor/Makefile (contents, props changed) head/dns/powerdns/Makefile (contents, props changed) head/editors/abiword/Makefile (contents, props changed) head/editors/calligra/Makefile (contents, props changed) head/editors/libreoffice/Makefile.common (contents, props changed) head/editors/libreoffice4/Makefile (contents, props changed) head/editors/madedit/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/editors/pdfedit/Makefile (contents, props changed) head/editors/poedit/Makefile (contents, props changed) head/editors/xmlcopyeditor/Makefile (contents, props changed) head/emulators/mupen64plus-video-glide64mk2/Makefile (contents, props changed) head/finance/kmymoney-kde4/Makefile (contents, props changed) head/finance/ledger/Makefile (contents, props changed) head/finance/moneymanagerex/Makefile (contents, props changed) head/ftp/curlpp/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/alephone/Makefile (contents, props changed) head/games/allacrost/Makefile (contents, props changed) head/games/arx-libertatis/Makefile (contents, props changed) head/games/asc/Makefile (contents, props changed) head/games/bastet/Makefile (contents, props changed) head/games/blobby/Makefile (contents, props changed) head/games/burrtools/Makefile (contents, props changed) head/games/easyrpg-player/Makefile (contents, props changed) head/games/ember/Makefile (contents, props changed) head/games/fishsupper/Makefile (contents, props changed) head/games/flightgear/Makefile (contents, props changed) head/games/flyhard/Makefile (contents, props changed) head/games/frogatto/Makefile (contents, props changed) head/games/galaxyhack/Makefile (contents, props changed) head/games/glob2/Makefile (contents, props changed) head/games/lander/Makefile (contents, props changed) head/games/mkhexgrid/Makefile (contents, props changed) head/games/openclonk/Makefile (contents, props changed) head/games/openlierox/Makefile (contents, props changed) head/games/openmw/Makefile (contents, props changed) head/games/openyahtzee/Makefile (contents, props changed) head/games/pingus/Makefile (contents, props changed) head/games/plee-the-bear/Makefile (contents, props changed) head/games/pokerth/Makefile (contents, props changed) head/games/py-fife/Makefile (contents, props changed) head/games/scummvm-tools/Makefile (contents, props changed) head/games/spring/Makefile (contents, props changed) head/games/springlobby/Makefile (contents, props changed) head/games/supertux2/Makefile (contents, props changed) head/games/traingame/Makefile (contents, props changed) head/games/valyriatear/Makefile (contents, props changed) head/games/vamos/Makefile (contents, props changed) head/games/vegastrike/Makefile (contents, props changed) head/games/violetland/Makefile (contents, props changed) head/games/wesnoth/Makefile (contents, props changed) head/games/widelands/Makefile (contents, props changed) head/graphics/agave/Makefile (contents, props changed) head/graphics/alembic/Makefile (contents, props changed) head/graphics/appleseed/Makefile (contents, props changed) head/graphics/aqsis/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/cegui/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile (contents, props changed) head/graphics/enblend/Makefile (contents, props changed) head/graphics/evolvotron/Makefile (contents, props changed) head/graphics/fracplanet/Makefile (contents, props changed) head/graphics/gnash/Makefile (contents, props changed) head/graphics/gource/Makefile (contents, props changed) head/graphics/gsculpt/Makefile (contents, props changed) head/graphics/hugin/Makefile (contents, props changed) head/graphics/inkscape/Makefile (contents, props changed) head/graphics/kipi-plugin-gpssync/Makefile (contents, props changed) head/graphics/libcdr01/Makefile (contents, props changed) head/graphics/libetonyek01/Makefile (contents, props changed) head/graphics/libgltf/Makefile (contents, props changed) head/graphics/libopenraw/Makefile (contents, props changed) head/graphics/luminance-qt5/Makefile (contents, props changed) head/graphics/luminance/Makefile (contents, props changed) head/graphics/luxrender/Makefile (contents, props changed) head/graphics/mapnik/Makefile (contents, props changed) head/graphics/mitsuba/Makefile (contents, props changed) head/graphics/ogre3d/Makefile (contents, props changed) head/graphics/openimageio/Makefile (contents, props changed) head/graphics/openshadinglanguage/Makefile (contents, props changed) head/graphics/panomatic/Makefile (contents, props changed) head/graphics/povray37/Makefile (contents, props changed) head/graphics/py-exiv2/Makefile (contents, props changed) head/graphics/scantailor/Makefile (contents, props changed) head/graphics/vigra/Makefile (contents, props changed) head/irc/ezbounce/Makefile (contents, props changed) head/lang/sdcc-devel/Makefile (contents, props changed) head/lang/sdcc/Makefile (contents, props changed) head/mail/libmapi/Makefile (contents, props changed) head/math/armadillo/Makefile (contents, props changed) head/math/aspcud/Makefile (contents, props changed) head/math/cadabra2/Makefile (contents, props changed) head/math/carve/Makefile (contents, props changed) head/math/cgal/Makefile (contents, props changed) head/math/clblas/Makefile (contents, props changed) head/math/cryptominisat/Makefile (contents, props changed) head/math/dynare/Makefile (contents, props changed) head/math/fityk/Makefile (contents, props changed) head/math/freemat/Makefile (contents, props changed) head/math/kig/Makefile (contents, props changed) head/math/liborigin/Makefile (contents, props changed) head/math/mosesdecoder/Makefile (contents, props changed) head/math/pdal/Makefile (contents, props changed) head/math/rocs/Makefile (contents, props changed) head/math/stp/Makefile (contents, props changed) head/math/ufc/Makefile (contents, props changed) head/math/vowpal_wabbit/Makefile (contents, props changed) head/misc/artikulate/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/multimedia/bombono/Makefile (contents, props changed) head/multimedia/cclive/Makefile (contents, props changed) head/multimedia/flvtool++/Makefile (contents, props changed) head/multimedia/gstreamer-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt5/Makefile (contents, props changed) head/multimedia/kodi/Makefile (contents, props changed) head/multimedia/miro/Makefile (contents, props changed) head/multimedia/mkvtoolnix/Makefile (contents, props changed) head/multimedia/omxplayer/Makefile (contents, props changed) head/multimedia/plexhometheater/Makefile (contents, props changed) head/multimedia/vdr-plugin-upnp/Makefile (contents, props changed) head/net-im/ekiga/Makefile (contents, props changed) head/net-im/licq-icq/Makefile (contents, props changed) head/net-im/licq-jabber/Makefile (contents, props changed) head/net-im/licq-msn/Makefile (contents, props changed) head/net-im/licq-osd/Makefile (contents, props changed) head/net-im/licq-qt-gui/Makefile (contents, props changed) head/net-im/licq/Makefile (contents, props changed) head/net-mgmt/fastnetmon/Makefile (contents, props changed) head/net-mgmt/icinga2/Makefile (contents, props changed) head/net-p2p/bitcoin-daemon/Makefile (contents, props changed) head/net-p2p/bitcoin-utils/Makefile (contents, props changed) head/net-p2p/bitcoin/Makefile (contents, props changed) head/net-p2p/digitalcoin/Makefile (contents, props changed) head/net-p2p/dogecoin/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-lib/Makefile (contents, props changed) head/net-p2p/ktorrent/Makefile (contents, props changed) head/net-p2p/libktorrent/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar-python/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar/Makefile (contents, props changed) head/net-p2p/linuxdcpp/Makefile (contents, props changed) head/net-p2p/litecoin/Makefile (contents, props changed) head/net-p2p/namecoin/Makefile (contents, props changed) head/net-p2p/qbittorrent/Makefile (contents, props changed) head/net-p2p/twister/Makefile (contents, props changed) head/net-p2p/zetacoin/Makefile (contents, props changed) head/net/asio/Makefile (contents, props changed) head/net/cyphesis/Makefile (contents, props changed) head/net/grive/Makefile (contents, props changed) head/net/grive2/Makefile (contents, props changed) head/net/kdenetwork4-strigi-analyzers/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/kget/Makefile (contents, props changed) head/net/libcmis/Makefile (contents, props changed) head/net/pktanon/Makefile (contents, props changed) head/net/scribe/Makefile (contents, props changed) head/net/tcpflow/Makefile (contents, props changed) head/net/xorp/Makefile (contents, props changed) head/print/libmspub01/Makefile (contents, props changed) head/print/libpagemaker/Makefile (contents, props changed) head/print/lyx/Makefile (contents, props changed) head/print/pdfcube/Makefile (contents, props changed) head/print/scribus/Makefile (contents, props changed) head/science/avogadro/Makefile (contents, props changed) head/science/bddsolve/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-postgresql/Makefile (contents, props changed) head/science/orthanc-webviewer/Makefile (contents, props changed) head/science/orthanc/Makefile (contents, props changed) head/science/pulseview/Makefile (contents, props changed) head/security/botan110/Makefile (contents, props changed) head/security/clamfs/Makefile (contents, props changed) head/security/i2pd/Makefile (contents, props changed) head/security/opensaml2/Makefile (contents, props changed) head/security/quantis/Makefile (contents, props changed) head/security/shibboleth2-sp/Makefile (contents, props changed) head/security/spass/Makefile (contents, props changed) head/sysutils/condor/Makefile (contents, props changed) head/sysutils/facter/Makefile (contents, props changed) head/sysutils/freefilesync/Makefile (contents, props changed) head/sysutils/fusefs-encfs/Makefile (contents, props changed) head/sysutils/kf5-kwallet/Makefile (contents, props changed) head/sysutils/ori/Makefile (contents, props changed) head/sysutils/osquery/Makefile (contents, props changed) head/textproc/clucene/Makefile (contents, props changed) head/textproc/highlight/Makefile (contents, props changed) head/textproc/kenlm/Makefile (contents, props changed) head/textproc/libabw/Makefile (contents, props changed) head/textproc/libe-book/Makefile (contents, props changed) head/textproc/libkolabxml/Makefile (contents, props changed) head/textproc/libmwaw03/Makefile (contents, props changed) head/textproc/libodfgen01/Makefile (contents, props changed) head/textproc/librevenge/Makefile (contents, props changed) head/textproc/libvisio01/Makefile (contents, props changed) head/textproc/libwps/Makefile (contents, props changed) head/textproc/libwps03/Makefile (contents, props changed) head/textproc/luceneplusplus/Makefile (contents, props changed) head/textproc/randlm/Makefile (contents, props changed) head/textproc/source-highlight/Makefile (contents, props changed) head/textproc/xmlwrapp/Makefile (contents, props changed) head/www/anyterm/Makefile (contents, props changed) head/www/domoticz/Makefile (contents, props changed) head/www/kdewebdev4/Makefile (contents, props changed) head/www/nghttp2/Makefile (contents, props changed) head/www/wt/Makefile (contents, props changed) head/x11-toolkits/flowcanvas/Makefile (contents, props changed) head/x11/kde4-workspace/Makefile (contents, props changed) head/x11/kf5-kactivities/Makefile (contents, props changed) head/x11/leechcraft/Makefile (contents, props changed) Modified: head/archivers/innoextract/Makefile ============================================================================== --- head/archivers/innoextract/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/archivers/innoextract/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/archivers/tardy/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/astro/libkgeomap/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,6 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/astro/osmium/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/ardour/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/clementine-player/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/cpp-xmms2/Makefile ============================================================================== --- head/audio/cpp-xmms2/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/cpp-xmms2/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -1,7 +1,7 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio PKGNAMEPREFIX= cpp- Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/csound6/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/mp3plot/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/mumble/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/murmur/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/musicpd/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.19.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/ncmpcpp/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/patchage/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ Modified: head/audio/pms/Makefile ============================================================================== --- head/audio/pms/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/pms/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/py-tagpy/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/raul/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/audio/tomahawk/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/biology/seqan-apps/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,6 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/freecad/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20161104 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org Modified: head/cad/fritzing/Makefile ============================================================================== --- head/cad/fritzing/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/fritzing/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \ https://github.com/fritzing/fritzing-parts/archive/:parts Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/kicad-devel/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/kicad/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/librecad/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,6 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org Modified: head/cad/linuxcnc-devel/Makefile ============================================================================== --- head/cad/linuxcnc-devel/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/linuxcnc-devel/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= linuxcnc-devel PORTVERSION= 20160626 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= trasz@FreeBSD.org Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/cad/openscad/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/chinese/librime/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,6 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- +PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/comms/fldigi/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 3.23.15 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/comms/gnuradio/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/comms/gqrx/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -5,6 +5,7 @@ PORTNAME= gqrx PORTVERSION= 2.6 PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/comms/gr-osmosdr/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20150716 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/comms/uhd/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} Modified: head/comms/usrp/Makefile ============================================================================== --- head/comms/usrp/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/comms/usrp/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/converters/osm2pgsql/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.87.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/akonadi/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= akonadi PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/galera/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,7 +4,7 @@ PORTNAME= galera PORTVERSION= 25.3.5 DISTVERSIONSUFFIX= -src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= https://launchpadlibrarian.net/170877450/ Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/glom/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/hamsterdb/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= hamsterdb PORTVERSION= 2.1.11 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/mariadb100-server/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/mariadb101-server/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,6 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.19 +PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/mariadb55-server/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: head/databases/mysql-connector-c++/Makefile ============================================================================== --- head/databases/mysql-connector-c++/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/mysql-connector-c++/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/pgrouting/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,6 +4,7 @@ PORTNAME= pgrouting PORTVERSION= 2.3.0 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/php5-pdo_cassandra/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases PKGNAMEPREFIX= php5- Modified: head/databases/sfcgal/Makefile ============================================================================== --- head/databases/sfcgal/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/sfcgal/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,6 +4,7 @@ PORTNAME= sfcgal PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases math graphics MAINTAINER= coder@tuxfamily.org Modified: head/databases/soci/Makefile ============================================================================== --- head/databases/soci/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/soci/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/speedtables/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -4,7 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/vsqlite/Makefile ============================================================================== --- head/databases/vsqlite/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/databases/vsqlite/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/easystroke/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= SF Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/gnote/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/kdepim4-runtime/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/kdepim4/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/kdepimlibs4/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/launchy/Makefile ============================================================================== --- head/deskutils/launchy/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/launchy/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/deskutils/pinot/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Wed Nov 23 12:44:38 2016 (r426907) +++ head/devel/avro-cpp/Makefile Wed Nov 23 12:45:46 2016 (r426908) @@ -3,6 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable Modified: head/devel/boost-all/common.mk ============================================================================== --- head/devel/boost-all/common.mk Wed Nov 23 12:44:38 2016 (r426907) +++ head/devel/boost-all/common.mk Wed Nov 23 12:45:46 2016 (r426908) @@ -1,5 +1,5 @@ -PORTVERSION= 1.55.0 +PORTVERSION= 1.62.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Wed Nov 23 12:44:38 2016 (r426907) +++ head/devel/boost-all/compiled.mk Wed Nov 23 12:45:46 2016 (r426908) @@ -4,7 +4,7 @@ MAKE_CMD= bjam MAKEFILE= # MAKE_FLAGS= # ALL_TARGET= stage -USES+= compiler:c++11-lang +USES+= compiler:features PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} @@ -33,13 +33,14 @@ MAKE_ARGS+= optimization=speed OPTIMIZED_CFLAGS_MAKE_ARGS= inlining=full # ccache build fails when using precompiled headers, on a cached build. -.if defined(WITH_CCACHE_BUILD) -BJAM_ARGS+= pch=off -.endif +# +# base gcc 4.2.1 fails when using precompiled headers on 11.0+ kernel. +# https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html +MAKE_ARGS+= pch=off post-patch: .if defined(USE_BINUTILS) - @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/src/user-config.jam .else - @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} ;" >> ${WRKSRC}/tools/build/src/user-config.jam .endif Modified: head/devel/boost-docs/distinfo ============================================================================== --- head/devel/boost-docs/distinfo Wed Nov 23 12:44:38 2016 (r426907) +++ head/devel/boost-docs/distinfo Wed Nov 23 12:45:46 2016 (r426908) @@ -1,2 +1,3 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +TIMESTAMP = 1474468398 +SHA256 (boost_1_62_0.tar.bz2) = 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 +SIZE (boost_1_62_0.tar.bz2) = 84513338 Modified: head/devel/boost-docs/pkg-plist ============================================================================== --- head/devel/boost-docs/pkg-plist Wed Nov 23 12:44:38 2016 (r426907) +++ head/devel/boost-docs/pkg-plist Wed Nov 23 12:45:46 2016 (r426908) @@ -1,18155 +1,23389 @@ -%%DOCSDIR%%/boost.css -%%DOCSDIR%%/boost.png -%%DOCSDIR%%/doc/html/Assignable.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_DEFINE_EXTRACTOR.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_GCC_VERSION.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_IGNORE_GLOBAL.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_ARGS.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_FEATURES.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST.html -%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT.html -%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS.html -%%DOCSDIR%%/doc/html/BOOST_CB_ENABLE_DEBUG.html -%%DOCSDIR%%/doc/html/BOOST_CB_IS_CONVERTIBLE.html -%%DOCSDIR%%/doc/html/BOOST_CB_STATIC_ASSERT.html -%%DOCSDIR%%/doc/html/BOOST_COPYABLE_AND_MOVABLE.html -%%DOCSDIR%%/doc/html/BOOST_COPY_ASSIGN_REF.html -%%DOCSDIR%%/doc/html/BOOST_FWD_REF.html -%%DOCSDIR%%/doc/html/BOOST_IS_MPI_DATATYPE.html -%%DOCSDIR%%/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html -%%DOCSDIR%%/doc/html/BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN.html -%%DOCSDIR%%/doc/html/BOOST_MPI_CALLING_CONVENTION.html -%%DOCSDIR%%/doc/html/BOOST_MPI_CHECK_RESULT.html -%%DOCSDIR%%/doc/html/BOOST_MPI_DECL.html -%%DOCSDIR%%/doc/html/BOOST_MPI_HAS_MEMORY_ALLOCATION.html -%%DOCSDIR%%/doc/html/BOOST_MPI_HAS_NOARG_INITIALIZATION.html -%%DOCSDIR%%/doc/html/BOOST_PARAMETER_NESTED_KEYWORD.html -%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_DECL.html -%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_VERSION.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_AUTO.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp67618120.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_BASIC_EXTENDS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_DEFINE_ENV_VAR.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_DEFINE_OPERATORS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_FUNCTION.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_SUBSCRIPT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_FUSION_V2.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_ITERATE.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_FUNCTION_CALL_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_LOGICAL_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_EX.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp67645672.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html -%%DOCSDIR%%/doc/html/BOOST_RV_REF.html -%%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG.html -%%DOCSDIR%%/doc/html/BOOST_RV_REF_END.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp22244312.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp53582936.html -%%DOCSDIR%%/doc/html/BOOST_TRIBOOL_THIRD_STATE.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_FREE.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_FUNCTIONS.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_TUPLE_SIZE.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MEMBER.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_CHECK_HOMOGENEOUS_UNITS.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp157812264.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_STATIC_CONSTANT.html -%%DOCSDIR%%/doc/html/BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_PARAMS.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_SHIFTED_PARAMS.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_LIMIT_TYPES.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_FULL_RECURSIVE_VARIANT_SUPPORT.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_REFERENCE_SUPPORT.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_TYPE_SEQUENCE_SUPPORT.html -%%DOCSDIR%%/doc/html/BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html -%%DOCSDIR%%/doc/html/BOOST_XPR_ENSURE_.html -%%DOCSDIR%%/doc/html/BidirectionalIterator.html -%%DOCSDIR%%/doc/html/CallableTransform.html -%%DOCSDIR%%/doc/html/CopyConstructible.html -%%DOCSDIR%%/doc/html/DefaultConstructible.html -%%DOCSDIR%%/doc/html/Domain.html -%%DOCSDIR%%/doc/html/EqualityComparable.html -%%DOCSDIR%%/doc/html/Expr.html -%%DOCSDIR%%/doc/html/ForwardIterator.html -%%DOCSDIR%%/doc/html/InputIterator.html -%%DOCSDIR%%/doc/html/LessThanComparable.html -%%DOCSDIR%%/doc/html/MPICH_IGNORE_CXX_SEEK.html -%%DOCSDIR%%/doc/html/ObjectTransform.html -%%DOCSDIR%%/doc/html/OutputIterator.html -%%DOCSDIR%%/doc/html/PolymorphicFunctionObject.html -%%DOCSDIR%%/doc/html/PrimitiveTransform.html -%%DOCSDIR%%/doc/html/RandomAccessIterator.html -%%DOCSDIR%%/doc/html/SignedInteger.html -%%DOCSDIR%%/doc/html/Transform.html -%%DOCSDIR%%/doc/html/about.html -%%DOCSDIR%%/doc/html/accumulators.html -%%DOCSDIR%%/doc/html/accumulators/acknowledgements.html -%%DOCSDIR%%/doc/html/accumulators/reference.html -%%DOCSDIR%%/doc/html/accumulators/user_s_guide.html -%%DOCSDIR%%/doc/html/adaptive_pool.html -%%DOCSDIR%%/doc/html/adaptive_pool/rebind.html -%%DOCSDIR%%/doc/html/allocator_traits.html -%%DOCSDIR%%/doc/html/allocator_traits/portable_rebind_alloc.html -%%DOCSDIR%%/doc/html/any.html -%%DOCSDIR%%/doc/html/any/reference.html -%%DOCSDIR%%/doc/html/any/s02.html -%%DOCSDIR%%/doc/html/any/s04.html -%%DOCSDIR%%/doc/html/array.html -%%DOCSDIR%%/doc/html/array/ack.html -%%DOCSDIR%%/doc/html/array/more/info.html -%%DOCSDIR%%/doc/html/array/rationale.html -%%DOCSDIR%%/doc/html/array/reference.html -%%DOCSDIR%%/doc/html/atomic.html -%%DOCSDIR%%/doc/html/atomic/interface.html -%%DOCSDIR%%/doc/html/atomic/limitations.html -%%DOCSDIR%%/doc/html/atomic/porting.html -%%DOCSDIR%%/doc/html/atomic/thread_coordination.html -%%DOCSDIR%%/doc/html/atomic/usage_examples.html -%%DOCSDIR%%/doc/html/bbv2.html -%%DOCSDIR%%/doc/html/bbv2/extender.html -%%DOCSDIR%%/doc/html/bbv2/faq.html -%%DOCSDIR%%/doc/html/bbv2/installation.html -%%DOCSDIR%%/doc/html/bbv2/overview.html -%%DOCSDIR%%/doc/html/bbv2/reference.html -%%DOCSDIR%%/doc/html/bbv2/tasks.html -%%DOCSDIR%%/doc/html/bbv2/tutorial.html -%%DOCSDIR%%/doc/html/boost/CV/constrained_value.html -%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy.html -%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy/exception_wrapper.html -%%DOCSDIR%%/doc/html/boost/accumulators/absolute.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_base.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33168856.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33231384.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33244264.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33245256.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33246264.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33247288.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33270952.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33271896.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33272872.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33273848.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33274824.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33276616.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33297656.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33298632.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33299608.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33330296.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33331656.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33392632.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33393992.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33395352.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33396712.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33406472.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33407832.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33409192.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33410552.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33449816.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33450760.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33488056.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33490296.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33509544.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33510520.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33533896.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33534872.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33535848.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33537640.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33542392.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33543384.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33544392.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33559112.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33560504.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33571624.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33582488.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33584728.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33591272.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33592248.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33170408.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33211288.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33225256.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33232936.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33238440.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33250104.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33252024.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33264296.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33281768.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33283608.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33285480.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33288888.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33302408.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33304248.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33306152.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33315544.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33319720.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33324712.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33335400.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33337960.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33400408.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33402936.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33414264.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33416792.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33436152.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33441192.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33451736.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33469848.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33476744.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33496568.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33500872.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33512360.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33514216.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html -%%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html -%%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html -%%DOCSDIR%%/doc/html/boost/accumulators/depends_on.html -%%DOCSDIR%%/doc/html/boost/accumulators/dont_care.html -%%DOCSDIR%%/doc/html/boost/accumulators/droppable_accumulator.html -%%DOCSDIR%%/doc/html/boost/accumulators/droppable_accumulator_base.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/count.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/density.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_squ_idp33254920.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/kurtosis.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_weighted_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/max.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/min.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_w_idp33578808.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumul_idp33321848.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quant_idp33327512.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/peaks_over_threshold.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail__idp33506120.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weigh_idp33587912.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_count.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window_plus1.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/skewness.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_variates_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_weights_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_variate_means.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_density.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33255688.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33256456.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_kurtosis.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33550360.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33554728.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peaks_idp33562088.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_skewness.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_o_idp33575144.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail__idp33587160.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_density_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square__idp33309784.html -%%DOCSDIR%%/doc/html/boost/accumulators/extractor.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33171992.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33176360.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33181448.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33187640.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33209720.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33213064.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33226232.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33239432.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33248328.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33249208.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33251112.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33253064.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33265272.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33278408.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33279272.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33280152.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33282744.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33284600.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33287272.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33290696.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33300648.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33301512.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33303384.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33305256.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33307208.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33317032.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33320744.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33325704.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33333032.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33334216.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33336776.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33339336.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33398088.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33399240.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33401752.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33404296.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33411944.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33413096.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33415608.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33418168.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33437128.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33442168.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33443032.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33452712.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33453576.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33454424.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33455304.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33463944.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33467496.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33468664.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33471224.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33475592.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33478088.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33481160.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Nov 23 12:46: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 B4466C4F8C1; Wed, 23 Nov 2016 12:46:13 +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 80282D6; Wed, 23 Nov 2016 12:46:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANCkCxf034887; Wed, 23 Nov 2016 12:46:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCkCxQ034885; Wed, 23 Nov 2016 12:46:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231246.uANCkCxQ034885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426909 - head/editors/libreoffice4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:46:13 -0000 Author: jbeich Date: Wed Nov 23 12:46:12 2016 New Revision: 426909 URL: https://svnweb.freebsd.org/changeset/ports/426909 Log: editors/libreoffice4: unbreak build with boost 1.62 workdir/LinkTarget/StaticLibrary/libpdfimport_s.a(pdfparse.o): In function `_GLOBAL__sub_I_pdfparse.cxx': sdext/source/pdfimport/pdfparse/pdfparse.cxx:(.text+0x2f8): undefined reference to `boost::system::generic_category()' sdext/source/pdfimport/pdfparse/pdfparse.cxx:(.text+0x303): undefined reference to `boost::system::generic_category()' sdext/source/pdfimport/pdfparse/pdfparse.cxx:(.text+0x30e): undefined reference to `boost::system::system_category()' c++: error: linker command failed with exit code 1 (use -v to see invocation) In file included from canvas/source/cairo/cairo_spritecanvashelper.cxx:35: In file included from canvas/source/cairo/cairo_canvascustomsprite.hxx:37: include/canvas/base/canvascustomspritebase.hxx:257:24: warning: 'getPriority' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual double getPriority() const ^ include/canvas/base/sprite.hxx:92:37: note: overridden virtual function is here virtual double getPriority() const = 0; ^ canvas/source/cairo/cairo_spritecanvashelper.cxx:409:41: error: call to deleted function 'cref' boost::cref(mpOwningSpriteCanvas->getBufferSurface()), ^~~~~~~~~~~ /usr/local/include/boost/core/ref.hpp:179:24: note: candidate function [with T = boost::shared_ptr] has been explicitly deleted template void cref(T const&&) BOOST_REF_DELETE; ^ /usr/local/include/boost/core/ref.hpp:150:80: note: candidate function [with T = boost::shared_ptr] template BOOST_FORCEINLINE reference_wrapper BOOST_REF_CONST cref( T const & t ) ^ canvas/source/cairo/cairo_spritecanvashelper.cxx:407:26: error: no matching function for call to 'bind' ::boost::bind( &repaintBackground, ^~~~~~~~~~~~~ /usr/local/include/boost/bind/bind.hpp:1899:5: note: candidate template ignored: couldn't infer template argument 'R' BOOST_BIND(F f, A1 a1, A2 a2, A3 a3) ^ /usr/local/include/boost/bind/bind.hpp:1868:20: note: expanded from macro 'BOOST_BIND' #define BOOST_BIND bind ^ [...] PR: 207697 Submitted by: truckman Obtained from: upstream Exp-run by: antoine Added: head/editors/libreoffice4/files/patch-45dfbdca6a9afba1a6aef21623ec025ded635a4d (contents, props changed) head/editors/libreoffice4/files/patch-solenv_gbuild_platform_com__GCC__defs.mk (contents, props changed) Added: head/editors/libreoffice4/files/patch-45dfbdca6a9afba1a6aef21623ec025ded635a4d ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice4/files/patch-45dfbdca6a9afba1a6aef21623ec025ded635a4d Wed Nov 23 12:46:12 2016 (r426909) @@ -0,0 +1,183 @@ +--- canvas/source/cairo/cairo_spritecanvashelper.cxx.orig 2015-04-20 19:36:29 UTC ++++ canvas/source/cairo/cairo_spritecanvashelper.cxx +@@ -402,11 +402,12 @@ namespace cairocanvas + ::basegfx::computeSetDifference( aUncoveredAreas, + rUpdateArea.maTotalBounds, + ::basegfx::B2DRange( rDestRect ) ); ++ SurfaceSharedPtr surface(mpOwningSpriteCanvas->getBufferSurface()); + ::std::for_each( aUncoveredAreas.begin(), + aUncoveredAreas.end(), + ::boost::bind( &repaintBackground, + boost::cref(pCompositingCairo), +- boost::cref(mpOwningSpriteCanvas->getBufferSurface()), ++ boost::cref(surface), + _1 ) ); + + cairo_rectangle( pWindowCairo.get(), 0, 0, rSize.getX(), rSize.getY() ); +--- canvas/source/vcl/spritecanvashelper.cxx.orig 2015-04-20 19:36:29 UTC ++++ canvas/source/vcl/spritecanvashelper.cxx +@@ -573,12 +573,12 @@ namespace vclcanvas + + // repaint all affected sprites on top of background into + // VDev. ++ ::basegfx::B2DPoint outPos( ::vcl::unotools::b2DPointFromPoint(aOutputPosition) ); + ::std::for_each( rSortedUpdateSprites.begin(), + rSortedUpdateSprites.end(), + ::boost::bind( &spriteRedrawStub2, + ::boost::ref( maVDev.get() ), +- ::boost::cref( +- ::vcl::unotools::b2DPointFromPoint(aOutputPosition)), ++ ::boost::cref( outPos ), + _1 ) ); + + // flush to screen +--- dbaccess/source/ui/tabledesign/TableController.cxx.orig 2015-04-20 19:36:29 UTC ++++ dbaccess/source/ui/tabledesign/TableController.cxx +@@ -1392,7 +1392,8 @@ void OTableController::assignTable() + setEditable( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAllowed()) ); + if(!isEditable()) + { +- ::std::for_each(m_vRowList.begin(),m_vRowList.end(),boost::bind( &OTableRow::SetReadOnly, _1, boost::cref( sal_True ))); ++ sal_Bool t( sal_True ); ++ ::std::for_each(m_vRowList.begin(),m_vRowList.end(),boost::bind( &OTableRow::SetReadOnly, _1, boost::cref( t ))); + } + m_bNew = false; + // be notified when the table is in disposing +--- oox/source/drawingml/table/tablecell.cxx.orig 2015-04-20 19:36:29 UTC ++++ oox/source/drawingml/table/tablecell.cxx +@@ -142,9 +142,9 @@ void applyTableStylePart( const ::oox::c + if (rTableStylePart.getTextColor().isUsed()) + aTextCharProps.maCharColor = rTableStylePart.getTextColor(); + if( rTableStylePart.getTextBoldStyle().is_initialized() ) +- aTextCharProps.moBold = rTableStylePart.getTextBoldStyle(); ++ aTextCharProps.moBold = *rTableStylePart.getTextBoldStyle(); + if( rTableStylePart.getTextItalicStyle().is_initialized() ) +- aTextCharProps.moItalic = rTableStylePart.getTextItalicStyle(); ++ aTextCharProps.moItalic = *rTableStylePart.getTextItalicStyle(); + } + + void applyTableCellProperties( const Reference < ::com::sun::star::table::XCell >& rxCell, const TableCell& rTableCell ) +--- reportdesign/source/core/api/ReportDefinition.cxx.orig 2015-04-20 19:36:29 UTC ++++ reportdesign/source/core/api/ReportDefinition.cxx +@@ -1612,8 +1612,9 @@ void SAL_CALL OReportDefinition::switchT + m_pImpl->m_pObjectContainer->SwitchPersistence(m_pImpl->m_xStorage); + } + // notify our container listeners ++ OWeakObject *weakObjectThis = static_cast(this); + m_pImpl->m_aStorageChangeListeners.forEach( +- ::boost::bind(&document::XStorageChangeListener::notifyStorageChange,_1,boost::cref(static_cast(this)),boost::cref(_xStorage))); ++ ::boost::bind(&document::XStorageChangeListener::notifyStorageChange,_1,boost::cref(weakObjectThis),boost::cref(_xStorage))); + } + + uno::Reference< embed::XStorage > SAL_CALL OReportDefinition::getDocumentStorage( ) throw (io::IOException, uno::Exception, uno::RuntimeException, std::exception) +--- slideshow/source/engine/activities/activitybase.hxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/activities/activitybase.hxx +@@ -111,7 +111,7 @@ protected: + ShapeAttributeLayerSharedPtr getShapeAttributeLayer() const + { return mpAttributeLayer; } + +- bool isRepeatCountValid() const { return maRepeats; } ++ bool isRepeatCountValid() const { return bool(maRepeats); } + double getRepeatCount() const { return *maRepeats; } + bool isAutoReverse() const { return mbAutoReverse; } + +--- slideshow/source/engine/rehearsetimingsactivity.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/rehearsetimingsactivity.cxx +@@ -400,11 +400,12 @@ void RehearseTimingsActivity::viewsChang + { + // new sprite pos, transformation might have changed: + maSpriteRectangle = calcSpriteRectangle( maViews.front().first ); ++ ::basegfx::B2DPoint rectMin( maSpriteRectangle.getMinimum() ); + + // reposition sprites + for_each_sprite( boost::bind( &cppcanvas::Sprite::move, + _1, +- boost::cref(maSpriteRectangle.getMinimum())) ); ++ boost::cref( rectMin )) ); + + // sprites changed, need screen update + mrScreenUpdater.notifyUpdate(); +--- slideshow/source/engine/shapes/appletshape.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/shapes/appletshape.cxx +@@ -148,12 +148,13 @@ namespace slideshow + void AppletShape::implViewsChanged() + { + // resize all ViewShapes ++ ::basegfx::B2DRectangle bounds( AppletShape::getBounds() ); + ::std::for_each( maViewAppletShapes.begin(), + maViewAppletShapes.end(), + ::boost::bind( + &ViewAppletShape::resize, + _1, +- ::boost::cref( AppletShape::getBounds())) ); ++ ::boost::cref( bounds )) ); + } + + +@@ -252,11 +253,12 @@ namespace slideshow + + bool AppletShape::implStartIntrinsicAnimation() + { ++ ::basegfx::B2DRectangle bounds( getBounds() ); + ::std::for_each( maViewAppletShapes.begin(), + maViewAppletShapes.end(), + ::boost::bind( &ViewAppletShape::startApplet, + _1, +- ::boost::cref( getBounds() ))); ++ ::boost::cref( bounds ))); + mbIsPlaying = true; + + return true; +--- slideshow/source/engine/shapes/drawshape.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/shapes/drawshape.cxx +@@ -168,6 +168,7 @@ namespace slideshow + } + + // redraw all view shapes, by calling their update() method ++ ViewShape::RenderArgs renderArgs( getViewRenderArgs() ); + if( ::std::count_if( maViewShapes.begin(), + maViewShapes.end(), + ::boost::bind( +@@ -178,8 +179,7 @@ namespace slideshow + // the extra mem_fn. WTF. + _1, + ::boost::cref( mpCurrMtf ), +- ::boost::cref( +- getViewRenderArgs() ), ++ ::boost::cref( renderArgs ), + nUpdateFlags, + isVisible() ) ) + != static_cast(maViewShapes.size()) ) +--- slideshow/source/engine/shapes/mediashape.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/shapes/mediashape.cxx +@@ -125,12 +125,13 @@ namespace slideshow + void MediaShape::implViewsChanged() + { + // resize all ViewShapes ++ ::basegfx::B2DRectangle bounds( getBounds() ); + ::std::for_each( maViewMediaShapes.begin(), + maViewMediaShapes.end(), + ::boost::bind( + &ViewMediaShape::resize, + _1, +- ::boost::cref( getBounds())) ); ++ ::boost::cref( bounds )) ); + } + + +--- slideshow/source/engine/unoviewcontainer.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/unoviewcontainer.cxx +@@ -45,11 +45,12 @@ namespace slideshow + const UnoViewVector::iterator aEnd( maViews.end() ); + + // already added? ++ uno::Reference xView (rView->getUnoView()); + if( ::std::find_if( maViews.begin(), + aEnd, + ::boost::bind( + ::std::equal_to< uno::Reference< presentation::XSlideShowView > >(), +- ::boost::cref( rView->getUnoView() ), ++ ::boost::cref( xView ), + ::boost::bind( + &UnoView::getUnoView, + _1 ) ) ) != aEnd ) Added: head/editors/libreoffice4/files/patch-solenv_gbuild_platform_com__GCC__defs.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice4/files/patch-solenv_gbuild_platform_com__GCC__defs.mk Wed Nov 23 12:46:12 2016 (r426909) @@ -0,0 +1,11 @@ +--- solenv/gbuild/platform/com_GCC_defs.mk.orig 2015-04-20 19:36:29 UTC ++++ solenv/gbuild/platform/com_GCC_defs.mk +@@ -47,6 +47,8 @@ gb_CPPU_ENV := gcc3 + gb_AFLAGS := $(AFLAGS) + + gb_COMPILERDEFS := \ ++ -DBOOST_ERROR_CODE_HEADER_ONLY \ ++ -DBOOST_SYSTEM_NO_DEPRECATED \ + -DCPPU_ENV=$(gb_CPPU_ENV) \ + + gb_CFLAGS_COMMON := \ From owner-svn-ports-all@freebsd.org Wed Nov 23 12: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 3CB78C4F8E7; Wed, 23 Nov 2016 12:46: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 0AEA0F7; Wed, 23 Nov 2016 12:46: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 uANCkHpx034995; Wed, 23 Nov 2016 12:46:17 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCkHD8034994; Wed, 23 Nov 2016 12:46:17 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611231246.uANCkHD8034994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 23 Nov 2016 12:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426910 - head/devel/protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:46:18 -0000 Author: linimon Date: Wed Nov 23 12:46:16 2016 New Revision: 426910 URL: https://svnweb.freebsd.org/changeset/ports/426910 Log: Unfortunately even with the earlier fix, there are still no Atomic shims for sparc64; in fact, it attempts to use the x86 ones, which of course fail. Perhaps the earlier fix will help the situation on arm and mips; there are shims specifically for those archs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Wed Nov 23 12:46:12 2016 (r426909) +++ head/devel/protobuf/Makefile Wed Nov 23 12:46:16 2016 (r426910) @@ -22,4 +22,6 @@ USES= autoreconf gmake libtool pathfix GH_ACCOUNT= google USE_GITHUB= yes +BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64 + .include From owner-svn-ports-all@freebsd.org Wed Nov 23 12:46: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 69D73C4F917; Wed, 23 Nov 2016 12:46: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 040DD1EA; Wed, 23 Nov 2016 12:46: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 uANCkNUc035098; Wed, 23 Nov 2016 12:46:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCkNUQ035097; Wed, 23 Nov 2016 12:46:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231246.uANCkNUQ035097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426911 - head/graphics/gnash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:46:24 -0000 Author: jbeich Date: Wed Nov 23 12:46:23 2016 New Revision: 426911 URL: https://svnweb.freebsd.org/changeset/ports/426911 Log: graphics/gnash: give up and expire In file included from /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:65:0, from /usr/local/lib/gcc49/include/c++/list:60, from asobj/flash/display/BitmapData_as.h:24, from asobj/flash/display/BitmapData_as.cpp:21: /usr/local/lib/gcc49/include/c++/bits/stl_iterator_base_types.h: In instantiation of 'struct std::iterator_traits': /usr/local/include/boost/iterator/iterator_traits.hpp:28:74: required from 'struct boost::iterators::iterator_reference' /usr/local/include/boost/iterator/zip_iterator.hpp:90:61: required from 'struct boost::iterators::detail::dereference_iterator::result' /usr/local/include/boost/utility/result_of.hpp:189:8: required from 'struct boost::detail::result_of_nested_result' /usr/local/include/boost/utility/result_of.hpp:193:8: required from 'struct boost::detail::tr1_result_of_impl' /usr/local/include/boost/utility/detail/result_of_iterate.hpp:27:8: required from 'struct boost::tr1_result_of' /usr/local/include/boost/utility/detail/result_of_iterate.hpp:159:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:398:70: required from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; _OI = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >]' /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:436:38: required from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; _OI = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >]' /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:468:17: required from '_OI std::copy(_II, _II, _OI) [with _II = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; _OI = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >]' asobj/flash/display/BitmapData_as.cpp:412:73: required from 'void gnash::{anonymous}::PerlinNoise::init(int) [with T = double; unsigned int Size = 256u; unsigned int Offset = 1327u]' asobj/flash/display/BitmapData_as.cpp:310:18: required from 'gnash::{anonymous}::PerlinNoise::PerlinNoise(int) [with T = double; unsigned int Size = 256u; unsigned int Offset = 1327u]' asobj/flash/display/BitmapData_as.cpp:1371:23: required from here /usr/local/lib/gcc49/include/c++/bits/stl_iterator_base_types.h:165:53: error: 'unsigned int* const' is not a class, struct, or union type typedef typename _Iterator::iterator_category iterator_category; ^ /usr/local/lib/gcc49/include/c++/bits/stl_iterator_base_types.h:166:53: error: 'unsigned int* const' is not a class, struct, or union type typedef typename _Iterator::value_type value_type; ^ /usr/local/lib/gcc49/include/c++/bits/stl_iterator_base_types.h:167:53: error: 'unsigned int* const' is not a class, struct, or union type typedef typename _Iterator::difference_type difference_type; ^ /usr/local/lib/gcc49/include/c++/bits/stl_iterator_base_types.h:168:53: error: 'unsigned int* const' is not a class, struct, or union type typedef typename _Iterator::pointer pointer; ^ /usr/local/lib/gcc49/include/c++/bits/stl_iterator_base_types.h:169:53: error: 'unsigned int* const' is not a class, struct, or union type typedef typename _Iterator::reference reference; ^ In file included from /usr/local/include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp:11:0, from /usr/local/include/boost/fusion/adapted/boost_tuple.hpp:20, from /usr/local/include/boost/iterator/zip_iterator.hpp:21, from asobj/flash/display/BitmapData_as.cpp:28: /usr/local/include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp: In instantiation of 'static boost::fusion::detail::build_tuple_cons::type boost::fusion::detail::build_tuple_cons::call(const First&, const Last&) [with First = boost::fusion::transform_view_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >, boost::iterators::detail::dereference_iterator>; Last = boost::fusion::transform_view_iterator, boost::iterators::detail::dereference_iterator>; boost::fusion::detail::build_tuple_cons::type = boost::tuples::cons&, bo ost::tuples::null_type> >; typename boost::fusion::detail::build_tuple_cons::type, Last>::type = boost::tuples::cons&, boost::tuples::null_type>; typename boost::fusion::result_of::value_of::type = unsigned int&]': /usr/local/include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp:43:87: required from 'static boost::fusion::extension::convert_impl::apply::type boost::fusion::extension::convert_impl::apply::call(Sequence&) [with Sequence = boost::fusion::transform_view*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type>, boost::iterators::detail::dereference_iterator, boost::fusion::void_>; boost::fusion::extension::convert_impl::apply::type = boost::tuples::cons&, boost::tuples::null_type> >]' /usr/local/include/boost/fusion/sequence/convert.hpp:47:29: required from 'typename boost::fusion::result_of::convert::type boost::fusion::convert(Sequence&) [with Tag = boost::fusion::boost_tuple_tag; Sequence = boost::fusion::transform_view*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type>, boost::iterators::detail::dereference_iterator, boost::fusion::void_>; typename boost::fusion::result_of::convert::type = boost::tuples::cons&, boost::tuples::null_type> >]' /usr/local/include/boost/iterator/zip_iterator.hpp:214:44: required from 'static reference boost::iterators::detail::converter::call(Seq) [with Seq = boost::fusion::transform_view*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type>, boost::iterators::detail::dereference_iterator, boost::fusion::void_>; reference = boost::tuples::cons&, boost::tuples::null_type> >]' /usr/local/include/boost/iterator/zip_iterator.hpp:289:42: required from 'typename boost::iterators::detail::zip_iterator_base::type::reference boost::iterators::zip_iterator::dereference() const [with IteratorTuple = boost::tuples::tuple*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type>; typename boost::iterators::detail::zip_iterator_base::type::reference = boost::tuples::cons&, boost::tuples::null_type> >]' /usr/local/include/boost/iterator/iterator_facade.hpp:549:32: required from 'static typename Facade::reference boost::iterators::iterator_core_access::dereference(const Facade&) [with Facade = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; typename Facade::reference = boost::tuples::cons&, boost::tuples::null_type> >]' /usr/local/include/boost/iterator/iterator_facade.hpp:655:69: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:398:70: required from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; _OI = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >]' /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:436:38: required from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; _OI = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >]' /usr/local/lib/gcc49/include/c++/bits/stl_algobase.h:468:17: required from '_OI std::copy(_II, _II, _OI) [with _II = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >; _OI = boost::iterators::zip_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >]' asobj/flash/display/BitmapData_as.cpp:412:73: required from 'void gnash::{anonymous}::PerlinNoise::init(int) [with T = double; unsigned int Size = 256u; unsigned int Offset = 1327u]' asobj/flash/display/BitmapData_as.cpp:310:18: required from 'gnash::{anonymous}::PerlinNoise::PerlinNoise(int) [with T = double; unsigned int Size = 256u; unsigned int Offset = 1327u]' asobj/flash/display/BitmapData_as.cpp:1371:23: required from here /usr/local/include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp:53:59: error: no match for 'operator*' (operand type is 'const boost::fusion::transform_view_iterator*, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >, boost::iterators::detail::dereference_iterator>') typename result_of::value_of::type v = *f; ^ /usr/local/include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp:53:59: note: candidate is: In file included from /usr/local/include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp:14:0, from /usr/local/include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp:11, from /usr/local/include/boost/fusion/adapted/boost_tuple.hpp:20, from /usr/local/include/boost/iterator/zip_iterator.hpp:21, from asobj/flash/display/BitmapData_as.cpp:28: /usr/local/include/boost/fusion/iterator/deref.hpp:69:5: note: template typename boost::fusion::result_of::deref::type boost::fusion::operator*(const boost::fusion::iterator_base&) operator*(iterator_base const& i) ^ /usr/local/include/boost/fusion/iterator/deref.hpp:69:5: note: substitution of deduced template arguments resulted in errors seen above PR: 199601 Reported by: antoine (via exp-run) Modified: head/graphics/gnash/Makefile (contents, props changed) Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Wed Nov 23 12:46:16 2016 (r426910) +++ head/graphics/gnash/Makefile Wed Nov 23 12:46:23 2016 (r426911) @@ -19,6 +19,10 @@ LIB_DEPENDS= libboost_thread.so:devel/bo CONFLICTS= gnash-devel-[0-9]* +BROKEN= fails to build after many Boost updates +DEPRECATED= broken on FreeBSD 10+ for more than 2 years +EXPIRATION_DATE=2016-12-31 + USES= cpe gmake jpeg kde:4 libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GCC= any @@ -69,10 +73,6 @@ CYGNAL_CONFIGURE_ENABLE= cygnal .include -.if ${OSVERSION} > 1000000 -BROKEN= unable to link in libboost_system -.endif - # Cygnal option processing .if ${PORT_OPTIONS:MCYGNAL} CONFIG_FILES+= cygnalrc From owner-svn-ports-all@freebsd.org Wed Nov 23 12:46: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 A3723C4F978; Wed, 23 Nov 2016 12:46:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E493C2; Wed, 23 Nov 2016 12:46:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANCkail035259; Wed, 23 Nov 2016 12:46:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCkaep035256; Wed, 23 Nov 2016 12:46:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231246.uANCkaep035256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426912 - in head/emulators: citra citra-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:46:37 -0000 Author: jbeich Date: Wed Nov 23 12:46:36 2016 New Revision: 426912 URL: https://svnweb.freebsd.org/changeset/ports/426912 Log: emulators/citra: drop bundled Boost 1.59 Modified: head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra-qt5/Makefile ============================================================================== --- head/emulators/citra-qt5/Makefile Wed Nov 23 12:46:23 2016 (r426911) +++ head/emulators/citra-qt5/Makefile Wed Nov 23 12:46:36 2016 (r426912) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Wed Nov 23 12:46:23 2016 (r426911) +++ head/emulators/citra/Makefile Wed Nov 23 12:46:36 2016 (r426912) @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20161115 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -20,6 +20,7 @@ LICENSE_TEXT_UNLICENSE= See http://unlic LICENSE_PERMS_UNLICENSE= ${_LICENSE_PERMS_PD} LICENSE_GROUPS_UNLICENSE= ${_LICENSE_GROUPS_PD} +BUILD_DEPENDS= boost-libs>=1.57:devel/boost-libs LIB_DEPENDS= libpng.so:graphics/png # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' @@ -29,7 +30,6 @@ ONLY_FOR_ARCHS_REASON= https://github.co USE_GITHUB= yes # XXX Switch to system Boost after ports/199601 GH_TUPLE= citra-emu:${PORTNAME}:fb13bfe \ - citra-emu:ext-boost:f005c95:boost/externals/boost \ citra-emu:ext-soundtouch:5274ec4:soundtouch/externals/soundtouch \ MerryMage:dynarmic:943487e:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-108-g2ae6bca:fmt/externals/dynarmic/externals/fmt \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Wed Nov 23 12:46:23 2016 (r426911) +++ head/emulators/citra/distinfo Wed Nov 23 12:46:36 2016 (r426912) @@ -1,8 +1,6 @@ TIMESTAMP = 1479223474 SHA256 (citra-emu-citra-s20161115-fb13bfe_GH0.tar.gz) = 4a9da925c9b0ca8d13bf9c4cf867bb8616f76f767661e4176bc5e81ab3799b6f SIZE (citra-emu-citra-s20161115-fb13bfe_GH0.tar.gz) = 2213509 -SHA256 (citra-emu-ext-boost-f005c95_GH0.tar.gz) = afa6769ba3bc8df30975150b164b09cc25f4cbab66b511fb3eccb59ac82a906e -SIZE (citra-emu-ext-boost-f005c95_GH0.tar.gz) = 1139598 SHA256 (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = de5e101818ba38b5ea30d8cde0b2b788b53bc7c0f5d77b380b8968569872c2cb SIZE (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = 34535 SHA256 (MerryMage-dynarmic-943487e_GH0.tar.gz) = 50774e07f9e9896d0008431a65dd3215caaea8cbb39572418618ed903ccf6474 From owner-svn-ports-all@freebsd.org Wed Nov 23 12: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 15C4CC4FA6A; Wed, 23 Nov 2016 12:47:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF9447EB; Wed, 23 Nov 2016 12:47:49 +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 uANClm06035434; Wed, 23 Nov 2016 12:47:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANClmIg035431; Wed, 23 Nov 2016 12:47:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231247.uANClmIg035431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426913 - head/math/ceres-solver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:47:50 -0000 Author: jbeich Date: Wed Nov 23 12:47:48 2016 New Revision: 426913 URL: https://svnweb.freebsd.org/changeset/ports/426913 Log: math/ceres-solver: update to 1.12.0.r4 Changes: https://github.com/ceres-solver/ceres-solver/compare/c5c6f55...1.12.0rc4 Modified: head/math/ceres-solver/Makefile (contents, props changed) head/math/ceres-solver/distinfo (contents, props changed) head/math/ceres-solver/pkg-plist (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Wed Nov 23 12:46:36 2016 (r426912) +++ head/math/ceres-solver/Makefile Wed Nov 23 12:47:48 2016 (r426913) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= ceres-solver -DISTVERSION= 1.12.0rc2-3 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -gc5c6f55 +DISTVERSION= 1.12.0rc4 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org Modified: head/math/ceres-solver/distinfo ============================================================================== --- head/math/ceres-solver/distinfo Wed Nov 23 12:46:36 2016 (r426912) +++ head/math/ceres-solver/distinfo Wed Nov 23 12:47:48 2016 (r426913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963838 -SHA256 (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = ab1c101dcf5a1abf6128cf3a00b9d38ad7939c07faaf89d931dc9dfb5bc4d2f9 -SIZE (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = 3413993 +TIMESTAMP = 1479875546 +SHA256 (ceres-solver-ceres-solver-1.12.0rc4_GH0.tar.gz) = 8f702fa641bdb0a2c3c2e9e0fdcbfeff64cca6b113a12fa88b5d1ad37e8432e7 +SIZE (ceres-solver-ceres-solver-1.12.0rc4_GH0.tar.gz) = 3415477 Modified: head/math/ceres-solver/pkg-plist ============================================================================== --- head/math/ceres-solver/pkg-plist Wed Nov 23 12:46:36 2016 (r426912) +++ head/math/ceres-solver/pkg-plist Wed Nov 23 12:47:48 2016 (r426913) @@ -47,6 +47,7 @@ lib/cmake/Ceres/CeresConfigVersion.cmake lib/cmake/Ceres/CeresTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Ceres/CeresTargets.cmake lib/cmake/Ceres/FindEigen.cmake +lib/cmake/Ceres/FindGflags.cmake lib/cmake/Ceres/FindGlog.cmake lib/libceres.so lib/libceres.so.1 From owner-svn-ports-all@freebsd.org Wed Nov 23 12: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 D89C0C4FAA5; Wed, 23 Nov 2016 12:48:00 +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 8F8A38C1; Wed, 23 Nov 2016 12:48:00 +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 uANClxIN035544; Wed, 23 Nov 2016 12:47:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANClxRq035543; Wed, 23 Nov 2016 12:47:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231247.uANClxRq035543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426914 - head/graphics/mypaint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:48:01 -0000 Author: jbeich Date: Wed Nov 23 12:47:59 2016 New Revision: 426914 URL: https://svnweb.freebsd.org/changeset/ports/426914 Log: graphics/mypaint: allow Clang build via OPENMP=off Modified: head/graphics/mypaint/Makefile (contents, props changed) Modified: head/graphics/mypaint/Makefile ============================================================================== --- head/graphics/mypaint/Makefile Wed Nov 23 12:47:48 2016 (r426913) +++ head/graphics/mypaint/Makefile Wed Nov 23 12:47:59 2016 (r426914) @@ -3,6 +3,7 @@ PORTNAME= mypaint PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/ @@ -21,26 +22,32 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ RUN_DEPENDS= ${PYNUMPY} USE_GNOME= gtk30 pygobject3 librsvg2:run +CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} +CFLAGS_gcc= -std=c99 MAKE_ARGS= prefix=${PREFIX} \ enable_profiling=False \ use_sharedlib=True \ python_binary="${PYTHON_CMD}" \ python_config="${PYTHON_CMD}-config" -# XXX gcc-c++11-lib to fix runtime issues with old -lgcc_s and Clang -USES= compiler:gcc-c++11-lib desktop-file-utils gettext localbase \ +# XXX Embed RPATH via USES=fortran for py-numpy to load libgcc_s.so from ports +USES= desktop-file-utils fortran gettext localbase \ pkgconfig python:2 scons tar:xz -USE_CSTD= c99 INSTALL_TARGET= ${STAGEDIR} --install-sandbox=${STAGEDIR} USE_LDCONFIG= yes INSTALLS_ICONS= yes -OPTIONS_DEFINE= GEGL +OPTIONS_DEFINE= GEGL OPENMP +OPTIONS_DEFAULT= OPENMP OPTIONS_SUB= yes GEGL_DESC= Graph based image processing framework support GEGL_LIB_DEPENDS= libgegl-0.3.so:graphics/gegl3 GEGL_MAKE_ARGS= enable_gegl=True +OPENMP_USES= compiler:openmp +OPENMP_USES_OFF= compiler # XXX ports/199603 +OPENMP_MAKE_ARGS_OFF= enable_openmp=False + post-install: ${INSTALL_LIB} ${WRKSRC}/brushlib/libmypaint*.so ${STAGEDIR}${PREFIX}/lib ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mypaint/_mypaintlib.so From owner-svn-ports-all@freebsd.org Wed Nov 23 12: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 18433C4FB9C; Wed, 23 Nov 2016 12:49:13 +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 DCBD6A0E; Wed, 23 Nov 2016 12:49: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 uANCnC1L035685; Wed, 23 Nov 2016 12:49:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCnCFJ035684; Wed, 23 Nov 2016 12:49:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611231249.uANCnCFJ035684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Nov 2016 12:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426915 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:49:13 -0000 Author: jbeich Date: Wed Nov 23 12:49:11 2016 New Revision: 426915 URL: https://svnweb.freebsd.org/changeset/ports/426915 Log: emulators/citra: oops, missed XXX comment in r426912 Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Wed Nov 23 12:47:59 2016 (r426914) +++ head/emulators/citra/Makefile Wed Nov 23 12:49:11 2016 (r426915) @@ -28,7 +28,6 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dynarmic/issues/35 USE_GITHUB= yes -# XXX Switch to system Boost after ports/199601 GH_TUPLE= citra-emu:${PORTNAME}:fb13bfe \ citra-emu:ext-soundtouch:5274ec4:soundtouch/externals/soundtouch \ MerryMage:dynarmic:943487e:dynarmic/externals/dynarmic \ From owner-svn-ports-all@freebsd.org Wed Nov 23 12: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 E1961C4FD48; Wed, 23 Nov 2016 12:51: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 B185DC0D; Wed, 23 Nov 2016 12:51:25 +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 uANCpOVa037455; Wed, 23 Nov 2016 12:51:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCpOr2037453; Wed, 23 Nov 2016 12:51:24 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201611231251.uANCpOr2037453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 23 Nov 2016 12:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426916 - head/net/elixir-kafka_ex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:51:26 -0000 Author: vanilla Date: Wed Nov 23 12:51:24 2016 New Revision: 426916 URL: https://svnweb.freebsd.org/changeset/ports/426916 Log: Update to 0.6.1. Modified: head/net/elixir-kafka_ex/Makefile head/net/elixir-kafka_ex/distinfo Modified: head/net/elixir-kafka_ex/Makefile ============================================================================== --- head/net/elixir-kafka_ex/Makefile Wed Nov 23 12:49:11 2016 (r426915) +++ head/net/elixir-kafka_ex/Makefile Wed Nov 23 12:51:24 2016 (r426916) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kafka_ex -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= net PKGNAMEPREFIX= elixir- Modified: head/net/elixir-kafka_ex/distinfo ============================================================================== --- head/net/elixir-kafka_ex/distinfo Wed Nov 23 12:49:11 2016 (r426915) +++ head/net/elixir-kafka_ex/distinfo Wed Nov 23 12:51:24 2016 (r426916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477453964 -SHA256 (jacklund-kafka_ex-0.6.0_GH0.tar.gz) = 41c34878dc1b1f14e36aec07802036dc24b03b8eb5875ae9351adde6f84c4e6b -SIZE (jacklund-kafka_ex-0.6.0_GH0.tar.gz) = 131830 +TIMESTAMP = 1479904609 +SHA256 (jacklund-kafka_ex-0.6.1_GH0.tar.gz) = ef1d5277f2ff4b197e33e5a3b7bd0541216c58e2b56fa76da6fbd4b34f9cf410 +SIZE (jacklund-kafka_ex-0.6.1_GH0.tar.gz) = 131886 From owner-svn-ports-all@freebsd.org Wed Nov 23 12:51: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 42D46C4FDDF; Wed, 23 Nov 2016 12:51:37 +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 1310BD43; Wed, 23 Nov 2016 12:51:37 +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 uANCpauk037574; Wed, 23 Nov 2016 12:51:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANCpa5q037572; Wed, 23 Nov 2016 12:51:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201611231251.uANCpa5q037572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 23 Nov 2016 12:51:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426917 - head/net/elixir-oauth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 12:51:37 -0000 Author: vanilla Date: Wed Nov 23 12:51:35 2016 New Revision: 426917 URL: https://svnweb.freebsd.org/changeset/ports/426917 Log: Update to 0.8.2. Modified: head/net/elixir-oauth2/Makefile head/net/elixir-oauth2/distinfo Modified: head/net/elixir-oauth2/Makefile ============================================================================== --- head/net/elixir-oauth2/Makefile Wed Nov 23 12:51:24 2016 (r426916) +++ head/net/elixir-oauth2/Makefile Wed Nov 23 12:51:35 2016 (r426917) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= elixir- Modified: head/net/elixir-oauth2/distinfo ============================================================================== --- head/net/elixir-oauth2/distinfo Wed Nov 23 12:51:24 2016 (r426916) +++ head/net/elixir-oauth2/distinfo Wed Nov 23 12:51:35 2016 (r426917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476025865 -SHA256 (scrogson-oauth2-v0.8.0_GH0.tar.gz) = a9adccecf3a515c2a8d1fbd810aa1d2865ab590e0608deea4c87293597a2afbb -SIZE (scrogson-oauth2-v0.8.0_GH0.tar.gz) = 18480 +TIMESTAMP = 1479905026 +SHA256 (scrogson-oauth2-v0.8.2_GH0.tar.gz) = a5aec6d89819d4f3a435fabd6b462a822e146db2b12b66c183984cca36e92a0e +SIZE (scrogson-oauth2-v0.8.2_GH0.tar.gz) = 18796 From owner-svn-ports-all@freebsd.org Wed Nov 23 13: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 A31CAC50053; Wed, 23 Nov 2016 13:01:26 +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 5894A331; Wed, 23 Nov 2016 13:01:26 +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 uAND1Paj040324; Wed, 23 Nov 2016 13:01:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAND1Pta040322; Wed, 23 Nov 2016 13:01:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611231301.uAND1Pta040322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 23 Nov 2016 13:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426918 - head/www/node7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 13:01:26 -0000 Author: swills Date: Wed Nov 23 13:01:25 2016 New Revision: 426918 URL: https://svnweb.freebsd.org/changeset/ports/426918 Log: www/node7: add dtrace option and enable by default Approved by: bradleythughes@fastmail.fm (maintainer) Modified: head/www/node7/Makefile head/www/node7/pkg-plist Modified: head/www/node7/Makefile ============================================================================== --- head/www/node7/Makefile Wed Nov 23 12:51:35 2016 (r426917) +++ head/www/node7/Makefile Wed Nov 23 13:01:25 2016 (r426918) @@ -2,6 +2,7 @@ PORTNAME= node PORTVERSION= 7.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -13,9 +14,18 @@ COMMENT= V8 JavaScript for client and se LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS +OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE +OPTIONS_DEFAULT= DTRACE OPTIONS_SUB= yes +.if !exists(/usr/sbin/dtrace) +OPTIONS_EXCLUDE+= DTRACE +.endif + +OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE +OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE +OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} + BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl @@ -23,7 +33,9 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-open NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ + localbase shebangfix + HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -36,6 +48,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDES --shared-libuv \ --shared-zlib +SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py + PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} @@ -71,6 +85,13 @@ CONFIGURE_ARGS= --openssl-no-asm CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif +.if ${PORT_OPTIONS:MDTRACE} +PLIST_SUB+= DTRACE="" +CONFIGURE_ARGS+= --with-dtrace +.else +PLIST_SUB+= DTRACE="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/src/v8.gyp Modified: head/www/node7/pkg-plist ============================================================================== --- head/www/node7/pkg-plist Wed Nov 23 12:51:35 2016 (r426917) +++ head/www/node7/pkg-plist Wed Nov 23 13:01:25 2016 (r426918) @@ -110,6 +110,7 @@ include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h +%%DTRACE%%lib/dtrace/node.d @(,,444) man/man1/node.1.gz %%PORTDOCS%%%%DOCSDIR%%/gdbinit share/systemtap/tapset/node.stp From owner-svn-ports-all@freebsd.org Wed Nov 23 13:04: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 AF874C501CC; Wed, 23 Nov 2016 13:04:22 +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 8167D89C; Wed, 23 Nov 2016 13:04:22 +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 uAND4LUZ044051; Wed, 23 Nov 2016 13:04:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAND4LMI044050; Wed, 23 Nov 2016 13:04:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231304.uAND4LMI044050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 13:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426919 - head/www/mythplugin-mythweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 13:04:22 -0000 Author: amdmi3 Date: Wed Nov 23 13:04:21 2016 New Revision: 426919 URL: https://svnweb.freebsd.org/changeset/ports/426919 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/www/mythplugin-mythweb/Makefile Modified: head/www/mythplugin-mythweb/Makefile ============================================================================== --- head/www/mythplugin-mythweb/Makefile Wed Nov 23 13:01:25 2016 (r426918) +++ head/www/mythplugin-mythweb/Makefile Wed Nov 23 13:04:21 2016 (r426919) @@ -11,17 +11,19 @@ PKGNAMEPREFIX= mythplugin- MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for scheduling and managing recordings on your MythTV Box +LICENSE= GPLv2 + RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql USE_GITHUB= yes GH_ACCOUNT= MythTV -NO_BUILD= yes USES= php shebangfix USE_PHP= spl session mysql pcre posix json - SHEBANG_FILES= mythweb.pl modules/_shared/lang/build_translation.pl \ modules/coverart/handler.pl modules/stream/*.pl +NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message REINPLACE_ARGS= -i "" @@ -31,12 +33,7 @@ OPTIONS_DEFINE= APACHE LIGHTTPD OPTIONS_DEFAULT= APACHE LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd - -.include - -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -.endif +APACHE_USE= APACHE_RUN=22+ post-patch: @${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \ From owner-svn-ports-all@freebsd.org Wed Nov 23 13:16: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 5CFC0C5075D; Wed, 23 Nov 2016 13:16:55 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14AE810D4; Wed, 23 Nov 2016 13:16:55 +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 uANDGsus048064; Wed, 23 Nov 2016 13:16:54 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANDGsfM048062; Wed, 23 Nov 2016 13:16:54 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201611231316.uANDGsfM048062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 23 Nov 2016 13:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426920 - in head/security/trousers: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 13:16:55 -0000 Author: woodsb02 Date: Wed Nov 23 13:16:53 2016 New Revision: 426920 URL: https://svnweb.freebsd.org/changeset/ports/426920 Log: security/trousers: Fix compilation with LibreSSL This was causing the build of security/gnutls to fail when the TPM option was enabled and make.conf contained DEFAULT_VERSIONS+=ssl=libressl. The gnutls configure script failed to successfully link against the libtspi.so library, and therefore determined the tss library was not suitable and disabled TPM. /usr/local/lib/libtspi.so: undefined reference to `RSA_set0_key' This caused the gnutls build to fail during staging due to an incorrect PLIST (missing bin/tpmtool). As of version 0.3.14, TrouSerS utilises the new OpenSSL function RSA_set0_key, which was only introduced in OpenSSL 1.1.0 and is not in LibreSSL (yet). The TrouSerS code utilises the OPENSSL_VERSION_NUMBER preprocessor macro to determine the version of OpenSSL which is it compiling against, and defines the RSA_set0_key function if the version of OpenSSL is older than 1.1.0. This causes an issue with LibreSSL, because it sets the OPENSSL_VERSION_NUMBER preprocessor macro to impersonate OpenSSL 2.0.0. The new patch-src_trspi_crypto_openssl_rsa.c causes TrouSerS to define the RSA_set0_key function on LibreSSL also. PR: 214660 Submitted by: David Z Reported by: Walter Schwarzenfeld Approved by: adamw (mentor, implicit) Approved by: portmgr (just-fix-it blanket) Added: head/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c (contents, props changed) Modified: head/security/trousers/Makefile Modified: head/security/trousers/Makefile ============================================================================== --- head/security/trousers/Makefile Wed Nov 23 13:04:21 2016 (r426919) +++ head/security/trousers/Makefile Wed Nov 23 13:16:53 2016 (r426920) @@ -3,6 +3,7 @@ PORTNAME= trousers PORTVERSION= 0.3.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF Added: head/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c Wed Nov 23 13:16:53 2016 (r426920) @@ -0,0 +1,11 @@ +--- src/trspi/crypto/openssl/rsa.c.orig 2016-11-23 12:26:19 UTC ++++ src/trspi/crypto/openssl/rsa.c +@@ -38,7 +38,7 @@ + #define DEBUG_print_openssl_errors() + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100001L ++#if OPENSSL_VERSION_NUMBER < 0x10100001L || defined(LIBRESSL_VERSION_NUMBER) + static int + RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) + { From owner-svn-ports-all@freebsd.org Wed Nov 23 14:20: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 E0AD2C51A08; Wed, 23 Nov 2016 14:20:25 +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 B28F6116F; Wed, 23 Nov 2016 14:20:25 +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 uANEKO5B072137; Wed, 23 Nov 2016 14:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEKOk0072136; Wed, 23 Nov 2016 14:20:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231420.uANEKOk0072136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426921 - head/net/dhcping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:20:26 -0000 Author: amdmi3 Date: Wed Nov 23 14:20:24 2016 New Revision: 426921 URL: https://svnweb.freebsd.org/changeset/ports/426921 Log: - Add LICENSE - Fix configure usage (this is GNU configure) Modified: head/net/dhcping/Makefile Modified: head/net/dhcping/Makefile ============================================================================== --- head/net/dhcping/Makefile Wed Nov 23 13:16:53 2016 (r426920) +++ head/net/dhcping/Makefile Wed Nov 23 14:20:24 2016 (r426921) @@ -9,8 +9,10 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Send DHCP request to DHCP server for monitoring purposes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +GNU_CONFIGURE= yes PLIST_FILES= bin/dhcping \ man/man8/dhcping.8.gz From owner-svn-ports-all@freebsd.org Wed Nov 23 14:21: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 1F4A1C51B55; Wed, 23 Nov 2016 14:21:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2C1D14A0; Wed, 23 Nov 2016 14:21:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANELTT8074363; Wed, 23 Nov 2016 14:21:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANELSuN074361; Wed, 23 Nov 2016 14:21:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231421.uANELSuN074361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426922 - in head/net/dhcpdump: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:21:30 -0000 Author: amdmi3 Date: Wed Nov 23 14:21:28 2016 New Revision: 426922 URL: https://svnweb.freebsd.org/changeset/ports/426922 Log: - Add LICENSE - makeparch Modified: head/net/dhcpdump/Makefile head/net/dhcpdump/files/patch-Makefile Modified: head/net/dhcpdump/Makefile ============================================================================== --- head/net/dhcpdump/Makefile Wed Nov 23 14:20:24 2016 (r426921) +++ head/net/dhcpdump/Makefile Wed Nov 23 14:21:28 2016 (r426922) @@ -9,11 +9,14 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Decode and diagnose sniffed DHCP packets -PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= build +PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8 Modified: head/net/dhcpdump/files/patch-Makefile ============================================================================== --- head/net/dhcpdump/files/patch-Makefile Wed Nov 23 14:20:24 2016 (r426921) +++ head/net/dhcpdump/files/patch-Makefile Wed Nov 23 14:21:28 2016 (r426922) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2014-02-26 14:13:07.131955471 +0100 -+++ ./Makefile 2014-02-26 14:13:21.108957821 +0100 +--- Makefile.orig 2008-06-24 03:26:52 UTC ++++ Makefile @@ -1,5 +1,3 @@ -CFLAGS= -Wall -g -LDFLAGS= -g From owner-svn-ports-all@freebsd.org Wed Nov 23 14:31: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 A5DA4C51D6C; Wed, 23 Nov 2016 14:31:15 +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 72A701AA4; Wed, 23 Nov 2016 14:31:15 +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 uANEVEjZ077877; Wed, 23 Nov 2016 14:31:14 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEVEus077876; Wed, 23 Nov 2016 14:31:14 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201611231431.uANEVEus077876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 23 Nov 2016 14:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426923 - head/net/ntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:31:15 -0000 Author: cy Date: Wed Nov 23 14:31:14 2016 New Revision: 426923 URL: https://svnweb.freebsd.org/changeset/ports/426923 Log: Fix build folloing r426791. Also Submitted by: roberto Pointy hat to: delphij Reported by: roberto, Craig Leres Modified: head/net/ntp/Makefile Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Wed Nov 23 14:21:28 2016 (r426922) +++ head/net/ntp/Makefile Wed Nov 23 14:31:14 2016 (r426923) @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/ MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +BUILD_DEPENDS= autogen:devel/autogen LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww From owner-svn-ports-all@freebsd.org Wed Nov 23 14:32: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 441B5C51E9C; Wed, 23 Nov 2016 14:32:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 073C21DA8; Wed, 23 Nov 2016 14:32:54 +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 uANEWsjc080159; Wed, 23 Nov 2016 14:32:54 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEWrOK080154; Wed, 23 Nov 2016 14:32:53 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231432.uANEWrOK080154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 14:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426924 - in head/textproc: . rubygem-gitlab-markup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:32:55 -0000 Author: tz Date: Wed Nov 23 14:32:53 2016 New Revision: 426924 URL: https://svnweb.freebsd.org/changeset/ports/426924 Log: New port: textproc/rubygem-gitlab-markup This gem is used by GitLab to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own! WWW: https://gitlab.com/gitlab-org/gitlab-markup Approved by: mentors (implicit) Added: head/textproc/rubygem-gitlab-markup/ head/textproc/rubygem-gitlab-markup/Makefile (contents, props changed) head/textproc/rubygem-gitlab-markup/distinfo (contents, props changed) head/textproc/rubygem-gitlab-markup/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Nov 23 14:31:14 2016 (r426923) +++ head/textproc/Makefile Wed Nov 23 14:32:53 2016 (r426924) @@ -1440,6 +1440,7 @@ SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist + SUBDIR += rubygem-gitlab-markup SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline Added: head/textproc/rubygem-gitlab-markup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-markup/Makefile Wed Nov 23 14:32:53 2016 (r426924) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gitlab-markup +PORTVERSION= 1.5.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Render any fancy GitLab markup + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem shebangfix +SHEBANG_FILES= script/bootstrap \ + script/cibuild + +PLIST_FILES= bin/github-markup + +.include Added: head/textproc/rubygem-gitlab-markup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-markup/distinfo Wed Nov 23 14:32:53 2016 (r426924) @@ -0,0 +1,3 @@ +TIMESTAMP = 1479911001 +SHA256 (rubygem/gitlab-markup-1.5.0.gem) = aa08db65b296102e216ae36fb065e095a762ed865e7422769f3ef20630b9bc7b +SIZE (rubygem/gitlab-markup-1.5.0.gem) = 26624 Added: head/textproc/rubygem-gitlab-markup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-markup/pkg-descr Wed Nov 23 14:32:53 2016 (r426924) @@ -0,0 +1,4 @@ +This gem is used by GitLab to render any fancy markup such as Markdown, +Textile, Org-Mode, etc. Fork it and add your own! + +https://gitlab.com/gitlab-org/gitlab-markup From owner-svn-ports-all@freebsd.org Wed Nov 23 14:38: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 703D9C5105C; Wed, 23 Nov 2016 14:38:42 +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 3CEBE1F7C; Wed, 23 Nov 2016 14:38: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 uANEcf8w080496; Wed, 23 Nov 2016 14:38:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEcfu6080495; Wed, 23 Nov 2016 14:38:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231438.uANEcfu6080495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426925 - head/net/e169-stats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:38:42 -0000 Author: amdmi3 Date: Wed Nov 23 14:38:41 2016 New Revision: 426925 URL: https://svnweb.freebsd.org/changeset/ports/426925 Log: - Add LICENSE Modified: head/net/e169-stats/Makefile Modified: head/net/e169-stats/Makefile ============================================================================== --- head/net/e169-stats/Makefile Wed Nov 23 14:32:53 2016 (r426924) +++ head/net/e169-stats/Makefile Wed Nov 23 14:38:41 2016 (r426925) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Curses realtime statistics for the Huawei E169 modem +LICENSE= NONE + USES= ncurses PLIST_FILES= bin/e169-stats From owner-svn-ports-all@freebsd.org Wed Nov 23 14:39: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 2CE89C510A2; Wed, 23 Nov 2016 14:39: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 EE223BB; Wed, 23 Nov 2016 14:38:59 +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 uANEcxQO080619; Wed, 23 Nov 2016 14:38:59 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEcxrc080617; Wed, 23 Nov 2016 14:38:59 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611231438.uANEcxrc080617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 23 Nov 2016 14:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426926 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:39:00 -0000 Author: cpm Date: Wed Nov 23 14:38:58 2016 New Revision: 426926 URL: https://svnweb.freebsd.org/changeset/ports/426926 Log: multimedia/mpv: Update to 0.22.0 - Update PORTVERSION and distinfo checksum (0.22.0) Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.22.0 Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D8615 Modified: head/multimedia/mpv/Makefile head/multimedia/mpv/distinfo Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Wed Nov 23 14:38:41 2016 (r426925) +++ head/multimedia/mpv/Makefile Wed Nov 23 14:38:58 2016 (r426926) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.21.0 -PORTREVISION= 1 +PORTVERSION= 0.22.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia audio Modified: head/multimedia/mpv/distinfo ============================================================================== --- head/multimedia/mpv/distinfo Wed Nov 23 14:38:41 2016 (r426925) +++ head/multimedia/mpv/distinfo Wed Nov 23 14:38:58 2016 (r426926) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477004847 -SHA256 (mpv-player-mpv-v0.21.0_GH0.tar.gz) = d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3 -SIZE (mpv-player-mpv-v0.21.0_GH0.tar.gz) = 2812584 +TIMESTAMP = 1479825938 +SHA256 (mpv-player-mpv-v0.22.0_GH0.tar.gz) = c0f9ac8f0e37a391d19007b333ef8787c2f45d75a0d4401c0098cde52c5082f6 +SIZE (mpv-player-mpv-v0.22.0_GH0.tar.gz) = 2822645 SHA256 (waf-project-waf-waf-1.8.19_GH0.tar.gz) = 4d9000e19aa279e997aaf744336cd055864bd4e10062578a957f541d6c761a40 SIZE (waf-project-waf-waf-1.8.19_GH0.tar.gz) = 1390391 From owner-svn-ports-all@freebsd.org Wed Nov 23 14:40: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 2A364C51141; Wed, 23 Nov 2016 14:40:13 +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 EB26C1BA; Wed, 23 Nov 2016 14:40:12 +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 uANEeCVa080779; Wed, 23 Nov 2016 14:40:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEeC4r080778; Wed, 23 Nov 2016 14:40:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231440.uANEeC4r080778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426927 - head/net/sniffit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:40:13 -0000 Author: amdmi3 Date: Wed Nov 23 14:40:11 2016 New Revision: 426927 URL: https://svnweb.freebsd.org/changeset/ports/426927 Log: - Add LICENSE - Cosmetic fixes - Switch to options helpers Modified: head/net/sniffit/Makefile Modified: head/net/sniffit/Makefile ============================================================================== --- head/net/sniffit/Makefile Wed Nov 23 14:38:58 2016 (r426926) +++ head/net/sniffit/Makefile Wed Nov 23 14:40:11 2016 (r426927) @@ -15,8 +15,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Packet sniffer program. For educational use +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes -ALL_TARGET= +ALL_TARGET= # empty OPTIONS_DEFINE= DOCS @@ -24,8 +27,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sniffit - ${INSTALL_MAN} ${WRKSRC}/README.FIRST \ - ${STAGEDIR}${PREFIX}/share/doc/sniffit + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.FIRST ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Wed Nov 23 14:41: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 8D420C5118E; Wed, 23 Nov 2016 14:41:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F09A331; Wed, 23 Nov 2016 14:41:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANEf4Rk084530; Wed, 23 Nov 2016 14:41:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEf4x4084528; Wed, 23 Nov 2016 14:41:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231441.uANEf4x4084528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:41:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426928 - in head/ports-mgmt/pkg_tree: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:41:05 -0000 Author: amdmi3 Date: Wed Nov 23 14:41:04 2016 New Revision: 426928 URL: https://svnweb.freebsd.org/changeset/ports/426928 Log: - Add LICENSE - Simplify patching/installation Modified: head/ports-mgmt/pkg_tree/Makefile head/ports-mgmt/pkg_tree/files/patch-Makefile Modified: head/ports-mgmt/pkg_tree/Makefile ============================================================================== --- head/ports-mgmt/pkg_tree/Makefile Wed Nov 23 14:40:11 2016 (r426927) +++ head/ports-mgmt/pkg_tree/Makefile Wed Nov 23 14:41:04 2016 (r426928) @@ -10,16 +10,15 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Get a 'graphical' tree-overview of installed packages +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 shebangfix SHEBANG_FILES= pkg_tree NO_ARCH= yes -PLIST_FILES= bin/pkg_tree man/man7/pkg_tree.7.gz - -post-patch: - @${REINPLACE_CMD} -e 's|__PREFIX__|${STAGEDIR}${PREFIX}|g ; \ - s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ - s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile +PLIST_FILES= bin/pkg_tree \ + man/man7/pkg_tree.7.gz .include Modified: head/ports-mgmt/pkg_tree/files/patch-Makefile ============================================================================== --- head/ports-mgmt/pkg_tree/files/patch-Makefile Wed Nov 23 14:40:11 2016 (r426927) +++ head/ports-mgmt/pkg_tree/files/patch-Makefile Wed Nov 23 14:41:04 2016 (r426928) @@ -6,8 +6,8 @@ install: - install -o root -g wheel -m 755 -c pkg_tree /usr/local/bin - install -o root -g wheel -m 644 -c pkg_tree.7 /usr/local/man/man7 -+ __INSTALL_SCRIPT__ pkg_tree __PREFIX__/bin -+ __INSTALL_MAN__ pkg_tree.7 __PREFIX__/man/man7 ++ ${BSD_INSTALL_SCRIPT} pkg_tree ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_MAN} pkg_tree.7 ${DESTDIR}${PREFIX}/man/man7 clean: rm pkg_tree.7 From owner-svn-ports-all@freebsd.org Wed Nov 23 14:43: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 CCC4DC51305; Wed, 23 Nov 2016 14:43: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 9EA7E8FA; Wed, 23 Nov 2016 14:43: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 uANEh93D084720; Wed, 23 Nov 2016 14:43:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEh9MU084718; Wed, 23 Nov 2016 14:43:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231443.uANEh9MU084718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426929 - in head/security/smap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:43:10 -0000 Author: amdmi3 Date: Wed Nov 23 14:43:09 2016 New Revision: 426929 URL: https://svnweb.freebsd.org/changeset/ports/426929 Log: - Add LICENSE - Respect CFLAGS/LDFLAGS Added: head/security/smap/files/ head/security/smap/files/patch-Makefile (contents, props changed) Modified: head/security/smap/Makefile Modified: head/security/smap/Makefile ============================================================================== --- head/security/smap/Makefile Wed Nov 23 14:41:04 2016 (r426928) +++ head/security/smap/Makefile Wed Nov 23 14:43:09 2016 (r426929) @@ -3,13 +3,17 @@ PORTNAME= smap PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.wormulon.net/smap/ MAINTAINER= ports@FreeBSD.org COMMENT= SIP scanner and identifier +# does not really specify # of clauses, so stay +# with strictest variant to be on a safe side +LICENSE= BSD4CLAUSE + USES= gmake do-install: Added: head/security/smap/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/smap/files/patch-Makefile Wed Nov 23 14:43:09 2016 (r426929) @@ -0,0 +1,13 @@ +--- Makefile.orig 2007-05-10 13:45:31 UTC ++++ Makefile +@@ -8,8 +8,8 @@ + # + # $Id: Makefile,v 1.15 2007/05/10 13:45:31 hscholz Exp $ + +-LDFLAGS= -L/usr/local/lib -lm +-CFLAGS= -Wall -g -I/usr/local/include ++LDFLAGS+= -lm ++CFLAGS+= -Wall + CFLAGS+= -DHAVE_RANDOM -DRAW_SOCKET + CC?= gcc + OBJS= error.o fingerprint.o helpers.o icmpping.o localip.o request.o randomizer.o response.o scan.o sip.o smap.o stats.o stun.o test_accept.o test_allow.o test_supported.o test_headers.o transport_udp.o transport_tcp.o From owner-svn-ports-all@freebsd.org Wed Nov 23 14:45: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 1F50DC5150B; Wed, 23 Nov 2016 14:45:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3BE0ABB; Wed, 23 Nov 2016 14:45:55 +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 uANEjt9x084941; Wed, 23 Nov 2016 14:45:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEjsZM084939; Wed, 23 Nov 2016 14:45:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231445.uANEjsZM084939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426930 - in head/sysutils/isc-cron: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:45:56 -0000 Author: amdmi3 Date: Wed Nov 23 14:45:54 2016 New Revision: 426930 URL: https://svnweb.freebsd.org/changeset/ports/426930 Log: - Add LICENSE - Cosmetic fixes - handle SUID bit properly - Respect CC and CFLAGS Modified: head/sysutils/isc-cron/Makefile head/sysutils/isc-cron/files/patch-Makefile Modified: head/sysutils/isc-cron/Makefile ============================================================================== --- head/sysutils/isc-cron/Makefile Wed Nov 23 14:43:09 2016 (r426929) +++ head/sysutils/isc-cron/Makefile Wed Nov 23 14:45:54 2016 (r426930) @@ -3,29 +3,32 @@ PORTNAME= isc-cron PORTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ISC/cron DISTNAME= cron_${PORTVERSION}.shar -EXTRACT_SUFX= +EXTRACT_SUFX= # none MAINTAINER= ports@FreeBSD.org COMMENT= ISC Cron, former Vixie Cron +LICENSE= ISCL + WRKSRC= ${WRKDIR} SUB_FILES= pkg-message -PLIST_FILES= sbin/cron bin/crontab man/man1/crontab.1.gz \ - man/man5/crontab.5.gz man/man8/cron.8.gz -PKGMESSAGE= ${WRKDIR}/pkg-message +PLIST_FILES= sbin/cron \ + "@(root,wheel,4755) bin/crontab" \ + man/man1/crontab.1.gz \ + man/man5/crontab.5.gz \ + man/man8/cron.8.gz do-extract: - ${MKDIR} ${WRKSRC} + @${MKDIR} ${WRKSRC} cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cron ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/crontab ${STAGEDIR}${PREFIX}/bin - ${CHMOD} 4555 ${STAGEDIR}${PREFIX}/bin/crontab ${INSTALL_MAN} ${WRKSRC}/crontab.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/crontab.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/cron.8 ${STAGEDIR}${MANPREFIX}/man/man8 Modified: head/sysutils/isc-cron/files/patch-Makefile ============================================================================== --- head/sysutils/isc-cron/files/patch-Makefile Wed Nov 23 14:43:09 2016 (r426929) +++ head/sysutils/isc-cron/files/patch-Makefile Wed Nov 23 14:45:54 2016 (r426930) @@ -1,11 +1,20 @@ ---- Makefile.orig 2013-10-18 04:21:17.000000000 +1100 -+++ Makefile 2013-10-18 04:21:22.000000000 +1100 -@@ -66,7 +66,7 @@ +--- Makefile.orig 2016-11-23 12:27:46 UTC ++++ Makefile +@@ -66,7 +66,7 @@ CDEBUG = -g #<> LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING) #<> -CC = gcc -Wall -Wno-unused -Wno-comment -+CC = cc -Wall -Wno-unused -Wno-comment ++CC += -Wall -Wno-unused -Wno-comment #<> DEFS = #(SGI IRIX systems need this) +@@ -79,7 +79,7 @@ LDFLAGS = + #################################### end configurable stuff + + SHELL = /bin/sh +-CFLAGS = $(CDEBUG) $(INCLUDE) $(DEFS) ++CFLAGS += $(INCLUDE) $(DEFS) + + INFOS = README CHANGES FEATURES INSTALL CONVERSION THANKS MAIL + MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh From owner-svn-ports-all@freebsd.org Wed Nov 23 14:50: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 A24B1C51585; Wed, 23 Nov 2016 14:50:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF1DC1F; Wed, 23 Nov 2016 14:50:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANEo2pG085198; Wed, 23 Nov 2016 14:50:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEo2dx085197; Wed, 23 Nov 2016 14:50:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231450.uANEo2dx085197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426931 - head/net-mgmt/slate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 14:50:03 -0000 Author: amdmi3 Date: Wed Nov 23 14:50:02 2016 New Revision: 426931 URL: https://svnweb.freebsd.org/changeset/ports/426931 Log: - Add LICENSE Modified: head/net-mgmt/slate/Makefile Modified: head/net-mgmt/slate/Makefile ============================================================================== --- head/net-mgmt/slate/Makefile Wed Nov 23 14:45:54 2016 (r426930) +++ head/net-mgmt/slate/Makefile Wed Nov 23 14:50:02 2016 (r426931) @@ -9,9 +9,12 @@ MASTER_SITES= http://www.riverstonenet.c MAINTAINER= ports@FreeBSD.org COMMENT= Simple traffic analysis and data reporting collection server for LFAP -PLIST_FILES= bin/sfas +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes +PLIST_FILES= bin/sfas + .include From owner-svn-ports-all@freebsd.org Wed Nov 23 15:01: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 B2D0AC51712; Wed, 23 Nov 2016 15:01: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 7B210ED; Wed, 23 Nov 2016 15:01: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 uANF1D9R089100; Wed, 23 Nov 2016 15:01:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANF1DNk089099; Wed, 23 Nov 2016 15:01:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231501.uANF1DNk089099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 15:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426932 - head/multimedia/subtitleoffsetmodifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 15:01:14 -0000 Author: amdmi3 Date: Wed Nov 23 15:01:13 2016 New Revision: 426932 URL: https://svnweb.freebsd.org/changeset/ports/426932 Log: - Add LICENSE - Add NO_ARCH - Cosmetic fixes Modified: head/multimedia/subtitleoffsetmodifier/Makefile Modified: head/multimedia/subtitleoffsetmodifier/Makefile ============================================================================== --- head/multimedia/subtitleoffsetmodifier/Makefile Wed Nov 23 14:50:02 2016 (r426931) +++ head/multimedia/subtitleoffsetmodifier/Makefile Wed Nov 23 15:01:13 2016 (r426932) @@ -11,16 +11,19 @@ DISTFILES= subtitle-offset-modificator.p MAINTAINER= ports@FreeBSD.org COMMENT= Subtitle offset modificator +LICENSE= GPLv2+ + USES= perl5 shebangfix USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/subtitle-offset-modificator SHEBANG_FILES= subtitle-offset-modificator.pl do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC} + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/subtitle-offset-modificator.pl \ From owner-svn-ports-all@freebsd.org Wed Nov 23 15: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 B6DAFC5182F; Wed, 23 Nov 2016 15:03:13 +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 8725062C; Wed, 23 Nov 2016 15:03:13 +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 uANF3CLj093073; Wed, 23 Nov 2016 15:03:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANF3Cfv093071; Wed, 23 Nov 2016 15:03:12 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231503.uANF3Cfv093071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 15:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426933 - head/devel/rubygem-daemons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 15:03:13 -0000 Author: tz Date: Wed Nov 23 15:03:12 2016 New Revision: 426933 URL: https://svnweb.freebsd.org/changeset/ports/426933 Log: devel/rubygem-daemons: Update from 1.2.3 to 1.2.4 Changelog: - add :shush option - add :monitor_interval option - add :log_output_syslog option PR: 213850 Submitted by: Tomoya Tabuchi Approved by: mentors (implicit) Modified: head/devel/rubygem-daemons/Makefile head/devel/rubygem-daemons/distinfo Modified: head/devel/rubygem-daemons/Makefile ============================================================================== --- head/devel/rubygem-daemons/Makefile Wed Nov 23 15:01:13 2016 (r426932) +++ head/devel/rubygem-daemons/Makefile Wed Nov 23 15:03:12 2016 (r426933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= daemons -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-daemons/distinfo ============================================================================== --- head/devel/rubygem-daemons/distinfo Wed Nov 23 15:01:13 2016 (r426932) +++ head/devel/rubygem-daemons/distinfo Wed Nov 23 15:03:12 2016 (r426933) @@ -1,2 +1,3 @@ -SHA256 (rubygem/daemons-1.2.3.gem) = 0fbf1f7ef654e98fac324b43ab690576fbe8b66941693b473f4f27ef334c032d -SIZE (rubygem/daemons-1.2.3.gem) = 24576 +TIMESTAMP = 1479913308 +SHA256 (rubygem/daemons-1.2.4.gem) = bfd16fb4e1a6d844ec7b9fcd4d5c020224e0aac14396ea077d6595d43226abae +SIZE (rubygem/daemons-1.2.4.gem) = 28160 From owner-svn-ports-all@freebsd.org Wed Nov 23 15:04: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 EB1F2C5189D; Wed, 23 Nov 2016 15:04:42 +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 A41EC7B7; Wed, 23 Nov 2016 15:04: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 uANF4fAN093248; Wed, 23 Nov 2016 15:04:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANF4f3h093246; Wed, 23 Nov 2016 15:04:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231504.uANF4f3h093246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 15:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426934 - in head/security/xorsearch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 15:04:43 -0000 Author: amdmi3 Date: Wed Nov 23 15:04:41 2016 New Revision: 426934 URL: https://svnweb.freebsd.org/changeset/ports/426934 Log: - Add LICENSE - Respect CFLAGS/LDFLAGS - Regenerate patches Modified: head/security/xorsearch/Makefile head/security/xorsearch/files/patch-XORSearch.c Modified: head/security/xorsearch/Makefile ============================================================================== --- head/security/xorsearch/Makefile Wed Nov 23 15:03:12 2016 (r426933) +++ head/security/xorsearch/Makefile Wed Nov 23 15:04:41 2016 (r426934) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= xorsearch -PORTVERSION= 1.2.0 +DISTVERSION= 1_2_0 +PORTREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.didierstevens.com/files/software/ -DISTNAME= XORSearch_V1_2_0 +DISTNAME= XORSearch_V${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Search for a given string in an XOR or ROL encoded binary file +LICENSE= PD + USES= dos2unix zip DOS2UNIX_GLOB= *.c NO_WRKSUBDIR= yes @@ -17,10 +20,9 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/xorsearch do-build: - ${CC} -o ${WRKSRC}/XORSearch ${WRKSRC}/XORSearch.c + ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/XORSearch ${WRKSRC}/XORSearch.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XORSearch \ - ${STAGEDIR}${PREFIX}/bin/xorsearch + ${INSTALL_PROGRAM} ${WRKSRC}/XORSearch ${STAGEDIR}${PREFIX}/bin/xorsearch .include Modified: head/security/xorsearch/files/patch-XORSearch.c ============================================================================== --- head/security/xorsearch/files/patch-XORSearch.c Wed Nov 23 15:03:12 2016 (r426933) +++ head/security/xorsearch/files/patch-XORSearch.c Wed Nov 23 15:04:41 2016 (r426934) @@ -1,4 +1,4 @@ ---- XORSearch.c.orig 2016-06-20 15:09:40 UTC +--- XORSearch.c.orig 2016-11-23 12:31:10 UTC +++ XORSearch.c @@ -20,7 +20,6 @@ #include From owner-svn-ports-all@freebsd.org Wed Nov 23 15:09: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 8926DC519B1; Wed, 23 Nov 2016 15:09:50 +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 3EC169B1; Wed, 23 Nov 2016 15:09:50 +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 uANF9n4W093592; Wed, 23 Nov 2016 15:09:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANF9nfI093589; Wed, 23 Nov 2016 15:09:49 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231509.uANF9nfI093589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 15:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426935 - branches/2016Q4/www/serendipity 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, 23 Nov 2016 15:09:50 -0000 Author: tz Date: Wed Nov 23 15:09:48 2016 New Revision: 426935 URL: https://svnweb.freebsd.org/changeset/ports/426935 Log: MFH: r426732 www/serendipity: Upgrade from 2.0.2 to 2.0.4 - https://blog.s9y.org/archives/269-Serendipity-2.0.4-and-2.1-beta2-released.html - https://blog.s9y.org/archives/266-Serendipity-2.0.3-released.html PR: 213968 Submitted by: Jochen Neumeister Approved by: ports-secteam (feld) Modified: branches/2016Q4/www/serendipity/Makefile branches/2016Q4/www/serendipity/distinfo branches/2016Q4/www/serendipity/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/serendipity/Makefile ============================================================================== --- branches/2016Q4/www/serendipity/Makefile Wed Nov 23 15:04:41 2016 (r426934) +++ branches/2016Q4/www/serendipity/Makefile Wed Nov 23 15:09:48 2016 (r426935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serendipity -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} Modified: branches/2016Q4/www/serendipity/distinfo ============================================================================== --- branches/2016Q4/www/serendipity/distinfo Wed Nov 23 15:04:41 2016 (r426934) +++ branches/2016Q4/www/serendipity/distinfo Wed Nov 23 15:09:48 2016 (r426935) @@ -1,2 +1,3 @@ -SHA256 (serendipity-2.0.2.tar.bz2) = 115e7c9779fe49a8f6f183184457cdce94932561d99f0ec67ac8eb40ba7f29a3 -SIZE (serendipity-2.0.2.tar.bz2) = 4932785 +TIMESTAMP = 1477987974 +SHA256 (serendipity-2.0.4.tar.bz2) = 471c9573e695340cf3bc0312607401381f1881c128131f72b64b555a185be091 +SIZE (serendipity-2.0.4.tar.bz2) = 4923751 Modified: branches/2016Q4/www/serendipity/pkg-plist ============================================================================== --- branches/2016Q4/www/serendipity/pkg-plist Wed Nov 23 15:04:41 2016 (r426934) +++ branches/2016Q4/www/serendipity/pkg-plist Wed Nov 23 15:09:48 2016 (r426935) @@ -2158,6 +2158,7 @@ %%WWWDIR%%/templates/2k11/admin/entries.inc.tpl %%WWWDIR%%/templates/2k11/admin/entries.tpl %%WWWDIR%%/templates/2k11/admin/entries_overview.inc.tpl +%%WWWDIR%%/templates/2k11/admin/font/config.json %%WWWDIR%%/templates/2k11/admin/font/fontello.eot %%WWWDIR%%/templates/2k11/admin/font/fontello.svg %%WWWDIR%%/templates/2k11/admin/font/fontello.ttf From owner-svn-ports-all@freebsd.org Wed Nov 23 15: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 19579C51B1D; Wed, 23 Nov 2016 15:14:18 +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 DA47CD3F; Wed, 23 Nov 2016 15:14:17 +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 uANFEHYY097607; Wed, 23 Nov 2016 15:14:17 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANFEGSk097605; Wed, 23 Nov 2016 15:14:16 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231514.uANFEGSk097605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 15:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426936 - branches/2016Q4/lang/php70 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, 23 Nov 2016 15:14:18 -0000 Author: tz Date: Wed Nov 23 15:14:16 2016 New Revision: 426936 URL: https://svnweb.freebsd.org/changeset/ports/426936 Log: MFH: r426243 Update PHP 7 from 7.0.12 to 7.0.13 Changes: http://www.php.net/ChangeLog-7.php#7.0.13 Approved by: pi (mentor) Approved by: ports-secteam (feld) Modified: branches/2016Q4/lang/php70/Makefile branches/2016Q4/lang/php70/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/lang/php70/Makefile ============================================================================== --- branches/2016Q4/lang/php70/Makefile Wed Nov 23 15:09:48 2016 (r426935) +++ branches/2016Q4/lang/php70/Makefile Wed Nov 23 15:14:16 2016 (r426936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.12 +PORTVERSION= 7.0.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q4/lang/php70/distinfo ============================================================================== --- branches/2016Q4/lang/php70/distinfo Wed Nov 23 15:09:48 2016 (r426935) +++ branches/2016Q4/lang/php70/distinfo Wed Nov 23 15:14:16 2016 (r426936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476438518 -SHA256 (php-7.0.12.tar.xz) = f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff -SIZE (php-7.0.12.tar.xz) = 12520004 +TIMESTAMP = 1479305486 +SHA256 (php-7.0.13.tar.xz) = 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf +SIZE (php-7.0.13.tar.xz) = 12528816 From owner-svn-ports-all@freebsd.org Wed Nov 23 15:17: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 A050DC51BEA; Wed, 23 Nov 2016 15:17: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 6EA3EF01; Wed, 23 Nov 2016 15:17: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 uANFHAXR097810; Wed, 23 Nov 2016 15:17:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANFHAwt097809; Wed, 23 Nov 2016 15:17:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231517.uANFHAwt097809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 15:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426937 - head/databases/postgresql-relay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 15:17:11 -0000 Author: amdmi3 Date: Wed Nov 23 15:17:10 2016 New Revision: 426937 URL: https://svnweb.freebsd.org/changeset/ports/426937 Log: - Add LICENSE - Pet portlint Modified: head/databases/postgresql-relay/Makefile Modified: head/databases/postgresql-relay/Makefile ============================================================================== --- head/databases/postgresql-relay/Makefile Wed Nov 23 15:14:16 2016 (r426936) +++ head/databases/postgresql-relay/Makefile Wed Nov 23 15:17:10 2016 (r426937) @@ -10,12 +10,14 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Multiplex multiple PostgreSQL databases to one relay -PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \ - man/man8/postgresql-relay.8.gz +LICENSE= BSD2CLAUSE # from website -USE_RC_SUBR= postgresql-relay -USES+= perl5 +USES= perl5 USE_PERL5= build +USE_RC_SUBR= postgresql-relay + +PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \ + man/man8/postgresql-relay.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-all@freebsd.org Wed Nov 23 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 DE5AEC51E3A; Wed, 23 Nov 2016 15:22:25 +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 B05AA35B; Wed, 23 Nov 2016 15:22:25 +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 uANFMOhw001665; Wed, 23 Nov 2016 15:22:24 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANFMO7g001663; Wed, 23 Nov 2016 15:22:24 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231522.uANFMO7g001663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 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: r426938 - head/games/rubygem-fortune_gem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 15:22:26 -0000 Author: tz Date: Wed Nov 23 15:22:24 2016 New Revision: 426938 URL: https://svnweb.freebsd.org/changeset/ports/426938 Log: games/rubygem-fortune_gem: Update from 0.0.8 to 0.0.9 Changelog: - Update to Rubygems best practices - ADD MIT LICENCE - executables must be an array of strings - Allow this gem to be pushed to any gemserver PR: 214559 Submitted by: mose Approved by: mentors (implicit) Modified: head/games/rubygem-fortune_gem/Makefile head/games/rubygem-fortune_gem/distinfo Modified: head/games/rubygem-fortune_gem/Makefile ============================================================================== --- head/games/rubygem-fortune_gem/Makefile Wed Nov 23 15:17:10 2016 (r426937) +++ head/games/rubygem-fortune_gem/Makefile Wed Nov 23 15:22:24 2016 (r426938) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fortune_gem -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.9 CATEGORIES= games rubygems MASTER_SITES= RG Modified: head/games/rubygem-fortune_gem/distinfo ============================================================================== --- head/games/rubygem-fortune_gem/distinfo Wed Nov 23 15:17:10 2016 (r426937) +++ head/games/rubygem-fortune_gem/distinfo Wed Nov 23 15:22:24 2016 (r426938) @@ -1,2 +1,3 @@ -SHA256 (rubygem/fortune_gem-0.0.8.gem) = 0d910da9674b1c33ac1c3314b1ac47ecac89ed791022e17a963d88450b946834 -SIZE (rubygem/fortune_gem-0.0.8.gem) = 41984 +TIMESTAMP = 1479268212 +SHA256 (rubygem/fortune_gem-0.0.9.gem) = 0793697e048af6842d4184bf2b210504112d78e239e4b072f04d8c17ea632d7e +SIZE (rubygem/fortune_gem-0.0.9.gem) = 45056 From owner-svn-ports-all@freebsd.org Wed Nov 23 15:33: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 5C426C510ED; Wed, 23 Nov 2016 15:33:33 +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 286B1A5E; Wed, 23 Nov 2016 15:33:33 +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 uANFXWnc005914; Wed, 23 Nov 2016 15:33:32 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANFXWnt005913; Wed, 23 Nov 2016 15:33:32 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231533.uANFXWnt005913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 15:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426939 - head/x11/swarp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 15:33:33 -0000 Author: tz Date: Wed Nov 23 15:33:32 2016 New Revision: 426939 URL: https://svnweb.freebsd.org/changeset/ports/426939 Log: x11/swarp: Pass maintainership to Mason Loring Bliss PR: 214745 Submitted by: Mason Loring Bliss Approved by: mentors (implicit) Modified: head/x11/swarp/Makefile Modified: head/x11/swarp/Makefile ============================================================================== --- head/x11/swarp/Makefile Wed Nov 23 15:22:24 2016 (r426938) +++ head/x11/swarp/Makefile Wed Nov 23 15:33:32 2016 (r426939) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mason@blisses.org COMMENT= X11 generic pointer warping utility LICENSE= MIT From owner-svn-ports-all@freebsd.org Wed Nov 23 15:47: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 6E478C514BB; Wed, 23 Nov 2016 15:47:54 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2390A11F; Wed, 23 Nov 2016 15:47:54 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANFlrrO010216; Wed, 23 Nov 2016 15:47:53 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANFlrjQ010214; Wed, 23 Nov 2016 15:47:53 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201611231547.uANFlrjQ010214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 23 Nov 2016 15:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426940 - in head/net: remmina remmina-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 15:47:54 -0000 Author: woodsb02 Date: Wed Nov 23 15:47:53 2016 New Revision: 426940 URL: https://svnweb.freebsd.org/changeset/ports/426940 Log: net/remmina: Add USES=gettext localbase:ldflags - bin/remmina links to lib/libintl.so.8 regardless of NLS option Note: that NLS option still prevents translations from being installed - cmake needs to search for gettext within localbase net/remmina-plugin-*: Add USES=localbase:ldflags - The plugins need to search localbase/include for headers, and some also link with libraries in localbase Reported by: marino Approved by: adamw (mentor, implicit) Modified: head/net/remmina-plugins/bsd.plugin.mk head/net/remmina/Makefile Modified: head/net/remmina-plugins/bsd.plugin.mk ============================================================================== --- head/net/remmina-plugins/bsd.plugin.mk Wed Nov 23 15:33:32 2016 (r426939) +++ head/net/remmina-plugins/bsd.plugin.mk Wed Nov 23 15:47:53 2016 (r426940) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS+= remmina>=${PORTVERSION}:net/remmina RUN_DEPENDS+= remmina>=${PORTVERSION}:net/remmina -USES+= cmake gmake pkgconfig +USES+= cmake gmake localbase:ldflags pkgconfig USE_GNOME+= atk gdkpixbuf2 glib20 gtk30 pango INSTALLS_ICONS= yes Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Wed Nov 23 15:33:32 2016 (r426939) +++ head/net/remmina/Makefile Wed Nov 23 15:47:53 2016 (r426940) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= Remmina -USES= cmake:outsource gmake pathfix pkgconfig +USES= cmake:outsource gettext gmake localbase:ldflags pathfix pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= ice sm x11 xext PATHFIX_WRKSRC= ${WRKSRC}/remmina @@ -41,8 +41,7 @@ AVAHI_CMAKE_BOOL= WITH_AVAHI GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CMAKE_BOOL= WITH_GCRYPT -NLS_USES= gettext localbase -NLS_CMAKE_BOOL= WITH_GETTEXT +NLS_CMAKE_BOOL= WITH_TRANSLATIONS SSH_LIB_DEPENDS= libssh_threads.so:security/libssh SSH_LDFLAGS= -fstack-protector @@ -66,7 +65,5 @@ post-patch: ${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 -post-patch-NLS-off: - ${REINPLACE_CMD} -e's|add_subdirectory(po)||' ${WRKSRC}/remmina/CMakeLists.txt .include From owner-svn-ports-all@freebsd.org Wed Nov 23 16: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 B1F83C51487; Wed, 23 Nov 2016 16:37:07 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from ihor-3.amdmi3.ru (ihor-3.amdmi3.ru [185.117.152.228]) by mx1.freebsd.org (Postfix) with ESMTP id 20183E78; Wed, 23 Nov 2016 16:37:07 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by ihor-3.amdmi3.ru (Postfix) with ESMTPS id BD40B1AF11C; Wed, 23 Nov 2016 18:30:49 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id AC3CAC8E; Wed, 23 Nov 2016 19:33:03 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 696EEBC4; Wed, 23 Nov 2016 19:36:27 +0300 (MSK) Date: Wed, 23 Nov 2016 19:36:27 +0300 From: Dmitry Marakasov To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426645 - head/graphics/geos Message-ID: <20161123163627.GB7337@hades.panopticon> References: <201611202353.uAKNro3i038509@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201611202353.uAKNro3i038509@repo.freebsd.org> 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, 23 Nov 2016 16:37:07 -0000 * Sunpoet Po-Chuan Hsieh (sunpoet@FreeBSD.org) wrote: > Author: sunpoet > Date: Sun Nov 20 23:53:49 2016 > New Revision: 426645 > URL: https://svnweb.freebsd.org/changeset/ports/426645 > > Log: > - Update to 3.6.0 > - Remove PHP option This has broken at least osm2pgsql. Have you checked all dependee ports? > Changes: https://trac.osgeo.org/geos/browser/tags/3.6.0/NEWS > > Modified: > head/graphics/geos/Makefile > head/graphics/geos/distinfo > head/graphics/geos/pkg-plist > > Modified: head/graphics/geos/Makefile > ============================================================================== > --- head/graphics/geos/Makefile Sun Nov 20 23:53:45 2016 (r426644) > +++ head/graphics/geos/Makefile Sun Nov 20 23:53:49 2016 (r426645) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= geos > -PORTVERSION= 3.5.0 > -PORTREVISION= 1 > +PORTVERSION= 3.6.0 > CATEGORIES= graphics geography > MASTER_SITES= http://download.osgeo.org/geos/ \ > LOCAL/sunpoet > @@ -14,7 +13,7 @@ COMMENT= GEOS implements all the OpenGIS > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/COPYING > > -OPTIONS_DEFINE= PHP PYTHON RUBY > +OPTIONS_DEFINE= PYTHON RUBY > OPTIONS_SUB= yes > > CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 > @@ -26,9 +25,6 @@ USES= gmake libtool tar:bzip2 > > PLIST_SUB= PORTVERSION=${PORTVERSION} > > -PHP_BUILD_DEPENDS= swig3.0:devel/swig30 > -PHP_CONFIGURE_ENABLE= php > -PHP_USES= php:build > PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 > PYTHON_CONFIGURE_ENABLE=python > PYTHON_USES= python:2 > > Modified: head/graphics/geos/distinfo > ============================================================================== > --- head/graphics/geos/distinfo Sun Nov 20 23:53:45 2016 (r426644) > +++ head/graphics/geos/distinfo Sun Nov 20 23:53:49 2016 (r426645) > @@ -1,2 +1,3 @@ > -SHA256 (geos-3.5.0.tar.bz2) = 49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 > -SIZE (geos-3.5.0.tar.bz2) = 1949397 > +TIMESTAMP = 1479599548 > +SHA256 (geos-3.6.0.tar.bz2) = 1fe7644f3240c8422b0143830ff142e44e8b01333c12f67681ccaab92142f2ea > +SIZE (geos-3.6.0.tar.bz2) = 1982395 > > Modified: head/graphics/geos/pkg-plist > ============================================================================== > --- head/graphics/geos/pkg-plist Sun Nov 20 23:53:45 2016 (r426644) > +++ head/graphics/geos/pkg-plist Sun Nov 20 23:53:49 2016 (r426645) > @@ -382,7 +382,7 @@ lib/libgeos.so > lib/libgeos_c.a > lib/libgeos_c.so > lib/libgeos_c.so.1 > -lib/libgeos_c.so.1.9.0 > +lib/libgeos_c.so.1.10.0 > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so > @@ -391,4 +391,3 @@ lib/libgeos_c.so.1.9.0 > %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo > %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a > %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so > -%%PHP%%lib/php/%%PHP_EXT_DIR%%/geos.so > > -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-all@freebsd.org Wed Nov 23 16:39: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 26C1AC514EF; Wed, 23 Nov 2016 16:39:04 +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 E921AF81; Wed, 23 Nov 2016 16:39:03 +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 uANGd3GD030570; Wed, 23 Nov 2016 16:39:03 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANGd3dH030569; Wed, 23 Nov 2016 16:39:03 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611231639.uANGd3dH030569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 23 Nov 2016 16:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426941 - 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: Wed, 23 Nov 2016 16:39:04 -0000 Author: novel Date: Wed Nov 23 16:39:02 2016 New Revision: 426941 URL: https://svnweb.freebsd.org/changeset/ports/426941 Log: devel/libvirt: improve tier-2 packaging Add RUN_DEPEND on sysutils/dmidecode only on amd64 and i386 as it's available only on these ARCHs. Also, bump PORTREVISION due to dependencies change. Submitted by: linimon Reported by: linimon Modified: head/devel/libvirt/Makefile Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Wed Nov 23 15:47:53 2016 (r426940) +++ head/devel/libvirt/Makefile Wed Nov 23 16:39:02 2016 (r426941) @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -18,8 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libssh2.so:security/libssh2 BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ xsltproc:textproc/libxslt -RUN_DEPENDS= dnsmasq:dns/dnsmasq \ - dmidecode:sysutils/dmidecode +RUN_DEPENDS= dnsmasq:dns/dnsmasq OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL OPTIONS_DEFAULT= GNUTLS READLINE @@ -163,4 +163,10 @@ post-install: regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check -.include +.include + +.if ${ARCH} == amd64 || ${ARCH} == i386 +RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode +.endif + +.include From owner-svn-ports-all@freebsd.org Wed Nov 23 16:40: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 017BDC515AA; Wed, 23 Nov 2016 16:40:12 +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 C744810AD; Wed, 23 Nov 2016 16:40:11 +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 uANGeBti030773; Wed, 23 Nov 2016 16:40:11 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANGeAXU030771; Wed, 23 Nov 2016 16:40:10 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201611231640.uANGeAXU030771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 23 Nov 2016 16:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426942 - in head/sysutils/acpi_call: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 16:40:12 -0000 Author: danfe Date: Wed Nov 23 16:40:10 2016 New Revision: 426942 URL: https://svnweb.freebsd.org/changeset/ports/426942 Log: When ioctl() on /dev/acpi fails with `Device not configured' message, suggest most probable cause of this to reduce number of questions on the mailing lists; slightly improve port description text while here. Added: head/sysutils/acpi_call/files/ head/sysutils/acpi_call/files/patch-acpi__call__util.c (contents, props changed) Modified: head/sysutils/acpi_call/pkg-descr Added: head/sysutils/acpi_call/files/patch-acpi__call__util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpi_call/files/patch-acpi__call__util.c Wed Nov 23 16:40:10 2016 (r426942) @@ -0,0 +1,10 @@ +--- acpi_call_util.c.orig 2011-11-07 05:35:10 UTC ++++ acpi_call_util.c +@@ -102,6 +102,7 @@ int main(int argc, char * argv[]) + if (ioctl(fd, ACPIIO_CALL, ¶ms) == -1) + { + perror("ioctl"); ++ fprintf(stderr, "(Is `acpi_call.ko' kernel module loaded?)\n"); + return 1; + } + Modified: head/sysutils/acpi_call/pkg-descr ============================================================================== --- head/sysutils/acpi_call/pkg-descr Wed Nov 23 16:39:02 2016 (r426941) +++ head/sysutils/acpi_call/pkg-descr Wed Nov 23 16:40:10 2016 (r426942) @@ -1 +1 @@ -Kernel module for calling arbitrary ACPI methods from userspace. +Kernel module and utility for calling arbitrary ACPI methods from userspace. From owner-svn-ports-all@freebsd.org Wed Nov 23 16:43: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 9EEE9C51892; Wed, 23 Nov 2016 16:43:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B27B17A7; Wed, 23 Nov 2016 16:43:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANGhSJQ034909; Wed, 23 Nov 2016 16:43:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANGhSQW034902; Wed, 23 Nov 2016 16:43:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231643.uANGhSQW034902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 16:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426943 - in head: . astro astro/libosmium astro/libosmium/files astro/osmium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 16:43:29 -0000 Author: amdmi3 Date: Wed Nov 23 16:43:27 2016 New Revision: 426943 URL: https://svnweb.freebsd.org/changeset/ports/426943 Log: - Update osmium to 2.10.3 and rename to libosmium Added: head/astro/libosmium/ - copied from r426942, head/astro/osmium/ head/astro/libosmium/files/patch-include_osmium_util_endian.hpp (contents, props changed) Deleted: head/astro/libosmium/files/patch-test_run__tests.sh head/astro/osmium/ Modified: head/MOVED head/astro/Makefile head/astro/libosmium/Makefile head/astro/libosmium/distinfo head/astro/libosmium/pkg-descr head/astro/libosmium/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 23 16:40:10 2016 (r426942) +++ head/MOVED Wed Nov 23 16:43:27 2016 (r426943) @@ -8806,3 +8806,4 @@ devel/extra-cmake-modules|devel/kf5-extr net/vnc||2016-11-14|Has expired: Distfiles no longer available. sysutils/gosa||2016-11-20|Has expired: this version of gosa cannot be fixed (requires PHP < 5.4) security/krb5-112||2016-11-20|Has expired: EOL twelve months after release of krb5-1.14 +astro/osmium|astro/libosmium|2016-11-23|Rename according to upstream Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Wed Nov 23 16:40:10 2016 (r426942) +++ head/astro/Makefile Wed Nov 23 16:43:27 2016 (r426943) @@ -34,6 +34,7 @@ SUBDIR += libgal SUBDIR += libkgeomap SUBDIR += libnova + SUBDIR += libosmium SUBDIR += libosmpbf SUBDIR += luna SUBDIR += marble @@ -45,7 +46,6 @@ SUBDIR += nightfall SUBDIR += opencpn SUBDIR += openuniverse - SUBDIR += osmium SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Wed Nov 23 16:40:10 2016 (r426942) +++ head/astro/libosmium/Makefile Wed Nov 23 16:43:27 2016 (r426943) @@ -1,61 +1,41 @@ # Created by: Dmitry Marakasov # $FreeBSD$ -PORTNAME= osmium -PORTVERSION= git20130522 -PORTREVISION= 15 +PORTNAME= libosmium +PORTVERSION= 2.10.3 +DISTVERSIONPREFIX= v CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org -COMMENT= C++/Javascript framework for working with OSM files +COMMENT= Fast and flexible C++ library for working with OpenStreetMap data -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgdal.so:graphics/gdal \ libboost_regex.so:devel/boost-libs \ - libsqlite3.so:databases/sqlite3 \ - libexpat.so:textproc/expat2 \ libgeos.so:graphics/geos \ - libprotobuf.so:devel/protobuf -BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash -RUN_DEPENDS= sparsehash>=2.0.2:devel/sparsehash + libexpat.so:textproc/expat2 +BUILD_DEPENDS= sparsehash>=0:devel/sparsehash USE_GITHUB= yes -GH_ACCOUNT= joto -GH_TAGNAME= 1a5bb26 +GH_ACCOUNT= osmcode -CXXFLAGS+= -I${LOCALBASE}/include \ - -L${LOCALBASE}/lib +USES= cmake compiler:c++11-lib +CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF +# though it build tests, the library itself it header-only NO_ARCH= yes -PORTDOCS= * -OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS -OPTIONS_DEFAULT=JAVASCRIPT -JAVASCRIPT_DESC=Enable javascript support - -JAVASCRIPT_LIB_DEPENDS= libv8.so:lang/v8 \ - libshp.so:devel/shapelib \ - libicuuc.so:devel/icu - -DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen - -do-build-DOXYGEN-on: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKR_ARGS} doc - -do-install: - cd ${WRKSRC}/include && ${COPYTREE_SHARE} '${PORTNAME} ${PORTNAME}.hpp' \ - ${STAGEDIR}${PREFIX}/include/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/THANKS \ - ${WRKSRC}/NOTES_FOR_DEVELOPERS ${STAGEDIR}${DOCSDIR}/ -do-install-DOXYGEN-on: - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/ +PORTDOCS= * -do-test: - cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${SH} run_tests.sh +OPTIONS_DEFINE= TEST DOCS +OPTIONS_DEFAULT= TEST +TEST_TEST_TARGET= test +TEST_CMAKE_BOOL= BUILD_TESTING + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Modified: head/astro/libosmium/distinfo ============================================================================== --- head/astro/osmium/distinfo Wed Nov 23 16:40:10 2016 (r426942) +++ head/astro/libosmium/distinfo Wed Nov 23 16:43:27 2016 (r426943) @@ -1,2 +1,3 @@ -SHA256 (joto-osmium-git20130522-1a5bb26_GH0.tar.gz) = 27f45cbf05d2f7de83452505d1bf5dbef22c1d413c97e327bdbfa706977e91e2 -SIZE (joto-osmium-git20130522-1a5bb26_GH0.tar.gz) = 149373 +TIMESTAMP = 1479910332 +SHA256 (osmcode-libosmium-v2.10.3_GH0.tar.gz) = 9254a276d5e2c1b172c3bdd11d284f3ef5ffcfc296e685c57e59233d641fd229 +SIZE (osmcode-libosmium-v2.10.3_GH0.tar.gz) = 428643 Added: head/astro/libosmium/files/patch-include_osmium_util_endian.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/libosmium/files/patch-include_osmium_util_endian.hpp Wed Nov 23 16:43:27 2016 (r426943) @@ -0,0 +1,13 @@ +--- include/osmium/util/endian.hpp.orig 2016-11-20 16:25:23 UTC ++++ include/osmium/util/endian.hpp +@@ -35,7 +35,9 @@ DEALINGS IN THE SOFTWARE. + + // Windows is only available for little endian architectures + // http://stackoverflow.com/questions/6449468/can-i-safely-assume-that-windows-installations-will-always-be-little-endian +-#if !defined(_WIN32) && !defined(__APPLE__) ++#if defined(__FreeBSD__) ++# include ++#elif !defined(_WIN32) && !defined(__APPLE__) + # include + #else + # define __LITTLE_ENDIAN 1234 Modified: head/astro/libosmium/pkg-descr ============================================================================== --- head/astro/osmium/pkg-descr Wed Nov 23 16:40:10 2016 (r426942) +++ head/astro/libosmium/pkg-descr Wed Nov 23 16:43:27 2016 (r426943) @@ -1,5 +1,11 @@ -Osmium is a C++ framework for working with OSM data files. Osmium -can read OSM data in XML or binary format (PBF) and can call different -handlers for each OSM object. +The Osmium Library has extensive support for all types of OSM +entities: nodes, ways, relations, and changesets. It allows reading +from and writing to OSM files in XML and PBF formats, including +change files and full history files. Osmium can store OSM data in +memory and on disk in various formats and using various indexes. +Its easy to use handler interface allows you to quickly write data +filtering and conversion functions. Osmium can create WKT, WKB, +OGR, GEOS and GeoJSON geometries for easy conversion into many GIS +formats and it can assemble multipolygons from ways and relations. -WWW: http://wiki.openstreetmap.org/wiki/Osmium +WWW: http://osmcode.org/libosmium/ Modified: head/astro/libosmium/pkg-plist ============================================================================== --- head/astro/osmium/pkg-plist Wed Nov 23 16:40:10 2016 (r426942) +++ head/astro/libosmium/pkg-plist Wed Nov 23 16:43:27 2016 (r426943) @@ -1,79 +1,177 @@ -include/osmium.hpp -include/osmium/debug.hpp -include/osmium/export.hpp -include/osmium/export/csv.hpp -include/osmium/export/shapefile.hpp -include/osmium/geometry.hpp -include/osmium/geometry/from_way.hpp -include/osmium/geometry/geos.hpp -include/osmium/geometry/haversine.hpp -include/osmium/geometry/linestring.hpp -include/osmium/geometry/multipolygon.hpp -include/osmium/geometry/null.hpp -include/osmium/geometry/ogr.hpp -include/osmium/geometry/ogr_multipolygon.hpp -include/osmium/geometry/point.hpp -include/osmium/geometry/polygon.hpp -include/osmium/geometry/shplib.hpp +include/osmium/area/assembler.hpp +include/osmium/area/detail/node_ref_segment.hpp +include/osmium/area/detail/proto_ring.hpp +include/osmium/area/detail/segment_list.hpp +include/osmium/area/detail/vector.hpp +include/osmium/area/multipolygon_collector.hpp +include/osmium/area/problem_reporter.hpp +include/osmium/area/problem_reporter_exception.hpp +include/osmium/area/problem_reporter_ogr.hpp +include/osmium/area/problem_reporter_stream.hpp +include/osmium/area/stats.hpp +include/osmium/builder/attr.hpp +include/osmium/builder/builder.hpp +include/osmium/builder/builder_helper.hpp +include/osmium/builder/osm_object_builder.hpp +include/osmium/diff_handler.hpp +include/osmium/diff_iterator.hpp +include/osmium/diff_visitor.hpp +include/osmium/dynamic_handler.hpp +include/osmium/experimental/flex_reader.hpp +include/osmium/fwd.hpp +include/osmium/geom/coordinates.hpp +include/osmium/geom/factory.hpp +include/osmium/geom/geojson.hpp +include/osmium/geom/geos.hpp +include/osmium/geom/haversine.hpp +include/osmium/geom/mercator_projection.hpp +include/osmium/geom/ogr.hpp +include/osmium/geom/projection.hpp +include/osmium/geom/rapid_geojson.hpp +include/osmium/geom/relations.hpp +include/osmium/geom/tile.hpp +include/osmium/geom/util.hpp +include/osmium/geom/wkb.hpp +include/osmium/geom/wkt.hpp include/osmium/handler.hpp -include/osmium/handler/coordinates_for_ways.hpp -include/osmium/handler/debug.hpp -include/osmium/handler/endtime.hpp -include/osmium/handler/find_bbox.hpp -include/osmium/handler/progress.hpp -include/osmium/handler/range_from_history.hpp -include/osmium/input.hpp -include/osmium/input/pbf.hpp -include/osmium/input/xml.hpp -include/osmium/javascript.hpp -include/osmium/javascript/handler.hpp -include/osmium/javascript/template.hpp -include/osmium/javascript/unicode.hpp -include/osmium/javascript/wrapper/export_csv.hpp -include/osmium/javascript/wrapper/export_shapefile.hpp -include/osmium/javascript/wrapper/geometry.hpp -include/osmium/javascript/wrapper/osm.hpp -include/osmium/javascript/wrapper/position.hpp -include/osmium/multipolygon/assembler.hpp -include/osmium/multipolygon/builder.hpp +include/osmium/handler/chain.hpp +include/osmium/handler/check_order.hpp +include/osmium/handler/disk_store.hpp +include/osmium/handler/dump.hpp +include/osmium/handler/node_locations_for_ways.hpp +include/osmium/handler/object_relations.hpp +include/osmium/index/bool_vector.hpp +include/osmium/index/detail/create_map_with_fd.hpp +include/osmium/index/detail/mmap_vector_anon.hpp +include/osmium/index/detail/mmap_vector_base.hpp +include/osmium/index/detail/mmap_vector_file.hpp +include/osmium/index/detail/tmpfile.hpp +include/osmium/index/detail/vector_map.hpp +include/osmium/index/detail/vector_multimap.hpp +include/osmium/index/id_set.hpp +include/osmium/index/index.hpp +include/osmium/index/map.hpp +include/osmium/index/map/all.hpp +include/osmium/index/map/dense_file_array.hpp +include/osmium/index/map/dense_mem_array.hpp +include/osmium/index/map/dense_mmap_array.hpp +include/osmium/index/map/dummy.hpp +include/osmium/index/map/sparse_file_array.hpp +include/osmium/index/map/sparse_mem_array.hpp +include/osmium/index/map/sparse_mem_map.hpp +include/osmium/index/map/sparse_mem_table.hpp +include/osmium/index/map/sparse_mmap_array.hpp +include/osmium/index/multimap.hpp +include/osmium/index/multimap/all.hpp +include/osmium/index/multimap/hybrid.hpp +include/osmium/index/multimap/sparse_file_array.hpp +include/osmium/index/multimap/sparse_mem_array.hpp +include/osmium/index/multimap/sparse_mem_multimap.hpp +include/osmium/index/multimap/sparse_mmap_array.hpp +include/osmium/index/node_locations_map.hpp +include/osmium/io/any_compression.hpp +include/osmium/io/any_input.hpp +include/osmium/io/any_output.hpp +include/osmium/io/bzip2_compression.hpp +include/osmium/io/compression.hpp +include/osmium/io/debug_output.hpp +include/osmium/io/detail/debug_output_format.hpp +include/osmium/io/detail/input_format.hpp +include/osmium/io/detail/o5m_input_format.hpp +include/osmium/io/detail/opl_input_format.hpp +include/osmium/io/detail/opl_output_format.hpp +include/osmium/io/detail/opl_parser_functions.hpp +include/osmium/io/detail/output_format.hpp +include/osmium/io/detail/pbf.hpp +include/osmium/io/detail/pbf_decoder.hpp +include/osmium/io/detail/pbf_input_format.hpp +include/osmium/io/detail/pbf_output_format.hpp +include/osmium/io/detail/protobuf_tags.hpp +include/osmium/io/detail/queue_util.hpp +include/osmium/io/detail/read_thread.hpp +include/osmium/io/detail/read_write.hpp +include/osmium/io/detail/string_table.hpp +include/osmium/io/detail/string_util.hpp +include/osmium/io/detail/write_thread.hpp +include/osmium/io/detail/xml_input_format.hpp +include/osmium/io/detail/xml_output_format.hpp +include/osmium/io/detail/zlib.hpp +include/osmium/io/error.hpp +include/osmium/io/file.hpp +include/osmium/io/file_compression.hpp +include/osmium/io/file_format.hpp +include/osmium/io/gzip_compression.hpp +include/osmium/io/header.hpp +include/osmium/io/input_iterator.hpp +include/osmium/io/o5m_input.hpp +include/osmium/io/opl_input.hpp +include/osmium/io/opl_output.hpp +include/osmium/io/output_iterator.hpp +include/osmium/io/overwrite.hpp +include/osmium/io/pbf_input.hpp +include/osmium/io/pbf_output.hpp +include/osmium/io/reader.hpp +include/osmium/io/reader_iterator.hpp +include/osmium/io/writer.hpp +include/osmium/io/writer_options.hpp +include/osmium/io/xml_input.hpp +include/osmium/io/xml_output.hpp +include/osmium/memory/buffer.hpp +include/osmium/memory/collection.hpp +include/osmium/memory/item.hpp +include/osmium/memory/item_iterator.hpp +include/osmium/object_pointer_collection.hpp +include/osmium/opl.hpp include/osmium/osm.hpp include/osmium/osm/area.hpp -include/osmium/osm/bounds.hpp -include/osmium/osm/meta.hpp +include/osmium/osm/box.hpp +include/osmium/osm/changeset.hpp +include/osmium/osm/crc.hpp +include/osmium/osm/diff_object.hpp +include/osmium/osm/entity.hpp +include/osmium/osm/entity_bits.hpp +include/osmium/osm/item_type.hpp +include/osmium/osm/location.hpp include/osmium/osm/node.hpp +include/osmium/osm/node_ref.hpp +include/osmium/osm/node_ref_list.hpp include/osmium/osm/object.hpp -include/osmium/osm/position.hpp +include/osmium/osm/object_comparisons.hpp include/osmium/osm/relation.hpp -include/osmium/osm/relation_member.hpp -include/osmium/osm/relation_member_list.hpp include/osmium/osm/segment.hpp include/osmium/osm/tag.hpp -include/osmium/osm/tag_list.hpp -include/osmium/osm/tag_ostream.hpp +include/osmium/osm/timestamp.hpp include/osmium/osm/types.hpp +include/osmium/osm/types_from_string.hpp include/osmium/osm/undirected_segment.hpp include/osmium/osm/way.hpp -include/osmium/osm/way_node.hpp -include/osmium/osm/way_node_list.hpp -include/osmium/osmfile.hpp -include/osmium/output.hpp -include/osmium/output/pbf.hpp -include/osmium/output/xml.hpp -include/osmium/relations/assembler.hpp -include/osmium/relations/relation_info.hpp -include/osmium/smart_ptr.hpp -include/osmium/storage/byid.hpp -include/osmium/storage/byid/fixed_array.hpp -include/osmium/storage/byid/mmap_anon.hpp -include/osmium/storage/byid/mmap_file.hpp -include/osmium/storage/byid/sparse_table.hpp -include/osmium/storage/byid/vector.hpp -include/osmium/storage/objectstore.hpp -include/osmium/tags/key_filter.hpp -include/osmium/tags/key_value_filter.hpp +include/osmium/relations/collector.hpp +include/osmium/relations/detail/member_meta.hpp +include/osmium/relations/detail/relation_meta.hpp +include/osmium/tags/filter.hpp include/osmium/tags/regex_filter.hpp -include/osmium/tags/to_string.hpp -include/osmium/utils/delta.hpp -include/osmium/utils/filter_and_accumulate.hpp -include/osmium/utils/stringtable.hpp -include/osmium/utils/timestamp.hpp +include/osmium/tags/taglist.hpp +include/osmium/thread/function_wrapper.hpp +include/osmium/thread/pool.hpp +include/osmium/thread/queue.hpp +include/osmium/thread/util.hpp +include/osmium/util/cast.hpp +include/osmium/util/compatibility.hpp +include/osmium/util/config.hpp +include/osmium/util/delta.hpp +include/osmium/util/double.hpp +include/osmium/util/endian.hpp +include/osmium/util/endian.hpp.orig +include/osmium/util/file.hpp +include/osmium/util/iterator.hpp +include/osmium/util/memory.hpp +include/osmium/util/memory_mapping.hpp +include/osmium/util/minmax.hpp +include/osmium/util/misc.hpp +include/osmium/util/options.hpp +include/osmium/util/progress_bar.hpp +include/osmium/util/string.hpp +include/osmium/util/timer.hpp +include/osmium/util/verbose_output.hpp +include/osmium/version.hpp +include/osmium/visitor.hpp From owner-svn-ports-all@freebsd.org Wed Nov 23 16:51: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 C47CAC51BC0; Wed, 23 Nov 2016 16:51:16 +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 965C51CFF; Wed, 23 Nov 2016 16:51:16 +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 uANGpFpa035440; Wed, 23 Nov 2016 16:51:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANGpFVE035439; Wed, 23 Nov 2016 16:51:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611231651.uANGpFVE035439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 23 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: r426944 - head/www/lynx-current/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 16:51:16 -0000 Author: adamw Date: Wed Nov 23 16:51:15 2016 New Revision: 426944 URL: https://svnweb.freebsd.org/changeset/ports/426944 Log: Fix build with LibreSSL. Approved by: just-fix-it Added: head/www/lynx-current/files/patch-WWW_Library_Implementation_HTTP.c (contents, props changed) Added: head/www/lynx-current/files/patch-WWW_Library_Implementation_HTTP.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/lynx-current/files/patch-WWW_Library_Implementation_HTTP.c Wed Nov 23 16:51:15 2016 (r426944) @@ -0,0 +1,11 @@ +--- WWW/Library/Implementation/HTTP.c.orig 2016-11-23 16:45:25 UTC ++++ WWW/Library/Implementation/HTTP.c +@@ -926,7 +926,7 @@ static int HTLoadHTTP(const char *arg, + #elif SSLEAY_VERSION_NUMBER >= 0x0900 + #ifndef USE_NSS_COMPAT_INCL + if (!try_tls) { +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + SSL_set_min_proto_version(handle, TLS1_1_VERSION); + #else + SSL_set_options(handle, SSL_OP_NO_TLSv1); From owner-svn-ports-all@freebsd.org Wed Nov 23 17:17: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 C3FC5C517D7 for ; Wed, 23 Nov 2016 17:17:14 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (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 8507F258 for ; Wed, 23 Nov 2016 17:17:14 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x22b.google.com with SMTP id v84so22637530oie.3 for ; Wed, 23 Nov 2016 09:17:14 -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=x+B1VWQCTR/B6pBqFdsQ+6OQ4lLcPSBUsftoUnrReHc=; b=mfjTHWVPS6n2ITviqfMPvdR91lp5jKFjmIvjiihrzvzYbb0cVnx8cnxxRyGJRXL6ug ilidRThE36hb7nC0fenYaGHoOC0nE8NT/hyfMBr37IBbooCD/QnNBC3MY31MMJ7DiVSf ll+CGfDh8SiGmyGQucnLg4JIR3EyigHhuIoIVrCwvgcB3nlMASStD/xJ8qG/YFs3QQ6H k7/PM9uHJ2XdfEifjqD+ZVIErpJT7N1Ia+irIDwPQCHPFYuWN2jkybTw5ABghuYiM4uY DkwjJJL8TyrqF26/W++HK0nUrhFmgeh1bC0BH3LwC+PmSeAB7vRGzJO9V/Bp/RKKbHKq Baew== 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=x+B1VWQCTR/B6pBqFdsQ+6OQ4lLcPSBUsftoUnrReHc=; b=dUlzEeK+7gcr6J7/QCRtR+d5TJePXrdx+BlC614rvYE29MNA/TuQoECs1/FR21F44f Br+4DGULt01s/NEP9/w0hPecFojjWk7SG4EW0hFEjKHEx7cBzdkIKhFn8fA5rngHHJsL bgyTQtBNQzJZUKDVypQLr9QES7EJZrv+TAJ1YcdkIVRPQpYa92zwlx+56r1vIaJG0w3u Q2SNvgTGoNSeqWPTVqY5RZdwKk754QCzhqjBdh4LSv942fw8fouwkyXu7oh6GAV03Qw1 U6lGE51OpGEWS5KAyZusZqwad7tBQ/997mCQOQVRczA8DyMwt3YEUKZuD/YneKJ/Tquh G4wA== X-Gm-Message-State: AKaTC02X66JJKpdPLHrEgNICGZe7NU7vM8cWkwB2b8NRaoGLs29zojqVtHZNxiy6W9L9mnOd69FPBVXBSm819g== X-Received: by 10.202.79.203 with SMTP id d194mr2030157oib.46.1479921433683; Wed, 23 Nov 2016 09:17:13 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.8.34 with HTTP; Wed, 23 Nov 2016 09:16:33 -0800 (PST) In-Reply-To: <201611221758.uAMHwsjr063798@repo.freebsd.org> References: <201611221758.uAMHwsjr063798@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 01:16:33 +0800 X-Google-Sender-Auth: AH7c5G-FGKllmpaOErMKV3KRbXA Message-ID: Subject: Re: svn commit: r426834 - in head/www/tinyproxy: . files To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 17:17:14 -0000 On Wed, Nov 23, 2016 at 1:58 AM, Kurt Jaeger wrote: > Author: pi > Date: Tue Nov 22 17:58:54 2016 > New Revision: 426834 > URL: https://svnweb.freebsd.org/changeset/ports/426834 > > Log: > www/tinyproxy: update 1.8.3 -> 1.8.4 > > - new WWW > > PR: 207051 > Changes: https://github.com/tinyproxy/tinyproxy/releases > Submitted by: jason.mann+freebsd@gmail.com > Approved by: sunpoet (maintainer timeout) > > Added: > head/www/tinyproxy/files/patch-Makefile.am (contents, props changed) > head/www/tinyproxy/files/patch-configure.ac (contents, props changed) > Deleted: > head/www/tinyproxy/files/patch-Makefile.in > head/www/tinyproxy/files/patch-configure > head/www/tinyproxy/files/patch-etc-Makefile.in > Modified: > head/www/tinyproxy/Makefile > head/www/tinyproxy/distinfo > head/www/tinyproxy/files/patch-src-main.c > head/www/tinyproxy/pkg-descr > > Modified: head/www/tinyproxy/Makefile > ============================================================ > ================== > --- head/www/tinyproxy/Makefile Tue Nov 22 17:40:53 2016 (r426833) > +++ head/www/tinyproxy/Makefile Tue Nov 22 17:58:54 2016 (r426834) > @@ -2,18 +2,17 @@ > # $FreeBSD$ > > PORTNAME= tinyproxy > -PORTVERSION= 1.8.3 > -PORTREVISION= 1 > +PORTVERSION= 1.8.4 > PORTEPOCH= 1 > CATEGORIES= www > -MASTER_SITES= https://banu.com/pub/tinyproxy/${PORTVERSION:R}/ \ > - LOCAL/sunpoet > > -MAINTAINER= sunpoet@FreeBSD.org > +MAINTAINER= jason.mann+freebsd-ports@gmail.com Why change this? > > COMMENT= Small, efficient HTTP proxy server > > -LICENSE= GPLv2 GPLv3 > -LICENSE_COMB= dual > +LICENSE= GPLv2 > +LICENSE_FILE= ${WRKSRC}/COPYING > + > +USE_GITHUB= yes > > OPTIONS_DEFINE= REVERSE TRANSPARENT XHEADER > REVERSE_DESC= Reverse proxy support > @@ -24,19 +23,19 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin > --program-transform-name="" > GNU_CONFIGURE= yes > USE_RC_SUBR= ${PORTNAME} > -USES= gmake > +USES= autoreconf gmake > > REVERSE_CONFIGURE_ENABLE= reverse > TRANSPARENT_CONFIGURE_ENABLE= transparent > XHEADER_CONFIGURE_ENABLE= xtinyproxy > > post-patch: > - @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|tinyproxy/tinyproxy|tinyproxy|g; > s|/etc/tinyproxy|${PREFIX}&|' \ > ${WRKSRC}/docs/man5/tinyproxy.conf.txt.in \ > ${WRKSRC}/docs/man8/tinyproxy.txt.in \ > ${WRKSRC}/etc/tinyproxy.conf.in > @${REINPLACE_CMD} -e '/\/usr\/share\/tinyproxy/d' ${WRKSRC}/etc/ > tinyproxy.conf.in > + @${REINPLACE_CMD} -e 's/^#LogFile/LogFile/; s/^#PidFile/PidFile/' > ${WRKSRC}/etc/tinyproxy.conf.in > > post-install: > ${INSTALL_DATA} ${WRKSRC}/etc/tinyproxy.conf > ${STAGEDIR}${PREFIX}/etc/tinyproxy.conf.sample > > Modified: head/www/tinyproxy/distinfo > ============================================================ > ================== > --- head/www/tinyproxy/distinfo Tue Nov 22 17:40:53 2016 (r426833) > +++ head/www/tinyproxy/distinfo Tue Nov 22 17:58:54 2016 (r426834) > @@ -1,2 +1,3 @@ > -SHA256 (tinyproxy-1.8.3.tar.gz) = 682416c8f0f733a8106c87bb395c63 > 1222569751fe4617bc381d0499b0f0c017 > -SIZE (tinyproxy-1.8.3.tar.gz) = 266744 > +TIMESTAMP = 1479837510 > +SHA256 (tinyproxy-tinyproxy-1.8.4_GH0.tar.gz) = > 1999c88c43e31ff4cb5e8379b76776a65fa3d326eea868cb5f88ef58a8f631de > +SIZE (tinyproxy-tinyproxy-1.8.4_GH0.tar.gz) = 124634 > > Added: head/www/tinyproxy/files/patch-Makefile.am > ============================================================ > ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/tinyproxy/files/patch-Makefile.am Tue Nov 22 17:58:54 2016 > (r426834) > @@ -0,0 +1,10 @@ > +--- Makefile.am.orig 2014-12-13 00:57:23 UTC > ++++ Makefile.am > +@@ -2,7 +2,6 @@ SUBDIRS = \ > + src \ > + data \ > + etc \ > +- docs \ > + m4macros \ > + tests > + > > Added: head/www/tinyproxy/files/patch-configure.ac > ============================================================ > ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/tinyproxy/files/patch-configure.ac Tue Nov 22 17:58:54 2016 > (r426834) > @@ -0,0 +1,27 @@ > +--- configure.ac.orig 2014-12-13 00:57:23 UTC > ++++ configure.ac > +@@ -284,24 +284,12 @@ AC_SUBST(CPPFLAGS) > + AC_SUBST(LIBS) > + AC_SUBST(ADDITIONAL_OBJECTS) > + > +-# Check for asciidoc > +-AC_PATH_PROG(A2X, a2x, no) > +-AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno") > +-if test x"$A2X" = x"no"; then > +- AC_MSG_ERROR([Test for asciidoc failed. See the file 'INSTALL' for > help.]) > +-fi > +- > + AC_CONFIG_FILES([ > + Makefile > + src/Makefile > + data/Makefile > + data/templates/Makefile > + etc/Makefile > +-docs/Makefile > +-docs/man5/Makefile > +-docs/man5/tinyproxy.conf.txt > +-docs/man8/Makefile > +-docs/man8/tinyproxy.txt > + m4macros/Makefile > + tests/Makefile > + tests/scripts/Makefile > > Modified: head/www/tinyproxy/files/patch-src-main.c > ============================================================ > ================== > --- head/www/tinyproxy/files/patch-src-main.c Tue Nov 22 17:40:53 2016 > (r426833) > +++ head/www/tinyproxy/files/patch-src-main.c Tue Nov 22 17:58:54 2016 > (r426834) > @@ -1,6 +1,6 @@ > ---- src/main.c.orig 2011-08-16 12:14:34 UTC > +--- src/main.c.orig 2014-12-13 00:57:23 UTC > +++ src/main.c > -@@ -407,12 +407,9 @@ main (int argc, char **argv) > +@@ -417,12 +417,9 @@ main (int argc, char **argv) > exit (EX_OSERR); > } > > @@ -10,16 +10,16 @@ > - else > - log_message (LOG_WARNING, > - "Not running as root, so not changing > UID/GID."); > -+ /*To get this to run correctly on FreeBSD, we must > -+ ceate the PID and log files before we drop privileges. > -+ Other ideas are welcome */ > ++ /* To get this to run correctly on FreeBSD, we must > ++ create the PID and log files before we drop privileges. > ++ Other ideas are welcome */ > > /* Create log file after we drop privileges */ > if (setup_logging ()) { > -@@ -427,6 +424,13 @@ main (int argc, char **argv) > - exit (EX_OSERR); > +@@ -438,6 +435,13 @@ main (int argc, char **argv) > } > } > + > + /* Switch to a different user if we're running as root */ > + if (geteuid () == 0) > + change_user (argv[0]); > @@ -27,6 +27,6 @@ > + log_message (LOG_WARNING, > + "Not running as root, so not changing > UID/GID."); > + > - > if (child_pool_create () < 0) { > fprintf (stderr, > + "%s: Could not create the pool of children.\n", > > Modified: head/www/tinyproxy/pkg-descr > ============================================================ > ================== > --- head/www/tinyproxy/pkg-descr Tue Nov 22 17:40:53 2016 > (r426833) > +++ head/www/tinyproxy/pkg-descr Tue Nov 22 17:58:54 2016 > (r426834) > @@ -1,11 +1,10 @@ > -tinyproxy is a GPLed, lightweight HTTP proxy. Designed from the ground up > to be > -fast and yet small, it is an ideal solution for sites where a > full-featured > -HTTP proxy is required, but the system resources required to run a more > -demanding HTTP proxy are unavailable. tinyproxy is fully compatible with > all > -existing web browsers, and has a number of useful features including > -anonymous mode. > +Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX > +operating systems. Designed from the ground up to be fast and yet > +small, it is an ideal solution for use cases such as embedded > +deployments where a full featured HTTP proxy is required, but the > +system resources for a larger proxy are unavailable. > > Note that tinyproxy requires configuration to run in anonymizing > mode. See tinyproxy.conf.sample for detail. > > -WWW: https://banu.com/tinyproxy/ > +WWW: https://tinyproxy.github.io/ > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > From owner-svn-ports-all@freebsd.org Wed Nov 23 17:29: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 5BF84C51A73; Wed, 23 Nov 2016 17:29:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 18CD1B01; Wed, 23 Nov 2016 17:29:20 +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 08196BDD13; Wed, 23 Nov 2016 18:29:17 +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 C42C4BDD18; Wed, 23 Nov 2016 18:29:16 +0100 (CET) Subject: Re: svn commit: r426834 - in head/www/tinyproxy: . files To: Sunpoet Po-Chuan Hsieh , Kurt Jaeger References: <201611221758.uAMHwsjr063798@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <41606565-d33c-2b82-7c77-665769a1c003@FreeBSD.org> Date: Wed, 23 Nov 2016 18:29:14 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PBgCAU8fitVuOCoC2oQI77SsrfaqUmomx" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 17:29:20 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PBgCAU8fitVuOCoC2oQI77SsrfaqUmomx Content-Type: multipart/mixed; boundary="HkmwkuAI4u31lIErgdbtfRXc8qq0XQV4P"; protected-headers="v1" From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <41606565-d33c-2b82-7c77-665769a1c003@FreeBSD.org> Subject: Re: svn commit: r426834 - in head/www/tinyproxy: . files References: <201611221758.uAMHwsjr063798@repo.freebsd.org> In-Reply-To: --HkmwkuAI4u31lIErgdbtfRXc8qq0XQV4P Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 23/11/2016 =C3=A0 18:16, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > > -MAINTAINER=3D sunpoet@FreeBSD.org > +MAINTAINER=3D jason.mann+freebsd-ports@gmail.com > > > > Why change this? It was part of the patch you let timeout. (For 9 months, timeout is 14 days.) --=20 Mathieu Arnold --HkmwkuAI4u31lIErgdbtfRXc8qq0XQV4P-- --PBgCAU8fitVuOCoC2oQI77SsrfaqUmomx 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 iQJ8BAEBCgBmBQJYNdHrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IRb4QALRSJfib5I5wbae6sAkqCh4D I8Rfc8RTxtl/P6BZn+RuNRQMCo2Xk9E+OUlr65OzZqfc5MombAJ06D3DvAeYC6aF XmqLAq+mlhxEmuDxriJhEyFl+RF+fbt6ILgKt3eggcCKZtXTqREa+1WqtyE3nCRX mheS9EmU5sxA0yCX1cDHpuBmtMmGXkR284Ve058xxZ+wjo2XZoVZPh9S+QjP5DAd +Xi9OER98VEr27thyTw9cv79hcifnpaD7kgzURK+wYxpFiH4xwuzea1e9leu/ace EDv3tDTMBkdud/+wol7mlE6CIh1p8kqOGquvaz3Eghm1cO0Lqu6vxSpwEH0jMQEE et3X/gfuieE+C5Lpt8dGh+xqDlwl88jMXzdnOS3AWQREsNmwskeLU6/Ry55LN4wh OGK8X1xpRt/NDxXF27VVxAkiIk4n3W8FeC6lsei6eTef0SJuGohWP7K84SHGOLbg 6Ry5IEjfO9X5vHQ7nk2m/JGinNATCV8Z0nG9x07IyyAtvMVUvIjO5f2rZCjve1W+ tFhXArVAxqeduzIBBy5Cs01xxlKuKYR+XOYtw6yYqJETfQZsxSrTDmPMsSi+Fznw WGiGsK5jLn3ovB0i8QF1wCDnu16ntj7QTtnn3WPZfVsLc0vnzYgt8xF9yt7gjzEE PfZ3lKgTKIP5xvXbMSoH =Kq+5 -----END PGP SIGNATURE----- --PBgCAU8fitVuOCoC2oQI77SsrfaqUmomx-- From owner-svn-ports-all@freebsd.org Wed Nov 23 17:29: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 08EF0C51B0E; Wed, 23 Nov 2016 17:29:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D74C51; Wed, 23 Nov 2016 17:29:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from pi by fc.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1c9bMN-000Btd-UO; Wed, 23 Nov 2016 18:29:27 +0100 Date: Wed, 23 Nov 2016 18:29:27 +0100 From: Kurt Jaeger To: Sunpoet Po-Chuan Hsieh Cc: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426834 - in head/www/tinyproxy: . files Message-ID: <20161123172927.GZ2339@fc.opsec.eu> References: <201611221758.uAMHwsjr063798@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 17:29:34 -0000 Hi! > > -MAINTAINER= sunpoet@FreeBSD.org > > +MAINTAINER= jason.mann+freebsd-ports@gmail.com > > Why change this? The submitter made that change in his patch -- the ticket was opened in February and nothing happened for a long time. I found other stuff the submitter had in the queue, so maybe he's a intensive user ? So I assumed that change would be OK with you. If you want me to change it back, I can change it back. -- pi@FreeBSD.org +49 171 3101372 4 years to go ! From owner-svn-ports-all@freebsd.org Wed Nov 23 17:33: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 BEA2EC51CE9; Wed, 23 Nov 2016 17:33:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84AA7AD; Wed, 23 Nov 2016 17:33:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANHX2vQ055665; Wed, 23 Nov 2016 17:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANHX2S0055663; Wed, 23 Nov 2016 17:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231733.uANHX2S0055663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 17:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426945 - in head/deskutils/phpicalendar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 17:33:03 -0000 Author: amdmi3 Date: Wed Nov 23 17:33:02 2016 New Revision: 426945 URL: https://svnweb.freebsd.org/changeset/ports/426945 Log: - Don't install COPYING with docs - Regenerate patches Modified: head/deskutils/phpicalendar/Makefile head/deskutils/phpicalendar/files/patch-config.inc.php Modified: head/deskutils/phpicalendar/Makefile ============================================================================== --- head/deskutils/phpicalendar/Makefile Wed Nov 23 16:51:15 2016 (r426944) +++ head/deskutils/phpicalendar/Makefile Wed Nov 23 17:33:02 2016 (r426945) @@ -25,9 +25,9 @@ NO_ARCH= yes USE_PHP= session pcre PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PORTDOCS= AUTHORS COPYING README TIMEZONES +PORTDOCS= AUTHORS README TIMEZONES OPTIONS_DEFINE= DOCS Modified: head/deskutils/phpicalendar/files/patch-config.inc.php ============================================================================== --- head/deskutils/phpicalendar/files/patch-config.inc.php Wed Nov 23 16:51:15 2016 (r426944) +++ head/deskutils/phpicalendar/files/patch-config.inc.php Wed Nov 23 17:33:02 2016 (r426945) @@ -1,6 +1,6 @@ ---- config.inc.php.orig 2009-04-08 06:42:59.000000000 +0200 -+++ config.inc.php 2012-05-04 19:43:02.000000000 +0200 -@@ -100,7 +100,7 @@ +--- config.inc.php.orig 2009-04-08 04:42:59 UTC ++++ config.inc.php +@@ -100,7 +100,7 @@ these arrays provide extra calendar opti */ $list_webcals = array( # 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics' From owner-svn-ports-all@freebsd.org Wed Nov 23 17:33: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 6A9F1C51D28; Wed, 23 Nov 2016 17:33:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3367D1A6; Wed, 23 Nov 2016 17:33:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANHXdLP055778; Wed, 23 Nov 2016 17:33:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANHXd30055777; Wed, 23 Nov 2016 17:33:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231733.uANHXd30055777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 17:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426946 - head/deskutils/hebcal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 17:33:40 -0000 Author: amdmi3 Date: Wed Nov 23 17:33:39 2016 New Revision: 426946 URL: https://svnweb.freebsd.org/changeset/ports/426946 Log: - Add LICENSE - Use GNU_CONFIGURE Modified: head/deskutils/hebcal/Makefile Modified: head/deskutils/hebcal/Makefile ============================================================================== --- head/deskutils/hebcal/Makefile Wed Nov 23 17:33:02 2016 (r426945) +++ head/deskutils/hebcal/Makefile Wed Nov 23 17:33:39 2016 (r426946) @@ -9,8 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Hebrew Calendar calculator +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= makeinfo -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes PLIST_FILES= bin/hebcal \ man/man1/hebcal.1.gz From owner-svn-ports-all@freebsd.org Wed Nov 23 18:12: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 A541AC51689; Wed, 23 Nov 2016 18:12: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 57F80FB0; Wed, 23 Nov 2016 18:12:20 +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 uANICJbL071079; Wed, 23 Nov 2016 18:12:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANICJEo071076; Wed, 23 Nov 2016 18:12:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611231812.uANICJEo071076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 23 Nov 2016 18:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426947 - in branches/2016Q4/x11-themes: kde-icons-dark-glass kde-icons-icosx kde-icons-umicons 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, 23 Nov 2016 18:12:20 -0000 Author: antoine Date: Wed Nov 23 18:12:19 2016 New Revision: 426947 URL: https://svnweb.freebsd.org/changeset/ports/426947 Log: MFH: r426163 r426164 r426165 - Mark BROKEN: does not fetch Modified: branches/2016Q4/x11-themes/kde-icons-dark-glass/Makefile branches/2016Q4/x11-themes/kde-icons-icosx/Makefile branches/2016Q4/x11-themes/kde-icons-umicons/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/x11-themes/kde-icons-dark-glass/Makefile ============================================================================== --- branches/2016Q4/x11-themes/kde-icons-dark-glass/Makefile Wed Nov 23 17:33:39 2016 (r426946) +++ branches/2016Q4/x11-themes/kde-icons-dark-glass/Makefile Wed Nov 23 18:12:19 2016 (r426947) @@ -10,6 +10,8 @@ DISTNAME= DarkGlass_Reworked COMMENT= KDE Dark Glass iconset +BROKEN= does not fetch + PLIST_FILE_PATTERN_EXTRA= -v "^\./(buildset|README)" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" Modified: branches/2016Q4/x11-themes/kde-icons-icosx/Makefile ============================================================================== --- branches/2016Q4/x11-themes/kde-icons-icosx/Makefile Wed Nov 23 17:33:39 2016 (r426946) +++ branches/2016Q4/x11-themes/kde-icons-icosx/Makefile Wed Nov 23 18:12:19 2016 (r426947) @@ -10,6 +10,8 @@ MASTER_SITES= http://physics.ramapo.edu/ COMMENT= KDE IcOsX iconset +BROKEN= does not fetch + WRKSRC= ${WRKDIR}/${PORTNAME} PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}" Modified: branches/2016Q4/x11-themes/kde-icons-umicons/Makefile ============================================================================== --- branches/2016Q4/x11-themes/kde-icons-umicons/Makefile Wed Nov 23 17:33:39 2016 (r426946) +++ branches/2016Q4/x11-themes/kde-icons-umicons/Makefile Wed Nov 23 18:12:19 2016 (r426947) @@ -11,6 +11,8 @@ EXTRACT_SUFX= .gz COMMENT= KDE Umicons iconset +BROKEN= does not fetch + WRKSRC= ${WRKDIR}/Umicons_${PORTVERSION} PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}" From owner-svn-ports-all@freebsd.org Wed Nov 23 18:15: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 6CADCC517D2; Wed, 23 Nov 2016 18:15:26 +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 2AE471A6; Wed, 23 Nov 2016 18:15:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANIFP7V072079; Wed, 23 Nov 2016 18:15:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIFPsA072076; Wed, 23 Nov 2016 18:15:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231815.uANIFPsA072076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 18:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426948 - in head/devel/flatzebra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:15:26 -0000 Author: amdmi3 Date: Wed Nov 23 18:15:24 2016 New Revision: 426948 URL: https://svnweb.freebsd.org/changeset/ports/426948 Log: - Add LICENSE - Remove unneeded CONFIGURE_ARGS - Strip binary - Don't install useless docs - Sort plist Added: head/devel/flatzebra/files/patch-Makefile.in (contents, props changed) Modified: head/devel/flatzebra/Makefile head/devel/flatzebra/pkg-plist Modified: head/devel/flatzebra/Makefile ============================================================================== --- head/devel/flatzebra/Makefile Wed Nov 23 18:12:19 2016 (r426947) +++ head/devel/flatzebra/Makefile Wed Nov 23 18:15:24 2016 (r426948) @@ -3,23 +3,23 @@ PORTNAME= flatzebra PORTVERSION= 0.1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic game engine for 2D double-buffering animation -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes USE_SDL= sdl mixer image - USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS +PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS Added: head/devel/flatzebra/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatzebra/files/patch-Makefile.in Wed Nov 23 18:15:24 2016 (r426948) @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2016-11-23 17:35:51 UTC ++++ Makefile.in +@@ -233,7 +233,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/$(PACKAGE) + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ +@@ -269,12 +269,8 @@ pkgconfigdir = $(prefix)/libdata/pkgconf + pkgconfig_DATA = $(PACKAGE)-$(API).pc + doc_DATA = \ + AUTHORS \ +- COPYING \ +- INSTALL \ + NEWS \ +- README \ +- THANKS \ +- TODO ++ README + + RPMBUILD = rpmbuild + M4_MACROS = \ Modified: head/devel/flatzebra/pkg-plist ============================================================================== --- head/devel/flatzebra/pkg-plist Wed Nov 23 18:12:19 2016 (r426947) +++ head/devel/flatzebra/pkg-plist Wed Nov 23 18:15:24 2016 (r426948) @@ -1,14 +1,14 @@ -lib/libflatzebra-0.1.so.2 -lib/libflatzebra-0.1.so.2.0.0 -lib/libflatzebra-0.1.so -libdata/pkgconfig/flatzebra-0.1.pc include/flatzebra/Couple.h -include/flatzebra/Joystick.h -include/flatzebra/RCouple.h include/flatzebra/GameEngine.h +include/flatzebra/Joystick.h +include/flatzebra/KeyState.h include/flatzebra/PixmapArray.h include/flatzebra/PixmapLoadError.h -include/flatzebra/Sprite.h +include/flatzebra/RCouple.h include/flatzebra/RSprite.h include/flatzebra/SoundMixer.h -include/flatzebra/KeyState.h +include/flatzebra/Sprite.h +lib/libflatzebra-0.1.so +lib/libflatzebra-0.1.so.2 +lib/libflatzebra-0.1.so.2.0.0 +libdata/pkgconfig/flatzebra-0.1.pc From owner-svn-ports-all@freebsd.org Wed Nov 23 18: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 D8771C51830; Wed, 23 Nov 2016 18:16:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4E462C7; Wed, 23 Nov 2016 18:16:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANIGt6F072277; Wed, 23 Nov 2016 18:16:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIGtqQ072275; Wed, 23 Nov 2016 18:16:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611231816.uANIGtqQ072275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 18:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426949 - in head/net/mpich: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:16:57 -0000 Author: tijl Date: Wed Nov 23 18:16:55 2016 New Revision: 426949 URL: https://svnweb.freebsd.org/changeset/ports/426949 Log: Add patch to apply alignment attribute to a struct instead of a typedef. This rounds the size of the struct to a multiple of the alignment such that malloc and friends allocate memory with the correct alignment. PR: 214784 MFH: 2016Q4 Added: head/net/mpich/files/patch-src-include-mpiimpl.h (contents, props changed) Modified: head/net/mpich/Makefile Modified: head/net/mpich/Makefile ============================================================================== --- head/net/mpich/Makefile Wed Nov 23 18:15:24 2016 (r426948) +++ head/net/mpich/Makefile Wed Nov 23 18:16:55 2016 (r426949) @@ -2,7 +2,7 @@ PORTNAME= mpich PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ Added: head/net/mpich/files/patch-src-include-mpiimpl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mpich/files/patch-src-include-mpiimpl.h Wed Nov 23 18:16:55 2016 (r426949) @@ -0,0 +1,11 @@ +--- src/include/mpiimpl.h.orig 2015-11-10 02:39:01 UTC ++++ src/include/mpiimpl.h +@@ -1528,7 +1528,7 @@ typedef struct MPID_Request { + #ifdef MPID_DEV_REQUEST_DECL + MPID_DEV_REQUEST_DECL + #endif +-} MPID_Request ATTRIBUTE((__aligned__(32))); ++} ATTRIBUTE((__aligned__(32))) MPID_Request; + + extern MPIU_Object_alloc_t MPID_Request_mem; + /* Preallocated request objects */ From owner-svn-ports-all@freebsd.org Wed Nov 23 18:32: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 5D53DC51DD9; Wed, 23 Nov 2016 18:32:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 130A61E2; Wed, 23 Nov 2016 18:32:35 +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 uANIWYs4080583; Wed, 23 Nov 2016 18:32:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIWYKc080580; Wed, 23 Nov 2016 18:32:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231832.uANIWYKc080580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 18:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426950 - head/audio/beep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:32:35 -0000 Author: amdmi3 Date: Wed Nov 23 18:32:33 2016 New Revision: 426950 URL: https://svnweb.freebsd.org/changeset/ports/426950 Log: - Silence patching - Fix some English Approved by: portmgr blanket Modified: head/audio/beep/Makefile head/audio/beep/pkg-descr head/audio/beep/pkg-message Modified: head/audio/beep/Makefile ============================================================================== --- head/audio/beep/Makefile Wed Nov 23 18:16:55 2016 (r426949) +++ head/audio/beep/Makefile Wed Nov 23 18:32:33 2016 (r426950) @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 pc98 PLIST_FILES= bin/beep man/man1/beep.1.gz post-patch: - ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ + @${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ ${WRKSRC}/beep.c .include Modified: head/audio/beep/pkg-descr ============================================================================== --- head/audio/beep/pkg-descr Wed Nov 23 18:16:55 2016 (r426949) +++ head/audio/beep/pkg-descr Wed Nov 23 18:32:33 2016 (r426950) @@ -1,2 +1,2 @@ -This program will beep, using a -duration and pitch specified on the command line or the program's defaults. +This program will beep, using a duration and pitch specified on the +command line or the program's defaults. Modified: head/audio/beep/pkg-message ============================================================================== --- head/audio/beep/pkg-message Wed Nov 23 18:16:55 2016 (r426949) +++ head/audio/beep/pkg-message Wed Nov 23 18:32:33 2016 (r426950) @@ -1,26 +1,26 @@ -Speaker sound Support: +Speaker sound support: ====================== -For support speaker sound four user needs to be in the operator group and needs -read and write permissions to the /dev/speaker device. +For PC speaker sound to work you need to be in the operator group +and need r/w permissions to /dev/speaker device. -Load kernel modul: +Load kernel module: # kldload speaker -Add a user to a group operator's: +Add a user to operator group: % pw groupmod operator -m jerry -Uncomment the following lines in the file /etc/devfs.rules (create if it doesn't -exist): +Uncomment the following lines in /etc/devfs.rules file (create it +if it doesn't exist): # Allow members of group operator to cat things to the speaker [speaker=10] add path 'speaker' mode 0660 group operator -To load these new rule add the following to /etc/rc.conf: +To load these new rules add the following to /etc/rc.conf: devfs_speaker_ruleset="speaker" From owner-svn-ports-all@freebsd.org Wed Nov 23 18:34: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 0EC41C51E4D; Wed, 23 Nov 2016 18:34:10 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B86D0325; Wed, 23 Nov 2016 18:34:09 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANIY8ct080836; Wed, 23 Nov 2016 18:34:08 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIY8S2080834; Wed, 23 Nov 2016 18:34:08 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201611231834.uANIY8S2080834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Wed, 23 Nov 2016 18:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426951 - head/sysutils/goaccess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:34:10 -0000 Author: sbz Date: Wed Nov 23 18:34:08 2016 New Revision: 426951 URL: https://svnweb.freebsd.org/changeset/ports/426951 Log: - Update to 1.1.1 Reported by: roberto Modified: head/sysutils/goaccess/Makefile head/sysutils/goaccess/distinfo Modified: head/sysutils/goaccess/Makefile ============================================================================== --- head/sysutils/goaccess/Makefile Wed Nov 23 18:32:33 2016 (r426950) +++ head/sysutils/goaccess/Makefile Wed Nov 23 18:34:08 2016 (r426951) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= goaccess -PORTVERSION= 0.8.5 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= http://tar.goaccess.io/ MAINTAINER= sbz@FreeBSD.org COMMENT= Real-time Apache web log analyzer -LICENSE= GPLv2 - -LIB_DEPENDS= libGeoIP.so:net/GeoIP +LICENSE= MIT GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_GNOME= glib20 USES= pkgconfig @@ -24,9 +23,19 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz +CONFIGURE_ARGS= --enable-utf8 + PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS GEOIP TOKYOCABINET +OPTIONS_DEFAULT= GEOIP + +GEOIP_CONFIGURE_ON= --enable-geoip +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP + +TOKYOCABINET_DESC= Tokyo Cabinet support +TOKYOCABINET_CONFIGURE_ON= --enable-tcb=btree +TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/sysutils/goaccess/distinfo ============================================================================== --- head/sysutils/goaccess/distinfo Wed Nov 23 18:32:33 2016 (r426950) +++ head/sysutils/goaccess/distinfo Wed Nov 23 18:34:08 2016 (r426951) @@ -1,2 +1,3 @@ -SHA256 (goaccess-0.8.5.tar.gz) = a4c6b6b98875059409b2a7528d5e7662536591b1949461cb03d88ea1360c3a88 -SIZE (goaccess-0.8.5.tar.gz) = 189006 +TIMESTAMP = 1479909852 +SHA256 (goaccess-1.1.1.tar.gz) = 4c73147037b350081d66e912a07fb2f0a60484fad1090a76fb6fc24ee086b6d3 +SIZE (goaccess-1.1.1.tar.gz) = 412635 From owner-svn-ports-all@freebsd.org Wed Nov 23 18:37: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 9361EC51EBB; Wed, 23 Nov 2016 18:37:20 +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 5FBEE66A; Wed, 23 Nov 2016 18:37:20 +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 uANIbJrD081102; Wed, 23 Nov 2016 18:37:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIbJdr081101; Wed, 23 Nov 2016 18:37:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231837.uANIbJdr081101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 18:37:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426952 - head/devel/autobook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:37:20 -0000 Author: amdmi3 Date: Wed Nov 23 18:37:19 2016 New Revision: 426952 URL: https://svnweb.freebsd.org/changeset/ports/426952 Log: - Add LICENSE - Add NO_ARCH - Use INSTALL_DATA to install files Modified: head/devel/autobook/Makefile Modified: head/devel/autobook/Makefile ============================================================================== --- head/devel/autobook/Makefile Wed Nov 23 18:34:08 2016 (r426951) +++ head/devel/autobook/Makefile Wed Nov 23 18:37:19 2016 (r426952) @@ -9,10 +9,20 @@ MASTER_SITES= http://sources.redhat.com/ MAINTAINER= ports@FreeBSD.org COMMENT= GNU autoconf, automake, and libtool - The Book -NO_BUILD= yes # it's only text! +LICENSE= OPL +LICENSE_NAME= OPEN PUBLICATION LICENSE +LICENSE_FILE= ${WRKDIR}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_BUILD= yes +NO_ARCH= yes + +post-extract: + @${SED} -ne '/
/,/<\/pre>/ { s|.*
||; s|
.*||; s|<|<|g; s|>|>|g; p; }' \ + < ${WRKSRC}/autobook_284.html > ${WRKDIR}/LICENSE do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/autobook - ${CP} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/doc/autobook + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Wed Nov 23 18:42: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 C1035C51106; Wed, 23 Nov 2016 18:42: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 9016CA61; Wed, 23 Nov 2016 18:42: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 uANIgwrx084817; Wed, 23 Nov 2016 18:42:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIgwt1084816; Wed, 23 Nov 2016 18:42:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231842.uANIgwt1084816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 18:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426953 - head/benchmarks/super-smack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:42:59 -0000 Author: amdmi3 Date: Wed Nov 23 18:42:58 2016 New Revision: 426953 URL: https://svnweb.freebsd.org/changeset/ports/426953 Log: - Add LICENSE - Switch to options helpers - Install more doc files Modified: head/benchmarks/super-smack/Makefile Modified: head/benchmarks/super-smack/Makefile ============================================================================== --- head/benchmarks/super-smack/Makefile Wed Nov 23 18:37:19 2016 (r426952) +++ head/benchmarks/super-smack/Makefile Wed Nov 23 18:42:58 2016 (r426953) @@ -3,18 +3,20 @@ PORTNAME= super-smack PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks databases MASTER_SITES= GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking, stress testing, and load generation tool for Databases +LICENSE= GPLv2+ + GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} +CONFIGURE_ARGS= --with-smacks-dir=${DATADIR} MAKE_JOBS_UNSAFE= yes -PORTDOCS= README TUTORIAL +PORTDOCS= CHANGES README MANUAL TUTORIAL OPTIONS_DEFINE= DOCS OPTIONS_MULTI= DB @@ -31,7 +33,7 @@ PGSQL_CONFIGURE_ON= --with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Wed Nov 23 18:59: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 7EB36C51365; Wed, 23 Nov 2016 18:59: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 5090EFA; Wed, 23 Nov 2016 18:59: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 uANIxNkB089415; Wed, 23 Nov 2016 18:59:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANIxNkj089414; Wed, 23 Nov 2016 18:59:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611231859.uANIxNkj089414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 18:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426954 - head/shells/ksh93 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 18:59:24 -0000 Author: sunpoet Date: Wed Nov 23 18:59:23 2016 New Revision: 426954 URL: https://svnweb.freebsd.org/changeset/ports/426954 Log: - Pass maintainership to submitter PR: 211164 Submitted by: Marcin Cieslak Modified: head/shells/ksh93/Makefile Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Wed Nov 23 18:42:58 2016 (r426953) +++ head/shells/ksh93/Makefile Wed Nov 23 18:59:23 2016 (r426954) @@ -19,7 +19,7 @@ MASTER_SITES= http://www2.research.att.c DISTFILES= INIT.${INITVERSION}.tgz ast-ksh.${KSHVERSION}.tgz DIST_SUBDIR= ${PORTNAME} -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= saper@saper.info COMMENT= Official AT&T release of KornShell 93 LICENSE= EPL From owner-svn-ports-all@freebsd.org Wed Nov 23 19:08: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 EB701C51642; Wed, 23 Nov 2016 19:08:20 +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 A1A6E9B9; Wed, 23 Nov 2016 19:08:20 +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 uANJ8Jk6093529; Wed, 23 Nov 2016 19:08:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJ8JLH093528; Wed, 23 Nov 2016 19:08:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231908.uANJ8JLH093528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 19:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426955 - head/comms/uarduno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:08:21 -0000 Author: amdmi3 Date: Wed Nov 23 19:08:19 2016 New Revision: 426955 URL: https://svnweb.freebsd.org/changeset/ports/426955 Log: - Fix license handling (ports may not set NO_LICENSES_INSTALL) - Fix incorrect usage of MAKE/MAKE_CMD - Fix incorrect DISTDIR usage Approved by: portmgr blanket Modified: head/comms/uarduno/Makefile Modified: head/comms/uarduno/Makefile ============================================================================== --- head/comms/uarduno/Makefile Wed Nov 23 18:59:23 2016 (r426954) +++ head/comms/uarduno/Makefile Wed Nov 23 19:08:19 2016 (r426955) @@ -10,18 +10,14 @@ MASTER_SITES= http://mrp3.com/ MAINTAINER= bobf@mrp3.com COMMENT= FreeBSD Kernel Driver for the Arduino Uno USB interface -# no license required -LICENSE= BSD2CLAUSE - -NO_LICENSES_INSTALL= yes -NO_LICENSES_DIALOGS= yes +LICENSE= BSD4CLAUSE USES= kmod uidfix # some test targets need a predictable source directory WRKSRC= ${WRKDIR}/uarduno -PLIST_FILES= "${KMODDIR}/uarduno.ko" +PLIST_FILES= ${KMODDIR}/uarduno.ko # # make sure I correctly identify the OS version @@ -37,10 +33,10 @@ post-patch: # # building a source tarball and related files uarduno-src-tarball: - ${MAKE} patch - ${MAKE} -C ${WRKSRC} my-clean - tar -c -f ${PORTSDIR}/distfiles/${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} uarduno - ${MAKE} makesum + ${MAKE_CMD} patch + ${MAKE_CMD} -C ${WRKSRC} my-clean + ${TAR} -c -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} uarduno + ${MAKE_CMD} makesum # partial clean for incremental build and test uarduno-part-clean: @@ -48,7 +44,7 @@ uarduno-part-clean: -${RM} ${WRKDIR}/.configure_done.uarduno._boot_kernel -${RM} ${WRKDIR}/.build_done.uarduno._boot_kernel -${RM} ${WRKDIR}/.install_done.uarduno._boot_kernel - ${MAKE} -C ${WRKSRC} my-clean - ${MAKE} patch + ${MAKE_CMD} -C ${WRKSRC} my-clean + ${MAKE_CMD} patch .include From owner-svn-ports-all@freebsd.org Wed Nov 23 19:09: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 7DB10C5168D; Wed, 23 Nov 2016 19:09: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 4C58AAA1; Wed, 23 Nov 2016 19:09: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 uANJ9cag093687; Wed, 23 Nov 2016 19:09:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJ9cxY093686; Wed, 23 Nov 2016 19:09:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231909.uANJ9cxY093686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 19:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426956 - head/archivers/dpkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:09:39 -0000 Author: amdmi3 Date: Wed Nov 23 19:09:38 2016 New Revision: 426956 URL: https://svnweb.freebsd.org/changeset/ports/426956 Log: - Fix LICENSE - Cosmetic fixes Modified: head/archivers/dpkg/Makefile Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Wed Nov 23 19:08:19 2016 (r426955) +++ head/archivers/dpkg/Makefile Wed Nov 23 19:09:38 2016 (r426956) @@ -10,7 +10,7 @@ DISTNAME= dpkg_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Debian package maintenance system -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= po4a:textproc/po4a @@ -23,12 +23,14 @@ CPE_VENDOR= debian WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} DPKGDIR?= /var/db/dpkg -PLIST_SUB+= DPKGDIR=${DPKGDIR} +PLIST_SUB= DPKGDIR=${DPKGDIR} -CONFIGURE_ARGS+=--with-admindir=${DPKGDIR} --libdir=${PREFIX}/libexec \ +CONFIGURE_ARGS= --with-admindir=${DPKGDIR} \ + --libdir=${PREFIX}/libexec \ --with-libintl-prefix=${LOCALBASE} \ - --with-logdir=/var/log --with-libmd -CONFIGURE_ENV+= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}" + --with-logdir=/var/log \ + --with-libmd +CONFIGURE_ENV= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}" OPTIONS_DEFINE= NLS OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Wed Nov 23 19:10: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 5B16BC516D8; Wed, 23 Nov 2016 19:10: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 2A5DEB90; Wed, 23 Nov 2016 19:10: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 uANJA3YY093845; Wed, 23 Nov 2016 19:10:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJA3Td093843; Wed, 23 Nov 2016 19:10:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231910.uANJA3Td093843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 19:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426957 - in head/dns/dnscap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:10:04 -0000 Author: amdmi3 Date: Wed Nov 23 19:10:03 2016 New Revision: 426957 URL: https://svnweb.freebsd.org/changeset/ports/426957 Log: - Add LICENSE - Use GNU_CONFIGURE - Regenerate patches Modified: head/dns/dnscap/Makefile head/dns/dnscap/files/patch-dump_dns.c Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Wed Nov 23 19:09:38 2016 (r426956) +++ head/dns/dnscap/Makefile Wed Nov 23 19:10:03 2016 (r426957) @@ -9,7 +9,9 @@ MASTER_SITES= http://dnscap.dns-oarc.net MAINTAINER= ports@FreeBSD.org COMMENT= DNS network traffic capture utility -HAS_CONFIGURE= yes +LICENSE= ISCL + +GNU_CONFIGURE= yes PLIST_FILES= bin/dnscap man/man1/dnscap.1.gz Modified: head/dns/dnscap/files/patch-dump_dns.c ============================================================================== --- head/dns/dnscap/files/patch-dump_dns.c Wed Nov 23 19:09:38 2016 (r426956) +++ head/dns/dnscap/files/patch-dump_dns.c Wed Nov 23 19:10:03 2016 (r426957) @@ -1,7 +1,6 @@ -diff -u -r1.2 dump_dns.c ---- dump_dns.c 14 Mar 2008 21:33:28 -0000 1.2 -+++ dump_dns.c 17 Sep 2008 04:49:12 -0000 -@@ -61,7 +61,6 @@ +--- dump_dns.c.orig 2011-03-11 21:38:56 UTC ++++ dump_dns.c +@@ -60,7 +60,6 @@ static const char rcsid[] = "$Id: dump_d #include #include @@ -9,7 +8,7 @@ diff -u -r1.2 dump_dns.c extern const char *_res_sectioncodes[]; #define p_rcode __p_rcode extern const char *p_rcode(int rcode); -@@ -87,6 +86,26 @@ +@@ -86,6 +85,26 @@ static void dump_dns_rr(ns_msg *, ns_rr (cp) += INT32SZ; \ } while (0) From owner-svn-ports-all@freebsd.org Wed Nov 23 19: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 76A75C517F2; Wed, 23 Nov 2016 19:11:01 +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 463C6CA9; Wed, 23 Nov 2016 19:11:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANJB0gH094016; Wed, 23 Nov 2016 19:11:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJB05s094015; Wed, 23 Nov 2016 19:11:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231911.uANJB05s094015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 19:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426958 - head/dns/dnstracer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:11:01 -0000 Author: amdmi3 Date: Wed Nov 23 19:11:00 2016 New Revision: 426958 URL: https://svnweb.freebsd.org/changeset/ports/426958 Log: - Add LICENSE - Fix ipv6 option handling - Remove useless post-install Modified: head/dns/dnstracer/Makefile Modified: head/dns/dnstracer/Makefile ============================================================================== --- head/dns/dnstracer/Makefile Wed Nov 23 19:10:03 2016 (r426957) +++ head/dns/dnstracer/Makefile Wed Nov 23 19:11:00 2016 (r426958) @@ -10,7 +10,11 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Trace a chain of DNS servers to the source -USES= gmake +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_sparc64= fails to build + USES= gmake autoreconf GNU_CONFIGURE= yes @@ -19,12 +23,6 @@ PLIST_FILES= bin/dnstracer \ OPTIONS_DEFINE= IPV6 -IPV6_CONFIGURE_ENABLE= --disable-ipv6 - -BROKEN_sparc64= fails to build - -post-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/ - ${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8 +IPV6_CONFIGURE_ENABLE= ipv6 .include From owner-svn-ports-all@freebsd.org Wed Nov 23 19:11: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 243D5C51868; Wed, 23 Nov 2016 19:11:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB116F1B; Wed, 23 Nov 2016 19:11:55 +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 uANJBttx097818; Wed, 23 Nov 2016 19:11:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJBskA097815; Wed, 23 Nov 2016 19:11:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231911.uANJBskA097815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 19:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426959 - in head/dns/rbllookup-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 19:11:56 -0000 Author: amdmi3 Date: Wed Nov 23 19:11:54 2016 New Revision: 426959 URL: https://svnweb.freebsd.org/changeset/ports/426959 Log: - Add LICENSE - Remove unneeded perl module - Fix depends (these are runtime, not build depends) - Add NO_ARCH - Silence patching - Regenerate patches Modified: head/dns/rbllookup-ng/Makefile head/dns/rbllookup-ng/files/patch-rbllookup.conf head/dns/rbllookup-ng/files/patch-rbllookup.pl Modified: head/dns/rbllookup-ng/Makefile ============================================================================== --- head/dns/rbllookup-ng/Makefile Wed Nov 23 19:11:00 2016 (r426958) +++ head/dns/rbllookup-ng/Makefile Wed Nov 23 19:11:54 2016 (r426959) @@ -3,29 +3,32 @@ PORTNAME= rbllookup-ng PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns mail MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Check given IP/Host presence in RBLs -BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ - p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS -NO_BUILD= yes USES= perl5 shebangfix +SHEBANG_FILES= rbllookup.pl getmoensted.pl +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/rbllookup bin/getmoensted "@sample etc/rbllookup.conf.sample" PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc -SHEBANG_FILES= rbllookup.pl getmoensted.pl CONFLICTS= rbllookup-0.* OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/rbllookup.pl do-install: Modified: head/dns/rbllookup-ng/files/patch-rbllookup.conf ============================================================================== --- head/dns/rbllookup-ng/files/patch-rbllookup.conf Wed Nov 23 19:11:00 2016 (r426958) +++ head/dns/rbllookup-ng/files/patch-rbllookup.conf Wed Nov 23 19:11:54 2016 (r426959) @@ -1,6 +1,6 @@ ---- rbllookup.conf.orig Thu Dec 20 08:43:16 2007 -+++ rbllookup.conf Thu Dec 20 08:43:23 2007 -@@ -8,7 +8,6 @@ +--- rbllookup.conf.orig 2006-11-13 13:07:37 UTC ++++ rbllookup.conf +@@ -8,7 +8,6 @@ sbl.spamhaus.org blacklist.spambag.org blackholes.five-ten-sg.com blackholes.intersil.net Modified: head/dns/rbllookup-ng/files/patch-rbllookup.pl ============================================================================== --- head/dns/rbllookup-ng/files/patch-rbllookup.pl Wed Nov 23 19:11:00 2016 (r426958) +++ head/dns/rbllookup-ng/files/patch-rbllookup.pl Wed Nov 23 19:11:54 2016 (r426959) @@ -1,6 +1,6 @@ ---- rbllookup.pl.orig Mon Nov 13 23:55:52 2006 -+++ rbllookup.pl Tue Nov 14 00:04:11 2006 -@@ -39,7 +39,7 @@ +--- rbllookup.pl.orig 2014-05-11 10:08:39 UTC ++++ rbllookup.pl +@@ -39,7 +39,7 @@ print "\n"; # Reading configuration From owner-svn-ports-all@freebsd.org Wed Nov 23 19:14: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 15C41C518B9; Wed, 23 Nov 2016 19:14: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 D61C31098; Wed, 23 Nov 2016 19:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANJEJ7T098039; Wed, 23 Nov 2016 19:14:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJEJ8A098038; Wed, 23 Nov 2016 19:14:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611231914.uANJEJ8A098038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 19:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426960 - head/science/hdf5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:14:21 -0000 Author: sunpoet Date: Wed Nov 23 19:14:19 2016 New Revision: 426960 URL: https://svnweb.freebsd.org/changeset/ports/426960 Log: - Fix PLIST when FORTRAN enabled PR: 214792 Submitted by: Modified: head/science/hdf5/pkg-plist Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Wed Nov 23 19:11:54 2016 (r426959) +++ head/science/hdf5/pkg-plist Wed Nov 23 19:14:19 2016 (r426960) @@ -135,7 +135,7 @@ lib/libhdf5_cpp.so.100.0.0 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so %%FORTRAN%%lib/libhdf5_fortran.so.100 -%%FORTRAN%%lib/libhdf5_fortran.so.100.0.0 +%%FORTRAN%%lib/libhdf5_fortran.so.100.0.1 lib/libhdf5_hl.a lib/libhdf5_hl.so lib/libhdf5_hl.so.100 From owner-svn-ports-all@freebsd.org Wed Nov 23 19:21: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 D11E8C51BBD; Wed, 23 Nov 2016 19:21:21 +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 98E6A14AD; Wed, 23 Nov 2016 19:21:21 +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 uANJLKdg002823; Wed, 23 Nov 2016 19:21:20 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJLKwk002812; Wed, 23 Nov 2016 19:21:20 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611231921.uANJLKwk002812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 23 Nov 2016 19:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426961 - in head/irc/dxirc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:21:21 -0000 Author: jhale Date: Wed Nov 23 19:21:19 2016 New Revision: 426961 URL: https://svnweb.freebsd.org/changeset/ports/426961 Log: Update to 1.30.0 Switch to CMake build Convert to options helpers Add support for Qt and set Qt 5.x as the default toolkit Update pkg-descr PR: 210234 Submitted by: David Vachulka (maintainer) Added: head/irc/dxirc/files/ head/irc/dxirc/files/patch-CMakeLists.txt (contents, props changed) head/irc/dxirc/files/patch-data_CMakeLists.txt (contents, props changed) head/irc/dxirc/files/patch-fox_CMakeLists.txt (contents, props changed) head/irc/dxirc/files/patch-qt_CMakeLists.txt (contents, props changed) Modified: head/irc/dxirc/Makefile head/irc/dxirc/distinfo head/irc/dxirc/pkg-descr head/irc/dxirc/pkg-plist Modified: head/irc/dxirc/Makefile ============================================================================== --- head/irc/dxirc/Makefile Wed Nov 23 19:14:19 2016 (r426960) +++ head/irc/dxirc/Makefile Wed Nov 23 19:21:19 2016 (r426961) @@ -1,80 +1,62 @@ # $FreeBSD$ PORTNAME= dxirc -PORTVERSION= 1.10.0 -PORTREVISION= 3 -CATEGORIES= irc +PORTVERSION= 1.30.0 +CATEGORIES= irc ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= arch_dvx@users.sourceforge.net -COMMENT= Simple IRC client written using the FOX toolkit +COMMENT= Simple IRC client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 - -USE_XORG= xft -USES= gmake pkgconfig -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib - -OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY DOCS -OPTIONS_DEFAULT= TRAY SSL LUA - -TRAY_DESC= Trayicon -ENCHANT_DESC= Spellchecking support -NOTIFY_DESC= Libnotify support - -PORTDOCS= README +USE_XORG= ice sm x11 xext +USES= cmake pkgconfig +INSTALLS_ICONS= yes + +OPTIONS_DEFINE= NLS LUA ENCHANT NOTIFY +OPTIONS_SINGLE= GUI +OPTIONS_SINGLE_GUI= FOX16 QT4 QT5 +OPTIONS_DEFAULT= LUA QT5 +OPTIONS_SUB= yes + +ENCHANT_DESC= Spell checking support via Enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant +ENCHANT_CMAKE_ON= -DHAVE_ENCHANT:BOOL=ON +ENCHANT_CMAKE_OFF= -DHAVE_ENCHANT:BOOL=OFF + +FOX16_DESC= FOX 1.6 toolkit support +FOX16_LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 +FOX16_USES= ssl +FOX16_CMAKE_ON= -DFOX_ENABLE_IPV6:BOOL=ON + +LUA_USES= lua +LUA_CMAKE_ON= -DWITH_LUA:BOOL=ON +LUA_CMAKE_OFF= -DWITH_LUA:BOOL=OFF + +NLS_USES= gettext +NLS_CMAKE_ON= -DWITH_NLS:BOOL=ON +NLS_CMAKE_OFF= -DWITH_NLS:BOOL=OFF + +NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify + +QT4_USE= QT4=corelib,gui,network \ + QT4=moc_build,rcc_build,uic_build,qmake_build +QT4_CMAKE_ON= -DQT5:BOOL=OFF + +QT5_USE= QT5=core,gui,multimedia,network,widgets \ + QT5=buildtools_build,qmake_build +QT5_CMAKE_ON= -DQT5:BOOL=ON .include -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USES+= gettext -PLIST_SUB+= NLS="" -.endif - -.if ! ${PORT_OPTIONS:MTRAY} -CONFIGURE_ARGS+= --disable-tray -.endif - -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -.if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes +.if ${PORT_OPTIONS:MFOX16} +CMAKE_ARGS+= -DBUILD_FOX:BOOL=ON -DBUILD_QT:BOOL=OFF +PLIST_SUB+= FOX="" QT="@comment " .else -CONFIGURE_ARGS+= --disable-ssl -.endif - -.if ${PORT_OPTIONS:MLUA} -USES+= lua:51 -CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" -CONFIGURE_ARGS+= --enable-lua -.else -CONFIGURE_ARGS+= --disable-lua -.endif - -.if ${PORT_OPTIONS:MENCHANT} -LIB_DEPENDS+= libenchant.so:textproc/enchant -CONFIGURE_ARGS+= --enable-enchant -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= libnotify.so:devel/libnotify -CONFIGURE_ARGS+= --enable-libnotify -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} +CMAKE_ARGS+= -DBUILD_FOX:BOOL=OFF -DBUILD_QT:BOOL=ON +PLIST_SUB+= FOX="@comment " QT="" .endif .include Modified: head/irc/dxirc/distinfo ============================================================================== --- head/irc/dxirc/distinfo Wed Nov 23 19:14:19 2016 (r426960) +++ head/irc/dxirc/distinfo Wed Nov 23 19:21:19 2016 (r426961) @@ -1,2 +1,3 @@ -SHA256 (dxirc-1.10.0.tar.gz) = 92c2827cde8b08cca3b5595d05beab727afce8dc9d30fdbb71face6be567ec65 -SIZE (dxirc-1.10.0.tar.gz) = 1496185 +TIMESTAMP = 1479762158 +SHA256 (dxirc-1.30.0.tar.gz) = 8a98441f8e3ce3a77e5af8f783e439690ac08f7672616a03151b9892e9ff948d +SIZE (dxirc-1.30.0.tar.gz) = 1300576 Added: head/irc/dxirc/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/dxirc/files/patch-CMakeLists.txt Wed Nov 23 19:21:19 2016 (r426961) @@ -0,0 +1,44 @@ +--- CMakeLists.txt.orig 2015-10-28 18:53:26 UTC ++++ CMakeLists.txt +@@ -5,13 +5,17 @@ set(PROJECT_VERSION "1.30.0") + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + + find_package(PkgConfig) +-find_package(Libintl) +-find_package(Gettext) + + # Enable i10n. +-if(LIBINTL_LIB_FOUND) ++option(WITH_NLS "Enable NLS support" TRUE) ++if(WITH_NLS) ++ find_package(Libintl) ++ find_package(Gettext) ++ ++ if(LIBINTL_LIB_FOUND) + set(ENABLE_NLS TRUE) +-endif(LIBINTL_LIB_FOUND) ++ endif(LIBINTL_LIB_FOUND) ++endif(WITH_NLS) + + if(NOT WIN32) + option(HAVE_ENCHANT "Enable spellchecking" FALSE) +@@ -23,11 +27,14 @@ if(APPLE) + option(ENABLE_OSX_BUNDLE "Package dxirc as an OSX bundle (ignored on other platforms)." OFF) + endif(APPLE) + +-set(HAVE_LUA FALSE) +-find_package(Lua) +-if(LUA_FOUND) +- set(HAVE_LUA TRUE) +-endif(LUA_FOUND) ++option(WITH_LUA "Enable LUA support" FALSE) ++if(WITH_LUA) ++ set(HAVE_LUA FALSE) ++ find_package(Lua) ++ if(LUA_FOUND) ++ set(HAVE_LUA TRUE) ++ endif(LUA_FOUND) ++endif(WITH_LUA) + + if(APPLE AND ENABLE_OSX_BUNDLE) + add_definitions(-DLOCALEDIR="./locale") Added: head/irc/dxirc/files/patch-data_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/dxirc/files/patch-data_CMakeLists.txt Wed Nov 23 19:21:19 2016 (r426961) @@ -0,0 +1,20 @@ +--- data/CMakeLists.txt.orig 2015-10-28 18:53:26 UTC ++++ data/CMakeLists.txt +@@ -1,9 +1,16 @@ + CMAKE_MINIMUM_REQUIRED(VERSION 2.8) + ++if(WITH_NLS) + add_subdirectory(translations) ++endif(WITH_NLS) + + if(NOT WIN32) +-install(FILES dxirc-fox.desktop dxirc-qt.desktop DESTINATION share/applications) ++ if(BUILD_FOX) ++ install(FILES dxirc-fox.desktop DESTINATION share/applications) ++ endif(BUILD_FOX) ++ if(BUILD_QT) ++ install(FILES dxirc-qt.desktop DESTINATION share/applications) ++ endif(BUILD_QT) + endif(NOT WIN32) + install(FILES icons/dxirc.png DESTINATION share/icons/hicolor/48x48/apps) + install(DIRECTORY icons/ DESTINATION share/dxirc/icons FILES_MATCHING PATTERN "*.png" PATTERN "*.smiley" PATTERN ".svn" EXCLUDE) Added: head/irc/dxirc/files/patch-fox_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/dxirc/files/patch-fox_CMakeLists.txt Wed Nov 23 19:21:19 2016 (r426961) @@ -0,0 +1,61 @@ +--- fox/CMakeLists.txt.orig 2015-11-16 14:35:35 UTC ++++ fox/CMakeLists.txt +@@ -20,8 +20,17 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_C + + if(PKG_CONFIG_FOUND) + pkg_check_modules(FOX fox) +- list(APPEND DXIRCFOX_LIBS ${FOX_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${FOX_INCLUDE_DIRS}) ++ find_path(FOX_INCLUDE_DIR FXApp.h ++ PATHS ++ ${FOX_INCLUDE_DIRS} ++ /usr/include/fox-1.6 ++ /usr/local/include/fox-1.6) ++ find_library(FOX_LIBRARY FOX-1.6 ++ ${FOX_LIBRARY_DIRS} ++ /usr/lib ++ /usr/local/lib) ++ list(APPEND DXIRCFOX_LIBS ${FOX_LIBRARY}) ++ list(APPEND DXIRCFOX_INCLUDE_DIRS ${FOX_INCLUDE_DIR}) + endif(PKG_CONFIG_FOUND) + + if(NOT FOX_FOUND) +@@ -47,16 +56,14 @@ endif() + + set(HAVE_X11 FALSE) + if(NOT WIN32) +- if(PKG_CONFIG_FOUND) +- pkg_check_modules(X11 x11) ++ find_package(X11) + list(APPEND DXIRCFOX_LIBS ${X11_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${X11_INCLUDE_DIRS}) ++ list(APPEND DXIRCFOX_INCLUDE_DIRS ${X11_INCLUDE_DIR}) + if(X11_FOUND) + set(HAVE_X11 TRUE) + else(X11_FOUND) + set(FOX_HAVE_TRAY FALSE) + endif(X11_FOUND) +- endif(PKG_CONFIG_FOUND) + else(NOT WIN32) + list(APPEND DXIRCFOX_LIBS "ws2_32" "winmm") + endif(NOT WIN32) +@@ -89,8 +96,17 @@ endif(HAVE_LUA) + if(HAVE_ENCHANT) + if(PKG_CONFIG_FOUND) + pkg_check_modules(ENCHANT enchant) +- list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) ++ find_path(ENCHANT_INCLUDE_DIR enchant++.h ++ PATHS ++ ${ENCHANT_INCLUDE_DIRS} ++ /usr/include/enchant ++ /usr/local/include/enchant) ++ find_library(ENCHANT_LIBRARY enchant ++ ${ENCHANT_LIBRARY_DIRS} ++ /usr/lib ++ /usr/local/lib) ++ list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARY}) ++ list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIR}) + endif(PKG_CONFIG_FOUND) + if(NOT ENCHANT_FOUND) + set(ENCHANT_INCLUDE_DIR "" CACHE PATH "Path to enchant include dir") Added: head/irc/dxirc/files/patch-qt_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/dxirc/files/patch-qt_CMakeLists.txt Wed Nov 23 19:21:19 2016 (r426961) @@ -0,0 +1,50 @@ +--- qt/CMakeLists.txt.orig 2015-11-16 14:35:35 UTC ++++ qt/CMakeLists.txt +@@ -13,11 +13,11 @@ project(dxirc-qt) + option(QT5 "Compile with Qt 5" TRUE) + + if(UNIX) +- if(BSD) ++ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + set(CMAKE_THREAD_LIBS -pthread) + set(CMAKE_USE_PTHREADS ON) + set(CMAKE_EXE_LINKER_FLAGS -pthread) +- endif(BSD) ++ endif(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + endif(UNIX) + + SET(DXIRCQT_LIBS "") +@@ -35,11 +35,20 @@ endif(HAVE_LUA) + + if(NOT APPLE) + if(HAVE_ENCHANT) +- if(PKG_CONFIG_FOUND) +- pkg_check_modules(ENCHANT enchant) +- list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARIES}) +- list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) +- endif(PKG_CONFIG_FOUND) ++ if(PKG_CONFIG_FOUND) ++ pkg_check_modules(ENCHANT enchant) ++ find_path(ENCHANT_INCLUDE_DIR enchant++.h ++ PATHS ++ ${ENCHANT_INCLUDE_DIRS} ++ /usr/include ++ /usr/local/include) ++ find_library(ENCHANT_LIBRARY enchant ++ ${ENCHANT_LIBRARY_DIRS} ++ /usr/lib ++ /usr/local/lib) ++ list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARY}) ++ list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIR}) ++ endif(PKG_CONFIG_FOUND) + if(NOT ENCHANT_FOUND) + set(ENCHANT_INCLUDE_DIR "" CACHE PATH "Path to enchant include dir") + set(ENCHANT_LIBRARY "" CACHE FILEPATH "Filepath to enchant library") +@@ -110,6 +119,7 @@ dialogs/scriptdialog.h + dialogs/dccsenddialog.h + dialogs/configdialog.h + dialogs/keydialog.h ++dialogs/listdialog.h + engine/dxsocket.h + engine/ircengine.h + engine/dccengine.h Modified: head/irc/dxirc/pkg-descr ============================================================================== --- head/irc/dxirc/pkg-descr Wed Nov 23 19:14:19 2016 (r426960) +++ head/irc/dxirc/pkg-descr Wed Nov 23 19:21:19 2016 (r426961) @@ -1,4 +1,10 @@ -dxirc is a simple IRC client for various os (Linux, *BSD, Windows), written -using the FOX toolkit. +dxirc is a simple, yet capable, cross-platform IRC client written +in C++ for the FOX toolkit and the Qt toolkit. + +Features: + - Fully customizable look independent of system-wide settings + - Automated join to specified channels on selected server + - Support for multiple simultaneously connected servers + - Well-arranged and flexible configuration dialog WWW: http://www.dxirc.org/ Modified: head/irc/dxirc/pkg-plist ============================================================================== --- head/irc/dxirc/pkg-plist Wed Nov 23 19:14:19 2016 (r426960) +++ head/irc/dxirc/pkg-plist Wed Nov 23 19:21:19 2016 (r426961) @@ -1,11 +1,15 @@ -bin/dxirc -share/applications/dxirc.desktop -share/pixmaps/dxirc.png +%%FOX%%bin/dxirc-fox +%%QT%%bin/dxirc-qt +%%FOX%%share/applications/dxirc-fox.desktop +%%QT%%share/applications/dxirc-qt.desktop %%DATADIR%%/COPYING %%DATADIR%%/icons/arrow_down.png %%DATADIR%%/icons/arrow_refresh.png %%DATADIR%%/icons/arrow_up.png %%DATADIR%%/icons/big_dxirc.png +%%DATADIR%%/icons/black_dxirc.png +%%DATADIR%%/icons/bnewfile.png +%%DATADIR%%/icons/bnewm.png %%DATADIR%%/icons/cancel.png %%DATADIR%%/icons/channel.png %%DATADIR%%/icons/chnewm.png @@ -15,31 +19,6 @@ share/pixmaps/dxirc.png %%DATADIR%%/icons/cross.png %%DATADIR%%/icons/dcc.png %%DATADIR%%/icons/dccnewm.png -%%DATADIR%%/icons/disconnect.png -%%DATADIR%%/icons/door_out.png -%%DATADIR%%/icons/file.png -%%DATADIR%%/icons/find.png -%%DATADIR%%/icons/folder.png -%%DATADIR%%/icons/folder_go.png -%%DATADIR%%/icons/help.png -%%DATADIR%%/icons/keyboard.png -%%DATADIR%%/icons/logs.png -%%DATADIR%%/icons/newfile.png -%%DATADIR%%/icons/newm.png -%%DATADIR%%/icons/page.png -%%DATADIR%%/icons/play.png -%%DATADIR%%/icons/script.png -%%DATADIR%%/icons/select_all.png -%%DATADIR%%/icons/server.png -%%DATADIR%%/icons/small_dxirc.png -%%DATADIR%%/icons/tick.png -%%DATADIR%%/icons/unewm.png -%%DATADIR%%/icons/user.png -%%DATADIR%%/icons/world.png -%%DATADIR%%/icons/wrench.png -%%DATADIR%%/sounds/connected.wav -%%DATADIR%%/sounds/disconnected.wav -%%DATADIR%%/sounds/message.wav %%DATADIR%%/icons/default/irc_admin.png %%DATADIR%%/icons/default/irc_away.png %%DATADIR%%/icons/default/irc_halfop.png @@ -47,6 +26,11 @@ share/pixmaps/dxirc.png %%DATADIR%%/icons/default/irc_op.png %%DATADIR%%/icons/default/irc_owner.png %%DATADIR%%/icons/default/irc_voice.png +%%DATADIR%%/icons/disconnect.png +%%DATADIR%%/icons/door_out.png +%%DATADIR%%/icons/dxirc.png +%%DATADIR%%/icons/file.png +%%DATADIR%%/icons/find.png %%DATADIR%%/icons/flags/ar.png %%DATADIR%%/icons/flags/as.png %%DATADIR%%/icons/flags/at.png @@ -280,11 +264,36 @@ share/pixmaps/dxirc.png %%DATADIR%%/icons/flags/za.png %%DATADIR%%/icons/flags/zm.png %%DATADIR%%/icons/flags/zw.png +%%DATADIR%%/icons/folder.png +%%DATADIR%%/icons/folder_go.png +%%DATADIR%%/icons/ft.png +%%DATADIR%%/icons/groupclose.png +%%DATADIR%%/icons/groupopen.png +%%DATADIR%%/icons/help.png +%%DATADIR%%/icons/keyboard.png +%%DATADIR%%/icons/logs.png +%%DATADIR%%/icons/newfile.png +%%DATADIR%%/icons/newm.png +%%DATADIR%%/icons/page.png +%%DATADIR%%/icons/play.png +%%DATADIR%%/icons/script.png +%%DATADIR%%/icons/select_all.png +%%DATADIR%%/icons/server.png +%%DATADIR%%/icons/small_dxirc.png %%DATADIR%%/icons/smileys/biggrin.png %%DATADIR%%/icons/smileys/cry.png %%DATADIR%%/icons/smileys/dxirc.smiley %%DATADIR%%/icons/smileys/smile.png %%DATADIR%%/icons/smileys/tongue.png %%DATADIR%%/icons/smileys/unhappy.png +%%DATADIR%%/icons/tick.png +%%DATADIR%%/icons/unewm.png +%%DATADIR%%/icons/user.png +%%DATADIR%%/icons/world.png +%%DATADIR%%/icons/wrench.png +%%DATADIR%%/sounds/connected.wav +%%DATADIR%%/sounds/disconnected.wav +%%DATADIR%%/sounds/message.wav +share/icons/hicolor/48x48/apps/dxirc.png %%NLS%%share/locale/cs/LC_MESSAGES/dxirc.mo %%NLS%%share/locale/sk/LC_MESSAGES/dxirc.mo From owner-svn-ports-all@freebsd.org Wed Nov 23 19:34: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 6839BC51EBF; Wed, 23 Nov 2016 19:34: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 376291B7B; Wed, 23 Nov 2016 19:34: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 uANJYs2t007095; Wed, 23 Nov 2016 19:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJYsIs007094; Wed, 23 Nov 2016 19:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611231934.uANJYsIs007094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 19:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426962 - head/security/keybase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:34:55 -0000 Author: sunpoet Date: Wed Nov 23 19:34:54 2016 New Revision: 426962 URL: https://svnweb.freebsd.org/changeset/ports/426962 Log: - Use ONLY_FOR_ARCHS Modified: head/security/keybase/Makefile Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Wed Nov 23 19:21:19 2016 (r426961) +++ head/security/keybase/Makefile Wed Nov 23 19:34:54 2016 (r426962) @@ -11,7 +11,8 @@ COMMENT= Keybase.io client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE -BROKEN_i386= does not build +# https://github.com/keybase/go-ps/blob/master/process_freebsd.go#L1 +ONLY_FOR_ARCHS= amd64 GO_PKGNAME= github.com/keybase/client/go GO_TARGET= -tags production ${GO_PKGNAME}/keybase From owner-svn-ports-all@freebsd.org Wed Nov 23 19:57: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 A441EC50455; Wed, 23 Nov 2016 19:57:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73742915; Wed, 23 Nov 2016 19:57:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANJvJk1015611; Wed, 23 Nov 2016 19:57:19 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJvJu0015610; Wed, 23 Nov 2016 19:57:19 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611231957.uANJvJu0015610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 23 Nov 2016 19:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426963 - head/graphics/lximage-qt/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 19:57:20 -0000 Author: olivierd Date: Wed Nov 23 19:57:19 2016 New Revision: 426963 URL: https://svnweb.freebsd.org/changeset/ports/426963 Log: Fix build (linker error) for FreeBSD >= 10 Added: head/graphics/lximage-qt/files/ head/graphics/lximage-qt/files/patch-src_CMakeLists.txt (contents, props changed) Added: head/graphics/lximage-qt/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lximage-qt/files/patch-src_CMakeLists.txt Wed Nov 23 19:57:19 2016 (r426963) @@ -0,0 +1,11 @@ +--- src/CMakeLists.txt.orig 2016-09-23 22:50:09 UTC ++++ src/CMakeLists.txt +@@ -83,7 +83,7 @@ set(QT_LIBRARIES Qt5::Widgets Qt5::Core + target_link_libraries(lximage-qt + fm-qt + ${QT_LIBRARIES} +- ${EXIF_LIBRARIES} ++ ${EXIF_LDFLAGS} + ${X11_LIBRARIES} + ${XFIXES_LIBRARIES} + ) From owner-svn-ports-all@freebsd.org Wed Nov 23 20:02: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 E09FAC5062B; Wed, 23 Nov 2016 20:02: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 A9018C8F; Wed, 23 Nov 2016 20:02:27 +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 uANK2QBA019424; Wed, 23 Nov 2016 20:02:26 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK2QnQ019422; Wed, 23 Nov 2016 20:02:26 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611232002.uANK2QnQ019422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 23 Nov 2016 20:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426964 - 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: Wed, 23 Nov 2016 20:02:28 -0000 Author: gerald Date: Wed Nov 23 20:02:26 2016 New Revision: 426964 URL: https://svnweb.freebsd.org/changeset/ports/426964 Log: Update to the 20161120 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 Wed Nov 23 19:57:19 2016 (r426963) +++ head/lang/gcc7-devel/Makefile Wed Nov 23 20:02:26 2016 (r426964) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20161106 +PORTVERSION= 7.0.0.s20161120 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Wed Nov 23 19:57:19 2016 (r426963) +++ head/lang/gcc7-devel/distinfo Wed Nov 23 20:02:26 2016 (r426964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478603156 -SHA256 (gcc-7-20161106.tar.bz2) = dcaa08e94ae11093dc65cc2dff511e449e651346ac7b5217116c40e12314896d -SIZE (gcc-7-20161106.tar.bz2) = 79047398 +TIMESTAMP = 1479896372 +SHA256 (gcc-7-20161120.tar.bz2) = f6cc5fa0b5e670ac1ee8c43c405cb296d08d0c31507292ee0ba4bb48146d757a +SIZE (gcc-7-20161120.tar.bz2) = 79157492 From owner-svn-ports-all@freebsd.org Wed Nov 23 20: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 D4EAFC50758; Wed, 23 Nov 2016 20:05: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 A3D35DD7; Wed, 23 Nov 2016 20:05: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 uANK5RN1019686; Wed, 23 Nov 2016 20:05:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5RmO019683; Wed, 23 Nov 2016 20:05:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5RmO019683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426965 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 20:05:28 -0000 Author: sunpoet Date: Wed Nov 23 20:05:27 2016 New Revision: 426965 URL: https://svnweb.freebsd.org/changeset/ports/426965 Log: - Update to 20161121 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Wed Nov 23 20:02:26 2016 (r426964) +++ head/misc/pciids/Makefile Wed Nov 23 20:05:27 2016 (r426965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20161119 +PORTVERSION= 20161121 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 60698ac +GH_TAGNAME= d5ae6a2 USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Wed Nov 23 20:02:26 2016 (r426964) +++ head/misc/pciids/distinfo Wed Nov 23 20:05:27 2016 (r426965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479642300 -SHA256 (pciutils-pciids-20161119-60698ac_GH0.tar.gz) = 6869f9d783526ac2337ee8d07a798832b950b66312dd72811d1553766947e7ff -SIZE (pciutils-pciids-20161119-60698ac_GH0.tar.gz) = 250167 +TIMESTAMP = 1479930054 +SHA256 (pciutils-pciids-20161121-d5ae6a2_GH0.tar.gz) = 368216f6b65b6cefaea66c3422ec81ede1efd4a33086e00e3579e6c9e1e840e2 +SIZE (pciutils-pciids-20161121-d5ae6a2_GH0.tar.gz) = 250510 From owner-svn-ports-all@freebsd.org Wed Nov 23 20: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 9AA11C50783; Wed, 23 Nov 2016 20:05: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 6C504DF6; Wed, 23 Nov 2016 20:05: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 uANK5WUk019802; Wed, 23 Nov 2016 20:05:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5Wxo019800; Wed, 23 Nov 2016 20:05:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5Wxo019800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426966 - head/devel/p5-Data-Rmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:05:33 -0000 Author: sunpoet Date: Wed Nov 23 20:05:32 2016 New Revision: 426966 URL: https://svnweb.freebsd.org/changeset/ports/426966 Log: - Update to 0.65 Changes: http://search.cpan.org/dist/Data-Rmap/Changes Modified: head/devel/p5-Data-Rmap/Makefile head/devel/p5-Data-Rmap/distinfo Modified: head/devel/p5-Data-Rmap/Makefile ============================================================================== --- head/devel/p5-Data-Rmap/Makefile Wed Nov 23 20:05:27 2016 (r426965) +++ head/devel/p5-Data-Rmap/Makefile Wed Nov 23 20:05:32 2016 (r426966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Rmap -PORTVERSION= 0.64 +PORTVERSION= 0.65 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Rmap/distinfo ============================================================================== --- head/devel/p5-Data-Rmap/distinfo Wed Nov 23 20:05:27 2016 (r426965) +++ head/devel/p5-Data-Rmap/distinfo Wed Nov 23 20:05:32 2016 (r426966) @@ -1,2 +1,3 @@ -SHA256 (Data-Rmap-0.64.tar.gz) = 9763bf746a020e314a4b6f3698d2edb788c8beae63b553069285e37b17b6647a -SIZE (Data-Rmap-0.64.tar.gz) = 13506 +TIMESTAMP = 1479918885 +SHA256 (Data-Rmap-0.65.tar.gz) = d076317d29365420a06223b1638451dc012ce2ae77d56c7a9a25bb378953dcf3 +SIZE (Data-Rmap-0.65.tar.gz) = 13379 From owner-svn-ports-all@freebsd.org Wed Nov 23 20:05: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 51209C507AD; Wed, 23 Nov 2016 20:05: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 1B820EBE; Wed, 23 Nov 2016 20:05: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 uANK5bo6019921; Wed, 23 Nov 2016 20:05:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5bvQ019920; Wed, 23 Nov 2016 20:05:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5bvQ019920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426967 - head/misc/p5-Geo-Coder-Geocoder-US X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:05:38 -0000 Author: sunpoet Date: Wed Nov 23 20:05:37 2016 New Revision: 426967 URL: https://svnweb.freebsd.org/changeset/ports/426967 Log: - Update to 0.007 Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes Modified: head/misc/p5-Geo-Coder-Geocoder-US/Makefile head/misc/p5-Geo-Coder-Geocoder-US/distinfo Modified: head/misc/p5-Geo-Coder-Geocoder-US/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Geocoder-US/Makefile Wed Nov 23 20:05:32 2016 (r426966) +++ head/misc/p5-Geo-Coder-Geocoder-US/Makefile Wed Nov 23 20:05:37 2016 (r426967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-Geocoder-US -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/misc/p5-Geo-Coder-Geocoder-US/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-Geocoder-US/distinfo Wed Nov 23 20:05:32 2016 (r426966) +++ head/misc/p5-Geo-Coder-Geocoder-US/distinfo Wed Nov 23 20:05:37 2016 (r426967) @@ -1,2 +1,3 @@ -SHA256 (Geo-Coder-Geocoder-US-0.006.tar.gz) = fc538e0248b0f1bd9c4cdab4241998639fee7b4281619ac4f03ba1745aa0d728 -SIZE (Geo-Coder-Geocoder-US-0.006.tar.gz) = 22124 +TIMESTAMP = 1479918895 +SHA256 (Geo-Coder-Geocoder-US-0.007.tar.gz) = 5f82532fa373f20a0520a2645dffae0bea6d61f3d64fd140a483cb0e9a1d2eb7 +SIZE (Geo-Coder-Geocoder-US-0.007.tar.gz) = 23962 From owner-svn-ports-all@freebsd.org Wed Nov 23 20: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 B4EE8C507D8; Wed, 23 Nov 2016 20:05:42 +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 867ADF92; Wed, 23 Nov 2016 20:05:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANK5fGE020038; Wed, 23 Nov 2016 20:05:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5f74020035; Wed, 23 Nov 2016 20:05:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5f74020035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426968 - head/audio/p5-Audio-Scan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:05:42 -0000 Author: sunpoet Date: Wed Nov 23 20:05:41 2016 New Revision: 426968 URL: https://svnweb.freebsd.org/changeset/ports/426968 Log: - Update to 0.96 - Strip shared library Changes: http://search.cpan.org/dist/Audio-Scan/Changes Modified: head/audio/p5-Audio-Scan/Makefile head/audio/p5-Audio-Scan/distinfo Modified: head/audio/p5-Audio-Scan/Makefile ============================================================================== --- head/audio/p5-Audio-Scan/Makefile Wed Nov 23 20:05:37 2016 (r426967) +++ head/audio/p5-Audio-Scan/Makefile Wed Nov 23 20:05:41 2016 (r426968) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Audio-Scan -PORTVERSION= 0.93 -PORTREVISION= 1 +PORTVERSION= 0.96 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +17,7 @@ TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-T USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Scan/Scan.so + .include Modified: head/audio/p5-Audio-Scan/distinfo ============================================================================== --- head/audio/p5-Audio-Scan/distinfo Wed Nov 23 20:05:37 2016 (r426967) +++ head/audio/p5-Audio-Scan/distinfo Wed Nov 23 20:05:41 2016 (r426968) @@ -1,2 +1,3 @@ -SHA256 (Audio-Scan-0.93.tar.gz) = 5a92f4fce0c5dc3f4f76b2266d484466ff6dfc64340371c392e678324465dc0e -SIZE (Audio-Scan-0.93.tar.gz) = 3347237 +TIMESTAMP = 1479918909 +SHA256 (Audio-Scan-0.96.tar.gz) = d68bb3598bb3c925f4753cc9e73f5e357bf249a36e16da57c54c205de4bbb426 +SIZE (Audio-Scan-0.96.tar.gz) = 3389579 From owner-svn-ports-all@freebsd.org Wed Nov 23 20:05: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 742CEC50807; Wed, 23 Nov 2016 20:05:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F8081057; Wed, 23 Nov 2016 20:05:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANK5k6R020156; Wed, 23 Nov 2016 20:05:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5kIt020154; Wed, 23 Nov 2016 20:05:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5kIt020154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426969 - head/graphics/p5-GD-Graph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:05:47 -0000 Author: sunpoet Date: Wed Nov 23 20:05:46 2016 New Revision: 426969 URL: https://svnweb.freebsd.org/changeset/ports/426969 Log: - Update to 1.54 Changes: http://search.cpan.org/dist/GD-Graph/CHANGES Modified: head/graphics/p5-GD-Graph/Makefile head/graphics/p5-GD-Graph/distinfo Modified: head/graphics/p5-GD-Graph/Makefile ============================================================================== --- head/graphics/p5-GD-Graph/Makefile Wed Nov 23 20:05:41 2016 (r426968) +++ head/graphics/p5-GD-Graph/Makefile Wed Nov 23 20:05:46 2016 (r426969) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GD-Graph -PORTVERSION= 1.53 +PORTVERSION= 1.54 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/p5-GD-Graph/distinfo ============================================================================== --- head/graphics/p5-GD-Graph/distinfo Wed Nov 23 20:05:41 2016 (r426968) +++ head/graphics/p5-GD-Graph/distinfo Wed Nov 23 20:05:46 2016 (r426969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475966920 -SHA256 (GDGraph-1.53.tar.gz) = 2978c7951d4c41e4fc1e1faf6bc99a0d92701d8585a986f77d2f697505a6799a -SIZE (GDGraph-1.53.tar.gz) = 156777 +TIMESTAMP = 1479918919 +SHA256 (GDGraph-1.54.tar.gz) = b96f5c10b656c17d16ab65a1777c908297b028d3b6815f6d54b2337f006bfa4f +SIZE (GDGraph-1.54.tar.gz) = 157158 From owner-svn-ports-all@freebsd.org Wed Nov 23 20:05: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 1BD0CC50839; Wed, 23 Nov 2016 20:05:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFF1C1168; Wed, 23 Nov 2016 20:05:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANK5oTv020275; Wed, 23 Nov 2016 20:05:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5ofw020273; Wed, 23 Nov 2016 20:05:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5ofw020273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426970 - head/mail/p5-Dancer2-Plugin-Email X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:05:52 -0000 Author: sunpoet Date: Wed Nov 23 20:05:50 2016 New Revision: 426970 URL: https://svnweb.freebsd.org/changeset/ports/426970 Log: - Update to 0.0201 Changes: http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile head/mail/p5-Dancer2-Plugin-Email/distinfo Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile ============================================================================== --- head/mail/p5-Dancer2-Plugin-Email/Makefile Wed Nov 23 20:05:46 2016 (r426969) +++ head/mail/p5-Dancer2-Plugin-Email/Makefile Wed Nov 23 20:05:50 2016 (r426970) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Email -PORTVERSION= 0.0200 +PORTVERSION= 0.0201 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ p5-Email-Sender>=0:mail/p5-Email-Sender \ p5-File-Type>=0:devel/p5-File-Type \ - p5-MIME-Tools>=0:mail/p5-MIME-Tools + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:devel/p5-Test-WWW-Mechanize-PSGI +TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Plack>=1.0029:www/p5-Plack NO_ARCH= yes USES= perl5 Modified: head/mail/p5-Dancer2-Plugin-Email/distinfo ============================================================================== --- head/mail/p5-Dancer2-Plugin-Email/distinfo Wed Nov 23 20:05:46 2016 (r426969) +++ head/mail/p5-Dancer2-Plugin-Email/distinfo Wed Nov 23 20:05:50 2016 (r426970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554257 -SHA256 (Dancer2-Plugin-Email-0.0200.tar.gz) = 6baa6089dfef42dadf94f3da3c99441972c677812b9d5b4fb359cce9350ec7c1 -SIZE (Dancer2-Plugin-Email-0.0200.tar.gz) = 16971 +TIMESTAMP = 1479918928 +SHA256 (Dancer2-Plugin-Email-0.0201.tar.gz) = 19d5b6aede33c0ea2048c435686ce89b639b90ba4e24f3722b7be960ec22f589 +SIZE (Dancer2-Plugin-Email-0.0201.tar.gz) = 17553 From owner-svn-ports-all@freebsd.org Wed Nov 23 20:05: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 5D81BC5085A; Wed, 23 Nov 2016 20:05:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F371236; Wed, 23 Nov 2016 20:05:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANK5tEj020392; Wed, 23 Nov 2016 20:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5trd020390; Wed, 23 Nov 2016 20:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5trd020390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426971 - head/net/p5-Net-Whois-Raw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:05:56 -0000 Author: sunpoet Date: Wed Nov 23 20:05:55 2016 New Revision: 426971 URL: https://svnweb.freebsd.org/changeset/ports/426971 Log: - Update to 2.99003.1 Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Wed Nov 23 20:05:50 2016 (r426970) +++ head/net/p5-Net-Whois-Raw/Makefile Wed Nov 23 20:05:55 2016 (r426971) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.99002 +PORTVERSION= 2.99003.1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,6 +27,8 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/${DISTNAME:R} + .include .if ${PERL_LEVEL} < 502000 Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Wed Nov 23 20:05:50 2016 (r426970) +++ head/net/p5-Net-Whois-Raw/distinfo Wed Nov 23 20:05:55 2016 (r426971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476969871 -SHA256 (Net-Whois-Raw-2.99002.tar.gz) = 78a75f4239dc238bc972457816607532a3272496fd2aa1e744acfe959b83a6ef -SIZE (Net-Whois-Raw-2.99002.tar.gz) = 56477 +TIMESTAMP = 1479920605 +SHA256 (Net-Whois-Raw-2.99003.1.tar.gz) = 880a52b80be9081520c998700360e88f6eea4fcd62a2adf92a0931cdc2368564 +SIZE (Net-Whois-Raw-2.99003.1.tar.gz) = 72479 From owner-svn-ports-all@freebsd.org Wed Nov 23 20:06: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 B51DAC50885; Wed, 23 Nov 2016 20:06: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 86F8A132B; Wed, 23 Nov 2016 20:06: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 uANK5xJa020513; Wed, 23 Nov 2016 20:05:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK5xp9020511; Wed, 23 Nov 2016 20:05:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232005.uANK5xp9020511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426972 - head/www/p5-CGI-Fast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:06:00 -0000 Author: sunpoet Date: Wed Nov 23 20:05:59 2016 New Revision: 426972 URL: https://svnweb.freebsd.org/changeset/ports/426972 Log: - Update to 2.12 Changes: http://search.cpan.org/dist/CGI-Fast/Changes Modified: head/www/p5-CGI-Fast/Makefile head/www/p5-CGI-Fast/distinfo Modified: head/www/p5-CGI-Fast/Makefile ============================================================================== --- head/www/p5-CGI-Fast/Makefile Wed Nov 23 20:05:55 2016 (r426971) +++ head/www/p5-CGI-Fast/Makefile Wed Nov 23 20:05:59 2016 (r426972) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Fast -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEEJO Modified: head/www/p5-CGI-Fast/distinfo ============================================================================== --- head/www/p5-CGI-Fast/distinfo Wed Nov 23 20:05:55 2016 (r426971) +++ head/www/p5-CGI-Fast/distinfo Wed Nov 23 20:05:59 2016 (r426972) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554445 -SHA256 (CGI-Fast-2.11.tar.gz) = c22d5dfbac2a5044863d2abce2bb04e911fedca193e950f9b8c764202c655901 -SIZE (CGI-Fast-2.11.tar.gz) = 8662 +TIMESTAMP = 1479918947 +SHA256 (CGI-Fast-2.12.tar.gz) = c3a3147dd6ef7236a1984653833e9af169cb548ff3cb655821b06f7139464387 +SIZE (CGI-Fast-2.12.tar.gz) = 8807 From owner-svn-ports-all@freebsd.org Wed Nov 23 20: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 4D105C5089B; Wed, 23 Nov 2016 20:06: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 105921438; Wed, 23 Nov 2016 20:06: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 uANK6420020635; Wed, 23 Nov 2016 20:06:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK64PF020633; Wed, 23 Nov 2016 20:06:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232006.uANK64PF020633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2016 20:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426973 - head/www/p5-WebDriver-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: Wed, 23 Nov 2016 20:06:05 -0000 Author: sunpoet Date: Wed Nov 23 20:06:03 2016 New Revision: 426973 URL: https://svnweb.freebsd.org/changeset/ports/426973 Log: - Update to 0.005 - Add LICENSE_FILE - Remove *.pod in post-extract: Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes Modified: head/www/p5-WebDriver-Tiny/Makefile head/www/p5-WebDriver-Tiny/distinfo Modified: head/www/p5-WebDriver-Tiny/Makefile ============================================================================== --- head/www/p5-WebDriver-Tiny/Makefile Wed Nov 23 20:05:59 2016 (r426972) +++ head/www/p5-WebDriver-Tiny/Makefile Wed Nov 23 20:06:03 2016 (r426973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebDriver-Tiny -PORTVERSION= 0.004 +PORTVERSION= 0.005 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CVLIBRARY @@ -13,6 +13,7 @@ COMMENT= Selenium 2.0 bindings for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep @@ -20,8 +21,7 @@ USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= yes -post-install: -# No need for these - @${FIND} ${STAGEDIR} -name '*.pod' -delete +post-extract: + @${FIND} ${WRKSRC}/lib/ -name '*.pod' -delete .include Modified: head/www/p5-WebDriver-Tiny/distinfo ============================================================================== --- head/www/p5-WebDriver-Tiny/distinfo Wed Nov 23 20:05:59 2016 (r426972) +++ head/www/p5-WebDriver-Tiny/distinfo Wed Nov 23 20:06:03 2016 (r426973) @@ -1,2 +1,3 @@ -SHA256 (WebDriver-Tiny-0.004.tar.gz) = 6791ea3fa3ef41d6f51d76a527883d9ac105ee66abee61c6281d7f35ecb5080b -SIZE (WebDriver-Tiny-0.004.tar.gz) = 25265 +TIMESTAMP = 1479918956 +SHA256 (WebDriver-Tiny-0.005.tar.gz) = 86a22ed2032c648702b92e5b60ecad0861d74c4751ad92a38f65dc8055360243 +SIZE (WebDriver-Tiny-0.005.tar.gz) = 25340 From owner-svn-ports-all@freebsd.org Wed Nov 23 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 239A7C50970; Wed, 23 Nov 2016 20:07:38 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fun.ee.lbl.gov", Issuer "ACS 3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 10E0A169F; Wed, 23 Nov 2016 20:07:38 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from ice.ee.lbl.gov (ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5]) (authenticated bits=0) by fun.ee.lbl.gov (8.15.2/8.15.2) with ESMTPSA id uANK7aRO026379 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Nov 2016 12:07:36 -0800 (PST) (envelope-from leres@ee.lbl.gov) X-Authentication-Warning: fun.ee.lbl.gov: Host ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5] claimed to be ice.ee.lbl.gov Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel To: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611221354.uAMDsiAo065027@repo.freebsd.org> From: Craig Leres Message-ID: Date: Wed, 23 Nov 2016 12:07:36 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <201611221354.uAMDsiAo065027@repo.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 20:07:38 -0000 ntp now fails to stage with 9.3-RELEASE-p50, a build log is attached. I think this is an unstream issue (it's trying to run autogen which is missing) but I'm not sure why it isn't also a problem with 10.3. Craig From owner-svn-ports-all@freebsd.org Wed Nov 23 20:08: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 10454C50A2A; Wed, 23 Nov 2016 20:08:38 +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 D3C8017AB; Wed, 23 Nov 2016 20:08:37 +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 uANK8bwX020858; Wed, 23 Nov 2016 20:08:37 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK8aYg020856; Wed, 23 Nov 2016 20:08:36 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611232008.uANK8aYg020856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 23 Nov 2016 20:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426974 - head/sysutils/flock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:08:38 -0000 Author: robak Date: Wed Nov 23 20:08:36 2016 New Revision: 426974 URL: https://svnweb.freebsd.org/changeset/ports/426974 Log: sysutils/flock: update 2.28 -> 2.29 PR: 214773 Submitted by: Franco Fichtner (maintainer) Modified: head/sysutils/flock/Makefile head/sysutils/flock/distinfo Modified: head/sysutils/flock/Makefile ============================================================================== --- head/sysutils/flock/Makefile Wed Nov 23 20:06:03 2016 (r426973) +++ head/sysutils/flock/Makefile Wed Nov 23 20:08:36 2016 (r426974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flock -PORTVERSION= 2.28 +PORTVERSION= 2.29 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION}/ DISTNAME= util-linux-${PORTVERSION} Modified: head/sysutils/flock/distinfo ============================================================================== --- head/sysutils/flock/distinfo Wed Nov 23 20:06:03 2016 (r426973) +++ head/sysutils/flock/distinfo Wed Nov 23 20:08:36 2016 (r426974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464715562 -SHA256 (util-linux-2.28.tar.gz) = b79901455901d0e8cd5aa58671dcc9118fa333cce805a26904155e80a621f595 -SIZE (util-linux-2.28.tar.gz) = 8860808 +TIMESTAMP = 1479448422 +SHA256 (util-linux-2.29.tar.gz) = 36d2fe6fcc962b6b4354ecd427ad766bc4ad29581f83afe67c3eadbdc5245a1f +SIZE (util-linux-2.29.tar.gz) = 9161747 From owner-svn-ports-all@freebsd.org Wed Nov 23 20:35: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 13362C517F0; Wed, 23 Nov 2016 20:35:21 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9440F9D3; Wed, 23 Nov 2016 20:35:19 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 9eG6cf5npIwqS9eG7cxr1U; Wed, 23 Nov 2016 13:35:12 -0700 X-Authority-Analysis: v=2.2 cv=cNuQihWN c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=L24OOQBejmoA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=tAD_qpa4UDWn1s_nHTMA:9 a=fNzRtd2Gk8kNGHww:21 a=MQtUA6NEEoPr08mZ:21 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id A839A162; Wed, 23 Nov 2016 12:35:09 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id uANKZ8CE007293; Wed, 23 Nov 2016 12:35:09 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201611232035.uANKZ8CE007293@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Craig Leres cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel In-Reply-To: Message from Craig Leres of "Wed, 23 Nov 2016 12:07:36 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Nov 2016 12:35:08 -0800 X-CMAE-Envelope: MS4wfGev7iQA5mZrTIhlXCIc0c4g+98St8Ivg3V2a0w6a9zXMO7vHzkonGQaskllgUvDGIj92OoFCYbte30Sq2tKexnqoVvFnrzlY3YST+sBNW26wOe06iwc gCqLfoAnaaKT+xVn10AtWPcNrvKVluesyong/NGXXxEWfPlMR/QhOhgod6u/vVyGinQ8urdqpe1PT9XUwAZyfDAPLV/ifUEpdb8BvCM5sT4GXI5JOad+cDCn zoUIJ2UJbDTh54gtktN6sslFCLTSmx5tafs72OLJIz8gd3s5JLWhtfPSW3EffzpLmGncSU94Aii+pd8+uFJN0XpDJ/71neOw4HqgIJftnYfKILaN0ztKBUer TRi4U5Qf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:35:21 -0000 That was fixed by r426923. You will need to update your ports tree. My two poudriere builders (running -CURRENT) had no issues with r426923. I don't have good Internet access (I'm semi-AFK until Friday and fully AFK Friday and Saturday). I won't be back until Sunday. I defer to delphij to address any other issues until I return. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message , Craig Leres write s: > This is a multi-part message in MIME format. > --------------27E2CA37A7046C42C87EBAC2 > Content-Type: text/plain; charset=windows-1252 > Content-Transfer-Encoding: 7bit > > ntp now fails to stage with 9.3-RELEASE-p50, a build log is attached. I > think this is an unstream issue (it's trying to run autogen which is > missing) but I'm not sure why it isn't also a problem with 10.3. > > Craig > > > --------------27E2CA37A7046C42C87EBAC2 > Content-Type: application/gzip; > name="ntp-4.2.8p9_1.log.gz" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; > filename="ntp-4.2.8p9_1.log.gz" > > H4sICCWONFgCA250cC00LjIuOHA5XzEubG9nAO29eX/bOJIw/PfqU2Cyu+NkeyT5juN3nG1H > dhJP+3otOUnP7P4UmoQktilS4eFjdua7P1UASAIkQMqJ4w536e7YJFA4WFUoFAqFwt7e3t7r > 1+RN4nqO60+JT+O+Hy86V5hAotgKY+oQKyajhJLT4Iasr5O11d31rd2tHXI+HJH11bXtziII > Y+K4IbXjILzfJf0kCvuYGPWVCrGFSRDukrchpW+GB9AApV7Pu/J6U6j7VW+je3F4fLg/POwu > tlYzqGK6NXe2Nztzy/Vj+Af9u4I27fufBXwvCKedE+uaTlyPEtehfrxL2M+/CYhdMqOWk/at > n8Furm/vrG+zb+qurXXxWzd2tzZ3Nzf+CvWTf+ucB4kTujSk5IaGkRv4u2Sjt9Zb2+y8D6KY > nA0/HF4Mj85OdwFJqxurq6udv1iuJ6e/4smdbrf7hk5dnxz6N24Y+HPoJaR1hu8Pj4/3+leu > 37ejWefydP/kcHyzZ0CFyA/3iulvjs8GvwyP/nq490vnZP8Iaryxwj6gzOuHQRB3hqP90eVw > b62zfzF4v8cROtz/cHgwHh1enOzdxTScQ8Ehvp2O9hhBvcC2PCCrQEHfsWKr35v3X22E1KNW > RLt2EobwHf2QTjqXRwd7q523ZxeDw/H5/uCX/XeHe/c06pzvj97v9SP4wN0++4VVR9lT9jC1 > 5jTalRrOYfg7e8WPwafO+C/7H/bHAs3j46PhaHxx+O7w0/neWm/7v/6x1nuJv3bw1/ZP7J39 > 3vmpc352eXBxdHhxOH5zeXQMCPj1/HDvKvGuO+e/vEP07gGPdDd7672dxavxWudsCIhGhHfG > 7BFxXsL/+a+j92enbzAr73Ln7Pjg/OPBXr8zHp6cjwfnQIH1zQ5LejCC+70FgAZe5z2QbTw4 > OwHEjo/2N9bHvxxenO79ejgkZ+fDX4cp6whqsg8qVdgZDi6OzkfnF4dvjz7JnYlmFnQk61KG > 5tODswsFy8GC+r851//1jyC0bI/+1z+ixO9cDg8v9hi/vT+DZjnr5fgW1NoTQ0j0gfGHsQd9 > pEwPRsbg7PTt0btLqOZk/9N4cHIwPj483VvfXl/b3OwcH705/HQ4KH+P517RO2pLXwQDZf+4 > SCjBsJwjjk7fMc7l3342VL7bt2L3Bj7Xc/3krpMN9D0xzmFIH/pOcZDno//sfATQQ3LsRiwH > xTEZzSiISc8LblFg2oE/cadJCA0FPgkW+CcigBRi3cB4tq48hA6JwqW7HSbw9gej4V4wmexC > DxggJpB54NA5iWh449pUAF68OQLuUGHDKxfkAIiynZ39/hvy7nxIQMRT+N4wLTW4gNF2Mnxb > KGjDxxJILsIP10G2qrBJFCMwZKzu9zF7X9fQ6OxkD6VtWgreyTmAwRRAw4mVfcblwdHZePD+ > UmkD3omVOG7Qd6gN3y4qfbN/CsPmRAE9sOJk3n9j+XYwn5Mre3tjq//h5LDYzuA9fPfZ8dk7 > tZ0ZfEnQ9YIp+aUL6HVpRD5+/PCm8DG67jGSqN3DIX05OoJxo3TQBdINgvkiid05JRcWfBYZ > ANde81IHINc1n0TOw2AaWvM5Sxph0eE9zL5zUWrw9iWwq1Lu8PhDX6QTW2rg8M2l+GymNZBb > N54Rh14l0ymya5QscOYXwGeDIaMbB7V8pw+c6vqgWHgecQI7wSHBOFsUuDx5M8C5S/2EZH5F > ptQHlNpkNtudz3ejiLChKnft8NP+yfnxYUWL9M6aLzwYywz+rUq+t0EIiHoXWosZNANMyKHg > 4UOBCKMwoQyHMqfq+OT9IUozueh7agG63g26a4hX4I4+/Htf4JD3Z+dvt1fX1ZGCiQRT5U/G > xPPBkQI4CxYTANx4RSCHXAVW6OTAIJGP9o/L8MiuKTaBmrlkeH8OH6l25Jxs7WytbugG6tH5 > h22G/qPzm22yCIM4sANPZYqjiyMV8ZjAByhRRsBf/vKrAgfvheb+cnleElsX8AW3FIj9l2TB > 5Fe5l8eHR6OBSpdj6sb2jAxAx9oCyU1OrAjLSiOLTRTjMnNKbAjNTGBO8VPcnRwenb45vFC/ > 9oS6/hUNp7yIYMWTT5vrhfF3Yk196ya4E3mazzg9PGPd2fykFDylAev25ic2rl+SPhkdFEXx > 6TEfJqds/iLHlj9NrClIBZlSpyeH+7LYxXddP0bnw9OT8wNZKsDAy0YdzEyRP184GfR4ePTu > 9EDpdOROUZOHTA51BrL5Qh11J8BMYeBZ5MN5/3JEzkBGh1TTnfN9mKD3D9TC55bnRpZD5cFz > PlDnrUHgh5ZDFlYIvaYeYcuakElYudThxfEYBLNA4FH+kd1by43Zl8NLDHoQJSClPTd2U4kD > Kya1V8NRfwSAgU/vYJ5dN0qEi/2PB4XectqG1i1hMwGOGwE7GOwUhTmkkZ2CJAdt6/B0MFDh > eBqJFtR2JyAGR6E7xwzQlrLODAfvT45U8g3t2dx1RJ+kNoaHx+ubqyp/QhrBRGUADN+rsxa8 > izFlxbFlz4A34lmYEKYOOmRO57DSFEXPDweji/3BWaEG+AQkQjAnO2svV/unNGYV9tfZpCzK > Do8ZFeGvQVqN3l8c7h9wWo9mIawbS7Pc6OLoZLR/dF6YIzjilCkCobJ2pMLDpQoPNYUvD0sq > wi+wJp7TGObKqJ/NVGktAt2Xx0enqhi79ABZoMVe61SWD/sXIGc/qcybJsr0/vh+/2IE6q8M > J9LIJmh4ZMjVIrnIxw8q+McPoBXioFP78Ndf3xYk/V/vJ1y8x1a48JIoL8DU6MuIkpU5rO2F > Cr1C4gAVLXdyD7xEITeicQzUjFI1vaiNQ3q+zNi/eDeEtG6Xsta7sIBadKM5tUKSpTG9tNt1 > QNTga64VZRDuAubF7M33ovyFSdduF/WpIIm7qdSU6kMZg4LSEWBdXHVFkdd1fdtxQ76CgWcv > AUFXhIGlTwYDz3m7MePqrmDptBhPxe4tYFZz76TlEfm3/xkf749w1Skj558djsUSyhQ0Hp5+ > gCRYWovSe4vrKdKHWPbYvhkvQD0ao4jdU5f6/QUNvSLMuLhYzAA/Hbwbgyq8P+YLz9vwGr49 > Ktul+rdBeE0YOO/OkgWWghrBnHh0sfesH88Xz4hk2YlmAknjQuLJ/i+HY75q5d/2LP+4Z6T4 > teli1rZRQO4+ulGFDAb7g/eHY/4RLLXH23qW9R8kwJ70/SMK+rUV06jPx1wvAhWMeDGSLbqP > xnPrbmzPnbFH/XStXmQaziCQzJDB385gVgIRnS3TiUjAnvVBrveBwdO0o9OBOhBE+vHRm5z5 > f0D+OD0bnx8xGxn5eDR6f3Y5GrO11vjtEa5p5HS08Bwej4e/nrw5O+ZZKiNBXYCHEbMClYwg > QpUt2Dwg9egN745A0jNYgw72ntk2UPvt8f674d6z7tk66S7cBSXdCag99nUX5yNm9iVdN2Ir > SiKxU0qC7gTWxRFOSXEXJhkrApmI1Z+fQ/0L+Hh4SpswVwMljg8EGNH14FgdHM/wkwAWW/r0 > CVr66adn+PQdPoZUd/tk/1SQ4Ycd0G+GB+Oj0+Fo/xjE6sXZu4v9k71nqQZPujARzMnW1hZ8 > jAyJg6oItbm5WYDilj0ZUFcXjkcVZnW7VBVgUoXB1oQMkQQGpJwzM93w8g28MjvYs5/RqIPW > zmcdGCA87VknNX0Vs9NkhMjMXCWgPAfguHmrCCNSIR+tWM94InuUAHPLVbF4nvGsk5qsCjBZ > 8rNObpkqwEgZCHVZzmct5FanYn6e8azDrUwFCJEIucKaVMxPkwGCGZGK+TwRctFqxPHEHyW4 > 3EBULJ1nPOtkliBeS/4qlXlb6sBb1rqw9xTy0tRnHW7TKWSLRMhNTTdFgCydw6DRRgPCkjmE > sNRogNIcgGPGmSIIT3zWYcYYjgH+KMExI0yhIE971kG7SyGLJUGOsLcUc9PkZx1hWikApKnP > OrIVpQgkZz3rZMaTAlieDjDcbFKEEKnwkltICjByDiQcp6zCnmRQNIGILPYo56V2j2LdWTqD > EdaOMlCa8awjrB0FkDT1WSczaRQg8nSAGZTEE0uCnNxiwb9ETpBKoHWiWAMmPesI80MhM02F > fGFyKAKkyQAhjA1FiDT5WUdYFQoAaSrkC1NCESBNBoj3JZnEkiAnNxEUAaQcgBseCxSxJwk0 > NQPw3OxNhkitAIUW8nQBMzTADFMYsaYvwaTpzzp8+V4AEInPOtlqvQCQpz/rpAv1AkiWDBCw > Li/mYtKzDl+JF/JE4jNpf1SoPP9+oN9kuzgcHpa3HDvnZxejdAbAZ1mWg7qxsY7aC2hKnK3T > /bat3vpmby1LY+/sbQtVhjUswFaGW31ckYzxsT+3fPy3lsNtVMFtdHC1wxenGjCey/bT9ZXY > sz7rFX4c08D41qYT2LgkyCctKS/dr+AAqCBJmSzt48ePLOn29lbUMhqwBFwVsQSuG8naECTB > A9vGbHWjVjdqdaNWN2p1o1Y3anWj764blbUdrWaUTvQlNyj0pEzVh1KmUCQUPaIEJGsUqfIg > AQk1ItUipByhTwh1QtIfcmcm3Gvpod0X907QVjkW9ibmRsV8qCQDlGJ/Qlex1E0QJjtg/ANm > 14RZHYUjPn28+AWKpRgUplWmIeZfyoysqffWcK+/sOxrawqFD6CvDMpxoxh9PbM9H6XTe/qf > Py9mVkR3CXTUvu5Glu/G94SQ13sVP529x/up69fietp16IL6TkSW6ddrAFLcxUhaOvAJYmeX > FEyKfWiCdIkfxGQSJL6T1iJ2v9ECSu8AtfggkE4y7Pf3PQ8r6K71YFnQi+/+3vmb4vn733I9 > OWCvV4I7vMMt3ViB2yW97Ic4gU+/6ROVz7ugcRL62FocEO4THUzUep+SzhMYhLOc0j8M/7F+ > kexnCf57iyUQr8wPLB2TJKRfEjdkHt0F6qGHY+pD/pSfxoZ8lMyf7NNek+H7/fWtbTJIWz77 > pejf2YutsDf9e+8pEUH5yEu574fhPdGvp+Q9kAySHCr53v64NFxYP6b8YP16kPwg55Ygogb9 > DGB/sfDuESA9OsEaATprCzzVlzI2egAFKqcxMb+y+R81mNd7qzAfrq1+80TN1KG13io0Wj9Z > S8C1E3YO+/BJu+Jrv2bOXrIttOK9ZtbEP8OvrW9ELdbW5abKXrhZi9wCeA16Vegygk9oFGGf > JmEwL0F38NBBurfMfWii+znzBwPOJVeU+iAh58ENFcfCsEnm+n2OsFDRaq/zFoZWNKNXlj+N > /kTuA3TXCxIgAAVAGpIEhkCn869/0HjsdDpBmGVhIvVvCM9gxyFA14+BMhTaBKkd+N49YT4U > 7oS1M7NuKLGIpuI/daBpElFgGYcXZuUs9B/HOSBirRA3IrCCwQ353jdxx6OzYklXZUfD2KLp > 25iR19HdgEa3xrUDvQBdzYoqsMSJnBEHIbVi9MqbL+DjQoJcFmGVNs9IGQ8ltW3rU8lzIKPn > vNDm/vSTIbmq1GCgT60qM9V3b1rdv6m+f9Pq/tkeDCtjRm1JA054VlZakREFMnZOz0aHu51z > dnKMoHcg0dogeLGUv2bBbRx0JzAJX0UOcBnya9hxffg9F0eafBAMOdtwqZLN2riiZz7VUWj3 > vnG0/MhrO8+9erw1vPCShjpDCw/komPRDfXjXhR8m9BIK1rvruMsvj5eqxMcmhLVwqNc4OG6 > QvX3s28nz1XHq74E8+IxBbimL3Nn6zEocXt7CzP4Zm91vLUEFWToWgpIwI+C/eyLjbjnEN8b > 89RxkcC91W8fBlBTF0+urq+uba1urIOE/NNSg0Fbrn5I6Io9zsCQUGIeGSnQ9yaQ68feN4+N > KY1jehd3w8THszHd1d7aq95Or5Y8xnIa8nzuduWiru9Ap2BW6+JCaNtUQiJqoQSnJadiTVuI > JlBnb7p4bHr8aom2CiXKfFPBfCakPArz5eQ2sp4AefGDztvp8Wy6vO1iIIrozRdZhYCgQJw2 > Qif6yA7dRUzqnO07zGKZVm2h82wXNW3QtfDMjHCdRZplS63UnbZr54VvZ5Qt2TiCaX5+HVdK > keVTrAG3ZWqc3PvSx/UjTE3n2T63hVjJXX/uRqgA7pJL/9oPbn1kXzfqeu50Ft9S/L0iDr53 > RuE9+fyIbZJud0a9xQrD1hwPFEqqqUyLj/sXp0en73bJiii5klIEEBIHAQmQEaEOnlskQ3rI > xppQMsfOk+4CUfic6abOC8IokeaopafW7bUKm1IOMsokY0eeIgpq8789R5foFympDJD83E9E > fBphsJcbK3TxXFD0DcWynirlRVAZ7icf3y8YD7HYI12s6gooI9YJ6D2WFZthaJUHl0LERfE9 > sDxIh9R1P4m4fZdt+kE1704vC6i2bUy3NSMBzQiDfNGKjFZGEVsy5kAOnViJF5MgiRdJzFYn > xLfm/BN6kFrobzKZuHfYYTwGkMQZPsu9uaUsBIQdBlEk2oNshPUDU6XB1W/U5r1gtQbGavl6 > DL8YMCR9kJElYMFr2TZdAD90p1qsAAQfwii2OSw5Gp6Rwc4r3msfUEOpQx1t7TA50BDEFE4l > XZstCLsBVDVlEKUW+axDffs+ZwJOWqCwwlu32B+Y2wR9FyFdhIENy+CA1WovioMRAADWiskM > OoEbB8yOBNinfJ3apfqxigXVqigm6YFpGXr/dHgEHcTIRYCSjIj6ocYIfx/1cbxEvVk9IKA2 > roWLHRCk9VA4sdVB8QO8y9VV+wGgIiz3oTFMp7WfmfigXDq1H+D67l068aqwvmZguWLiBPEf > Y5iDCfALGY8PP40OT9GBdTgef82wkdrUjJ/KCl6xCrrwqXtTP3n1SisIs/p1EnEJYaHHn1Fq > mNH9TXh4kBzR98EsUDJ4VbJIbWJ3oLUYQwngJ1heUU67WBmxLV8IFfKvtxbTcUs8wSGzyXc8 > tmIYI1dJTMfj588B/MULQxmp9u5HcXwtuKHhxAtulykC/B53I+pNdMBoUKRh3q9g7rKj1YBv > NudidAKGbIxpVarAclLE5FPnxLOmkXFmkEqIpqvhM3X2HjTpIAQeYB2PyJU7Bbq6lq+bOnGO > x+ebANRs6FWp4w+bPh4GXT3KfvppiUkZgCpmZS1L//RTeZJk+99uFGhxdHVv8XHAHh5j7pYV > rowdMs4CuYXTQmLHCVPWgQ0sz/0709dLVQG2I0qRQW85T5B77za0FuQD7vQAb9vXum/KAhSB > Mm4xHzEf13m4gsDgW1jE5bZmjP7SF+pnQeVnH2aFUmdmSEl7hhEKyHMrfJFHCyqCCk5ZAJfG > 2SQIMCxhUlxbRCw4BmgkTgA6CNpNAD++jbZ+rnjqdYyoOFVMzPrIpKyPgCqfqtOcATJgz1Fk > A363GKTPJZgXOPyQlz1HO/PhwhUXVCdDef2K2jPUxoLzPPfnL5SG/TnpvlERrsCrgAX8426D > Py+zoefjuVa9uo8tzK07d57MiUf9aTxjgyiYz5FtUCcEsk5ZkCtVWRNn37U8H80wepE8aKIA > PuITqH/AhJz3o8pRU67h2U97z4qcLpiMMXYYG5dU+aolYnOvEYytmrGRCTDfWFQ7xtJjPwgW > 39owrLE9e2bhwFu6JeQjieUkFSKkaFwpLYm6oVoY8p1kzgaFeCyLc2oHU9/9O80EaixMXC6v > c2FF0RjEiVqz43n4RQaiQJHAdnEEC7MbEQx1XaibCQTy79F/+UXxIwTNzxg+IBWf2vUhiBf2 > gexBzQstHzV+yORPeW7K4yilrDCihUGYrXj5PqLAM0PjdWnxgY7Aup7NWeo8VqTJnCnSFspk > d0KjmOiwyBE8sf06LR6J6jJJ3YPPM+tZ7Mx/CCoNf6J3OKumc0GxZUVXhQneSWxKzo8GjMEm > 8EC6B/C72BhmoBYjwxjkjugdRs6zRRnxUgmffY2NEzAyfS94KGy1Rs/mbFsv7rMqFTuwqzE0 > Ofcw6t2sGhj1aIwGnS2CT2TgkpSA6SMqDyAo4jClU1ib0f1rhj4enCQYC5HP4/M5dXCglb+F > jYeFMJ/zniLrLYIowqlIrwZfITs+4FMzxKW2bF0J3YIyL8AJb26iqHaCVlhSPCGte2ie37lW > +IgTvMIv0Pg3Mkzq3vHwYQeFHjjuoMTDBh4WWHrkVQEvMfS+HZW/79hDQi5cZxxXi22MNY6G > HKH2MmtKRA6OLrSckXYDFAUMGI7JGBRLCH62Xkydf8uGMZzmljGgYdTA+VKAgedVwTEYGJwR > xQ9MIusKQwjeF+WACgYDOsK4k9oJXoY0AcDCHifoZSyFgX1N47ovwKi+sO6s+4IcrO4LMkgT > AGpJy/Q/WYqcGMqxDm4pDYOGoR/UAUE9sVcHBGw8pZXtpbulBaQbYGSM6xpzsz59pfXWp7GL > +3JuZaeBLX8DDbuqzxlIZZdTKH1m7FyholjNtvTOLfOsCai6MxmcNns5G3OyFE/HDqwxH8cq > 77nzrM/fbm5PzWfQQz8I2ba9AR2gm1C2tafPvsVZqLY1BKqbOG6h73UwALLDYcoEqciDrLXt > uroTCUpXw8b6MjWkULoaFnFY0fkst7qBsXY9tsTEHME6uA4G+uC4k0kVGFbDLClAUvIfCLdT > zsStHMjZLOfgjpyhUDQTy+D1QqdARQEtAoMWk66HclaDAOEKw2GYeNTh+YYvyquRMHaCRehr > 0XwDv64rtpTYhIEglQ3c1IOk4zOFNAIsUReoSYuaHRwLNC3XRmMtFbYasRNems39ZTAIEs1J > FrUw9iw0TAhhVR6GWeX7NFWz9mweODUwbGNVu15JC5dyvs2im7usXEZpqGLP5To/alAkplYY > TApWZDxNKzYz05WedI4iy1QWK3kyM8nEBD3D4/RqHLLaW9vqrRqWycwdh6yjgRddmEJ+AIOZ > 3SnDSuk7cH2TQWRVdL5KBC03Zya+iErOd/gD5rRXU/NNPfOmC7YMFL8dtzXQzO25lh/rcAYA > 3awALN89y6bMHyuvhp1uueJeLl83rjLTx6P0bOmOlbYSyqz9VSaH6gUku6yKCX4Yb7h8i7kx > ZKW/IqvLsDpE71fFDoRgmPgn/IUgBXWGWg6mPn/BDzN0PeY/W8RdCla1SJJgqlZIOZipgr6p > NW2X+oZ2y5pbuUDZAIXbL4iAqpYloMoGczhtFWxZYkZnDlKFzQzKiExDU3pc6hs1o1JpXgHz > k/kVsDzoMdm2EhpcqDfGjdDnLwr6UDqc05pzM1DaxJLmEjvguyPe/AdRVeohH1ApzCgw1ekt > CyLPZL8ETQEW+EE4ZhOYQ20PzWu1Sokos4QgzuvnC6hI0olLYlRDOIyzP0a91U11LaO1K4MN > TRbWYmUVyh4DjXLQEsRUXMeg35Jy9Zohpk/nJp3Nsxf3taj3bCuutbMU0Shmsitdn5Yy8Cxn > OHuQ194ytgFmfZnUQVnhwuqzfVYaPqqpc1mTHMKFy7kp3ke21iqV25rG3FW4ahbQAVfNBxr4 > mirnlTODBrhyZijD14DVoRIaC7yb5bhnfJPaXswNLmp7VFGLZrxhofEiTj2OjCLLVNSPg8XD > i6LPPIxRWCTVlAXd8WYeTevMSEwdYr5CqoqY7diw4cEPt2ajhcyte3IVgNZ4RVO/9fIyMTVn > YBm+2NnRuF7hTAHTUrqOKRngU5sIX+UwIxuArBWG3TjNKM036bKo3pCTmV1yDxijQScDqbDs > ZDA7ehidCYgbt5wxs98sJWaZ39hKmNKBO82lV7rgDlcJo3RuLeBTaY05O4eqsWhngPp8NqMs > LDesMTZdYXw2fgSl2OWFSK7qcA5T2d0MrJR7fjY8+iTOwKT2AcZqq2oNx3iL5kjcPKNUV+Q9 > XOSdwyCpBIoQH3VSTtQwFqfjgTfSUxvGPXipGPfJ4au8az2GDdCLHJr1Kbd3BN4Y4cbiCp5d > 8udFELl3r7OMRXo5z5/TWl5rPnx879K6dXD68RloWc2YhXmu4bPG167nVbHEOLxlCqFDcRvv > nmPgzxntXleWdSheAPawMiDKAaH8dlv7vhJ0Wg+KOCjXWFJOAWpaCyWjbBygnE7pPPYXugLK > mHAxeGN2Z2YtOPoL4npZ0xe03ymcj8YKkw8D3x0mjA8inF/SkA0pJ5rQhjyf3SXHNeVlIGdj > MywIxTFOew7bojVNjOm3xZpJAOY7bVmZPOhWj9RkF8NgpfXQUR00Kq8wyivnm9yaR+8W3HXz > 3+fPmCOzWAo+Z6h5odtNZwsqu7wBXAFXt+2eg2oY6JamAX4S9AB06E0Or2vWWqSdqtliVUHr > NloVaG11i3AJrKRA9b4UFfhggYjYZdAk6xU6jj2HyQQSSmQDYt9UdUzkV/WJg1R0B3R9mMYi > Buh6dFo8U2hQh6FJZlZawklmqQXr8suThyxIoUbn6nHWO/IHa9R5aV1RpfVLK5ev3YJlW7w6 > UidjYxbL4JPkwelQHBOMlBWEobaHFUpXKotFZHS1QA91tjRBgV4Fg9gAsBtLrz1gTJCl14wn > B1tHgnhdD0qqBaTch8tlYa9y+IFcId6rNsGnGDuB80AlGLpkaXvkTm+oXV18ePTu6Ew3WcOw > v7V8dIxmYjmDK1ISMs7Pjo/1ggOPfonSCMQKXB6ck6P+2fIFRqNfdQUMVmxhWAwmjnXPTdnr > JQefDED/4St47CGiqvmRFIoS2cKoQD5/UdgloiB3cdc1u3DTCoU/fMk14BHO6FebgqvOoZgM > GkJlqJHgGMZOt+uL0fdUNQ3UdwaI2fhSEsVdvLI03RTGrTWG4woggculHDa9YFrxJWXOR49+ > auPeJUascK6CO4R7fvjp/PDi6OTwdLR//EJHy4lls7mYHz3hxgJse2lRxJdfSF58SMQZPUO/ > r1LXLLMSkINU6QFXso+XnOn40ThyqhrIIKrqT4G0KKt1YPTnGH+1UvHLYSo1vgysLAMopZNq > V8IMpLKJFMrkZFWr71zfVFuAeX5lHxiIflrEcfUo5+uXUp5qHZancVy56ZoCVCrWHKZUNHas > OJi7dvWKQYKqXizkgNVeotz7BkVUEM7Z7CTOy1cY2d6Ig0jfP4BCTMO5G1ShPIOownkKpC9c > 7Qebw1QiPAMrV5DqkBUfkYFUfoWsjBaL39XVf7dE7Xd6mVfvw5vEZcdmuRaRX9U+B9EVvKuk > TwpRSR0BpNuf6ruT7ZotNAFSs3HGoUyZYZDE1LSdNwn6vlu7j5dC1W7gCcCSiElAR8P75qtH > lApWKcpkSJ2hYZnWFLA6i4SxtRSAnSFaYnvVDey49nCKu7Br7TccptZww8C0FTDXgLpWBFBt > MxzOmF13xIfBBE71nrIMVEcvAac1Qi0iW/ftFXC19qoM1FCR2Hisa0+ALdFcvu//VTsyy51H > YlDcS7eOTzKwWk5JIfXVABLLw9YMVt+agCwB4GWR6AkWYVBE2worlXcdcBWRNPDao1mmtjUf > rG/Y8M1Kq18VjEqcB6PWfInzZRxqieNl1NKNySXOsS13hq3u/JoCoPWmEw4w0dSt/ewUqvaz > BaChkjjx6RJtCbAlGuOQumqWUTpVuFpWMyufLHcR1k7BAqbuwziYKXeZo4R8VSJ2AscTU2Ma > MG4pK6g78WJsOb8Zfe8wf1rhm6cxafgYQ+XhLjWwiB2j6YZbZeFNUt5YjZVuUgKi2jeKA2lJ > zHyOqinMQeoInDkvlRTLceIzC5GwZ6dY0p/ArRB5uEORhDatkoqzeUWutFApeCGj2ygLnJn6 > +lieiOoVMkviTeAWCBlUn86SnFOZoX8ubs+QnJgU/0T+VDzjMrE878qyr8mN5SWUJb7/K3cK > WS1a9VjoJliEY7yy0HUoj3LDXPFWolIFpt2GMB7Po+nMCauBcDNXI+MxM7Ps8xLWWDH1m6pM > FTB6Y5gYWNW+M9buHIt8VgMuYriH+t+Xg4td+xokQa3BobAZwygW34z9yLB/Y4X2Zgg8FMzH > V0nNzolj0XndXsgE9920w8+N6vOEbwi3i72uNBoaXJGvgoBdA2bKT1yndnsoTPDqjBqDm+UH > kUd5mK2vPXcmC9WScneNg6Jmk3J+bRT9c2Qfy+DN47smzy+TJ/ciiZM49YPUZt6luabzEDVO > /CFMvq7BU0RrhtedG8c+1PIxwC2mrmOqA7sRas3aPD+qYyGAuanvxHKnHrNtn8rmQnbee9kj > lNWu6KFwI9IR+uL46ORoND45PMFrpbUIEiDD0b4BACV+6piXbyBuXhPmc0MWlnBr2Fpdptyc > Ti2MBclMu1K/NgpbjmM8xK+3nc2t6Npwtt+qOx6RLJzbeK519xJZd/pdVjYRsisPCYYtl2LJ > CiHuBmLjeLVmv9W6pj4euGNcHS5KG67qxCtOtpAV5ny0ou8cei5ngMKFa0W3UcuB8GUF995B > 3Dx/sYJKRHCtKk9iT49d+QUCjxHzKgwsWEBiTHB+oELTgAhuRKZhkCwiFj8TvjN1vHSdCuRa > xI7je0aKt+Ph4ejs46muBezJ2RBmW2qFEeGEJsyaKfzjWCz51KENL1CzMYifdWO5niWiRxV6 > ELO7jzy2OBbfJkLHXhxeDg/3Dw4uWNQnPKXOHAcxCirojZHeQdViIYoxMiFGqMPbqB0Wph11 > JeY5nmkGmn7gzj0L4bPANRTwy/n+xeHpG+arfvTuFN60KFR9pQUVUlN7je90GiefysPU9RlG > Qbm0yMFwBF/8WxLFyMJYfFtVFEGBEVe8gdKLRzuh75aPJ1HRuWUCmE/CMq4ESdgKQdwkMf4f > aOdPMKX/k3sFYBH031J9InOlm12RB6Jr/Ja7U2g8Mpgj1jUNfeqR8+NjOSBfEXp4dDZ4d/R2 > cHb6Njv0BfPChPKzzYgMNg5Ykg6LSLzz8yFh1lwywurg9fDDcrBDeK2HHBydvTscletkrm/9 > iIauVelwV4CrWoCpoEWI4XsQ3zhvjC6HRqweWHEy77+xfBwI5Mre3tjqfzg5VAOAyrWOwoSO > kGffwRfD+KEYS7G6CHb1fHD8cn2V6+BVMRfTCYmNFXZYHoWzh4HjXOZkhMvsLoyy4SGvLKpi > K9EQ78FXlGHbBw8sgxwIqAfcTPjXKngx7QMSZvlmBoIwKOuY+4PRUIAAuW902uZ+eOViuIC1 > 1Z2d/f4bhT4aYDsE3J4M31bAJGh488n6+urqfh9+r+3XVDo6O+EDwfjFgxnUGHS9YEp+6SLj > ggj7+PHDG3Olg/eX/MP7MDfCXz0EI5QRgjE5OecB1uaMixgLD/mRtRI4SFlYtvjQPZvMZrvz > +W6ElxnYGIU71eeVEm+DEBp4F1qLGRR5x8WEAvGe4mn6d4MurOFX8ZP78O+9+bPZUjZYoIM5 > jm4xcBx6Y1poMODzwZGA3F7deFXuxDnZ2tla3aih49HF0TvB+iaMYot/+cuv5jouoBO3GGv3 > L8mCsWVli8fUxXuOB8MDsrUB+DmxWFjiAfsUTiVyEGqLSmTBIUdDrT3sxILF401wR04+bQI7 > l3pTFEOnNGCNb34yd/r05LAGkWKVEAdezboVajkgfxmenVbXdXY6OLs4JCdBHICQsMiH8/7l > iJyB7A6pluuY3LM8N7IcamDdQeCHloOhajF8iMeulSQYjz8wFDgfjvqj0AJJRe9A2Kwvw80X > R+eHp4NBfoxhFLpzHIZOaKIAilBOVSuOuRIZz8IkDdMovHiKDQ2hAbyfK5iTnbWXq/1TcZa6 > v14jZn4ZHvXPHIqRHMno/OKsP1QnODYmjDPcL7DOmFO8OSDqZxNkWrY8c2QgW9urbLR138gj > Ta750oPPYWejTjY4qis+Qvr60fDX0wGTB6CJMU+5AHeWCrVDddUc99f7CYuSUAFSP2MXZ165 > BwcuDO1BMF+wiG7kgjHeQGc0OTz+0D8YvH2J8lN7Pv792flbkHvra/rsE+r6oDxPTR2Bql8C > 499yjVynh18AB+8Ymx/as7nriHq0ECnTK4w12j86x/VAHNjlaM36EsOKEh/f71+MQI5swpxN > hnyC1Xbmw/7F0ejw08jwMYfH65urn/SZ6gKYOezi6gcdS1H54VGvK48I4pI1irxsXyQLOpM7 > 28ohteUi6YVV5SIiR7tGZq7P4f0iDkx3dGS3dnc9Dgg8zG7VNroVH344H58cjJ0AQ5iPI5Cb > 1LB8ll1vz+A7hsPjlUj0h3BjMXkOoNka+IXeErR/ejBmthlz9iLQWCjVXqQYPB2dg44XB9f0 > PmOnqtWXVAVGTGZZXc+6DxITOHq+M/Zw7IlgCxjm/NyP2VeeB28WK0K++8zU4wSvlOIR6aCm > Cqa8siKYYjL9e4lPen/evfxExMagY1qfSAX+/9MMvBoaP4id4Luec02zAJJWgmHCbDsJNXbC > 7LIGkKsraJxYSRe6HEcIP8b0snkv8dFCkZVDSOBBu6Ju6I+pesiqawFLlxuZWd6kO6MWDhCP > G5BWnCC692H8OqGuuTy3uhY/4EcCdXWkeUU7Sjpf5XtjOXJQOYef4/7s70sWS794a3VVKSTx > CsrGbCQwhPPtJDEW7qsYs1RWtPmVZZmOMpcLm4UVH4ZYDgTFAYnceeKlgcAKpfAmySyUGZar > kx+8biiF5x2cyvOTlndr3Uck8uht9hGVBWCxsOCRI2qKoFGM3foulVuuBeBNMjo7uBAKKoVZ > +R4WYElY/SW4nZzKtbfHx4CFaQUJfOh9hEZC0KhQRF/RmXXjBmElaqH79G7hubYbk7X1l71V > /K+/AzwQxq7FbuaJqakK6cQqVsRU3si6jQOMuZGXNH4g9Zm6d3o0HBF22JWLXwA2IZR1Wjae > DK35lQVzI272seMX2Q6paiK7iuxJtRFNQFSbzzhQ1d4z7vk5TjjGoGBiD1MbbEIBGo+jaDyx > 5q53rz+QOMYP1gSjzXwRoEaP+rgrke6hYhJKam5zFQDjuLwRLzqT7sN7VL8Df3R+s51fF6XX > KH7BmYEDmi12rr89XlwzL+Jq7ABgL0LoyAZlbmzYLwQABm3591WeA+5k7CFcejzRQL8ULKRf > tHvCINFdtmMCKrVJT0AiMMLwq9OyXUseEOf5Cyj7H+OTy+PR0WB/OBofn52dszmQRYcp7YW7 > E+yPHt/QWyRxHLAbsE1HbPgSlF3dRETUpxqREFk3VJw8m1Pole9G8yXECKweWEAFD8OXLkg0 > h8k3WxiZyqa3JLCOQrkbWsU8YXKlHSJTPEOnHoQzTCVC6CB8xBX4BG+tm/oBxs0EvRZy51GF > gspu/8DWcHsjpPz+v2XhI0jxjQK1DA5izdHclWXF3N7IDlSyK5fYzhxMAez6Cn7JGg+Ckt0p > LoVFYfvLWFMvu+86tuIkDZ0i3iS4E1AJsBkjQKoK92sh+Wo6TiaTelix8lge0I3semA+oy4N > h7tTtbAwNeDt2MvAsdVIPSRqG0tCsZiyFBYCCFUJCvyyXJ32smC+11t4VTBflqqJ6XX1kAx3 > qI3Wg/IrxaPlAZmO+VBwGIWwJJ4FYbRkgfk1KH+1sLbl2ekaavkuKaXkl9qSwJbLN4N3wqMn > 7leUSB+WKRHdUrp4UBu8RPqwTAk0ftIHtcFLpA/LlFiG3gsviMdRMge1+74WeFm4hI33Ls7F > y3+iXEh6NpZj82h99RwMFjDd9Z3VjWXhl5WqHHo5iZnBflkWVpx4Xxqc2vCRW0t85HKCLL0Y > uwjAL7YX189yHUBcJRiZQdNr1TLIvb29TFfgMylfnT/v34bXjhtGzFTKQh338Zgh0gNNnGwo > b/bWezuLV30s8UJWMECJYcsxHkt/lukZeNFst+u4EepgXX7HWDfTa1a6XVh+Tdy7vTx+wgrB > ZK60MU7sMrVyRUrFbWT2ntabecfIUO7iZlt+971IfsXNOfaOKmGQMPWLTUpKzfjRTCfLQLvC > ztwFFQTQtSdblstAgP4MCJ7lDvCTCF2h++ZFRVgwlsAwgkSlrJYbgQekZFYrCzoBKUq/I2AP > P+6GaBJlGbj6KpRhxzpZJpup9kyXiQIIAxhbnmtFVWCDwZ5t49+3x/vvhnvds3V0GYOFUXfC > XA27aEVmRnnSdbkPOlE6xO3O7J5Icc02a5NT9viAV0t01R1L9XBEHx+9Ge5hZ87PRXfMTXKw > PXuxwKdPn/bsn37iT4//JaSyH90u2wPu4vjeY2HB/MTzIDkKGbv15FGH97DyyG1opWICnUjD > d0RBTQTeiTKl3y1eGGexu4KlS4LFNRHKnYXpnc5dzR3V3FBH/Rs3DHx2dYEbYciQbAn4ULHS > T6+n4PpT10ru+nOXucLtkkv/2g9uffIZGDqCwTWdxbcUf6+I+ws7o/CefH7ENgHz6C26wq0B > AXPS45foYmsSLT7uX5wenb7bJSui5EpKERc9ZQMS4CW6UAfPLTvvcWlgTSiZY+eB39SgOEiJ > NOfxA+hoT6lwyDTwvU/x+gACQshlwZy+oZje0UFcyskHB7vTCu/2Nogb+epEbud4WCluAxJ3 > t6fjNb1KA78Aq3l3ellANb9kQ3dbO7+XPrt13bwtKAGlewbplb/prc3sE3qQWjweP4HJEjvM > J/gMn+Xe3FJmILDDIIpEe64/1Z+5Tyst3ugcGKtNsmtlMJhs/kFGlrBt3L2ieIdOd6qPkC/f > /MthydHwjAx2XmVn57h9TVu7fGN312bm/S5efD1lEOWrOsV90/Z9zgSctEDhDfMFsOXrXxfF > wRiyXQIrFgfFIhFUmV2zybpF9WO1fE08NV8qT8vQ+6fDI+ggD0SXE/ERwuUvc674MWO0LB+E > h9f1aLfuwQdgIO3au42WuYAQPcjv0onXfDA5ZWFXTJwg/vODCePx4afRIdD17HQ4Hn/NsJHa > 1Iyfygp40B7QXpy9qZ+8eqUVhFn9Oom4hLCoPiVZkhoVt2Z8Cx4eJEf0fTALlAxelSxSm/yk > QjdGpzr8BMvTWLQBDq3FXKiQf721Ql8I9KoryMcsvq57lcR0PH7+HMBfvDCUkWrvfhQ6Kx4a > nXjB7TJF8DhhN6LexORAg074ab+CuRvzJbHP5lx2YAKR7Vhx+coYy0kRk0+deIN0ZJwZpBKi > 6Wr4TJ29x3viQuAB1vGIXLlTvO7Y0p4YzC7MCUDN1h2BfPj0keraqOchPubctI/KKXwOv/vZ > 54oCrBz6QrMpnjBl+kOoenFYoT1D9zDy3ApfqJ6KxV2ob7tFTzk7ap7CJuoUJlDFXDIyuQ4F > dT4aj3SbZnuV3Y99ld233WDXXlzXXlzXXlz3v+jiuva+uva+uva+uva+uva+uva+uva+uh// > vjrzNXUVt9O1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9K1l9J986V0 > 6OuI0CdD2eWRHW/Hw3K4n+TPXyhbT/6cdN9ojsOn8CpgYV8V2iP+/GH30WELc+uORR/0qD+F > oYyuBNx9m29NZVhWb4XfXl/b3NT7pUUzjLQk+zZEGFLx0/CIqZRs8Jr9+fQ1PPtp71lpq4Vv > 4rIN6zA2euHljm6MUcxgzNESG5kkvj0W1Y6x9NgPgsW3Noye8fbMcv0HtIR8JG06Sl4nIUV/ > 3JIXXbewuQ75TsIDmIrHsr8AtYOpj5pv6lZSWLwurCjCoCKFDU7Pi4NyxBdRKRQJbBeXxGHi > s3EkGOq6UDdXV/89+i+/FLiaOxD8/Pbo+LDq0CZu37MPZA+FSdnyxT2Q/CnPTXkcvQBYKBB1 > bGVOkmEwZ+4+DM8Mjdcl+R8GgbZnc5Y6jxU5M2e+Vxb6WrgTWNESHRY5gid2rbKDROUGnB6e > Hze65jDf8BDkFH+id+izlPp4FFtW3JsWYeAkNiXnRwPGYBN4IN0D+F1sDDPQ8UWGMa8KsXe4 > ELVFGfFSCZ99jY1+UiwOePBQ2Op9MZQ+UFq74Z9VKYJ+KYys+meJU8eiGrRzwpxOQY3GiF5s > 4OdSwnN6UXkAQRGH+Smlygq6EaByxUmCoQO5f84cFrM40LR7fO5iobgVIOstgihyrzyq95zi > B3iW/9QMcWkYDV0JnQ9iXoAT3tzEciE9UqcLdKkU3kTMrzEiB0cXy6qBeJJGjKeaRUvdXVQP > 3tOqvb1R3E2BWl/tWjQFq1+NCkjjVTC11zstvwupXJ5Tex3QMlf1FG/jMS03lul/shQ5l7kj > ZinBvdTubv1trZyNp7SyPYBw/bj6+q0cptJgkoHpl1zLXma6xFIe2PK3+aJmK0SA1OyDcKjq > i0Qr2RaDy9feeJQC1RmcBJwhJP0y3t7JUjy9lL/hcv7x7PqBR3N8T91joId+wL1PDOgA3ZGy > Qzb67Fu2gVjXGgLV2Uxuoe9L2FV2xrHRMmPKg6y17bq6EwlKb9BZpoYUSldDZjj6WrNSkqGo > ZEJ8HAdZ6IPjVl9olNrnc1elHeO2b1ZDxf5vBrNTsbOcr3kL/QWFbIIx/mFF1/Wm+mte0CxB > 72IOwySnjgQ3dU6ybB/WCRahr6XA7+YlVw+5RKWgStXYRW0LtDHXtjxkI75MtvSOXPX+xg+4 > nEXcp6LLqspb5mqgiT2bBzXbqxN2DErrMJcWLhu/v8mZPt9Fvoz4XbqLhedybR61LBJTKwwm > k7I2b4GqPMVdpzA9E4YHjPiOXNkUnJ3ZwSPoqIbTKb0jt9ZDi3RtdtDia0rianm5cln/0FjD > 1sy4AFvQ0Ls3roZS2fB8Q9oX1VXOtr3+TsMA8YW7gSx8VB5Y3Q5vu/x/skbQzoAlqUdW79Z2 > yJkdk7UNsrq5u/kyr0l7NIpt5VjZJ1h49YblYTefbwxeVLmhTrht07AwTwEn7NqX9PzUs6tn > LEr+suBxDThyMVql+RJNfIAwUYCSo99AXlxPpZBd0vF3ZPc8U93UzpKZkSbGUGNRnDqdkNXe > 2lZv1bBwZme6yTqafPEcfMgv22MHbDhzlYYXGhsyiKyKzrILVS+Y1ixUl9reWk4FXOLwI+i2 > 2KUaNZmD1CnJDGoJDbpCelo26wO3v3KnrYpa03UAl51IqiCcM7utOJtYMTG/ERa8CjPd/5UI > 022wyjZY5Y8arNJwDZkp8GP1weKffloiDgEAVQQi0J7i/emn+rgAUG3paCekdQ/NR9x4tY94 > xk0xmEPj32gxZ1otVPPwfQco9MCNByjxsJ0HLLD01kMV8BJ7D9+Oyt938+H3Cpd6HTgHVmxd > WRFdEvyt7gz10wc/FUur+khtjxfPdOnglQ8Kv4cg7/F8PiSNKN71bQ5N54Ni9gPEpnusH1Nd > f17MgB93xUZX9vO6rq7XhLzBItI98GkIqfFaZ5AG2OEj5t1gACPsNuNajAHDL0HAmO0idEPU > 6xwE/kqM+2foY4zBZ50eGc3oPR5RwMsaS6CgoDsYFR4PWDPRY10FCQ/HnIL+iVCXharovMVV > KQoW5m2KJRd4jzO6PuCQwqA/ABjJRTES3nTW69gO6ZE//pHAkFGjmbJROYAhN6XHwZTB9Wfx > 3OPAWuj3kI0D+wAR0ckkKAsShWcuu6BEJ7CYu6EdYD9xSDMNS8ha6Im4kNhIoTzP6FkIl1pE > tFBsR8qzOqPDk/ODo4u9z4tb5zOC0jsWW16kY0r+8cXvAXqi/8N8s5+eeZhvPkqNqZxIq3Xo > 5LvUG8M6rfM38gfSDYFwUGpwdv7rxdG79yPy3/+CP+Qf/yB/Eze3ZHndKLliiOzCFFEqhkUK > +DaU72TRIRlF2dgn3W5sTfdgwOAjmhz2hBKHm/7dg/f7Hw7HeJ/n0bvxe9I96uG/HuFPFZH3 > yOOG7DsZpUwEGng346cAcg7g3zn8e0uAbAsWw7QIN1oEQvHQV/IZxTW0TFbSRHsF0UrtWUBW > ev2Vz1l6x14ACbChLhKYN5m+dgRWd1NFeJdUYrEOiT8gDjNEGLAJek0N2/Tybh5xRmRRxHPG > kVPT8xCG7ARjPCnVpeEEmSQiNVhKbX/diAozZneCAXCk948s8OJHXNUhKqd++vIlsTBDhBNk > hAnYXh8kLgLmhtgFbRStCR9BQXVgOpJi9JRD/GBnP+Zkk+t7bC7AIrhdqqN8mpcPmRw6fbJb > Gv/wNLbGc2cLFtJox9ISWgHIqV0op7y2dG8A3fm9EHqSizyJ2hl0+mR35jc4E5ZLqCnnraBv > ADOg7c8w/HmWxAoprHhoB3sj6OtNFib6YpZCXw4rHlr6NoK+ScUATkojOMmGcNKO4YbQGK9x > 11OY5Uj0FZD8b0vbJtA2nl3T+8hAXpEpUziDzx5bOjeDzojVSlpnACq9pXLKa0v3ZtA9iSjQ > y0h1ka3SPCsjvbT0/vHpfRU54zRsiJbiCkBO80I55VVdcJcq0CS3S+8msEoyiW+gdv18kOdK > TCKVyJ9bsfDj0xqAfkswMLeW1nluTmu5RP7c0roRtI4D3PI2kJpnKpRO4bPHls6NoPM9tTDW > RhibaJ0DKPSWyymvLd0bQHeMX2PcQclzJYpLJfLnltZNoTU7n2smNssuUluUkV5aev/49HYo > evD6NPaTuZbiCkBO80I55bWlewPoHkwWcWDpSS7yJGpn0OlTS+Mm0NirIrJXprKXk9lr6dwU > OtM5uyZGS+Y0L6dyDp0+tTT+8WmMx8TFoQUdmaXsnNJKGeml4M+Ue0UoCa1JtQFsMaVxYHBm > FFk5O2Sw4qEd9j8+fWf0zuyvlmXmNJbgs8eWzg2hs8lvLcss0JnDZ48tnRtA5wRPFVqx3pSW > 50qUlkrkz+oUbjiaYsw894KiCpCKESUBVICa41Hp+SgWshfY73ExRrrikFgXYx8Qsrm2u7q7 > tq2r+liqEzoqncTpeRYxHPIRwbaKuEhKyEgENtoB9qMPMNcO9HYslpEPKwHH/rSCswF0DUS8 > NC1t00yJvjl89lhY92SupPJ7O8ibwAzR2F2MMcoLjfT7FCqExBaFkup7kUEUV7VSYssqDWAV > QA96iV0lk57hUG+arRyIzstIL3Z+lhn1nd00SMEu+awoKv3sjd9CssJivE0xii2PbcSucvBd > jGyWR2gpVm4BXJjwgP0plXt6VSYoluXXGBTLFqGe42H9ZwzoGR7ZD+fI/M9yvYml8otBnnFO > zDIUqBfKuJG3D9SUdsQ0Y8REkTfml9GYBo0EoYwbpaT63mpZPz7t55Y9w8sQtGTPMnOKS/DZ > o10QBl5ZGniZOJBBCzbsUmIBXN7ZUFNaMdMEVjN7FM2L7kQZ7Lx1JGoMfQOHmvae0zyJwhl0 > +tTSuAE0jsxG6zRPonEGnT6pU4W0YaUktOK8EazA4ybrWYHnyayQQqdPKisoOx6FpIIaoGyC > FZIKoNK8oiQUwMrqrS695coGcKUPEkS/8Oc5OUemkPxvO/k0gLbxYgyA1Hcs/cFDBUCitFpO > eW3p3hC6s1D049B3zJTPQQq0l8sWEtRZqGxE1qW3E0FDmAY6GBpMG1K2yixZGemlwCTpvqL0 > 2rJEQ1giM6AbeKIcLFUtJb+VXDLkjYVSYssijWERvJTCjSt4RAAUmSQrp7y2KkYz6B5avmNw > JZGyVZpnZaQXVSxoNBNtRisemsImE3t9a2vDzCciv8AoWSn5TWUV2YCmprTM0RDmwLtiqHlx > KrJV1sjKSC8FxpCs52pKyxhNYIxkbtoXEVkSQ6Sw4kFlBDWKSjGtZYamMMMsiGIzP7DcAkuI > EvlzWcsoO4LLqS1zNIA5Ajs2H/7JMnPWkOCzxwJj5AJGSWjZoQHssAhpHN8bD49I2TlLKGWk > Fw1bZHKmmNYyRwOYI6QT14nm1LAXImXnzKGUkV5U5lAETSGpZY1GsIZ9c5VMJgbGEJkyW2Tw > 2WNZv5AMIKXEli2aITEqliJ5riIvshL5s8oaarliWssYTbgKy1+E0EG9vMgypcuwcvjsUWUK > pVAhqWWJJrAEvxNbyxA8S2KHFFY8lGwWaohITXLLEg1hCdPkkeapTMGh06cSW+RRYgtJLTs0 > hh2Mliwpu8gUooz0UvAFVYIiFNNa5mgCc0TeGHuiZ400U2KMHD57LMgLJehsMa1liiYwRYyX > b8d6e0WWKTFFDp89Fi6KUG4QKKa1TNEIpgidZGFgCZYlM4SAFQ86CZFFKi4lFpz+pdqVhJZr > msE13ji4ihwT44hchXeyEvlz65vViIu6KyLB5LnKZd1Zify5HOtDuYxMk1yQGMpddYWkVmo0 > gJNQVTStYNO8nIty6PSplRbNoPGN5QWLyEhmka1SOisjvRQCGxTj4muSWzHQABZJpp55Uz3L > zNlDgs8eC+Zu6IS6NE1TWoZoAEPcQO+2N00iI8/NWUIukT+rTKGWK6YVdYvx3NmiPnMIl/UL > ObnlpQbwEjrwjifwS8tLeW7OS3KJ/LnVNRpCa45YM7VFfoHeWSn5reD1LUdfKiSVbRnSgreY > VgBWebCY1gqZBjDe/dxZv9fznMjK2S2DFQ8lzUVaPhfTfjBmaHlBd/12FNGQfZ/++u08W7p+ > Wy7zGS3ryBErvb5EDAnGXiH/+Aeh9ixAmJXPRriWWxpwI/PEcEBJZCl3MXNYA4eI/EruSGFa > zvjhOQPqiEPLpl06X8T38ZXe3qoBkzhGV4eJe8qw1ZykgVd9VLMAP/J7O4U1iPWqOU7HaEvw > 15JsVTqMm4cwU1NajmrApbaB77j4ffo7bbNc6UpbqYSBozJC5bCVrKWDV90X9LLUmNlyXgOu > 4HT12hWmSxdvuhV6FcM7QlRyVw6lGhJVfb+U2PJQA673DMNAz0U8R7raU0AaOIlnV7KRANHL > JZ04ajmoGRzkB+shjRIvNjFSDqDwk1yuSkApoPWSSgVXHbeU6biY1rJbA9jthhoOrfMcicEE > pElgsexqgcVBFA4qnIQuJbY81IT7jj1quOnYo8odxx6tEU0MpF4kcTBNHA0pvJsmuWWmBtwX > 5tN47MeB3rE4z5XuCZNKGHgrB6nkLQms6Kye2leVhJafGsJPi9hgT8hzC/wkSlTxEwOp5ycO > psahDUo7d1lSy1NN4Cno3ARWVG5s2JFRIWTeUktWzYUqbP2kWIBXL2DKVp/ye8trjbjizXSx > m3qdm5mbMLOSfRhAOWqIFA6znFq84au4KtUkt+zWAHYz3Auj3gnDoUzshlfEVLIbu0OmZYUf > /ZogZ0t/RRCkS9cDMSgDK2BmJSswAFU3UjT8YlorQppwvdTUNtxGKrLky6UErIGBfC8rVMlH > MlyZnTIFv5hWmMQKV0uUElvua8Q1UqZLpNQrpGq0b4So17kZVMsUDWAKvALIxBgsT2EOAW2S > SgKgWiSlQOpRNFdehuFbK1QawT+RHSyoiYF4psJBKbyZhThEHQ8JKHWxlW3NyO8tIzUgTLTv > YDCU4F4fJzrLlQJFSyUMvJSDVDKTBKb6ywl9Pn8rXfbtUeWab6/dl2tE1FDztTilK3EyWAOP > pTfkVDFYdotOyxk/fDxZo3tJybGkzqVkGT8SrfOItBhUElrR0oQoPo4bGCL4YI4cvYdDVq21 > OEz9akvAFc8O5NpXIanlpEZwEgu3YOClLDhDxk0CuoafGNRSHMUhi4Gx5Qj8pcSWrxoRZ8zs > jJtlKlHGalxyBcOES7jmFkCLAkuVVUV1WwnzX0hqOa8BcYysSB9CgmVIsYs4nIHbWG4lk3GI > grW76HagS2+ZqAFMZI5NUQpLkcHWnX5Kg1UsdfQpi2zR8koDAqcZQ6YVgqXVTG9Lqk0anSn1 > R8nfWjHTAC1pZq3pNSTMkLQjDmdgHZZbyTUcQr2rSjF2FtNa5mnGPQLGbbUsU71DoHpjLYOo > ZqYMSpVAypnv9rx3QyYvWFLP7bne3T/LlCaxHN6kOacQ1dpzBqUuvopXpeXXpKlrtIKjY+7i > qEb3So1h8nvLlg1wYkpieqf3YWI5kguTgKxTvjnccrq3gC05J0m3kJcSy6xXDGwqUopOT5L/ > g5pSAFQGYyGpHNWu6HGeJRVBU0VDei02nC94lIQimPq5um/NaSe/F3skz1yFpGKT6YpeetX0 > Sr1iL00pACrhawtJBVApUpySoPkQxdgkEjRgpStlpUQtuFWCtcpMIN0LUkjSIEmK7VxKLNYs > X0NTSNKFTCwxkJyq8QEECUF9xyoOtCwZioRzLAIDF2+9sjpWSOwwyd5JGkQ4IEocWHh1fhMZ > xEovgIYHb7LgDwlPIlbCt02yMPX8MQtwz0DiWRJReIW3q8gZSyZMkt+lEpD8nnn2zG/qAhjl > IjfIyu7kwbz89o2AKIGy4TWYLHh4dXj00mc6h2kgsHt4ztN37MCfuOgkTqbA7OzTZ/Qu/WL2 > yL+Z5PdDBcS12R50dhgKst1o7C7GOPhohH0BFOOHwvdhLrwh5aHYgrmRZmE24TH7ljl0nvdx > HqXNpiGBIJtHmwqIQmJMx3ckWzAOfUcACE9QkZ1e0R4Q5ZypyM321OVzEyJPCG1xL7zVUy+L > l68HV66FVq4BVm9/ze/7lC55VG/4k291S1uS72+Sb+0R97Wot29ItzPkMfbVIOxSyG051HI5 > Vm5mtcrCXKrBDbMYdvrYZHIcKSUEEA/Qkg2EQlyE9BS7OIusHB6VD/6VTmrxEzaCZbjTe+a8 > zL1Jc7dB2f9L9t/JGCLfVE+3R/ONLXknQpiIM1SlJhyxHJcWVLJenKkkpAMtQsdzOcVUoCvX > 78+ta9ATYcR2gYmSMHJvaOfEukb1B7U51ydCRSqkRnboAscXUkHFjO879oKAMoPisgsKWxZk > n7/qmrbm1Ypwtep2cHl6NPp1fHQ6OL48yMv/C/kuh7DYJ46trh14KG1MZ7KKYMoRrXIdktLI > 1MDF9RRw1U8BStqiFqh5SGR/61DIgbQITMvn6OMpRXyJ1AYiiE1zNE5qGU2C1KNKrknCV55c > QpqU1VDMxTBBwmrSXwp5GbAZf1J9BRRmOVos5rkNHaPjiXsXJyFdaqxmwOYxK9VXGLtZjnYM > 57nFTQedwDVmFnR98zCqyq+pRGGnGhCoSoioXXLkk9TWQlYuMfWt5XoruxnE2trGxi65tUIf > qLWbA4N27lkhdciKH4CumIT+CplZEbHISvrKNLs5aD5SZZsvpcqkonm9AY0ITzV+cCaiDVkV > uCpxTA2IvOjilcvLLpGin2V1U4dJRFaN/Sp2lnWttHuqkiQWCwZFSIXFsRF1bAcUKvLHP5JC > EVz1cH3OIFXwV18yIqbvOjtiv86S2K+wJWZWxO6RRsy0lwAYYpyyVaU+wCnPkqKbprDiwW5p > 3kiaXwfOeG751pTJYS3tCyA5D5TKFhJanvjfH2yhMmhCS+cfezPJcvVLEZYhbSVxOPanpXVj > j4qieRNeTYdF02zluGheRnppeaChjjGgnHfFxoDGMybLlVxjpBL5c0v/hl5TGrueG7tUT/88 > V7qoVCqRP9s1JnVlT1ThqmJacR2uc5WSATSqqDajuIetfFoxrQAsLXWUhLJ/giwxS4nFLf50 > SpVeZdNBVNyw5Qn5OqukbAsFTEzOiqxWxq1MQ9kaEBm3Xsz7H+0A/+EFvFG2F8S6kOgwmEeH > J+cHRxd7nxe3zmc069C7RRDGRKRjClp88C+OerHV1r9KXM/pT6mPEmC+2Yc/EW51zjcfpUbx > sVm1Dp2UBEtBpuCA6vXFFj/aFhPAcRe3VPdY9s5Pu9zJrDd3Arvn+p20F88Jcr/rTwIsEIQ2 > ILk7i+fACF3E9QJGUIY4ls6eYnrnolU4DhNKXnSg42QwPBztfbatmOB3zbshvflMGKurXzm/ > xo/EWjr92/DaccOIURrxxOQIunYwhxB86G721ns7i1fcRa6fNb67/WqXfL6MQCpw46ofkMsF > mbjUc8jzBQ1n1iJCVAZhCHxFBPsDv/zni95XNOz6N8E17ebtr0Hz+EaOIAe+Gip/ko7kPdh8 > lXbhgHIUP30f1l/uklN6F4u2ggk0DeP08yhYrMBjTLjccEgcfH9kjGZuxNt/XkTLC4aWeEbJ > leWQc+DNXucDH1/kzwxYVPzzWm9jfXsLOH4EnH0a3JD1dbK2s7u+vbu+RS5HA7K+urZNnq+9 > eM25frA/eH84Pjga7r85PtxbI+380bj5wyapqOUXkouXoMO0g2hGGFLjIPCgQ93Ymu4NBgyT > XXRk2vNc/5qR/f8i8oiukmOpNOpcYv5IZ98cw5K6lzFu+rfnWZqaxHggXY85Do3T8ZElgGih > bG7lLjb9zAOw+9H7U7c7tSVieHNnC3/n1cIb1zvhAXDudQThdwlSefcHJPOTjJByFSpFc4Lm > BCqjO0dykaw6NuhhYsYMVg3FdQTPyasSNetJR9GYgLqQGOMHC6UJ1S7xKP4u5XzF9JxCGnyp > PY5ddA/7rdNjElyrrslwPdTalIRMezP0Wy2N3VdT1NelNj5x0r213PiBGuMREccamDlN1MEV > yOytoERWYCUrwhTZ7C1Fx4MUB6GMppVkqp3SLabepSlPqOKVOqf2amNVqFshndCQ+oB74Go/ > 8CETRrQfC/Ur67miGT5pVzd3dskJ9ZPv1FXTCJA4BdlfepWeyywe3VK6qOFABtNbExzI3+oG > pFRMdCd9lZ7L3WF+tN844rgvbjri+NuDRhwvko44/vaNI45VIo+4vFs44lAvX4JfWKGnYW3R > YbWn2aLnx+/qxvbSo/BrulrB9in3CLZPX6XnsjdO0Yl5gX7rMM1blUNTAuPcKifUDVC1MHZW > TVFfl/LIhlVZ+dPQ3PE17tilihZWGNFHqAo65Hydg/gDLUfM1AbYz0QRfyuIoocwPXZdFiJ5 > hbsbm7vk0r/2g1tQuYI5HmQhn78koLZ6dBKv9B6znRMXvhE42SH/853q/Wfv++MldKez/8OI > WVtfNWHGufIel2lYW98DOYWKATtfM0jZMbZskLK3xxykWYW7axsw15+m8w7LgNeYRit4turG > DZLIuycOnbg+fI0V49qbkrXeo7W/vqm3Wma9GVJK9r0o+L42zKouKtZMFUs6W+bjNVsiyYMX > PF/Be07Gd06R57K03R1c/OC2X4xHCqfk888Uxuo88WI3tq48+lUDNa/+5fYTbSgU8e8ouHee > brVZxADbUGBdeLoNhWIffrcNBR0y1CHo1G0ofEtzWyCSBmEQRUto6kzyL6GdnyXxIonFuU2G > PHZcs/dDBbto9yO0DulzZ2yFU72/SpYpOaXn8Nmj3dL5x3dOxCPtgR+Hgaf3TpTyJfdEpZT8 > 1tK8ITQ3HziRsgsUT8tILy29m0FvNFRNqW8keJqvUjwvJb+1NG8GzdFkCF9ppHmar9I8LyW/ > tTRvCM2DYAHj1HQLdQGkQHm5bCGhpX8z6D+HxVccmImf5quUz0vJby3Nm0HzBa0Y7SxTpbaA > zx5bOjeEzli/mdAst0BpUSJ/bmndDFqHdMIC7hnJnQGoFJfKKa8t3ZtC9y8JjeIKsvP8ItXT > UvJbS/Om0JznVBBdABSpnpVTXlu6N4PuGDnTMRKd56oUT0vkzy2tm0FrDNNpVtJ5rkrrtET+ > 3NK6GbTGY79GUrNMldICPnts6dyA+3LtsT13POpP45n+1lwZQLo7Vy2nvLZ0b8I9yXxBNbZs > QzAPFUK+NVktqb63tG8S7cMr12RhLwHpOCArX0qyn8av9JGdbp/QsfTRKt7YehpPbd7S90GO > WvPTYOfRWaeJ6Nl+WcM8rTRvkDS36yS5rZfidq/w2s7iTaJ7tL6+ulZDeg6jo35aupjS8kCT > eCBmt69UcUAsLv8r0p+XVN/tx51hvs+sqNb8NLPioysNTUTPzvpTaZzY0vfBjlrz02Dn0Zmn > geh5tf5Kd/jo688daZtZ39rceBoe5S19DyIUa/7nk2DnkXm0oejZfDLm2fxu2Nl8euw8PvM0 > ET3bT8Y8298NO9tPj53HZ54momfnyZhn57thZ+fpsfP4zNNA9GytPxXzbK1/L+xsrT89dh6d > eRqJnifTeba+26S+tfn02Hl85mkeenbWXslxSDDnCeKQyB1Yfbkrtf0mmUZPHHtC7s3LV2ty > b/IYKL9fj14q+HnrevT3RNDG6ip0B1jRpp5n+RT4g5yxaBC/Z69WV2Fm/nyRRY0YoD2UDJMF > 1vn79Wttew0DquwncTC3Ytcmp6NzMmBR2JKQRTf5/XG3trGFIU/2bZtGEXYOz9D/AKhbXd1E > RuPnwNDa9Lt3aXP1FSfmjPpATE6/371XO4gmlad+f+LtlmeT3002bG6uLxlWRmK2bFg+WTfX > X71sQDfXVl+uLdnNwkB58q5ur71cvqeBH8xxKlM7/XSd3dxeFq2G6eOpOrrxaqMh9N/AWGnN > 6On2y4b0dH1rvSE93dpqxnjC6Tu78Dzxs8462u6lM3tPvYxMOapTTDsPWm+Q5niDXFk+Gimq > HUJSII1PSF6+lNR6BTWID+xZCDqJ6S5mDZiGF+Q6NIktPzSKH5I6Tkj0PJD0Cq+2MnmUDglp > ktsppFGsgspFNa8ghI5ZeEn1vcAuujnIkNWyTZPYBr41qdE7OIiGcdKyhYR2hmkS/ZP5lTne > iwZMxwdSHZpEu7RsyUJDFZJa0dEk1pnUaKkTrXo6UfTSybTAHkqE50JS4Xrt0jEZTXLLUU3i > qOkicn6LAr+arzIoDXdJNZTTyoIoi4lQSGrZpmFsczOntUyDMHqW4aWLKa0e0yAemFHLFA9D > BdFwQFq2kFAWF4UAttqMwiRVDHdcTm1lTaP4DAgd1UVgSIF0vJaVLyUZltyS5NLntAzUNAZa > 2G49AyGQgYF4+VKSgYEyu48uvWWeRjHPAsZ8DeswEB3jiLKFhPIsJ0fqLqe2DNMkhnFDt2aV > ziA07CJKqu8aU04W/LmY1jJKkxjlt9/uq/kEATRswsspr+26qUl0Txb1EcVSIB39s/KlpLKw > kO/6Kae2AqNJjONRN7ZrVtwCRsM2WeliSplplBjUmuSWbRrFNghfwzUMRMc0omwhQccyeaz6 > cqrGQpOHQS6maYCVCxA0yS1DNokh53eb66ur1RwpYDQsmZUuprRKUIN4wKcBe9i8q+YDCU7D > C0otutSWJ5rEE3Nq1XADQuj4gJdU3w22OUmy6HPayaRJTBPgsYGanUgBo2GcrHQxxcA8WYRA > XXrLOE1inAUkR5ZTwzoZlIZ5pBrKaSYGkiKFG7KMPjd5fFJ9jqmg6klmzDQVV13fjZkt9zeL > +8OolvURRMv3vGwhodW1mkR/u8Z1HQF0tLcVx3V8beneJLob7htUAHR0Z+WU15buDaJ7CJX6 > dk3w+xRIQ/+8fCnJoOnIlRmyTBpHPvNoM1pNo0mcF81qDrsggIbjeDnltZU4DaJ7DBVVE55B > aCgvSqrvBimTn5TSZpjXNIl+NZO00qVZXBYmNcsYBqHjMl5SfW8lTJNoH29t12wjcRAd9UXZ > QoJBymSSSpfeCowmMU3iuX7NyUsOomGatGwhwcQ0Ge9pM1q2aRLb3N7eVDMNAmhYhpdTXsvO > E3Z4vyi5dIpEozU4vXFUl97yVsN466qWua4M3HXVK763OkyDaP/3+0mdKygH0VA/LVtI0MgX > Hmy2KGBEaissGqX0Rve+XXuaKYPSqb55DeU0ky4j12fKaxmpAYwkRv7EcEhFys5ZRykjvRiY > ZaLdKZ60W8SNYRA3MDKHGxQYg8GKBwND5AfktBktWzSELSLb8n2DuiLnqwySl5LfDKySe6Jr > M1pWaQarOCYecVTmcHrij0lyZAEktBktOzSEHbqIICNP8FyVMdIS+bOJRaTID4aslk0aMsGw > /X3z/CKy1eklKyO9VLCKYRGTZpnMbUoELFMeFAZiC+UYkBIngKcuHrbcY0Ju56fdHheCcyew > e65fBc5jl2+JIvwtLVZY4EsDqJhW3aXeNb2P8jbYm66N8tF1XboJd+k5Zk2yqYh0jFGfYyqY > nRDQpRs7KB22NWQZ21PPp5hzTRVIvun6HLOTjOSZbMozFra18Ukw2VQkddPQJBtbUQ4EKsmm > ItlurS7dVCjfsNFmmIrlhjVthqlYZozVpVcUMpTBIuEci8AEwYSD1bFCYodJnkCygIzZ+puZ > 7gJCpK0Cnpee7RZ5acwrnilFzRL5aZARIT9pLkpZSAkBlZ20DIh8rjPLFQeDhYrPrkPgz/xI > p4Bjgf4CooS8hix170KySqUe8QpMqDihCdd3BQLPYmgj9ddGbE9UoEKU5jT4bk0YVhZuszY+ > Ig+AVxURLQtbVR2JSMSYMYcR4fEiKuMHZGfDK07+Zucua4/f8cNYVYdspJMTVW7lzNfY6IOa > uyQancaEJ1GF04dwA6jY4+U7eOY9l9QKrzWwkk5o+TCMpbEt28921zY3NqR7SVYcHEnB/RjH > kz+FsTwJVrJLIa8SvEslJklEnWI1Lzd11QhZ8IB6XmnrSQf48hVtrem/i8Y3VviAaja0/bEc > JxyjflNVk2YXZKJoL1Ki5sy5pGyWEjXgsu2jnFouULhDxtHV6Rb3hF22H0z9GzIYHo72PttW > TNLlRWTPuyG9+cwSbBgccdS/SlzP6c+vQZtnC6nOBxpGeL/Nn/GNiGtzfl7rbaxvb4E+PUoo > OQ1uyPo6WdvZXd/eXX9JLkcDAiJ2mzxfe/Gatz3YH7w/HB8cDfffHB/urZF2cfVDL65scsPJ > 3mOLpvQFFsXysmAXVA6Yg7CEWKxU5aerk07/yvX70YxwEsVB4MFXdWNrujcYEPzC7jxw6B5K > VcYn/xcpQHSVHEulcYYQdo/yZoubaWHKUlcxqzoCJDOb5FSWtEhBJDFekIoWfL/3p253akvo > 9+bOFikMrPRvz4MiYogSBIV/XP3ErwQqx14l24gFJ4o6wWXir0hJAaTnNEdwnPTcERy3i5cl > X+/+gPz1JOO7XEUlK9VzksxIOR9pOCVnhCI350yn4zkth/XgIeczS2UuzlpZi50T6xq/HQnp > +qzDVkw79gJrxemyi1MenzjT1w7rIoqruXUN0wqU7Vrz388y2E5VRnMx0NJoLMY81VTModOn > kvtLVkJN+SZFCplN0aUgofnqVMuRD1CeWsXncRUfHEH5aM6nnQfoLPl8VKW9lKeVVo+o1CNM > lHmQQvBUagD3fj38/RagVXjv9X1v7KIo+Qd77i088pr4GFCvWnVpV9hNUFvsrmfdB0ls1F0y > AFWBkcopr2VVRqlAk3zezkuPPS+luC1Sqp07lpk7zNgroZujs6cwNEhHUWRGQ1jfzUFK9kVK > FDtyJvnjHwm1ZwGBngDYa2LPKPSIQ/xoa79WrD5ErJrlaVGQphK0PQTTFNqOg4XZMYznFmgs > SuTPLa2boh5VegHaOjdAW/YDtFNHQNshPZT3zwmKc9efBOjUFIQ29KA7i+eApS52ZOG5MdAo > XWPkYoLB8MeY3rnkH/8guDVMXlQ6cNm5B5ed+Un1b8Nrxw0jho1FEMISxqcxAvVvg/AaH7rC > MsRL9vt5w7vbr3bJ58vImtIVMrMi4gfkckEmLvUc8nxBw5m1iGBpYwdhCNgngkkAq//5ovc1 > Tbv+TXBNu1IP1qAD7JUcQZ5tYf1P0xepE5uvsl4cUG50+z26sf5yl5zSu1i0FkygceDqz6Ng > scI2lvkocwgsRZ8AI6OZG/EePC/h5gXDTTyj5ArW2+chvelpVgsav0A7cwwsgRchtUCZSC6m > fZNB1VbNqfYyxtSddm+6Na+2y9gll7GqgiyUKHWOVYyuJvupxpBnNsii7S61CXY96sB0XDK+ > Vnkh4IzbrrCrV9hawhro+lCTbaVl1mjS5SZbRm2j5VY4ANipBwA8lK25X75uR/dB2iHD1ZdM > I/xSVAh/pAmkkmsOTs/GJ/tHp+P94+Ozj4egYh+8uTw6PhjvD8fHR28eX6fnVP8ytrriSava > l6FyDV9Xw+eYRjHqHCtpmr2C5GC2nZVef+Vzlt7SZnnajKPkKlqOQBy0gkppXSVS8QwDvURm > u1hvwmL9i2mZ/kVdoH/piT8tXZtB165RDuS5KoXTEvlzS+uG0LrK3vZFY277IlnbvqTGtgfa > Mb7IRiauTe2+2t4ll/61H9z6BM/iWL5DPn9J4AM9OolXeo/VxokLSp1lU4f8z3eo85+974uL > 0J3O/o8hY2117ftzBmvksbFRqPS7o+MRmeOJ8FFhSf+SGdK/fK0dXduHta0n4CZs5NGxp1b6 > z953RsdjclOD8PHyKdjj5fdAx8snRcejskdj8LG1+gTsgY08OjrUSr87Oh6TPZqDj+2nUFW2 > v8fUvL32pOh4TPZoDj5ePsXk8vJ7CNOXL58UHY/JHk+Dj8Ie+BfNtvqXbFf9MXrAnSG+PKlH > xpd+P+/B5jZI0EEYRBGGNaAh9W2KTg9+4EN2FFM/Fq4RGDFk5Tt3ZuvVkp3hdpLv3Z2NtR8I > NxurPxJu1rfWl+wOC5WxRG9KYy+zUBbTCs4qFdsalQBln5cvheZqW6pq5JvcZL4okYK+FCMF > QYJ2S828g6OGJ8EKZTecL60XTuuF03rhPJ4Xzhd5yyzdV1EM7z+cCw6a6oSzxhfhqwF/W5+c > Kp8cLZn1VP5xHHJKzjeRP184T+WAwxrLnHD42/Ke2RxemJT5y1ealVnhfl/pw+4G6J8n1E/q > dJq0lKK312o4FYNPfJcYf+ItfyzQjAX1wBh7X0U0tS7L+Q1D9zmPUBXT9KI4mUza+Bz/CzaW > ofjCoZ51r91YznPzjWW5RP6sHm5VyxXT2mOtj6qJZIhVSPOQQAuqUtGeg63UCPTofpzoCXxm > r5rJr2noU6+QCJ9VSPnqeeMrJvvuNb3HELXpdJ++/8Cet+1cYHAySmln8DJKsxU3o7yM9NI6 > lTWJ3pWuZQqMjvKSm5mS0vJAI3gAVwYm2rM8heYCOn2yOwWJv7v+Sorx+/McF1oRpT65ojCN > UDKB1VtMfsYl1p/y1VF6JtOhveoK0+XXfZCE5Oc4WPDFWjQLEs+BNshtaC0W1MFJ8GcXvjqG > OkhoxTOYAeOZxVJxWvvPSpemtAOpY1P6nq5Di33cwKOm+eHSRUhv3CCJvPssmLEVoypFyfqr > h9nkcSaXN5WUZtdWjT5BzpX3FTuV9a199f7cQ6r+55Ph6Gu2L/83Iml79SkZaXv1u+Foe/X3 > wdHjM1IjkbSz+piOE/VNfR8EFap+IgQ9Ogs1E0OvXm2A4mDjbCo0KjQ6RpRchdDWo8pTvGfh > iVpaf8pvOg1g+R7bM6Za/UyBw6ZhkCxWShvwJd1en/NAR5jqHq6vPhV911fXn6yltSdqae3V > zpN900YVJz0ymZ6mobWqhkoLj83NgvgsQxQ1sjKE7oDQ+fu//n+3XVfbJpseWA9NNe5oanw9 > G/W3t9dCd2v9T396/6hY4+5rIu3pnNgqO7W5vazX1n4SB4BN1yano3MyYOu9JGQfQM5Y7J1o > 5Sk7jhyzbMdn8ObaD+1rQcRnS3g1pewYJRv3Sonf4uck6lCckVJ2al2SWpekdiPw0VyS0mFl > MMt/u19SqVnJGekGxNUYL4erD+meXzOTb3m1vPC4vIBiXrLYfuOGcIVfS24sbbeNqxzJCgT5 > flvG3MEoJ4vy1tKoikYPFqD5OPnuvn+ygBW0z7z/6vwGMLZP0UngKpl213dWN4SjwDc6hvGO > Pk5d7HbDx6rpy+PUFME66yq4e6TKqA2o3/pq1O893o+prj8vYHlHd0mY+F3oDSyUUbUlr+vq > ek2YD3S6HBqvkbR0gE6N9rU1pWwfz9t6vbfVW9/8M/wCXiaTIPGdp/wykABTdAwUP8t82RCK > IBknQah+ZPrl76hPQz4zgjiClaIV3rOvxhQPFnjMw6bPfGX++EdSXjWxOPfvIfut69EDC8Zt > 5pNDtLCDmeVP6XEwLbKK68MHArvAEjEBaXVDUx4UGYwPccj+jfyBdIHxkA0HZ+e/Xhy9ez8i > //0v+IMOPH8TwfezPHSCZm3A8rZcDIsUumIo3xkdnpwfHF3sfV7cOp9ZyP87XFwTkY4p+ccX > vx7EMY4XIeb7qUh26CTF2L/gUvF8f/R+79lDFvCIlF1VYNM7avdt24IP2e1H8GG7ffYLgaLs > KXuYWnMayVXkMPydvYZBEOPTM7J/OTp7d3g6PjiFNe3+6HCve/AvxEriAKei7jHJprJjYk27 > 8QK9sG5hSrWuPMpoyOcl/HT45N20KDN2RYk9I7ivTYBnAQVstrvv/Md//Af5G5+FhLfGf5PD > MAQYZltcW3/Z6Qxxfx245KHI6/HaSwyotvBV9atVP16FTtCtq7NUV48JmNevycCjFlpfSLIg > vGUhDrKMsrxgPMxiUvPKCIhI7iYgW0BW0QKyuUPOhyNmARHFUIPcJauru/D/1mrnD3/4A+EZ > E8v1EtAPqG+DNAXNC6qE3M7/A4mOqBihYAMA > --------------27E2CA37A7046C42C87EBAC2-- > From owner-svn-ports-all@freebsd.org Wed Nov 23 20:39: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 28663C51911; Wed, 23 Nov 2016 20:39:35 +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 A5E2FB62; Wed, 23 Nov 2016 20:39:34 +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 uANKdXtF037627; Wed, 23 Nov 2016 20:39:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANKdXKH037620; Wed, 23 Nov 2016 20:39:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611232039.uANKdXKH037620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 23 Nov 2016 20:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426975 - in branches/2016Q4/www/chromium: . 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, 23 Nov 2016 20:39:35 -0000 Author: rene Date: Wed Nov 23 20:39:33 2016 New Revision: 426975 URL: https://svnweb.freebsd.org/changeset/ports/426975 Log: MFH: r426855 www/chromium: update to 54.0.2840.100 Submitted by: clutton Reviewed by: cpm, rene Obtained from: https://github.com/paranormal/ Security: https://vuxml.freebsd.org/freebsd/769ba449-79e1-11e6-bf75-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/653a8059-7c49-11e6-9242-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9c135c7e-9fa4-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9118961b-9fa5-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/ae9cb9b8-a203-11e6-a265-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/a3473f5a-a739-11e6-afaa-e8e0b747a45a.html Differential Revision: https://reviews.freebsd.org/D8517 Approved by: ports-secteam (feld) Added: branches/2016Q4/www/chromium/files/extra-patch-10 - copied unchanged from r426855, head/www/chromium/files/extra-patch-10 branches/2016Q4/www/chromium/files/patch-BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-BUILD.gn branches/2016Q4/www/chromium/files/patch-base_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-base_BUILD.gn branches/2016Q4/www/chromium/files/patch-base_allocator_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-base_allocator_BUILD.gn branches/2016Q4/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc branches/2016Q4/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h - copied unchanged from r426855, head/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h branches/2016Q4/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc branches/2016Q4/www/chromium/files/patch-base_debug_proc__maps__linux.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_debug_proc__maps__linux.cc branches/2016Q4/www/chromium/files/patch-base_files_file__path__unittest.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_files_file__path__unittest.cc branches/2016Q4/www/chromium/files/patch-base_files_file__util.h - copied unchanged from r426855, head/www/chromium/files/patch-base_files_file__util.h branches/2016Q4/www/chromium/files/patch-base_linux__util.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_linux__util.cc branches/2016Q4/www/chromium/files/patch-base_native__library__posix.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_native__library__posix.cc branches/2016Q4/www/chromium/files/patch-base_process_launch__posix.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_process_launch__posix.cc branches/2016Q4/www/chromium/files/patch-base_process_memory.h - copied unchanged from r426855, head/www/chromium/files/patch-base_process_memory.h branches/2016Q4/www/chromium/files/patch-base_process_process__handle__freebsd.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_process_process__handle__freebsd.cc branches/2016Q4/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc branches/2016Q4/www/chromium/files/patch-base_test_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-base_test_BUILD.gn branches/2016Q4/www/chromium/files/patch-base_test_test__file__util__posix.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_test_test__file__util__posix.cc branches/2016Q4/www/chromium/files/patch-base_third__party_libevent_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-base_third__party_libevent_BUILD.gn branches/2016Q4/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc - copied unchanged from r426855, head/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc branches/2016Q4/www/chromium/files/patch-breakpad_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-breakpad_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_BUILDCONFIG.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_BUILDCONFIG.gn branches/2016Q4/www/chromium/files/patch-build_config_allocator.gni - copied unchanged from r426855, head/www/chromium/files/patch-build_config_allocator.gni branches/2016Q4/www/chromium/files/patch-build_config_clang_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_clang_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_compiler_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_compiler_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_crypto.gni - copied unchanged from r426855, head/www/chromium/files/patch-build_config_crypto.gni branches/2016Q4/www/chromium/files/patch-build_config_features.gni - copied unchanged from r426855, head/www/chromium/files/patch-build_config_features.gni branches/2016Q4/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_linux_pkg-config.py - copied unchanged from r426855, head/www/chromium/files/patch-build_config_linux_pkg-config.py branches/2016Q4/www/chromium/files/patch-build_config_sanitizers_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_config_sanitizers_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni - copied unchanged from r426855, head/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni branches/2016Q4/www/chromium/files/patch-build_config_ui.gni - copied unchanged from r426855, head/www/chromium/files/patch-build_config_ui.gni branches/2016Q4/www/chromium/files/patch-build_linux_libpci_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_linux_libpci_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_secondary_third__party_nss_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-build_secondary_third__party_nss_BUILD.gn branches/2016Q4/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni - copied unchanged from r426855, head/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni branches/2016Q4/www/chromium/files/patch-build_toolchain_get__concurrent__links.py - copied unchanged from r426855, head/www/chromium/files/patch-build_toolchain_get__concurrent__links.py branches/2016Q4/www/chromium/files/patch-chrome_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_app_chrome__command__ids.h - copied unchanged from r426855, head/www/chromium/files/patch-chrome_app_chrome__command__ids.h branches/2016Q4/www/chromium/files/patch-chrome_browser_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_browser_browser__process__impl.cc - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_browser__process__impl.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_browser__process__impl.h - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_browser__process__impl.h branches/2016Q4/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_resources_safe__browsing_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_ui_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_libgtk2ui_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_browser_ui_libgtk2ui_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_common_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_common_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_common_extensions_api_schemas.gni - copied unchanged from r426855, head/www/chromium/files/patch-chrome_common_extensions_api_schemas.gni branches/2016Q4/www/chromium/files/patch-chrome_common_features.gni - copied unchanged from r426855, head/www/chromium/files/patch-chrome_common_features.gni branches/2016Q4/www/chromium/files/patch-chrome_common_variations_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_common_variations_BUILD.gn branches/2016Q4/www/chromium/files/patch-chrome_test_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chrome_test_BUILD.gn branches/2016Q4/www/chromium/files/patch-chromecast_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chromecast_BUILD.gn branches/2016Q4/www/chromium/files/patch-chromecast_browser_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chromecast_browser_BUILD.gn branches/2016Q4/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn branches/2016Q4/www/chromium/files/patch-chromecast_crash_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-chromecast_crash_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc - copied unchanged from r426855, head/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc branches/2016Q4/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.h - copied unchanged from r426855, head/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.h branches/2016Q4/www/chromium/files/patch-components_crash_content_app_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_crash_content_app_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_crash_content_browser_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_crash_content_browser_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_gcm__driver_gcm__client.h - copied unchanged from r426855, head/www/chromium/files/patch-components_gcm__driver_gcm__client.h branches/2016Q4/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc - copied unchanged from r426855, head/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc branches/2016Q4/www/chromium/files/patch-components_metrics_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_metrics_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_os__crypt_os__crypt.h - copied unchanged from r426855, head/www/chromium/files/patch-components_os__crypt_os__crypt.h branches/2016Q4/www/chromium/files/patch-components_plugins_renderer_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_plugins_renderer_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_policy_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_policy_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_storage__monitor_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-components_storage__monitor_BUILD.gn branches/2016Q4/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc - copied unchanged from r426855, head/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc branches/2016Q4/www/chromium/files/patch-components_variations_proto_study.proto - copied unchanged from r426855, head/www/chromium/files/patch-components_variations_proto_study.proto branches/2016Q4/www/chromium/files/patch-content_app_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-content_app_BUILD.gn branches/2016Q4/www/chromium/files/patch-content_browser_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_BUILD.gn branches/2016Q4/www/chromium/files/patch-content_browser_device__sensors_data__fetcher__shared__memory.h - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_device__sensors_data__fetcher__shared__memory.h branches/2016Q4/www/chromium/files/patch-content_browser_devtools_protocol_color__picker.cc - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_devtools_protocol_color__picker.cc branches/2016Q4/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h branches/2016Q4/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2016Q4/www/chromium/files/patch-content_browser_media_media__internals.cc - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_media_media__internals.cc branches/2016Q4/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__device__client.cc - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__device__client.cc branches/2016Q4/www/chromium/files/patch-content_browser_tracing_tracing__controller__impl.cc - copied unchanged from r426855, head/www/chromium/files/patch-content_browser_tracing_tracing__controller__impl.cc branches/2016Q4/www/chromium/files/patch-content_common_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-content_common_BUILD.gn branches/2016Q4/www/chromium/files/patch-content_gpu_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-content_gpu_BUILD.gn branches/2016Q4/www/chromium/files/patch-content_public_common_child__process__host.h - copied unchanged from r426855, head/www/chromium/files/patch-content_public_common_child__process__host.h branches/2016Q4/www/chromium/files/patch-content_shell_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-content_shell_BUILD.gn branches/2016Q4/www/chromium/files/patch-content_test_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-content_test_BUILD.gn branches/2016Q4/www/chromium/files/patch-device_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-device_BUILD.gn branches/2016Q4/www/chromium/files/patch-device_battery_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-device_battery_BUILD.gn branches/2016Q4/www/chromium/files/patch-device_geolocation_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-device_geolocation_BUILD.gn branches/2016Q4/www/chromium/files/patch-device_geolocation_location__arbitrator__impl.cc - copied unchanged from r426855, head/www/chromium/files/patch-device_geolocation_location__arbitrator__impl.cc branches/2016Q4/www/chromium/files/patch-device_hid_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-device_hid_BUILD.gn branches/2016Q4/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__manager.h - copied unchanged from r426855, head/www/chromium/files/patch-device_media__transfer__protocol_media__transfer__protocol__manager.h branches/2016Q4/www/chromium/files/patch-device_serial_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-device_serial_BUILD.gn branches/2016Q4/www/chromium/files/patch-extensions_browser_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-extensions_browser_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_config_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_config_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_gles2__conform__support_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_gles2__conform__support_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_gles2__conform__support_native_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_gles2__conform__support_native_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_ipc_client_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_ipc_client_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_ipc_service_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_ipc_service_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_tools_compositor__model__bench_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_tools_compositor__model__bench_BUILD.gn branches/2016Q4/www/chromium/files/patch-gpu_vulkan_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-gpu_vulkan_BUILD.gn branches/2016Q4/www/chromium/files/patch-ipc_ipc__channel.h - copied unchanged from r426855, head/www/chromium/files/patch-ipc_ipc__channel.h branches/2016Q4/www/chromium/files/patch-ipc_ipc__channel__posix.cc - copied unchanged from r426855, head/www/chromium/files/patch-ipc_ipc__channel__posix.cc branches/2016Q4/www/chromium/files/patch-ipc_ipc__channel__posix.h - copied unchanged from r426855, head/www/chromium/files/patch-ipc_ipc__channel__posix.h branches/2016Q4/www/chromium/files/patch-media_audio_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-media_audio_BUILD.gn branches/2016Q4/www/chromium/files/patch-media_base_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-media_base_BUILD.gn branches/2016Q4/www/chromium/files/patch-media_capture_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-media_capture_BUILD.gn branches/2016Q4/www/chromium/files/patch-media_cast_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-media_cast_BUILD.gn branches/2016Q4/www/chromium/files/patch-media_cdm_ppapi_ppapi__cdm__adapter.gni - copied unchanged from r426855, head/www/chromium/files/patch-media_cdm_ppapi_ppapi__cdm__adapter.gni branches/2016Q4/www/chromium/files/patch-mojo_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-mojo_BUILD.gn branches/2016Q4/www/chromium/files/patch-mojo_edk_test_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-mojo_edk_test_BUILD.gn branches/2016Q4/www/chromium/files/patch-native__client__sdk_src_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-native__client__sdk_src_BUILD.gn branches/2016Q4/www/chromium/files/patch-net_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-net_BUILD.gn branches/2016Q4/www/chromium/files/patch-net_base_network__change__notifier.h - copied unchanged from r426855, head/www/chromium/files/patch-net_base_network__change__notifier.h branches/2016Q4/www/chromium/files/patch-ppapi_tests_extensions_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ppapi_tests_extensions_BUILD.gn branches/2016Q4/www/chromium/files/patch-printing_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-printing_BUILD.gn branches/2016Q4/www/chromium/files/patch-printing_cups__config__helper.py - copied unchanged from r426855, head/www/chromium/files/patch-printing_cups__config__helper.py branches/2016Q4/www/chromium/files/patch-remoting_host_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-remoting_host_BUILD.gn branches/2016Q4/www/chromium/files/patch-sdch_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-sdch_BUILD.gn branches/2016Q4/www/chromium/files/patch-services_shell_standalone_context.cc - copied unchanged from r426855, head/www/chromium/files/patch-services_shell_standalone_context.cc branches/2016Q4/www/chromium/files/patch-services_ui_ws_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-services_ui_ws_BUILD.gn branches/2016Q4/www/chromium/files/patch-skia_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-skia_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_core_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_core_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_SimpleFontData.cpp - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_SimpleFontData.cpp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_web_PopupMenuImpl.cpp - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_web_PopupMenuImpl.cpp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_wtf_Assertions.cpp - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_wtf_Assertions.cpp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_wtf_Atomics.h - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_wtf_Atomics.h branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_wtf_ContainerAnnotations.h - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_wtf_ContainerAnnotations.h branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_wtf_ThreadingPthreads.cpp - copied unchanged from r426855, head/www/chromium/files/patch-third__party_WebKit_Source_wtf_ThreadingPthreads.cpp branches/2016Q4/www/chromium/files/patch-third__party_angle_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_angle_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_angle_build_angle__common.gni - copied unchanged from r426855, head/www/chromium/files/patch-third__party_angle_build_angle__common.gni branches/2016Q4/www/chromium/files/patch-third__party_angle_src_tests_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_angle_src_tests_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_boringssl_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_boringssl_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_boringssl_src_crypto_ex__data.c - copied unchanged from r426855, head/www/chromium/files/patch-third__party_boringssl_src_crypto_ex__data.c branches/2016Q4/www/chromium/files/patch-third__party_cython_rules.gni - copied unchanged from r426855, head/www/chromium/files/patch-third__party_cython_rules.gni branches/2016Q4/www/chromium/files/patch-third__party_expat_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_expat_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_ffmpeg_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_ffmpeg_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_fontconfig_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_fontconfig_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_freetype2_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_freetype2_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_glslang_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_glslang_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_libusb_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_libusb_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_libxml_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_libxml_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_libxslt_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_libxslt_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_mesa_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_mesa_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_minigbm_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_minigbm_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_opus_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_opus_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_pdfium_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_pdfium_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_pdfium_skia_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_pdfium_skia_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_sqlite_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_sqlite_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_usrsctp_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_usrsctp_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_webrtc_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_webrtc_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_webrtc_modules_video__coding_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_webrtc_modules_video__coding_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__non__darwin__unix.cc - copied unchanged from r426855, head/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__non__darwin__unix.cc branches/2016Q4/www/chromium/files/patch-third__party_widevine_cdm_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_widevine_cdm_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_yasm_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_yasm_BUILD.gn branches/2016Q4/www/chromium/files/patch-third__party_zlib_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-third__party_zlib_BUILD.gn branches/2016Q4/www/chromium/files/patch-tools_battor__agent_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-tools_battor__agent_BUILD.gn branches/2016Q4/www/chromium/files/patch-tools_gn_args.cc - copied unchanged from r426855, head/www/chromium/files/patch-tools_gn_args.cc branches/2016Q4/www/chromium/files/patch-tools_gn_bootstrap_bootstrap.py - copied unchanged from r426855, head/www/chromium/files/patch-tools_gn_bootstrap_bootstrap.py branches/2016Q4/www/chromium/files/patch-tools_gn_gn__unittests.isolate - copied unchanged from r426855, head/www/chromium/files/patch-tools_gn_gn__unittests.isolate branches/2016Q4/www/chromium/files/patch-ui_app__list_views_app__list__item__view.cc - copied unchanged from r426855, head/www/chromium/files/patch-ui_app__list_views_app__list__item__view.cc branches/2016Q4/www/chromium/files/patch-ui_aura_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_aura_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_base_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_base_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_base_ime_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_base_ime_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_base_ui__features.gni - copied unchanged from r426855, head/www/chromium/files/patch-ui_base_ui__features.gni branches/2016Q4/www/chromium/files/patch-ui_compositor_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_compositor_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_gfx_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_gfx_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_gl_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_gl_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_views_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_views_BUILD.gn branches/2016Q4/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn branches/2016Q4/www/chromium/files/patch-v8_BUILD.gn - copied unchanged from r426855, head/www/chromium/files/patch-v8_BUILD.gn Deleted: branches/2016Q4/www/chromium/files/extra-patch-fixup-ffmpeg branches/2016Q4/www/chromium/files/extra-patch-libusb-pc branches/2016Q4/www/chromium/files/patch-base_base.gyp branches/2016Q4/www/chromium/files/patch-base_base.gypi branches/2016Q4/www/chromium/files/patch-base_process_memory.cc branches/2016Q4/www/chromium/files/patch-base_third__party_libevent_libevent.gyp branches/2016Q4/www/chromium/files/patch-base_threading_platform__thread__linux.cc branches/2016Q4/www/chromium/files/patch-build_common.gypi branches/2016Q4/www/chromium/files/patch-build_filename__rules.gypi branches/2016Q4/www/chromium/files/patch-build_linux_system.gyp branches/2016Q4/www/chromium/files/patch-build_linux_unbundle_libwebp.gyp branches/2016Q4/www/chromium/files/patch-chrome_browser_browser__resources.grd branches/2016Q4/www/chromium/files/patch-chrome_browser_extensions_window__open__apitest.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_panels_panel__manager.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_views_panels_panel__frame__view.cc branches/2016Q4/www/chromium/files/patch-chrome_chrome__browser.gypi branches/2016Q4/www/chromium/files/patch-chrome_chrome__browser__extensions.gypi branches/2016Q4/www/chromium/files/patch-chrome_chrome__browser__ui.gypi branches/2016Q4/www/chromium/files/patch-chrome_chrome__common.gypi branches/2016Q4/www/chromium/files/patch-chrome_chrome__exe.gypi branches/2016Q4/www/chromium/files/patch-chrome_chrome__resources.gyp branches/2016Q4/www/chromium/files/patch-chrome_common_component__flash__hint__file__linux.h branches/2016Q4/www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi branches/2016Q4/www/chromium/files/patch-chrome_common_variations_fieldtrial__testing__config.gyp branches/2016Q4/www/chromium/files/patch-components_dom__distiller_core_page__features.cc branches/2016Q4/www/chromium/files/patch-components_storage__monitor.gypi branches/2016Q4/www/chromium/files/patch-content_browser_geolocation_location__arbitrator__impl.cc branches/2016Q4/www/chromium/files/patch-content_browser_geolocation_wifi__data__provider__freebsd.cc branches/2016Q4/www/chromium/files/patch-content_browser_geolocation_wifi__data__provider__freebsd.h branches/2016Q4/www/chromium/files/patch-content_browser_indexed__db_indexed__db__backing__store.cc branches/2016Q4/www/chromium/files/patch-content_content__browser.gypi branches/2016Q4/www/chromium/files/patch-content_content__common.gypi branches/2016Q4/www/chromium/files/patch-content_content__tests.gypi branches/2016Q4/www/chromium/files/patch-content_renderer_media_webrtc__audio__renderer.cc branches/2016Q4/www/chromium/files/patch-device_hid_hid.gyp branches/2016Q4/www/chromium/files/patch-device_serial_serial.gyp branches/2016Q4/www/chromium/files/patch-device_usb_usb.gyp branches/2016Q4/www/chromium/files/patch-gpu_gpu__config.gypi branches/2016Q4/www/chromium/files/patch-gpu_gpu__ipc__service.gypi branches/2016Q4/www/chromium/files/patch-media_base_audio__splicer.cc branches/2016Q4/www/chromium/files/patch-media_capture_video_video__capture__device.cc branches/2016Q4/www/chromium/files/patch-media_capture_video_video__capture__device.h branches/2016Q4/www/chromium/files/patch-media_filters_decrypting__audio__decoder.cc branches/2016Q4/www/chromium/files/patch-media_media.gyp branches/2016Q4/www/chromium/files/patch-native__client_build_common.gypi branches/2016Q4/www/chromium/files/patch-native__client_src_shared_platform_platform.gyp branches/2016Q4/www/chromium/files/patch-net_base_address__tracker__linux.cc branches/2016Q4/www/chromium/files/patch-net_dns_dns__session.cc branches/2016Q4/www/chromium/files/patch-net_net.gyp branches/2016Q4/www/chromium/files/patch-net_net.gypi branches/2016Q4/www/chromium/files/patch-net_net__common.gypi branches/2016Q4/www/chromium/files/patch-net_quic_congestion__control_rtt__stats.cc branches/2016Q4/www/chromium/files/patch-printing_printing.gyp branches/2016Q4/www/chromium/files/patch-remoting_remoting__host.gypi branches/2016Q4/www/chromium/files/patch-services_shell_public_cpp_lib_initialize__base__and__icu.cc branches/2016Q4/www/chromium/files/patch-services_shell_runner_init.cc branches/2016Q4/www/chromium/files/patch-skia_skia__chrome.gypi branches/2016Q4/www/chromium/files/patch-skia_skia__common.gypi branches/2016Q4/www/chromium/files/patch-sync_util_get__session__name.cc branches/2016Q4/www/chromium/files/patch-sync_util_get__session__name__linux.cc branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_core_core.gyp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_blink__platform.gyp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_image-decoders_png_PNGImageDecoder.cpp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_text_CharacterPropertyDataGenerator.cpp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_web_web.gyp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_wtf_wtf.gyp branches/2016Q4/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gypi branches/2016Q4/www/chromium/files/patch-third__party_jsoncpp_jsoncpp.gyp branches/2016Q4/www/chromium/files/patch-third__party_khronos_khronos.gyp branches/2016Q4/www/chromium/files/patch-third__party_libXNVCtrl_libXNVCtrl.gyp branches/2016Q4/www/chromium/files/patch-third__party_libjingle_libjingle.gyp branches/2016Q4/www/chromium/files/patch-third__party_libjpeg_libjpeg.gyp branches/2016Q4/www/chromium/files/patch-third__party_libphonenumber_libphonenumber.gyp branches/2016Q4/www/chromium/files/patch-third__party_libusb_libusb.gyp branches/2016Q4/www/chromium/files/patch-third__party_libxml_libxml.gyp branches/2016Q4/www/chromium/files/patch-third__party_libxslt_libxslt.gyp branches/2016Q4/www/chromium/files/patch-third__party_pdfium_build__gyp_standalone.gypi branches/2016Q4/www/chromium/files/patch-third__party_pdfium_pdfium.gyp branches/2016Q4/www/chromium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h branches/2016Q4/www/chromium/files/patch-third__party_re2_re2.gyp branches/2016Q4/www/chromium/files/patch-third__party_sfntly_sfntly.gyp branches/2016Q4/www/chromium/files/patch-third__party_snappy_snappy.gyp branches/2016Q4/www/chromium/files/patch-third__party_sqlite_sqlite.gyp branches/2016Q4/www/chromium/files/patch-third__party_usrsctp_usrsctp.gyp branches/2016Q4/www/chromium/files/patch-third__party_webrtc_build_common.gypi branches/2016Q4/www/chromium/files/patch-third__party_webrtc_modules_audio__device_audio__device.gypi branches/2016Q4/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_desktop__capture.gypi branches/2016Q4/www/chromium/files/patch-third__party_webrtc_modules_video__coding_receiver.cc branches/2016Q4/www/chromium/files/patch-third__party_webrtc_system__wrappers_source_atomic32__posix.cc branches/2016Q4/www/chromium/files/patch-tools_gyp_pylib_gyp_generator_make.py branches/2016Q4/www/chromium/files/patch-tools_gyp_test_additional-targets_src_dir1_actions.gyp branches/2016Q4/www/chromium/files/patch-tools_gyp_test_library_src_library.gyp branches/2016Q4/www/chromium/files/patch-ui_accessibility_accessibility.gyp branches/2016Q4/www/chromium/files/patch-ui_base_ui__base.gyp branches/2016Q4/www/chromium/files/patch-ui_gl_gl.gyp branches/2016Q4/www/chromium/files/patch-ui_gl_gl__surface__glx.cc branches/2016Q4/www/chromium/files/patch-ui_views_controls_webview_webview.gyp branches/2016Q4/www/chromium/files/patch-ui_views_views.gyp branches/2016Q4/www/chromium/files/patch-v8_src_profiler_sampler.cc Modified: branches/2016Q4/www/chromium/Makefile branches/2016Q4/www/chromium/distinfo branches/2016Q4/www/chromium/files/extra-patch-clang branches/2016Q4/www/chromium/files/extra-patch-gcc branches/2016Q4/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc branches/2016Q4/www/chromium/files/patch-base_process_launch.cc branches/2016Q4/www/chromium/files/patch-base_process_launch.h branches/2016Q4/www/chromium/files/patch-base_process_memory__unittest.cc branches/2016Q4/www/chromium/files/patch-base_process_process__metrics.h branches/2016Q4/www/chromium/files/patch-base_process_process__posix.cc branches/2016Q4/www/chromium/files/patch-base_sys__info__freebsd.cc branches/2016Q4/www/chromium/files/patch-base_sys__info__posix.cc branches/2016Q4/www/chromium/files/patch-chrome_app_generated__resources.grd branches/2016Q4/www/chromium/files/patch-chrome_browser_memory__details.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_resources_safe__browsing_gen__file__type__proto.py branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_browser__view__prefs.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc branches/2016Q4/www/chromium/files/patch-chrome_browser_ui_webui_about__ui.cc branches/2016Q4/www/chromium/files/patch-chrome_common_chrome__switches.cc branches/2016Q4/www/chromium/files/patch-chrome_common_chrome__switches.h branches/2016Q4/www/chromium/files/patch-chrome_common_pref__names.cc branches/2016Q4/www/chromium/files/patch-chrome_common_pref__names.h branches/2016Q4/www/chromium/files/patch-components_policy_resources_policy__templates.json branches/2016Q4/www/chromium/files/patch-components_policy_tools_generate__policy__source.py branches/2016Q4/www/chromium/files/patch-content_browser_browser__main__loop.cc branches/2016Q4/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc branches/2016Q4/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2016Q4/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2016Q4/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2016Q4/www/chromium/files/patch-content_browser_utility__process__host__impl.cc branches/2016Q4/www/chromium/files/patch-content_gpu_gpu__child__thread.cc branches/2016Q4/www/chromium/files/patch-content_gpu_gpu__main.cc branches/2016Q4/www/chromium/files/patch-content_renderer_devtools_v8__sampling__profiler.cc branches/2016Q4/www/chromium/files/patch-content_renderer_media_webrtc_processed__local__audio__source.cc branches/2016Q4/www/chromium/files/patch-content_renderer_render__thread__impl.cc branches/2016Q4/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2016Q4/www/chromium/files/patch-content_renderer_webscrollbarbehavior__impl__gtkoraura.cc branches/2016Q4/www/chromium/files/patch-content_shell_browser_shell__browser__context.cc branches/2016Q4/www/chromium/files/patch-crypto_nss__util.cc branches/2016Q4/www/chromium/files/patch-device_usb_usb__service__impl.cc branches/2016Q4/www/chromium/files/patch-extensions_browser_api_serial_serial__api.cc branches/2016Q4/www/chromium/files/patch-gpu_config_gpu__control__list.cc branches/2016Q4/www/chromium/files/patch-media_audio_audio__manager.cc branches/2016Q4/www/chromium/files/patch-media_capture_video_fake__video__capture__device__factory.cc branches/2016Q4/www/chromium/files/patch-media_capture_video_file__video__capture__device__factory.cc branches/2016Q4/www/chromium/files/patch-media_capture_video_linux_video__capture__device__linux.cc branches/2016Q4/www/chromium/files/patch-media_capture_video_video__capture__device__factory.cc branches/2016Q4/www/chromium/files/patch-net_base_address__tracker__linux.h branches/2016Q4/www/chromium/files/patch-net_base_network__change__notifier.cc branches/2016Q4/www/chromium/files/patch-net_proxy_proxy__config__service__linux.cc branches/2016Q4/www/chromium/files/patch-net_proxy_proxy__service.cc branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.cpp branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.h branches/2016Q4/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp branches/2016Q4/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gni branches/2016Q4/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c branches/2016Q4/www/chromium/files/patch-third__party_leveldatabase_env__chromium.cc branches/2016Q4/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_PublicMethods.cpp branches/2016Q4/www/chromium/files/patch-third__party_webrtc_base_physicalsocketserver.cc branches/2016Q4/www/chromium/files/patch-third__party_webrtc_base_platform__thread.cc branches/2016Q4/www/chromium/files/patch-ui_app__list_app__list__menu.cc branches/2016Q4/www/chromium/files/patch-ui_app__list_views_app__list__view.cc branches/2016Q4/www/chromium/files/patch-ui_base_ime_input__method__factory.cc branches/2016Q4/www/chromium/files/patch-ui_base_resource_resource__bundle.cc branches/2016Q4/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.cc branches/2016Q4/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.h branches/2016Q4/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc branches/2016Q4/www/chromium/files/patch-ui_views_style_platform__style.cc branches/2016Q4/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc branches/2016Q4/www/chromium/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/chromium/Makefile ============================================================================== --- branches/2016Q4/www/chromium/Makefile Wed Nov 23 20:08:36 2016 (r426974) +++ branches/2016Q4/www/chromium/Makefile Wed Nov 23 20:39:33 2016 (r426975) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 52.0.2743.116 -PORTREVISION= 1 +PORTVERSION= 54.0.2840.100 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -14,9 +13,7 @@ COMMENT= Google web browser based on Web LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi -BROKEN_FreeBSD_9=does not patch - -CFLAGS+= -isystem${LOCALBASE}/include -I${PREFIX}/include/atk-1.0 +BROKEN_FreeBSD_9=does not configure BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ bash:shells/bash \ @@ -28,8 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:de ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib -LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libcairo.so:graphics/cairo \ +LIB_DEPENDS= libcairo.so:graphics/cairo \ libcups.so:print/cups \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ @@ -39,7 +35,6 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib libfreetype.so:print/freetype2 \ libgnome-keyring.so:security/libgnome-keyring \ libharfbuzz.so:print/harfbuzz \ - libevent.so:devel/libevent2 \ libexif.so:graphics/libexif \ libfontconfig.so:x11-fonts/fontconfig \ libgcrypt.so:security/libgcrypt \ @@ -56,101 +51,60 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib libwebp.so:graphics/webp \ libxml2.so:textproc/libxml2 -RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ - alsa-lib>=1.1.1_1:audio/alsa-lib \ - droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ +RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ xdg-open:devel/xdg-utils ONLY_FOR_ARCHS= i386 amd64 -USES= bison cpe desktop-file-utils execinfo jpeg \ +USES= compiler bison cpe desktop-file-utils execinfo jpeg \ ninja perl5 pkgconfig python:2,build shebangfix tar:xz -# chromium requires a recent compiler (C++11 capable, but clang 3.4 is -# not able to build chromium. OTOH clang36 on FreeBSD 9.3 cannot build -# chromium as the libc++ includes are not up to the task. USES flags -# have to be set before bsd.ports.pre.mk and thereby cannot depend on -# bsd.ports.pre.mk's variables, so I'm using a hack here. -.if exists(/usr/lib/libc++.a) -USES+= compiler:c++14-lang -.else -USES+= compiler:c++11-lib -.endif CPE_VENDOR= google CPE_PRODUCT= chrome USE_PERL5= build USE_XORG= scrnsaverproto x11 xcomposite xcursor xext xdamage xfixes xi \ xproto xrandr xrender xscrnsaver xtst -USE_GNOME= atk glib20 gtk20 dconf libxslt +USE_GNOME= atk glib20 gtk20 dconf libxslt libxml2 MAKE_ARGS= -C out/${BUILDTYPE} SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper ALL_TARGET= chrome INSTALLS_ICONS= yes -#TODO bz@ : install libwidevinecdm.so (see -# third_party/widevine/cdm/widevine_cdm.gyp) -# See build/common.gypi for all the available variables. -GYP_DEFINES+= \ - clang_use_chrome_plugins=0 \ - linux_breakpad=0 \ - linux_use_heapchecker=0 \ - linux_strip_binary=1 \ - use_aura=1 \ - test_isolation_mode=noop \ - disable_nacl=1 \ - enable_extensions=1 \ - enable_one_click_signin=1 \ - enable_openmax=1 \ - enable_webrtc=1 \ - werror= \ - no_gc_sections=1 \ - OS=freebsd \ - os_ver=${OSVERSION} \ - prefix_dir=${LOCALBASE} \ - python_ver=${PYTHON_VER} \ - use_allocator=none \ - use_cups=1 \ - linux_link_gsettings=1 \ - linux_link_libpci=1 \ - linux_link_libspeechd=1 \ - libspeechd_h_prefix=speech-dispatcher/ \ - usb_ids_path=${LOCALBASE}/share/usbids/usb.ids \ - want_separate_host_toolset=0 \ - use_system_bzip2=1 \ - use_system_flac=1 \ - use_system_harfbuzz=1 \ - use_system_icu=1 \ - use_system_jsoncpp=1 \ - use_system_libevent=1 \ - use_system_libexif=1 \ - use_system_libjpeg=1 \ - use_system_libpng=1 \ - use_system_libusb=1 \ - use_system_libwebp=1 \ - use_system_libxml=1 \ - use_system_libxslt=1 \ - use_system_nspr=1 \ - use_system_protobuf=0 \ - use_system_re2=1 \ - use_system_snappy=1 \ - use_system_speex=1 \ - use_system_xdg_utils=1 \ - use_system_yasm=1 \ - v8_use_external_startup_data=0 -# allow removal of third_party/adobe -GYP_DEFINES+= flapper_version_h_file='${WRKSRC}/flapper_version.h' +# TODO bz@ : install libwidevinecdm.so (see third_party/widevine/cdm/BUILD.gn) +# +# Run "./out/${BUILDTYPE}/gn args out/${BUILDTYPE} --list" for all the variables. +# Some parts don't have use_system_* flag, and can be turned on/off by using +# replace_gn_files.py script, some parts just turned on/off for target host +# OS "target_os == is_bsd", like libusb, libpci. +GN_ARGS+= \ + clang_use_chrome_plugins=false \ + enable_hevc_demuxing=true \ + enable_media_router=true \ + enable_nacl=false \ + enable_remoting=false \ + toolkit_views=true \ + use_allocator="none" \ + use_aura=true \ + use_experimental_allocator_shim=true \ + treat_warnings_as_errors=false \ + use_sysroot=false \ + use_system_libjpeg=true \ + use_system_sqlite=false # chrome has additional patches +# TODO: investigate building with these options: +# use_system_icu use_system_harfbuzz use_system_minigbm +GN_BOOTSTRAP_FLAGS= --no-clean --no-rebuild # FreeBSD Chromium Api Key # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . # Note: these are for FreeBSD use ONLY. For your own distribution, # please get your own set of keys. -GYP_DEFINES+= google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 \ - google_default_client_id=996322985003.apps.googleusercontent.com \ - google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn +GN_ARGS+= google_api_key="AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8" \ + google_default_client_id="996322985003.apps.googleusercontent.com" \ + google_default_client_secret="IR1za9-1VK0zZ0f_O8MVFicn" SUB_FILES= chromium-browser.desktop chrome SUB_LIST+= COMMENT="${COMMENT}" -OPTIONS_DEFINE= CODECS GCONF PULSEAUDIO TEST KERBEROS DEBUG DRIVER +OPTIONS_DEFINE= ALSA CODECS GCONF PULSEAUDIO TEST KERBEROS DEBUG DRIVER CODECS_DESC= Compile and enable patented codecs like H.264 DRIVER_DESC= Install chromedriver @@ -158,44 +112,39 @@ OPTIONS_DEFAULT= CODECS GCONF KERBEROS OPTIONS_SUB= yes GCONF_USE= GNOME=gconf2 +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ + alsa-lib>=1.1.1_1:audio/alsa-lib PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio DRIVER_MAKE_ARGS=chromedriver TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} .include +.if ${PORT_OPTIONS:MALSA} +GN_ARGS+= use_alsa=true +.else +GN_ARGS+= use_alsa=false +.endif + .if ${PORT_OPTIONS:MCODECS} -GYP_DEFINES+= ffmpeg_branding=Chrome -GYP_DEFINES+= proprietary_codecs=1 +GN_ARGS+= ffmpeg_branding="Chrome" +GN_ARGS+= proprietary_codecs=true .else -GYP_DEFINES+= ffmpeg_branding=Chromium -GYP_DEFINES+= proprietary_codecs=0 +GN_ARGS+= ffmpeg_branding="Chromium" +GN_ARGS+= proprietary_codecs=false .endif .if ${PORT_OPTIONS:MGCONF} -GYP_DEFINES+= use_gconf=1 +GN_ARGS+= use_gconf=true .else -GYP_DEFINES+= use_gconf=0 +GN_ARGS+= use_gconf=false .endif .if ${PORT_OPTIONS:MPULSEAUDIO} -GYP_DEFINES+= use_pulseaudio=1 +GN_ARGS+= use_pulseaudio=true .else -GYP_DEFINES+= use_pulseaudio=0 -.endif - -.if empty(MACHINE_CPU:Msse2) -GYP_DEFINES+= disable_sse2=1 -.endif - -.if !exists(/usr/libdata/pkgconfig/libusb-1.0.pc) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libusb-pc -.endif - -# pointed out by "Tomek" on freebsd-chromium@ -.if !exists(/usr/lib/libexecinfo.so) -CFLAGS+= -fno-omit-frame-pointer -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fixup-ffmpeg +GN_ARGS+= use_pulseaudio=false .endif .if ${PORT_OPTIONS:MTEST} @@ -206,180 +155,80 @@ ALL_TARGET+= ${TEST_TARGETS} DEBUG_MAKE_ENV= V=1 .if ${PORT_OPTIONS:MDEBUG} BUILDTYPE= Debug +GN_ARGS+= is_debug=true +GN_BOOTSTRAP_FLAGS+= --debug +#GN_ARGS+= is_component_build = true .else BUILDTYPE= Release +.if ${ARCH} == amd64 +GN_ARGS+= use_lld=true # harder, better, faster, stronger +.endif +GN_ARGS+= is_debug=false +GN_ARGS+= symbol_level=0 +GN_ARGS+= remove_webcore_debug_symbols=true .endif -CONFIGURE_ENV+= CC="${CC}" \ - CXX="${CXX}" \ - GYP_GENERATORS=ninja \ - GYP_DEFINES="${GYP_DEFINES}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \ GPERF="${LOCALBASE}/bin/gperf" .include .if ${CHOSEN_COMPILER_TYPE} == gcc -GYP_DEFINES+= gcc_version=${CXX:S/g++//} +GN_ARGS+= gcc_version=${CXX:S/g++//} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc -CFLAGS+= -fno-stack-protector # gcc 4.8 cannot find __stack_chk_fail_local .else -GYP_DEFINES+= clang=1 -CFLAGS+= -Wno-unknown-warning-option \ - -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 # work around base r261801 +BUILD_DEPENDS+= clang39:devel/llvm39 +CC= clang39 +CXX= clang++39 +# /usr/local/include unlike gcc isn't clang's default +MAKE_ENV+= C_INCLUDE_PATH=${LOCALBASE}/include \ + CPLUS_INCLUDE_PATH=${LOCALBASE}/include +GN_ARGS+= is_clang=true EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang -CONFIGURE_ENV+= AR=/usr/bin/ar .endif -.if ! ${PORT_OPTIONS:MKERBEROS} -GYP_DEFINES+= use_kerberos=0 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ +CXXFLAGS+= -stdlib=libc++ -isystem ${LOCALBASE}/include/c++/v1 .endif -# according to portlint the below is passed via bsd.port.mk, -# but 'make -V CONFIGURE_ENV' does not show it: -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" +.if ${OSVERSION} < 1100000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 +.endif + +.if ! ${PORT_OPTIONS:MKERBEROS} +GN_ARGS+= use_kerberos=true +.endif pre-everything:: @${ECHO_MSG} - @${ECHO_MSG} "To build Chromium, you should have around 2 GB of memory" + @${ECHO_MSG} "To build Chromium, you should have around 2GB of memory," .if ${PORT_OPTIONS:MDEBUG} - @${ECHO_MSG} "and lots of free diskspace (~ 8.5GB)." + @${ECHO_MSG} "lots of free diskspace (~ 40GB)" + @${ECHO_MSG} "and no less then 16GB of memory for linking." .else @${ECHO_MSG} "and a fair amount of free diskspace (~ 3.7GB)." .endif @${ECHO_MSG} @${ECHO_MSG} "Make sure you have Python build with the SEM option ON" @${ECHO_MSG} "(default in python27-2.7.8 since r361735)" - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ - ${WRKSRC}/crypto/crypto.gyp \ - ${WRKSRC}/v8/src/v8.gyp \ - ${WRKSRC}/v8/gypfiles/toolchain.gypi - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ - ${WRKSRC}/chrome/common/chrome_paths.cc \ - ${WRKSRC}/base/base.gyp + @${ECHO_MSG} pre-configure: - # phajdan-jr: list of things *not* to remove, so maybe the script - # should be called "keep_bundled_libraries.py" + # We used to remove bundled libraries to be sure that chromium uses + # system libraries and not shippen ones. + # cd ${WRKSRC} && ${PYTHON_CMD} \ + #./build/linux/unbundle/remove_bundled_libraries.py [list of preserved] cd ${WRKSRC} && ${PYTHON_CMD} \ - ./build/linux/unbundle/remove_bundled_libraries.py \ - 'base/third_party/dmg_fp' \ - 'base/third_party/dynamic_annotations' \ - 'base/third_party/icu' \ - 'base/third_party/nspr' \ - 'base/third_party/superfasthash' \ - 'base/third_party/symbolize' \ - 'base/third_party/valgrind' \ - 'base/third_party/xdg_mime' \ - 'base/third_party/xdg_user_dirs' \ - 'breakpad/src/third_party/curl' \ - 'chrome/third_party/mock4js' \ - 'chrome/third_party/mozilla_security_manager' \ - 'courgette/third_party' \ - 'net/third_party/mozilla_security_manager' \ - 'net/third_party/nss' \ - 'third_party/WebKit' \ - 'third_party/analytics' \ - 'third_party/angle' \ - 'third_party/angle/src/third_party' \ - 'third_party/blanketjs' \ - 'third_party/brotli' \ - 'third_party/boringssl' \ - 'third_party/cacheinvalidation' \ - 'third_party/catapult' \ - 'third_party/catapult/third_party/beautifulsoup4' \ - 'third_party/catapult/third_party/py_vulcanize' \ - 'third_party/catapult/third_party/py_vulcanize/py_vulcanize' \ - 'third_party/catapult/third_party/py_vulcanize/third_party/rcssmin' \ - 'third_party/catapult/third_party/py_vulcanize/third_party/rjsmin' \ - 'third_party/catapult/tracing' \ - 'third_party/catapult/tracing/third_party' \ - 'third_party/cld' \ - 'third_party/cros_system_api' \ - 'third_party/dom_distiller_js' \ - 'third_party/dom_distiller_js/dist/proto_gen/third_party/dom_distiller_js' \ - 'third_party/ffmpeg' \ - 'third_party/gardiner_mod' \ - 'third_party/fips181' \ - 'third_party/flot' \ - 'third_party/google_input_tools' \ - 'third_party/google_input_tools/third_party/closure_library' \ - 'third_party/google_input_tools/third_party/closure_library/third_party/closure' \ - 'third_party/hunspell' \ - 'third_party/iccjpeg' \ - 'third_party/icu/icu.isolate' \ - 'third_party/jinja2' \ - 'third_party/jstemplate' \ - 'third_party/khronos' \ - 'third_party/leveldatabase' \ - 'third_party/libaddressinput' \ - 'third_party/libjingle' \ - 'third_party/libphonenumber' \ - 'third_party/libsrtp' \ - 'third_party/libvpx' \ - 'third_party/libvpx/source/libvpx/third_party/x86inc' \ - 'third_party/libwebm' \ - 'third_party/libxml/chromium' \ - 'third_party/libXNVCtrl' \ - 'third_party/libyuv' \ - 'third_party/lss' \ - 'third_party/lzma_sdk' \ - 'third_party/markupsafe' \ - 'third_party/mesa' \ - 'third_party/modp_b64' \ - 'third_party/mt19937ar' \ - 'third_party/openh264' \ - 'third_party/openmax_dl' \ - 'third_party/opus' \ - 'third_party/ots' \ - 'third_party/pdfium' \ - 'third_party/pdfium/third_party' \ - 'third_party/ply' \ - 'third_party/polymer' \ - 'third_party/protobuf' \ - 'third_party/protobuf/third_party' \ - 'third_party/protobuf/third_party/six' \ - 'third_party/pywebsocket' \ - 'third_party/qcms' \ - 'third_party/qunit' \ - 'third_party/sfntly' \ - 'third_party/sinonjs' \ - 'third_party/skia' \ - 'third_party/smhasher' \ - 'third_party/sqlite' \ - 'third_party/tcmalloc' \ - 'third_party/tlslite' \ - 'third_party/usrsctp' \ - 'third_party/web-animations-js' \ - 'third_party/webdriver' \ - 'third_party/webrtc' \ - 'third_party/widevine' \ - 'third_party/woff2' \ - 'third_party/x86inc' \ - 'third_party/yasm' \ - 'third_party/zlib' \ - 'url/third_party/mozilla' \ - 'v8/src/third_party/valgrind' \ - 'v8/src/third_party/fdlibm' \ - --do-remove || ${FALSE} - cd ${WRKSRC} && ${PYTHON_CMD} \ - ./build/linux/unbundle/replace_gyp_files.py \ - ${GYP_DEFINES:C/^/-D/} || ${FALSE} - # allow removal of third_party/adobe - ${ECHO_CMD} > ${WRKSRC}/flapper_version.h - # missing file: file is in -testdata only, but configure stage - # will fail if it's not there. do not break TESTS build while - # allowing regular build without pulling in -testdata. - ${TOUCH} ${WRKSRC}/chrome/test/data/webui/i18n_process_css_test.html + ./build/linux/unbundle/replace_gn_files.py --system-libraries \ + flac harfbuzz-ng libwebp libxml libxslt snappy yasm || ${FALSE} do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ - ./build/gyp_chromium chrome/chrome.gyp --depth . + # GN generator bootstrapping and generating ninja files + cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} ${PYTHON_CMD} \ + ./tools/gn/bootstrap/bootstrap.py ${GN_BOOTSTRAP_FLAGS} + cd ${WRKSRC} && ${SETENV} ./out/${BUILDTYPE}/gn \ + gen --args='${GN_ARGS}' out/${BUILDTYPE} test regression-test: build .for t in ${TEST_TARGETS} @@ -397,14 +246,17 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/chrome/tools/build/linux/chrome-wrapper \ ${STAGEDIR}${DATADIR} -.for p in chrome_100_percent content_resources keyboard_resources resources +.for p in chrome_100_percent chrome_200_percent keyboard_resources resources ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${p}.pak \ ${STAGEDIR}${DATADIR} .endfor +.for d in icudtl.dat natives_blob.bin + ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} +.endfor ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \ ${STAGEDIR}${DATADIR} cd ${WRKSRC}/out/${BUILDTYPE} && \ - ${COPYTREE_SHARE} "locales pseudo_locales resources" ${STAGEDIR}${DATADIR} + ${COPYTREE_SHARE} "locales resources" ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKDIR}/chromium-browser.desktop \ ${STAGEDIR}${DESKTOPDIR} Modified: branches/2016Q4/www/chromium/distinfo ============================================================================== --- branches/2016Q4/www/chromium/distinfo Wed Nov 23 20:08:36 2016 (r426974) +++ branches/2016Q4/www/chromium/distinfo Wed Nov 23 20:39:33 2016 (r426975) @@ -1,5 +1,5 @@ -TIMESTAMP = 1470404034 -SHA256 (chromium-52.0.2743.116.tar.xz) = a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 -SIZE (chromium-52.0.2743.116.tar.xz) = 458156660 -SHA256 (chromium-52.0.2743.116-testdata.tar.xz) = d3d059e1215702d8665f02b47a10e14458f54f423c323a9fcc987e6e43767c0b -SIZE (chromium-52.0.2743.116-testdata.tar.xz) = 122423496 +TIMESTAMP = 1478859835 +SHA256 (chromium-54.0.2840.100.tar.xz) = e2e7f54a780c93ec2e933af09e1126837e6cf940b57213d39f36d58df10c89df +SIZE (chromium-54.0.2840.100.tar.xz) = 479762112 +SHA256 (chromium-54.0.2840.100-testdata.tar.xz) = 44319fea6de4dbb1f6d0bbeeec633b69b7064f53a54893df5b720935a6d27460 +SIZE (chromium-54.0.2840.100-testdata.tar.xz) = 123519620 Copied: branches/2016Q4/www/chromium/files/extra-patch-10 (from r426855, head/www/chromium/files/extra-patch-10) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/chromium/files/extra-patch-10 Wed Nov 23 20:39:33 2016 (r426975, copy of r426855, head/www/chromium/files/extra-patch-10) @@ -0,0 +1,10 @@ +--- content/renderer/devtools/v8_sampling_profiler.cc.orig 2016-10-06 04:02:19.000000000 +0300 ++++ content/renderer/devtools/v8_sampling_profiler.cc 2016-10-30 03:00:33.775227000 +0300 +@@ -22,6 +22,7 @@ + + #if defined(OS_POSIX) + #include ++#include + #define USE_SIGNALS + #endif + Modified: branches/2016Q4/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2016Q4/www/chromium/files/extra-patch-clang Wed Nov 23 20:08:36 2016 (r426974) +++ branches/2016Q4/www/chromium/files/extra-patch-clang Wed Nov 23 20:39:33 2016 (r426975) @@ -1,13 +1,14 @@ ---- base/strings/safe_sprintf_unittest.cc 2015-04-15 00:18:48.000000000 +0200 -+++ base/strings/safe_sprintf_unittest.cc 2015-04-18 22:08:45.000000000 +0200 -@@ -729,12 +729,14 @@ - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wconversion-null" - #endif +--- base/strings/safe_sprintf_unittest.cc.orig 2016-10-06 04:02:08.000000000 +0300 ++++ base/strings/safe_sprintf_unittest.cc 2016-10-25 21:42:28.951114000 +0300 +@@ -728,6 +728,7 @@ + } + + TEST(SafeSPrintfTest, EmitNULL) { +/* Avoid compiler error: http://pastebin.com/1edWUE84 - EXPECT_EQ(1, SafeSPrintf(buf, "%d", NULL)); - EXPECT_EQ("0", std::string(buf)); - EXPECT_EQ(3, SafeSPrintf(buf, "%p", NULL)); + char buf[40]; + #if defined(__GNUC__) + #pragma GCC diagnostic push +@@ -739,6 +740,7 @@ EXPECT_EQ("0x0", std::string(buf)); EXPECT_EQ(6, SafeSPrintf(buf, "%s", NULL)); EXPECT_EQ("", std::string(buf)); @@ -41,7 +42,7 @@ +++ base/tracked_objects_unittest.cc 2015-09-03 09:20:53.370191000 -0400 @@ -58,9 +58,9 @@ Births* birth = ThreadData::TallyABirthIfActive(location); - + if (ThreadData::status() == ThreadData::DEACTIVATED) - EXPECT_EQ(reinterpret_cast(NULL), birth); + EXPECT_EQ(static_cast(NULL), birth); @@ -49,7 +50,7 @@ - EXPECT_NE(reinterpret_cast(NULL), birth); + EXPECT_NE(static_cast(NULL), birth); } - + // Helper function to verify the most common test expectations. --- components/sync_sessions/synced_session_tracker.cc.orig 2016-01-21 13:04:41.772845558 +0100 +++ components/sync_sessions/synced_session_tracker.cc 2016-01-21 13:05:17.652842509 +0100 @@ -70,34 +71,34 @@ .Times(2) - .WillRepeatedly(Return(reinterpret_cast(NULL))); + .WillRepeatedly(Return(static_cast(NULL))); - + EXPECT_CALL(callback_, OnError(_)) .Times(2); --- third_party/hunspell/src/hunspell/affentry.hxx.orig 2015-07-21 18:46:37.322427000 -0400 +++ third_party/hunspell/src/hunspell/affentry.hxx 2015-07-21 18:48:02.034251000 -0400 @@ -27,7 +27,7 @@ - struct hentry * checkword(const char * word, int len, char in_compound, + struct hentry * checkword(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); - + - struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); + struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = 0); - + char * check_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); @@ -90,7 +90,7 @@ // const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT); const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0); - + - struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL); + struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = 0); - + char * check_twosfx_morph(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); --- third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-15 00:31:48.000000000 +0200 +++ third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-18 22:05:41.000000000 +0200 @@ -439,7 +439,7 @@ } - + CMapTable::CMapFormat0::Builder::Builder(const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), + : CMap::Builder(static_cast(NULL), @@ -133,13 +134,13 @@ glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { @@ -966,7 +966,7 @@ } - + CMapTable::CMapFormat4::Builder::Builder(const CMapId& cmap_id) - : CMap::Builder(reinterpret_cast(NULL), + : CMap::Builder(static_cast(NULL), CMapFormat::kFormat4, cmap_id) { } - + --- third_party/webrtc/base/taskrunner.cc 2015-04-15 00:32:17.000000000 +0200 +++ third_party/webrtc/base/taskrunner.cc 2015-04-18 22:10:53.000000000 +0200 @@ -102,7 +102,7 @@ @@ -148,6 +149,6 @@ tasks_.end(), - reinterpret_cast(NULL)); + static_cast(NULL)); - + tasks_.erase(it, tasks_.end()); - + Modified: branches/2016Q4/www/chromium/files/extra-patch-gcc ============================================================================== --- branches/2016Q4/www/chromium/files/extra-patch-gcc Wed Nov 23 20:08:36 2016 (r426974) +++ branches/2016Q4/www/chromium/files/extra-patch-gcc Wed Nov 23 20:39:33 2016 (r426975) @@ -3,27 +3,27 @@ @@ -5,6 +5,7 @@ #ifndef MEDIA_FILTERS_FILE_DATA_SOURCE_H_ #define MEDIA_FILTERS_FILE_DATA_SOURCE_H_ - + +#include #include - + #include "base/files/file.h" --- content/public/common/child_process_sandbox_support_linux.h.orig 2013-10-11 19:30:28.000000000 +0200 +++ content/public/common/child_process_sandbox_support_linux.h 2013-10-16 15:29:00.000000000 +0200 @@ -7,6 +7,7 @@ - + #include #include +#include - + #include "content/common/content_export.h" - + --- third_party/ffmpeg/libavutil/cpu.c.orig 2013-11-16 01:26:14.000000000 +0100 +++ third_party/ffmpeg/libavutil/cpu.c 2013-11-19 00:24:53.000000000 +0100 @@ -24,6 +24,9 @@ #include "opt.h" #include "common.h" - + +/* TODO(rene) work around a compile error with GCC 4.6.4 on FreeBSD */ +#define __BSD_VISIBLE 1 + @@ -35,22 +35,22 @@ @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + +#include + #include "content/browser/browser_shutdown_profile_dumper.h" - + #include "base/base_switches.h" --- testing/perf/perf_test.cc 2014-03-03 12:59:30.000000000 -0500 +++ testing/perf/perf_test.cc.orig 2014-02-20 15:28:27.000000000 -0500 @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + +#include + #include "testing/perf/perf_test.h" - + -#include - #include "base/logging.h" @@ -59,7 +59,7 @@ --- ui/gfx/codec/jpeg_codec.cc.orig 2014-10-02 19:19:03.000000000 +0200 +++ ui/gfx/codec/jpeg_codec.cc 2014-10-05 22:38:28.000000000 +0200 @@ -13,6 +13,7 @@ - + extern "C" { #if defined(USE_SYSTEM_LIBJPEG) +#include @@ -70,77 +70,44 @@ +++ third_party/webrtc/common_audio/wav_file.h 2014-10-18 12:04:03.000000000 +0200 @@ -14,6 +14,7 @@ #ifdef __cplusplus - + #include +#include #include #include - + --- v8/src/base/platform/platform.h.orig 2015-01-27 03:22:59.000000000 +0100 +++ v8/src/base/platform/platform.h 2015-01-28 18:37:43.268781292 +0100 @@ -22,6 +22,7 @@ #define V8_BASE_PLATFORM_PLATFORM_H_ - + #include +#include #include #include - + --- v8/src/compiler/graph-visualizer.cc.orig 2015-04-28 22:29:10.000000000 +0200 +++ v8/src/compiler/graph-visualizer.cc 2015-05-02 21:01:32.086593000 +0200 @@ -5,6 +5,7 @@ #include "src/compiler/graph-visualizer.h" - + #include +#include #include - + #include "src/code-stubs.h" -@@ -25,7 +26,7 @@ - namespace compiler { - - --FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, -+std::FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, - const char* suffix, const char* mode) { - EmbeddedVector filename; - SmartArrayPointer function_name; --- third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c.orig 2015-07-24 22:27:11.000000000 +0200 +++ third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c 2015-07-26 17:38:40.937606000 +0200 -@@ -34,6 +34,7 @@ - #include - #endif - #if HAVE_SYSCTL +@@ -1,2 +1,3 @@ + // File automatically generated. See crbug.com/495833. +#define __BSD_VISIBLE 1 - #if HAVE_SYS_PARAM_H - #include - #endif ---- v8/src/compiler/graph-visualizer.h.orig 2015-07-24 22:28:03.000000000 +0200 -+++ v8/src/compiler/graph-visualizer.h 2015-07-26 18:37:45.488253000 +0200 -@@ -5,7 +5,7 @@ - #ifndef V8_COMPILER_GRAPH_VISUALIZER_H_ - #define V8_COMPILER_GRAPH_VISUALIZER_H_ - --#include -+#include - #include - - namespace v8 { -@@ -21,7 +21,7 @@ - class Schedule; - class SourcePositionTable; - --FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, -+std::FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase, - const char* suffix, const char* mode); - - struct AsDOT { + #include "cpu.c" --- v8/src/log-utils.h.orig 2015-10-13 21:04:45.000000000 +0200 +++ v8/src/log-utils.h 2015-10-17 10:17:35.535561000 +0200 @@ -5,6 +5,9 @@ #ifndef V8_LOG_UTILS_H_ #define V8_LOG_UTILS_H_ - + +#include +#include + @@ -151,7 +118,7 @@ +++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc 2015-11-01 11:32:36.293750000 +0100 @@ -11,6 +11,7 @@ #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" - + #include +#include #include @@ -162,15 +129,15 @@ @@ -42,7 +42,7 @@ else if (hue * 3.0 < 2.0) result = temp1 + (temp2 - temp1) * (2.0 / 3.0 - hue) * 6.0; - + - return static_cast(std::round(result * 255)); + return static_cast(round(result * 255)); } - + // Assumes sRGB. @@ -85,7 +85,7 @@ } - + uint8_t GetLuma(SkColor color) { - return static_cast(std::round((0.299 * SkColorGetR(color)) + + return static_cast(round((0.299 * SkColorGetR(color)) + @@ -188,12 +155,12 @@ + static_cast(round(g)), + static_cast(round(b))); } - + void BuildLumaHistogram(const SkBitmap& bitmap, int histogram[256]) { @@ -275,10 +275,10 @@ double b = (SkColorGetB(foreground) * f_weight + SkColorGetB(background) * b_weight) / 255.0; - + - return SkColorSetARGB(static_cast(std::round(normalizer)), - static_cast(std::round(r)), - static_cast(std::round(g)), @@ -203,18 +170,18 @@ + static_cast(round(g)), + static_cast(round(b))); } - + bool IsDark(SkColor color) { --- media/filters/audio_clock.cc.orig 2016-04-07 11:55:00.678817033 +0200 +++ media/filters/audio_clock.cc 2016-04-07 11:55:28.152814716 +0200 @@ -121,7 +121,7 @@ } - + return base::TimeDelta::FromMicroseconds( - std::round(frames_until_timestamp * microseconds_per_frame_)); + round(frames_until_timestamp * microseconds_per_frame_)); } - + void AudioClock::ContiguousAudioDataBufferedForTesting( --- media/filters/audio_clock.h.orig 2016-04-08 14:22:02.833940146 +0200 +++ media/filters/audio_clock.h 2016-04-08 14:22:14.433876920 +0200 @@ -230,7 +197,7 @@ - std::round(back_timestamp_micros_)); + round(back_timestamp_micros_)); } - + // Returns the amount of wall time until |timestamp| will be played by the --- content/browser/web_contents/web_contents_impl.cc.orig 2016-04-08 15:44:21.989537858 +0200 +++ content/browser/web_contents/web_contents_impl.cc 2016-04-08 15:44:44.574535099 +0200 @@ -246,7 +213,7 @@ --- chrome/browser/ui/views/frame/browser_root_view.cc.orig 2016-04-08 17:23:19.749128496 +0200 +++ chrome/browser/ui/views/frame/browser_root_view.cc 2016-04-08 17:23:30.609126494 +0200 @@ -139,10 +139,10 @@ - + // Number of integer scroll events that have passed in each direction. int whole_scroll_amount_x = - std::lround(static_cast(scroll_remainder_x_) / @@ -256,16 +223,16 @@ - std::lround(static_cast(scroll_remainder_y_) / + lround(static_cast(scroll_remainder_y_) / ui::MouseWheelEvent::kWheelDelta); - + // Adjust the remainder such that any whole scrolls we have taken action --- base/process/memory.h.orig 2016-06-06 21:05:12.000000000 +0200 +++ base/process/memory.h 2016-06-12 20:04:24.000000000 +0200 @@ -6,6 +6,7 @@ #define BASE_PROCESS_MEMORY_H_ - + #include +#include - + #include "base/base_export.h" #include "base/process/process_handle.h" --- media/audio/audio_output_device.cc.orig 2016-06-06 21:05:19.000000000 +0200 @@ -278,61 +245,39 @@ + render_callback_->Render(output_bus_.get(), round(frames_delayed), frames_skipped); } - + --- media/audio/audio_output_stream_sink.cc.orig 2016-06-06 21:05:19.000000000 +0200 +++ media/audio/audio_output_stream_sink.cc 2016-06-12 20:35:05.000000000 +0200 @@ -85,7 +85,7 @@ if (!active_render_callback_) return 0; - + - uint32_t frames_delayed = std::round(static_cast(total_bytes_delay) / + uint32_t frames_delayed = round(static_cast(total_bytes_delay) / active_params_.GetBytesPerFrame()); - + return active_render_callback_->Render(dest, frames_delayed, frames_skipped); ---- media/base/audio_renderer_mixer_input.cc.orig 2016-06-06 21:05:19.000000000 +0200 -+++ media/base/audio_renderer_mixer_input.cc 2016-06-12 20:50:35.000000000 +0200 -@@ -164,7 +164,7 @@ - // TODO(chcunningham): Delete this conversion and change ProvideInput to more - // precisely describe delay as a count of frames delayed instead of TimeDelta. - // See http://crbug.com/587522. -- uint32_t frames_delayed = std::round(buffer_delay.InMicroseconds() / -+ uint32_t frames_delayed = round(buffer_delay.InMicroseconds() / - params_.GetMicrosecondsPerFrame()); - - int frames_filled = callback_->Render(audio_bus, frames_delayed, 0); ---- media/base/audio_renderer_mixer.cc.orig 2016-06-06 21:05:19.000000000 +0200 -+++ media/base/audio_renderer_mixer.cc 2016-06-12 20:52:34.000000000 +0200 -@@ -138,7 +138,7 @@ - // expect a count of frames delayed instead of TimeDelta (less precise). - // See http://crbug.com/587522. - base::TimeDelta audio_delay = base::TimeDelta::FromMicroseconds( -- std::round(frames_delayed * output_params_.GetMicrosecondsPerFrame())); -+ round(frames_delayed * output_params_.GetMicrosecondsPerFrame())); - - master_converter_.ConvertWithDelay(audio_delay, audio_bus); - return audio_bus->frames(); --- third_party/WebKit/Source/modules/battery/battery_status.h.orig 2016-06-06 21:05:36.000000000 +0200 +++ third_party/WebKit/Source/modules/battery/battery_status.h 2016-06-13 20:21:31.000000000 +0200 @@ -46,7 +46,7 @@ // of reducing the possibility of fingerprinting and triggers less level // change events on platforms where the granularity is high. - ASSERT(level >= 0 && level <= 1); + DCHECK(level >= 0 && level <= 1); - return std::round(level * 100) / 100.f; + return round(level * 100) / 100.f; } - + bool charging_; --- chrome/common/channel_info_posix.cc.orig 2016-06-06 21:05:14.000000000 +0200 +++ chrome/common/channel_info_posix.cc 2016-06-13 21:36:53.000000000 +0200 @@ -8,6 +8,8 @@ #include "build/build_config.h" #include "components/version_info/version_info.h" - + +#include + namespace chrome { - + namespace { --- chrome/browser/ui/views/tabs/tab_strip.cc.orig 2016-06-06 21:05:14.000000000 +0200 +++ chrome/browser/ui/views/tabs/tab_strip.cc 2016-06-13 22:03:03.000000000 +0200 @@ -360,3 +305,13 @@ CreateShadowDrawLooper(SkColorSetA(stroke_color, alpha))); canvas->DrawPath(fill, paint); +--- base/trace_event/heap_profiler_allocation_context_tracker.cc.orig 2016-08-03 22:02:10.000000000 +0300 ++++ base/trace_event/heap_profiler_allocation_context_tracker.cc 2016-08-21 04:17:53.717876000 +0300 +@@ -13,6 +13,7 @@ + #include "base/threading/thread_local_storage.h" + #include "base/trace_event/heap_profiler_allocation_context.h" + ++#include + #if defined(OS_LINUX) || defined(OS_ANDROID) + #include + #endif Copied: branches/2016Q4/www/chromium/files/patch-BUILD.gn (from r426855, head/www/chromium/files/patch-BUILD.gn) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/www/chromium/files/patch-BUILD.gn Wed Nov 23 20:39:33 2016 (r426975, copy of r426855, head/www/chromium/files/patch-BUILD.gn) @@ -0,0 +1,164 @@ +--- BUILD.gn.orig 2016-10-06 04:02:07.000000000 +0300 ++++ BUILD.gn 2016-10-13 10:32:25.742762000 +0300 +@@ -201,7 +201,7 @@ + ] + } + +- if (!is_ios && !is_android && !is_chromecast) { ++ if (!is_ios && !is_android && !is_bsd && !is_chromecast) { + deps += [ + "//chrome", + "//chrome/test:browser_tests", +@@ -260,7 +260,7 @@ + ] + } + +- if (!is_ios) { ++ if (!is_ios && !is_bsd) { + # TODO(GYP): Figure out which of these should actually build on iOS, + # and whether there should be other targets that are iOS-only and missing. + deps += [ +@@ -300,7 +300,7 @@ + "//ui/touch_selection:ui_touch_selection_unittests", + "//url/ipc:url_ipc_unittests", + ] +- } else { ++ } else if (!is_bsd) { + deps += [ "//ios:all" ] + } + +@@ -457,7 +457,7 @@ + ] + } + +- if (is_linux) { ++ if (is_linux || is_bsd) { + # The following are definitely linux-only. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Nov 23 20:50: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 C7B50C51B7A; Wed, 23 Nov 2016 20:50:58 +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 95B64FD1; Wed, 23 Nov 2016 20:50:58 +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 uANKov9b041720; Wed, 23 Nov 2016 20:50:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANKovXn041717; Wed, 23 Nov 2016 20:50:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611232050.uANKovXn041717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 23 Nov 2016 20:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426976 - head/devel/npth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:50:58 -0000 Author: jhale Date: Wed Nov 23 20:50:57 2016 New Revision: 426976 URL: https://svnweb.freebsd.org/changeset/ports/426976 Log: Update to 1.3 Modified: head/devel/npth/Makefile head/devel/npth/distinfo head/devel/npth/pkg-plist Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Wed Nov 23 20:39:33 2016 (r426975) +++ head/devel/npth/Makefile Wed Nov 23 20:50:57 2016 (r426976) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= npth -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= GNUPG/${PORTNAME} @@ -14,6 +14,7 @@ LICENSE_COMB= dual USES= tar:bzip2 libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +LIBS= -lpthread INSTALL_TARGET= install-strip .include Modified: head/devel/npth/distinfo ============================================================================== --- head/devel/npth/distinfo Wed Nov 23 20:39:33 2016 (r426975) +++ head/devel/npth/distinfo Wed Nov 23 20:50:57 2016 (r426976) @@ -1,2 +1,3 @@ -SHA256 (npth-1.2.tar.bz2) = 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a -SIZE (npth-1.2.tar.bz2) = 298735 +TIMESTAMP = 1479929622 +SHA256 (npth-1.3.tar.bz2) = bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a +SIZE (npth-1.3.tar.bz2) = 295998 Modified: head/devel/npth/pkg-plist ============================================================================== --- head/devel/npth/pkg-plist Wed Nov 23 20:39:33 2016 (r426975) +++ head/devel/npth/pkg-plist Wed Nov 23 20:50:57 2016 (r426976) @@ -2,5 +2,5 @@ bin/npth-config include/npth.h lib/libnpth.so lib/libnpth.so.0 -lib/libnpth.so.0.0.5 +lib/libnpth.so.0.0.6 share/aclocal/npth.m4 From owner-svn-ports-all@freebsd.org Wed Nov 23 20: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 AD863C51BBC; Wed, 23 Nov 2016 20:51: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 79F5419E; Wed, 23 Nov 2016 20:51:49 +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 uANKpmwe045521; Wed, 23 Nov 2016 20:51:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANKpmdA045519; Wed, 23 Nov 2016 20:51:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201611232051.uANKpmdA045519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 23 Nov 2016 20:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426977 - in head: . deskutils deskutils/xfce4-notification-daemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 20:51:49 -0000 Author: rene Date: Wed Nov 23 20:51:48 2016 New Revision: 426977 URL: https://svnweb.freebsd.org/changeset/ports/426977 Log: Remove expired port: 2016-11-23 deskutils/xfce4-notification-daemon: No longer supported by upstream, replaced with deskutils/xfce4-notifyd Deleted: head/deskutils/xfce4-notification-daemon/ Modified: head/MOVED head/deskutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 23 20:50:57 2016 (r426976) +++ head/MOVED Wed Nov 23 20:51:48 2016 (r426977) @@ -8807,3 +8807,4 @@ net/vnc||2016-11-14|Has expired: Distfil sysutils/gosa||2016-11-20|Has expired: this version of gosa cannot be fixed (requires PHP < 5.4) security/krb5-112||2016-11-20|Has expired: EOL twelve months after release of krb5-1.14 astro/osmium|astro/libosmium|2016-11-23|Rename according to upstream +deskutils/xfce4-notification-daemon|deskutils/xfce4-notifyd|2016-11-23|Has expired: No longer supported by upstream, replaced with deskutils/xfce4-notifyd Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Nov 23 20:50:57 2016 (r426976) +++ head/deskutils/Makefile Wed Nov 23 20:51:48 2016 (r426977) @@ -261,7 +261,6 @@ SUBDIR += xchm SUBDIR += xfce4-generic-slider SUBDIR += xfce4-notes-plugin - SUBDIR += xfce4-notification-daemon SUBDIR += xfce4-notifyd SUBDIR += xfce4-tumbler SUBDIR += xfce4-volumed From owner-svn-ports-all@freebsd.org Wed Nov 23 21:18: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 6FF01C512F2; Wed, 23 Nov 2016 21:18:26 +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 3B36112A; Wed, 23 Nov 2016 21:18:26 +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 uANLIPim054146; Wed, 23 Nov 2016 21:18:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANLIPfs054145; Wed, 23 Nov 2016 21:18:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611232118.uANLIPfs054145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 23 Nov 2016 21:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426978 - 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, 23 Nov 2016 21:18:26 -0000 Author: marino Date: Wed Nov 23 21:18:25 2016 New Revision: 426978 URL: https://svnweb.freebsd.org/changeset/ports/426978 Log: net-im/richochet no longer builds with libressl, IGNORE Approved by: SSL blanket Modified: head/net-im/ricochet/Makefile Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Wed Nov 23 20:51:48 2016 (r426977) +++ head/net-im/ricochet/Makefile Wed Nov 23 21:18:25 2016 (r426978) @@ -32,6 +32,10 @@ PLIST_FILES= bin/ricochet \ .include +.if ${SSL_DEFAULT:Mlibressl*} +IGNORE= Detected LibreSSL (missing RSA_get0_factors) +.endif + post-patch: @${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \ ${WRKSRC}/hardened.pri From owner-svn-ports-all@freebsd.org Wed Nov 23 21:44: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 31F34C519EF; Wed, 23 Nov 2016 21:44:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EACD0F1B; Wed, 23 Nov 2016 21:44:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANLiBsF067181; Wed, 23 Nov 2016 21:44:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANLiBug067180; Wed, 23 Nov 2016 21:44:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611232144.uANLiBug067180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 23 Nov 2016 21:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426979 - head/net/mosquitto/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 21:44:12 -0000 Author: marino Date: Wed Nov 23 21:44:10 2016 New Revision: 426979 URL: https://svnweb.freebsd.org/changeset/ports/426979 Log: net/mosquitto: restore libressl support The mosquitto commit that added OpenSSL 1.1.0 support simultaneously broke LibreSSL support. This patch comes from a fork and hasn't been incorporated upstream yet (pull request #280 still outstanding but should eventually be merged in). LibreSSL support broke during the version upgrade last month. Approved by: SSL blanket Added: head/net/mosquitto/files/patch-support-libressl (contents, props changed) Added: head/net/mosquitto/files/patch-support-libressl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mosquitto/files/patch-support-libressl Wed Nov 23 21:44:10 2016 (r426979) @@ -0,0 +1,68 @@ +From 9f74e09373f3be7b77f510ef8b0ae2c887f7b325 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 4 Oct 2016 14:35:33 +0200 +Subject: [PATCH] [280] Fix build with libressl + +Closes #280 + +Fix building with libressl which broke in commit fff741613 (Support for +openssl 1.1.0). + +Bug: #280 + +Signed-off-by: Natanael Copa +--- + lib/mosquitto_internal.h | 3 +++ + src/mosquitto_passwd.c | 4 ++-- + src/security_default.c | 2 +- + 3 files changed, 6 insertions(+), 3 deletions(-) + +diff --git lib/mosquitto_internal.h lib/mosquitto_internal.h +index 4b4cf85..700bbb0 100644 +--- lib/mosquitto_internal.h ++++ lib/mosquitto_internal.h +@@ -25,6 +25,9 @@ and the Eclipse Distribution License is available at + + #ifdef WITH_TLS + # include ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) ++# define HAVE_OPENSSL_OPAQUE_STRUCTS ++# endif + #else + # include + #endif +diff --git src/mosquitto_passwd.c src/mosquitto_passwd.c +index de9a719..5b854d9 100644 +--- src/mosquitto_passwd.c ++++ src/mosquitto_passwd.c +@@ -90,7 +90,7 @@ int output_new_password(FILE *fptr, const char *username, const char *password) + unsigned char hash[EVP_MAX_MD_SIZE]; + unsigned int hash_len; + const EVP_MD *digest; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#ifndef HAVE_OPENSSL_OPAQUE_STRUCTS + EVP_MD_CTX context; + #else + EVP_MD_CTX *context; +@@ -117,7 +117,7 @@ int output_new_password(FILE *fptr, const char *username, const char *password) + return 1; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#ifndef HAVE_OPENSSL_OPAQUE_STRUCTS + EVP_MD_CTX_init(&context); + EVP_DigestInit_ex(&context, digest, NULL); + EVP_DigestUpdate(&context, password, strlen(password)); +diff --git src/security_default.c src/security_default.c +index 64ca846..9ad8708 100644 +--- src/security_default.c ++++ src/security_default.c +@@ -770,7 +770,7 @@ int mosquitto_psk_key_get_default(struct mosquitto_db *db, const char *hint, con + int _pw_digest(const char *password, const unsigned char *salt, unsigned int salt_len, unsigned char *hash, unsigned int *hash_len) + { + const EVP_MD *digest; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#ifndef HAVE_OPENSSL_OPAQUE_STRUCTS + EVP_MD_CTX context; + + digest = EVP_get_digestbyname("sha512"); From owner-svn-ports-all@freebsd.org Wed Nov 23 22: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 6CA94C511BF; Wed, 23 Nov 2016 22:28: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 239551F7A; Wed, 23 Nov 2016 22:28: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 uANMSHJD083356; Wed, 23 Nov 2016 22:28:17 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANMSH7p083353; Wed, 23 Nov 2016 22:28:17 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611232228.uANMSH7p083353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 22:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426980 - branches/2016Q4/security/linux-c6-nss 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, 23 Nov 2016 22:28:18 -0000 Author: tijl Date: Wed Nov 23 22:28:16 2016 New Revision: 426980 URL: https://svnweb.freebsd.org/changeset/ports/426980 Log: MFH: r426891 Update to nss 3.21.3-2.el6_8 and nss-util 3.21.3-1.el6_8. PR: 214755 Submitted by: Piotr Kubaj Security: https://access.redhat.com/errata/RHSA-2016:2779 Approved by: ports-secteam (feld) Modified: branches/2016Q4/security/linux-c6-nss/Makefile branches/2016Q4/security/linux-c6-nss/distinfo.i386 branches/2016Q4/security/linux-c6-nss/distinfo.x86_64 Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/linux-c6-nss/Makefile ============================================================================== --- branches/2016Q4/security/linux-c6-nss/Makefile Wed Nov 23 21:44:10 2016 (r426979) +++ branches/2016Q4/security/linux-c6-nss/Makefile Wed Nov 23 22:28:16 2016 (r426980) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.21.0 -PORTREVISION= 3 +PORTVERSION= 3.21.3 CATEGORIES= security linux LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - nss-util-${PORTVERSION}-2.el6${EXTRACT_SUFX} \ + nss-util-${PORTVERSION}-1.el6_8${EXTRACT_SUFX} \ nss-softokn-3.14.3-23.3.el6_8${EXTRACT_SUFX} \ nss-softokn-freebl-3.14.3-23.3.el6_8${EXTRACT_SUFX} @@ -15,14 +14,14 @@ COMMENT= Network Security Services (Linu LICENSE= MPL -RPMVERSION= 8.el6 +RPMVERSION= 2.el6_8 USES= linux:c6 USE_LINUX= nspr sqlite3 USE_LINUX_RPM= yes USE_LDCONFIG= yes SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ - nss-util-${PORTVERSION}-2.el6.src.rpm:SOURCE \ + nss-util-${PORTVERSION}-1.el6_8.src.rpm:SOURCE \ nss-softokn-3.14.3-23.3.el6_8.src.rpm:SOURCE DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr Modified: branches/2016Q4/security/linux-c6-nss/distinfo.i386 ============================================================================== --- branches/2016Q4/security/linux-c6-nss/distinfo.i386 Wed Nov 23 21:44:10 2016 (r426979) +++ branches/2016Q4/security/linux-c6-nss/distinfo.i386 Wed Nov 23 22:28:16 2016 (r426980) @@ -1,15 +1,15 @@ -TIMESTAMP = 1468444432 -SHA256 (rpm/i686/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = ab4f53ccbdcb2c2c409ea41dcd32d253f9d1acce61648d1bfb3efe7e01b14152 -SIZE (rpm/i686/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = 881204 -SHA256 (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 23021bfcd0016e9570cd64edda81063a271dedc30ce4dfc989cfacbbb36deca1 -SIZE (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 68152 +TIMESTAMP = 1479846995 +SHA256 (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = f715cf616cb68f87d7e182a043e145afea7493e6b43f9cec966340cabf1d44ef +SIZE (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = 881768 +SHA256 (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 2b1b1266d666edc9b6ea677d418ba62c208ffd52e7033b03887d646a90c22eba +SIZE (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 68328 SHA256 (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (rpm/i686/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = c691e669816890bc0de9c05e83ce632836f9098acad04781c95abb9dc3de34dc SIZE (rpm/i686/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = 161168 -SHA256 (rpm/i686/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 008750a9f11ece3823ca9424addb5d491e73a579a85fe047b90640b70bd1083e -SIZE (rpm/i686/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 5679718 -SHA256 (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = e716c4b52d6f40b8350cde50061867d7d9cc4ba1dcde80dd2a62e2bcd124483c -SIZE (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = 772768 +SHA256 (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = e7beaea47d4af5a3f35bf85fa0a4907717b5e5e555e51e8e49d78be98b67b867 +SIZE (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = 5680931 +SHA256 (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = cb62c2b82021eb8f1063999fbb99cd30728b289e20e9df943405db1733d7524c +SIZE (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = 764093 SHA256 (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e SIZE (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 1305116 Modified: branches/2016Q4/security/linux-c6-nss/distinfo.x86_64 ============================================================================== --- branches/2016Q4/security/linux-c6-nss/distinfo.x86_64 Wed Nov 23 21:44:10 2016 (r426979) +++ branches/2016Q4/security/linux-c6-nss/distinfo.x86_64 Wed Nov 23 22:28:16 2016 (r426980) @@ -1,23 +1,23 @@ -TIMESTAMP = 1468442254 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = ab4f53ccbdcb2c2c409ea41dcd32d253f9d1acce61648d1bfb3efe7e01b14152 -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = 881204 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 23021bfcd0016e9570cd64edda81063a271dedc30ce4dfc989cfacbbb36deca1 -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 68152 +TIMESTAMP = 1479847070 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = f715cf616cb68f87d7e182a043e145afea7493e6b43f9cec966340cabf1d44ef +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = 881768 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 2b1b1266d666edc9b6ea677d418ba62c208ffd52e7033b03887d646a90c22eba +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 68328 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = c691e669816890bc0de9c05e83ce632836f9098acad04781c95abb9dc3de34dc SIZE (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = 161168 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.x86_64.rpm) = 8582989e907c34c87cefb49471df393d20f94850f53171dfe24f24c77ac5b815 -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.x86_64.rpm) = 879240 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.x86_64.rpm) = 8952da865017c64686144a381f00b43860928f4bf7e674907b0a1992d0405c76 -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.x86_64.rpm) = 68704 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.x86_64.rpm) = 7b8e3cf3ed3d0ae94b6a2161f73354ecfd2195d603ec45c1f079324c08d7cff9 +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.x86_64.rpm) = 880044 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.x86_64.rpm) = bd859704174322d1260f00a9ce08d7167cba9b8aef3fb6570c2e8c33bb8c7570 +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.x86_64.rpm) = 68892 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 7e4298904daec41067f01c8943055560cd153d1f39c668c6d2fa978a3d66dd81 SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 268680 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64.rpm) = bccc1e55c5cf90d7ee5ef2d25253fc8dd2c3854121a65711f5f5618b097ffb70 SIZE (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64.rpm) = 171680 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 008750a9f11ece3823ca9424addb5d491e73a579a85fe047b90640b70bd1083e -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 5679718 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = e716c4b52d6f40b8350cde50061867d7d9cc4ba1dcde80dd2a62e2bcd124483c -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = 772768 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = e7beaea47d4af5a3f35bf85fa0a4907717b5e5e555e51e8e49d78be98b67b867 +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = 5680931 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = cb62c2b82021eb8f1063999fbb99cd30728b289e20e9df943405db1733d7524c +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = 764093 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 1305116 From owner-svn-ports-all@freebsd.org Wed Nov 23 22:29: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 6523BC5124F; Wed, 23 Nov 2016 22:29:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D0E6135; Wed, 23 Nov 2016 22:29:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANMTt8I083580; Wed, 23 Nov 2016 22:29:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANMTtW3083578; Wed, 23 Nov 2016 22:29:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611232229.uANMTtW3083578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 23 Nov 2016 22:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426981 - in branches/2016Q4/net/mpich: . 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, 23 Nov 2016 22:29:56 -0000 Author: tijl Date: Wed Nov 23 22:29:55 2016 New Revision: 426981 URL: https://svnweb.freebsd.org/changeset/ports/426981 Log: MFH: r426949 Add patch to apply alignment attribute to a struct instead of a typedef. This rounds the size of the struct to a multiple of the alignment such that malloc and friends allocate memory with the correct alignment. PR: 214784 Approved by: ports-secteam (feld) Added: branches/2016Q4/net/mpich/files/patch-src-include-mpiimpl.h - copied unchanged from r426949, head/net/mpich/files/patch-src-include-mpiimpl.h Modified: branches/2016Q4/net/mpich/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net/mpich/Makefile ============================================================================== --- branches/2016Q4/net/mpich/Makefile Wed Nov 23 22:28:16 2016 (r426980) +++ branches/2016Q4/net/mpich/Makefile Wed Nov 23 22:29:55 2016 (r426981) @@ -2,7 +2,7 @@ PORTNAME= mpich PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ Copied: branches/2016Q4/net/mpich/files/patch-src-include-mpiimpl.h (from r426949, head/net/mpich/files/patch-src-include-mpiimpl.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/net/mpich/files/patch-src-include-mpiimpl.h Wed Nov 23 22:29:55 2016 (r426981, copy of r426949, head/net/mpich/files/patch-src-include-mpiimpl.h) @@ -0,0 +1,11 @@ +--- src/include/mpiimpl.h.orig 2015-11-10 02:39:01 UTC ++++ src/include/mpiimpl.h +@@ -1528,7 +1528,7 @@ typedef struct MPID_Request { + #ifdef MPID_DEV_REQUEST_DECL + MPID_DEV_REQUEST_DECL + #endif +-} MPID_Request ATTRIBUTE((__aligned__(32))); ++} ATTRIBUTE((__aligned__(32))) MPID_Request; + + extern MPIU_Object_alloc_t MPID_Request_mem; + /* Preallocated request objects */ From owner-svn-ports-all@freebsd.org Wed Nov 23 22:43: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 6E72FC51637; Wed, 23 Nov 2016 22:43: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 40015B68; Wed, 23 Nov 2016 22:43: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 uANMhua5091582; Wed, 23 Nov 2016 22:43:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANMhu8I091579; Wed, 23 Nov 2016 22:43:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611232243.uANMhu8I091579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 23 Nov 2016 22:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426982 - head/lang/gcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 22:43:57 -0000 Author: gerald Date: Wed Nov 23 22:43:56 2016 New Revision: 426982 URL: https://svnweb.freebsd.org/changeset/ports/426982 Log: Pet portlint re patch format. Modified: head/lang/gcc/files/patch-arm-support head/lang/gcc/files/patch-armv6-hf-support head/lang/gcc/files/patch-libcpp Modified: head/lang/gcc/files/patch-arm-support ============================================================================== --- head/lang/gcc/files/patch-arm-support Wed Nov 23 22:29:55 2016 (r426981) +++ head/lang/gcc/files/patch-arm-support Wed Nov 23 22:43:56 2016 (r426982) @@ -1,3 +1,4 @@ +--- UTC Index: configure =================================================================== --- configure (revision 218760) Modified: head/lang/gcc/files/patch-armv6-hf-support ============================================================================== --- head/lang/gcc/files/patch-armv6-hf-support Wed Nov 23 22:29:55 2016 (r426981) +++ head/lang/gcc/files/patch-armv6-hf-support Wed Nov 23 22:43:56 2016 (r426982) @@ -1,3 +1,4 @@ +--- UTC --- gcc/config.gcc.orig 2016-05-25 22:53:15.930993000 +0200 +++ gcc/config.gcc 2016-05-25 22:54:06.087115000 +0200 @@ -1026,11 +1026,9 @@ Modified: head/lang/gcc/files/patch-libcpp ============================================================================== --- head/lang/gcc/files/patch-libcpp Wed Nov 23 22:29:55 2016 (r426981) +++ head/lang/gcc/files/patch-libcpp Wed Nov 23 22:43:56 2016 (r426982) @@ -1,3 +1,4 @@ +--- UTC --- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 +++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 @@ -27,6 +27,7 @@ From owner-svn-ports-all@freebsd.org Wed Nov 23 23: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 37A3AC5101B; Wed, 23 Nov 2016 23:11:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEFDBBD6; Wed, 23 Nov 2016 23:11:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANNB006099998; Wed, 23 Nov 2016 23:11:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANNAxan099968; Wed, 23 Nov 2016 23:10:59 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611232310.uANNAxan099968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 23 Nov 2016 23:10:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426983 - in head/devel/cgit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 23 Nov 2016 23:11:01 -0000 Author: adamw Date: Wed Nov 23 23:10:59 2016 New Revision: 426983 URL: https://svnweb.freebsd.org/changeset/ports/426983 Log: Update to cgit 1.1, and update the included git to 2.10.2. While here, simplify the plist and the pkg-message by assuming that the project isn't going to change its name. Also, tweak the COMMENT and pkg-descr. And lastly, take maintainership. Many thanks to Kevin for all his work in looking after this port for nearly three-and-a-half years! PR: 214791 Approved by: outgoing maintainer (Kevin Zheng) Modified: head/devel/cgit/Makefile head/devel/cgit/distinfo head/devel/cgit/files/pkg-message.in head/devel/cgit/pkg-descr head/devel/cgit/pkg-plist Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/Makefile Wed Nov 23 23:10:59 2016 (r426983) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \ - git-${GIT_VERSION}.tar.gz:git + git-${GIT_VERSION}${EXTRACT_SUFX}:git -MAINTAINER= kevinz5000@gmail.com -COMMENT= Hyperfast web frontend for Git repositories +MAINTAINER= adamw@FreeBSD.org +COMMENT= Fast, lightweight web frontend for Git repositories LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -PROJECTHOST= git-core -GIT_VERSION= 2.9.2 +GIT_VERSION= 2.10.2 USES= cpe gmake iconv shebangfix ssl tar:xz CPE_VENDOR= lars_hjemli SHEBANG_FILES= filters/html-converters/rst2html @@ -26,8 +25,6 @@ MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} C prefix=${PREFIX} NO_GETTEXT=1 NO_LUA=1 NO_R_TO_GCC_LINKER=1 SUB_FILES= pkg-message -SUB_LIST+= PORTNAME=${PORTNAME} -PLIST_SUB+= PORTNAME=${PORTNAME} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PORTDOCS= ${PORTNAME}rc.5.txt Modified: head/devel/cgit/distinfo ============================================================================== --- head/devel/cgit/distinfo Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/distinfo Wed Nov 23 23:10:59 2016 (r426983) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468856093 -SHA256 (cgit-1.0.tar.xz) = a89754610922f122468c791888ed6309a81fa0f3ae948d118284b673cb40704d -SIZE (cgit-1.0.tar.xz) = 85924 -SHA256 (git-2.9.2.tar.gz) = 3cb09a3917c2d8150fc1708f3019cf99a8f0feee6cd61bba3797e3b2a85be9dc -SIZE (git-2.9.2.tar.gz) = 5910696 +TIMESTAMP = 1479922408 +SHA256 (cgit-1.1.tar.xz) = 0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890 +SIZE (cgit-1.1.tar.xz) = 86268 +SHA256 (git-2.10.2.tar.xz) = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 +SIZE (git-2.10.2.tar.xz) = 4106108 Modified: head/devel/cgit/files/pkg-message.in ============================================================================== --- head/devel/cgit/files/pkg-message.in Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/files/pkg-message.in Wed Nov 23 23:10:59 2016 (r426983) @@ -1,5 +1,5 @@ --------------------------------------------------- -%%PORTNAME%% has been successfully installed. +cgit has been successfully installed. You probably want to add a 'Directory' section for cgit, along the lines of: Modified: head/devel/cgit/pkg-descr ============================================================================== --- head/devel/cgit/pkg-descr Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/pkg-descr Wed Nov 23 23:10:59 2016 (r426983) @@ -1,4 +1,4 @@ -Cgit is an attempt to create a fast web interface for the git scm, using -a builtin cache to decrease server io-pressure. +cgit is a fast web interface for the Git SCM, using a built-in cache to +decrease server I/O pressure. WWW: http://git.zx2c4.com/cgit/about/ Modified: head/devel/cgit/pkg-plist ============================================================================== --- head/devel/cgit/pkg-plist Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/pkg-plist Wed Nov 23 23:10:59 2016 (r426983) @@ -1,19 +1,19 @@ -lib/%%PORTNAME%%/filters/about-formatting.sh -lib/%%PORTNAME%%/filters/commit-links.sh -lib/%%PORTNAME%%/filters/email-gravatar.lua -lib/%%PORTNAME%%/filters/email-gravatar.py -lib/%%PORTNAME%%/filters/email-libravatar.lua -lib/%%PORTNAME%%/filters/gentoo-ldap-authentication.lua -lib/%%PORTNAME%%/filters/html-converters/man2html -lib/%%PORTNAME%%/filters/html-converters/md2html -lib/%%PORTNAME%%/filters/html-converters/rst2html -lib/%%PORTNAME%%/filters/html-converters/txt2html -lib/%%PORTNAME%%/filters/owner-example.lua -lib/%%PORTNAME%%/filters/simple-authentication.lua -lib/%%PORTNAME%%/filters/syntax-highlighting.py -lib/%%PORTNAME%%/filters/syntax-highlighting.sh -%%WWWDIR%%/%%PORTNAME%%.cgi -%%WWWDIR%%/%%PORTNAME%%.css -%%WWWDIR%%/%%PORTNAME%%.png +lib/cgit/filters/about-formatting.sh +lib/cgit/filters/commit-links.sh +lib/cgit/filters/email-gravatar.lua +lib/cgit/filters/email-gravatar.py +lib/cgit/filters/email-libravatar.lua +lib/cgit/filters/gentoo-ldap-authentication.lua +lib/cgit/filters/html-converters/man2html +lib/cgit/filters/html-converters/md2html +lib/cgit/filters/html-converters/rst2html +lib/cgit/filters/html-converters/txt2html +lib/cgit/filters/owner-example.lua +lib/cgit/filters/simple-authentication.lua +lib/cgit/filters/syntax-highlighting.py +lib/cgit/filters/syntax-highlighting.sh +%%WWWDIR%%/cgit.cgi +%%WWWDIR%%/cgit.css +%%WWWDIR%%/cgit.png %%WWWDIR%%/favicon.ico %%WWWDIR%%/robots.txt From owner-svn-ports-all@freebsd.org Wed Nov 23 23:39: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 A11B7C515E7; Wed, 23 Nov 2016 23:39:53 +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 7BAF3B62; Wed, 23 Nov 2016 23:39:53 +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 uANNdq78011811; Wed, 23 Nov 2016 23:39:52 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANNdq6L011807; Wed, 23 Nov 2016 23:39:52 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611232339.uANNdq6L011807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 23 Nov 2016 23:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426984 - branches/2016Q4/net/gnome-online-accounts 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, 23 Nov 2016 23:39:53 -0000 Author: cpm Date: Wed Nov 23 23:39:52 2016 New Revision: 426984 URL: https://svnweb.freebsd.org/changeset/ports/426984 Log: MFH: r426868 net/gnome-online-accounts: - Update gnome-online-accounts to 3.18.6 - Add LICENSE and LICENSE_FILE - Switch to USES=localbase:ldflags - Add missing dependencies - Record TIMESTAMP and distinfo checksum (3.18.6) - Add WWW to pkg-descr PR: 214246 Submitted by: cpm Reviewed by: amdmi3, feld (mentors) Approved by: kwm (GNOME team), amdmi3, feld (mentors) Approved by: ports-secteam (feld) Modified: branches/2016Q4/net/gnome-online-accounts/Makefile branches/2016Q4/net/gnome-online-accounts/distinfo branches/2016Q4/net/gnome-online-accounts/pkg-descr Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net/gnome-online-accounts/Makefile ============================================================================== --- branches/2016Q4/net/gnome-online-accounts/Makefile Wed Nov 23 23:10:59 2016 (r426983) +++ branches/2016Q4/net/gnome-online-accounts/Makefile Wed Nov 23 23:39:52 2016 (r426984) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= gnome-online-accounts -PORTVERSION= 3.18.4 -PORTREVISION= 1 +PORTVERSION= 3.18.6 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Interface provider to access the user's online accounts +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libdbus-glib-1.so:devel/dbus-glib \ @@ -17,17 +19,16 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:www/we libjson-glib-1.0.so:devel/json-glib \ libnotify.so:devel/libnotify \ libsecret-1.so:security/libsecret \ + libsoup-2.4.so:devel/libsoup \ librest-0.7.so:devel/librest PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intlhack introspection:build libxslt:build +USES= gettext gmake gnome localbase:ldflags libtool pathfix pkgconfig tar:xz +USE_GNOME= cairo gtk30 intlhack introspection:build libxslt:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-lastfm Modified: branches/2016Q4/net/gnome-online-accounts/distinfo ============================================================================== --- branches/2016Q4/net/gnome-online-accounts/distinfo Wed Nov 23 23:10:59 2016 (r426983) +++ branches/2016Q4/net/gnome-online-accounts/distinfo Wed Nov 23 23:39:52 2016 (r426984) @@ -1,2 +1,3 @@ -SHA256 (gnome-online-accounts-3.18.4.tar.xz) = 9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d -SIZE (gnome-online-accounts-3.18.4.tar.xz) = 1384756 +TIMESTAMP = 1478316573 +SHA256 (gnome-online-accounts-3.18.6.tar.xz) = 7e7c581b19b213d04c56a080ed7240a90999d7be2daca27d4aa054d205b48fa5 +SIZE (gnome-online-accounts-3.18.6.tar.xz) = 1478544 Modified: branches/2016Q4/net/gnome-online-accounts/pkg-descr ============================================================================== --- branches/2016Q4/net/gnome-online-accounts/pkg-descr Wed Nov 23 23:10:59 2016 (r426983) +++ branches/2016Q4/net/gnome-online-accounts/pkg-descr Wed Nov 23 23:39:52 2016 (r426984) @@ -1,2 +1,4 @@ gnome-online-accounts provides interfaces so applications and libraries in GNOME can access the user's online accounts. + +WWW: https://wiki.gnome.org/Projects/GnomeOnlineAccounts From owner-svn-ports-all@freebsd.org Thu Nov 24 00:22: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 8E663C50862; Thu, 24 Nov 2016 00:22: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 5EF29856; Thu, 24 Nov 2016 00:22: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 uAO0MGv0031794; Thu, 24 Nov 2016 00:22:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO0MGIx031793; Thu, 24 Nov 2016 00:22:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611240022.uAO0MGIx031793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 24 Nov 2016 00:22:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426985 - in head/textproc/p5-XML-Twig: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 00:22:17 -0000 Author: wen Date: Thu Nov 24 00:22:16 2016 New Revision: 426985 URL: https://svnweb.freebsd.org/changeset/ports/426985 Log: - Update to 3.52 Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.52/Changes Deleted: head/textproc/p5-XML-Twig/files/ Modified: head/textproc/p5-XML-Twig/Makefile head/textproc/p5-XML-Twig/distinfo Modified: head/textproc/p5-XML-Twig/Makefile ============================================================================== --- head/textproc/p5-XML-Twig/Makefile Wed Nov 23 23:39:52 2016 (r426984) +++ head/textproc/p5-XML-Twig/Makefile Thu Nov 24 00:22:16 2016 (r426985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Twig -PORTVERSION= 3.49 +PORTVERSION= 3.52 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-Twig/distinfo ============================================================================== --- head/textproc/p5-XML-Twig/distinfo Wed Nov 23 23:39:52 2016 (r426984) +++ head/textproc/p5-XML-Twig/distinfo Thu Nov 24 00:22:16 2016 (r426985) @@ -1,2 +1,3 @@ -SHA256 (XML-Twig-3.49.tar.gz) = 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 -SIZE (XML-Twig-3.49.tar.gz) = 402874 +TIMESTAMP = 1479945786 +SHA256 (XML-Twig-3.52.tar.gz) = fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad +SIZE (XML-Twig-3.52.tar.gz) = 407769 From owner-svn-ports-all@freebsd.org Thu Nov 24 00:22: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 94573C5089B; Thu, 24 Nov 2016 00:22:51 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fun.ee.lbl.gov", Issuer "ACS 3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 81DD8974; Thu, 24 Nov 2016 00:22:51 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from ice.ee.lbl.gov (ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5]) (authenticated bits=0) by fun.ee.lbl.gov (8.15.2/8.15.2) with ESMTPSA id uAO0Moqc035519 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Nov 2016 16:22:51 -0800 (PST) (envelope-from leres@ee.lbl.gov) X-Authentication-Warning: fun.ee.lbl.gov: Host ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5] claimed to be ice.ee.lbl.gov Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel To: Cy Schubert References: <201611232035.uANKZ8CE007293@slippy.cwsent.com> Cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org From: Craig Leres Message-ID: Date: Wed, 23 Nov 2016 16:22:50 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <201611232035.uANKZ8CE007293@slippy.cwsent.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 00:22:51 -0000 On 11/23/16 12:35, Cy Schubert wrote: > That was fixed by r426923. You will need to update your ports tree. Sorry; I missed that. > My two poudriere builders (running -CURRENT) had no issues with r426923. > > I don't have good Internet access (I'm semi-AFK until Friday and fully AFK > Friday and Saturday). I won't be back until Sunday. I defer to delphij to > address any other issues until I return. Unfortunately adding a build depend for devel/autogen doesn't solve the stage failure. It does let it get further: Making install in tests /usr/bin/make install-am TEMPDIR=`pwd` && export TEMPDIR && cd . && ../scripts/build/genver m4/version.m4 CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4 -I libevent/m4 -I libopts/m4 aclocal-1.15: not found *** [./aclocal.m4] Error code 127 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [do-install] Error code 1 Stop in /usr/ports/net/ntp. Adding a BUILD_DEPENDS for aclocal:devel/automake takes it off into the weeds: Making install in tests /usr/bin/make install-am TEMPDIR=`pwd` && export TEMPDIR && cd . && ../scripts/build/genver m4/version.m4 cc -DHAVE_CONFIG_H -I. -I./../include -I./../lib/isc/include -I./../lib/isc/pthreads/include -I./../lib/isc/unix/include -I./libopts -I/usr/local/include -isys tem /usr/local/include -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -W no-strict-prototypes -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -MT crypto.o -MD -MP -MF .deps/crypto.Tpo -c -o crypto.o crypto.c In file included from crypto.h:13, from crypto.c:2: sntp-opts.h:59:3: error: #error option template version mismatches autoopts/options.h header In file included from crypto.h:13, from crypto.c:2: sntp-opts.h:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Me' sntp-opts.h:90: warning: data definition has no type or storage class sntp-opts.h:90: warning: type defaults to 'int' in declaration of 'teOptIndex' *** [crypto.o] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [do-install] Error code 1 Stop in /usr/ports/net/ntp. I don't understand why autogen/automake come into play for 9.3 but not 10.3. Meanwhile turns out 4.2.8p9 also has vulnerabilities: http://support.ntp.org/bin/view/Main/SecurityNotice#November_2016_ntp_4_2_8p9_NTP_Se So maybe it's best to wait for p10 and hope that it builds and packages cleanly on 9.3? Craig From owner-svn-ports-all@freebsd.org Thu Nov 24 00:29: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 DCB43C5093D; Thu, 24 Nov 2016 00:29: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 A4B68A9C; Thu, 24 Nov 2016 00:29: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 uAO0T9UV032182; Thu, 24 Nov 2016 00:29:09 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO0T9vo032179; Thu, 24 Nov 2016 00:29:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611240029.uAO0T9vo032179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 24 Nov 2016 00:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426986 - head/devel/p5-Params-ValidationCompiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 00:29:11 -0000 Author: wen Date: Thu Nov 24 00:29:09 2016 New Revision: 426986 URL: https://svnweb.freebsd.org/changeset/ports/426986 Log: - Update to 0.19 Changes: http://cpansearch.perl.org/src/DROLSKY/Params-ValidationCompiler-0.19/Changes Modified: head/devel/p5-Params-ValidationCompiler/Makefile head/devel/p5-Params-ValidationCompiler/distinfo Modified: head/devel/p5-Params-ValidationCompiler/Makefile ============================================================================== --- head/devel/p5-Params-ValidationCompiler/Makefile Thu Nov 24 00:22:16 2016 (r426985) +++ head/devel/p5-Params-ValidationCompiler/Makefile Thu Nov 24 00:29:09 2016 (r426986) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Params-ValidationCompiler -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Params-ValidationCompiler/distinfo ============================================================================== --- head/devel/p5-Params-ValidationCompiler/distinfo Thu Nov 24 00:22:16 2016 (r426985) +++ head/devel/p5-Params-ValidationCompiler/distinfo Thu Nov 24 00:29:09 2016 (r426986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479380115 -SHA256 (Params-ValidationCompiler-0.18.tar.gz) = 0e17c193659beca5e9e5a8d040da21faebd6427c6426b94c4094d5d50ceebd9d -SIZE (Params-ValidationCompiler-0.18.tar.gz) = 38696 +TIMESTAMP = 1479946970 +SHA256 (Params-ValidationCompiler-0.19.tar.gz) = c6c7e0945269868a2c51d2a48c825a0b267fdf58f55d7841cae63f61b06886ff +SIZE (Params-ValidationCompiler-0.19.tar.gz) = 38999 From owner-svn-ports-all@freebsd.org Thu Nov 24 02:30: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 A420FC51C74; Thu, 24 Nov 2016 02:30: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 59A9FE76; Thu, 24 Nov 2016 02:30: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 uAO2UMYA079643; Thu, 24 Nov 2016 02:30:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO2UMal079641; Thu, 24 Nov 2016 02:30:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611240230.uAO2UMal079641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 02:30:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426987 - in head/dns/powerdns-recursor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 02:30:23 -0000 Author: jbeich Date: Thu Nov 24 02:30:22 2016 New Revision: 426987 URL: https://svnweb.freebsd.org/changeset/ports/426987 Log: dns/powerdns-recursor: work around crash with boost 1.62 Assertion failed: (this != &x), function operator=, file /usr/local/include/boost/container/string.hpp, line 830. PR: 214470 Approved by: Ralf van der Enden (maintainer) Added: head/dns/powerdns-recursor/files/patch-dnsname.hh (contents, props changed) Modified: head/dns/powerdns-recursor/Makefile (contents, props changed) Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Thu Nov 24 00:29:09 2016 (r426986) +++ head/dns/powerdns-recursor/Makefile Thu Nov 24 02:30:22 2016 (r426987) @@ -3,7 +3,7 @@ PORTNAME= recursor PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Added: head/dns/powerdns-recursor/files/patch-dnsname.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/powerdns-recursor/files/patch-dnsname.hh Thu Nov 24 02:30:22 2016 (r426987) @@ -0,0 +1,22 @@ +https://github.com/PowerDNS/pdns/issues/2955 + +--- dnsname.hh.orig 2016-09-06 12:50:29 UTC ++++ dnsname.hh +@@ -30,7 +30,7 @@ + #include + + // it crashes on OSX and doesn't compile on OpenBSD +-#if BOOST_VERSION >= 104800 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__) ++#if BOOST_VERSION >= 104800 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__) + #include + #endif + +@@ -133,7 +133,7 @@ public: + inline bool canonCompare(const DNSName& rhs) const; + bool slowCanonCompare(const DNSName& rhs) const; + +-#if BOOST_VERSION >= 104800 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__) ++#if BOOST_VERSION >= 104800 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__) + typedef boost::container::string string_t; + #else + typedef std::string string_t; From owner-svn-ports-all@freebsd.org Thu Nov 24 02:30: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 71E44C51CF0; Thu, 24 Nov 2016 02:30: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 4C9BAF59; Thu, 24 Nov 2016 02:30: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 uAO2UbWV079766; Thu, 24 Nov 2016 02:30:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO2Ubdq079764; Thu, 24 Nov 2016 02:30:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611240230.uAO2Ubdq079764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 02:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426988 - in head/devel/boost-libs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 02:30:38 -0000 Author: jbeich Date: Thu Nov 24 02:30:37 2016 New Revision: 426988 URL: https://svnweb.freebsd.org/changeset/ports/426988 Log: devel/boost-libs: unbreak consumers with libressl $ make WITH=ASIO -C www/nghttp2 [...] In file included from asio_common.cc:25: In file included from ./asio_common.h:32: In file included from ../src/includes/nghttp2/asio_http2.h:37: In file included from /usr/local/include/boost/asio/ssl.hpp:19: In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: /usr/local/include/boost/asio/ssl/impl/context.ipp:232:27: error: no member named 'SSL_CTX_get_default_passwd_cb_userdata' in the global namespace; did you mean 'SSL_CTX_set_default_passwd_cb_userdata'? void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); ~~^ /usr/local/include/openssl/ssl.h:1640:6: note: 'SSL_CTX_set_default_passwd_cb_userdata' declared here void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); ^ PR: 214793 Submitted by: matthew@reztek.cz Obtained from: upstream (via Gentoo) Approved by: portmgr blanket Added: head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp (contents, props changed) Modified: head/devel/boost-libs/Makefile (contents, props changed) Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Thu Nov 24 02:30:22 2016 (r426987) +++ head/devel/boost-libs/Makefile Thu Nov 24 02:30:37 2016 (r426988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) Added: head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp Thu Nov 24 02:30:37 2016 (r426988) @@ -0,0 +1,50 @@ +Ticket #12575 fix compilation of software using libressl and boost asio +https://svn.boost.org/trac/boost/ticket/12575 + +--- boost/asio/ssl/impl/context.ipp.orig 2016-09-21 14:33:21 UTC ++++ boost/asio/ssl/impl/context.ipp +@@ -228,7 +228,7 @@ context::~context() + { + if (handle_) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) + void* cb_userdata = handle_->default_passwd_callback_userdata; +@@ -578,7 +578,7 @@ boost::system::error_code context::use_c + bio_cleanup bio = { make_buffer_bio(chain) }; + if (bio.p) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -682,7 +682,7 @@ boost::system::error_code context::use_p + { + ::ERR_clear_error(); + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -749,7 +749,7 @@ boost::system::error_code context::use_r + { + ::ERR_clear_error(); + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -988,7 +988,7 @@ int context::verify_callback_function(in + boost::system::error_code context::do_set_password_callback( + detail::password_callback_base* callback, boost::system::error_code& ec) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + void* old_callback = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + ::SSL_CTX_set_default_passwd_cb_userdata(handle_, callback); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) From owner-svn-ports-all@freebsd.org Thu Nov 24 04:34: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 8BDB5C5169C; Thu, 24 Nov 2016 04:34:01 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 36C6A114; Thu, 24 Nov 2016 04:34:00 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 9ljLchtYzvsSM9ljMcYYPv; Wed, 23 Nov 2016 21:33:53 -0700 X-Authority-Analysis: v=2.2 cv=R8tzIZZX c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=L24OOQBejmoA:10 a=85N1-lAfAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=EvVltbJMGhFdKX7q3-kA:9 a=eFGADjxmsfy_jkut:21 a=KVhjVrYSPrXJOOkD:21 a=CjuIK1q_8ugA:10 a=cyfSibbquD4hpIoiQNSb:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 2778710B8; Wed, 23 Nov 2016 20:33:51 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id uAO4XoIH006368; Wed, 23 Nov 2016 20:33:50 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201611240433.uAO4XoIH006368@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Craig Leres cc: Cy Schubert , Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel In-Reply-To: Message from Craig Leres of "Wed, 23 Nov 2016 16:22:50 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Nov 2016 20:33:50 -0800 X-CMAE-Envelope: MS4wfFde31PtTVjXbjS0rwBSJ30EFlKCMvNkq2zF4OxPUcx+LlsPGgBG1zYgbHY31sZgi3InnHGyhbf9BMzFBpHs1AXfAmMirjrgrqS6rLU5TE7N56BWBQLJ dnxGqTlM73rVE/haVu5BriqzOQ+yXr0mLHSIkMvhaLPR46twVwVElQy81a4w9U9wz/3BXnZPIJGqs3syvF06uxJryFe2c2XHwfnXby4KPsUEumqkls+N+XIN JQngnuPJ3k6F/GtiSRotxP+mJ/85tks1gGiEt3PqMZfcxzKVgQxivamTlRUv2/xgS1c/LkGjokx/Iz9HghhIl99viWqGyMOpXy2GcMNDG34klSJ4Cw7oU7zS s5YpE2fm X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 04:34:01 -0000 In message , Craig Leres write s: > On 11/23/16 12:35, Cy Schubert wrote: > > That was fixed by r426923. You will need to update your ports tree. > > Sorry; I missed that. > > > My two poudriere builders (running -CURRENT) had no issues with r426923. > > > > I don't have good Internet access (I'm semi-AFK until Friday and fully AFK > > Friday and Saturday). I won't be back until Sunday. I defer to delphij to > > address any other issues until I return. > > Unfortunately adding a build depend for devel/autogen doesn't solve the > stage failure. It does let it get further: > > Making install in tests > /usr/bin/make install-am > TEMPDIR=`pwd` && export TEMPDIR && cd . && ../scripts/build/genver > m4/version.m4 > CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4 -I > libevent/m4 -I libopts/m4 > aclocal-1.15: not found > *** [./aclocal.m4] Error code 127 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. > *** [install-recursive] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. > *** [install] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. > *** [install-recursive] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. > *** [install] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. > *** [do-install] Error code 1 > > Stop in /usr/ports/net/ntp. > > Adding a BUILD_DEPENDS for aclocal:devel/automake takes it off into the > weeds: > > Making install in tests > /usr/bin/make install-am > TEMPDIR=`pwd` && export TEMPDIR && cd . && ../scripts/build/genver > m4/version.m4 > cc -DHAVE_CONFIG_H -I. -I./../include -I./../lib/isc/include > -I./../lib/isc/pthreads/include -I./../lib/isc/unix/include -I./libopts > -I/usr/local/include -isys > tem /usr/local/include -ffunction-sections -fdata-sections -Wall > -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow > -Winit-self -Wstrict-overflow -W > no-strict-prototypes -O2 -pipe -fstack-protector -isystem > /usr/local/include -fno-strict-aliasing -MT crypto.o -MD -MP -MF > .deps/crypto.Tpo -c -o crypto.o crypto.c > In file included from crypto.h:13, > from crypto.c:2: > sntp-opts.h:59:3: error: #error option template version mismatches > autoopts/options.h header > In file included from crypto.h:13, > from crypto.c:2: > sntp-opts.h:60: error: expected '=', ',', ';', 'asm' or > '__attribute__' before 'Me' > sntp-opts.h:90: warning: data definition has no type or storage class > sntp-opts.h:90: warning: type defaults to 'int' in declaration of > 'teOptIndex' > *** [crypto.o] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. > *** [install-recursive] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. > *** [install] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. > *** [install-recursive] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. > *** [install] Error code 1 > > Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. > *** [do-install] Error code 1 > > Stop in /usr/ports/net/ntp. > > I don't understand why autogen/automake come into play for 9.3 but not > 10.3. Meanwhile turns out 4.2.8p9 also has vulnerabilities: > > > http://support.ntp.org/bin/view/Main/SecurityNotice#November_2016_ntp_4_2_8p9 > _NTP_Se > > So maybe it's best to wait for p10 and hope that it builds and packages > cleanly on 9.3? Turn autoreconf on. I'm considering committing the following when I get back. Index: Makefile =================================================================== --- Makefile (revision 426974) +++ Makefile (working copy) @@ -22,6 +22,10 @@ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +USES+= autoreconf +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-leap-smear -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Thu Nov 24 05:06: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 67F14C52B30; Thu, 24 Nov 2016 05:06:19 +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 29D7C882; Thu, 24 Nov 2016 05:06:19 +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 uAO56IXX044324; Thu, 24 Nov 2016 05:06:18 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO56IHR044321; Thu, 24 Nov 2016 05:06:18 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611240506.uAO56IHR044321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 24 Nov 2016 05:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426989 - head/x11-themes/gnome-icons-elementary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 05:06:19 -0000 Author: olivierd Date: Thu Nov 24 05:06:17 2016 New Revision: 426989 URL: https://svnweb.freebsd.org/changeset/ports/426989 Log: Update to 4.0.1.1 PR: 214690 Submitted by: myself (olivierd@) Approved by: Allison Nicole Reid (maintainer) Modified: head/x11-themes/gnome-icons-elementary/Makefile head/x11-themes/gnome-icons-elementary/distinfo head/x11-themes/gnome-icons-elementary/pkg-plist Modified: head/x11-themes/gnome-icons-elementary/Makefile ============================================================================== --- head/x11-themes/gnome-icons-elementary/Makefile Thu Nov 24 02:30:37 2016 (r426988) +++ head/x11-themes/gnome-icons-elementary/Makefile Thu Nov 24 05:06:17 2016 (r426989) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.1.1 CATEGORIES= x11-themes gnome -MASTER_SITES= https://launchpadlibrarian.net/282260697/ \ +MASTER_SITES= https://launchpadlibrarian.net/294159209/ \ https://launchpad.net/elementaryicons/4.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= gnome-icons- DISTNAME= ${PORTNAME}-icon-theme-${PORTVERSION} @@ -22,7 +22,7 @@ INSTALLS_ICONS= yes do-install: cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/elementary \ - "! -name *\.VolumeIcon*" + "! -name *\.VolumeIcon* ! -name pre-commit" ${FIND} ${STAGEDIR}${PREFIX}/share/icons/elementary/ \ -type d -empty | ${XARGS} ${RMDIR} Modified: head/x11-themes/gnome-icons-elementary/distinfo ============================================================================== --- head/x11-themes/gnome-icons-elementary/distinfo Thu Nov 24 02:30:37 2016 (r426988) +++ head/x11-themes/gnome-icons-elementary/distinfo Thu Nov 24 05:06:17 2016 (r426989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473782578 -SHA256 (elementary-icon-theme-4.0.1.tar.xz) = 344fdd9c2469a374308d339d17156d735ec57280eb0199f5ca6676ec525b6f31 -SIZE (elementary-icon-theme-4.0.1.tar.xz) = 1498992 +TIMESTAMP = 1479647002 +SHA256 (elementary-icon-theme-4.0.1.1.tar.xz) = e6744ab02dc8abb32919c61f424ceb7fa4b751d3f1befd1f7171be4e932940dc +SIZE (elementary-icon-theme-4.0.1.1.tar.xz) = 1500140 Modified: head/x11-themes/gnome-icons-elementary/pkg-plist ============================================================================== --- head/x11-themes/gnome-icons-elementary/pkg-plist Thu Nov 24 02:30:37 2016 (r426988) +++ head/x11-themes/gnome-icons-elementary/pkg-plist Thu Nov 24 05:06:17 2016 (r426989) @@ -746,6 +746,7 @@ share/icons/elementary/apps/32/postscrip share/icons/elementary/apps/32/preferences-desktop-font.svg share/icons/elementary/apps/32/preferences-desktop.svg share/icons/elementary/apps/32/system-file-manager.svg +share/icons/elementary/apps/32/system-os-install.svg share/icons/elementary/apps/32/system-software-install.svg share/icons/elementary/apps/32/system-software-update.svg share/icons/elementary/apps/32/system-users.svg @@ -777,6 +778,7 @@ share/icons/elementary/apps/48/postscrip share/icons/elementary/apps/48/preferences-desktop-font.svg share/icons/elementary/apps/48/preferences-desktop.svg share/icons/elementary/apps/48/system-file-manager.svg +share/icons/elementary/apps/48/system-os-install.svg share/icons/elementary/apps/48/system-software-install.svg share/icons/elementary/apps/48/system-software-update.svg share/icons/elementary/apps/48/system-users.svg @@ -807,6 +809,7 @@ share/icons/elementary/apps/64/postscrip share/icons/elementary/apps/64/preferences-desktop-font.svg share/icons/elementary/apps/64/preferences-desktop.svg share/icons/elementary/apps/64/system-file-manager.svg +share/icons/elementary/apps/64/system-os-install.svg share/icons/elementary/apps/64/system-software-install.svg share/icons/elementary/apps/64/system-software-update.svg share/icons/elementary/apps/64/system-users.svg @@ -1229,6 +1232,7 @@ share/icons/elementary/devices/symbolic/ share/icons/elementary/devices/symbolic/drive-multidisk-symbolic.svg share/icons/elementary/devices/symbolic/drive-optical-symbolic.svg share/icons/elementary/devices/symbolic/drive-removable-media-symbolic.svg +share/icons/elementary/devices/symbolic/fingerprint-symbolic.svg share/icons/elementary/devices/symbolic/input-dialpad-symbolic.svg share/icons/elementary/devices/symbolic/input-gaming-symbolic.svg share/icons/elementary/devices/symbolic/input-keyboard-symbolic.svg @@ -2195,7 +2199,6 @@ share/icons/elementary/places/symbolic/u share/icons/elementary/places/symbolic/user-home-symbolic.svg share/icons/elementary/places/symbolic/user-trash-symbolic.svg share/icons/elementary/places@2x -share/icons/elementary/pre-commit share/icons/elementary/status/128/avatar-default.svg share/icons/elementary/status/128/dialog-information.svg share/icons/elementary/status/128/image-missing.svg @@ -2393,6 +2396,7 @@ share/icons/elementary/status/48/battery share/icons/elementary/status/48/battery-low.svg share/icons/elementary/status/48/battery-missing.svg share/icons/elementary/status/48/bluetooth-disabled-symbolic.svg +share/icons/elementary/status/48/brightness-display-symbolic.svg share/icons/elementary/status/48/dialog-error.svg share/icons/elementary/status/48/dialog-information.svg share/icons/elementary/status/48/dialog-password.svg From owner-svn-ports-all@freebsd.org Thu Nov 24 05:38: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 D78F3C52EEC; Thu, 24 Nov 2016 05:38:12 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fun.ee.lbl.gov", Issuer "ACS 3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A9634DEB; Thu, 24 Nov 2016 05:38:12 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from ice.ee.lbl.gov (ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5]) (authenticated bits=0) by fun.ee.lbl.gov (8.15.2/8.15.2) with ESMTPSA id uAO5cBKC045654 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Nov 2016 21:38:11 -0800 (PST) (envelope-from leres@ee.lbl.gov) X-Authentication-Warning: fun.ee.lbl.gov: Host ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5] claimed to be ice.ee.lbl.gov Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel To: Cy Schubert References: <201611240433.uAO4XoIH006368@slippy.cwsent.com> Cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org From: Craig Leres Message-ID: <48ae2fd1-f96b-0e97-948c-08f41570d009@ee.lbl.gov> Date: Wed, 23 Nov 2016 21:38:11 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <201611240433.uAO4XoIH006368@slippy.cwsent.com> Content-Type: multipart/mixed; boundary="------------85ABBD5C3300954CDB126EE8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 05:38:12 -0000 This is a multi-part message in MIME format. --------------85ABBD5C3300954CDB126EE8 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 11/23/16 20:33, Cy Schubert wrote: > Turn autoreconf on. I'm considering committing the following when I get > back. Attached is what I tried but it seems to be equivalent adding a BUILD_DEPENDS for aclocal:devel/automake and has the same aclocal problem. I'm happy to test other good ideas you come up with if you're unable to. Craig Making install in tests /usr/bin/make install-am TEMPDIR=`pwd` && export TEMPDIR && cd . && ../scripts/build/genver m4/version.m4 CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4 -I libevent/m4 -I libopts/m4 aclocal-1.15: not found *** [./aclocal.m4] Error code 127 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [do-install] Error code 1 Stop in /usr/ports/net/ntp. --------------85ABBD5C3300954CDB126EE8 Content-Type: text/plain; charset=UTF-8; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" Index: net/ntp/Makefile =================================================================== --- net/ntp/Makefile (revision 426975) +++ net/ntp/Makefile (working copy) @@ -22,6 +22,12 @@ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +USES+= autoreconf +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-leap-smear @@ -77,4 +83,4 @@ @cd ${WRKSRC}/html && ${FIND} . -print | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${STAGEDIR}${DOCSDIR} -.include +.include --------------85ABBD5C3300954CDB126EE8-- From owner-svn-ports-all@freebsd.org Thu Nov 24 06:14: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 1E712C52E22; Thu, 24 Nov 2016 06:14: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 ECDED30F; Thu, 24 Nov 2016 06:14:02 +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 uAO6E2kO072353; Thu, 24 Nov 2016 06:14:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO6E18d072349; Thu, 24 Nov 2016 06:14:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611240614.uAO6E18d072349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 24 Nov 2016 06:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426990 - in head/x11-toolkits: . py-qt5-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: Thu, 24 Nov 2016 06:14:03 -0000 Author: pi Date: Thu Nov 24 06:14:01 2016 New Revision: 426990 URL: https://svnweb.freebsd.org/changeset/ports/426990 Log: New port: x11-toolkits/py-qt5-quick PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtQuick module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ PR: 209691 Submitted by: Henry Hu Added: head/x11-toolkits/py-qt5-quick/ head/x11-toolkits/py-qt5-quick/Makefile (contents, props changed) head/x11-toolkits/py-qt5-quick/pkg-descr (contents, props changed) head/x11-toolkits/py-qt5-quick/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Thu Nov 24 05:06:17 2016 (r426989) +++ head/x11-toolkits/Makefile Thu Nov 24 06:14:01 2016 (r426990) @@ -213,6 +213,7 @@ SUBDIR += py-kiwi SUBDIR += py-qt4-gui SUBDIR += py-qt5-gui + SUBDIR += py-qt5-quick SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter Added: head/x11-toolkits/py-qt5-quick/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-qt5-quick/Makefile Thu Nov 24 06:14:01 2016 (r426990) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= quick +CATEGORIES= x11-toolkits devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtQuick module + +CONFIGURE_ARGS= --enable QtQuick +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run gui_run +USE_QT5= core quick qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtQuick API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Added: head/x11-toolkits/py-qt5-quick/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-qt5-quick/pkg-descr Thu Nov 24 06:14:01 2016 (r426990) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtQuick module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Added: head/x11-toolkits/py-qt5-quick/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-qt5-quick/pkg-plist Thu Nov 24 06:14:01 2016 (r426990) @@ -0,0 +1,24 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtQuick.so +%%PYQT_SIPDIR%%/QtQuick/QtQuickmod.sip +%%PYQT_SIPDIR%%/QtQuick/qquickframebufferobject.sip +%%PYQT_SIPDIR%%/QtQuick/qquickimageprovider.sip +%%PYQT_SIPDIR%%/QtQuick/qquickitem.sip +%%PYQT_SIPDIR%%/QtQuick/qquickitemgrabresult.sip +%%PYQT_SIPDIR%%/QtQuick/qquickpainteditem.sip +%%PYQT_SIPDIR%%/QtQuick/qquickrendercontrol.sip +%%PYQT_SIPDIR%%/QtQuick/qquicktextdocument.sip +%%PYQT_SIPDIR%%/QtQuick/qquickview.sip +%%PYQT_SIPDIR%%/QtQuick/qquickwindow.sip +%%PYQT_SIPDIR%%/QtQuick/qsgabstractrenderer.sip +%%PYQT_SIPDIR%%/QtQuick/qsgengine.sip +%%PYQT_SIPDIR%%/QtQuick/qsgflatcolormaterial.sip +%%PYQT_SIPDIR%%/QtQuick/qsggeometry.sip +%%PYQT_SIPDIR%%/QtQuick/qsgmaterial.sip +%%PYQT_SIPDIR%%/QtQuick/qsgnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgsimplerectnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgsimpletexturenode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtexture.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtexturematerial.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtextureprovider.sip +%%PYQT_SIPDIR%%/QtQuick/qsgvertexcolormaterial.sip +%%API%%share/qt5/qsci/api/python/QtQuick.api From owner-svn-ports-all@freebsd.org Thu Nov 24 06:20: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 BE83CC5207F; Thu, 24 Nov 2016 06:20:34 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8750879F; Thu, 24 Nov 2016 06:20:34 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO6KX1e072771; Thu, 24 Nov 2016 06:20:33 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO6KX7W072768; Thu, 24 Nov 2016 06:20:33 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201611240620.uAO6KX7W072768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 24 Nov 2016 06:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426991 - head/java/java-zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 06:20:34 -0000 Author: glewis Date: Thu Nov 24 06:20:33 2016 New Revision: 426991 URL: https://svnweb.freebsd.org/changeset/ports/426991 Log: . Update to 2016i Modified: head/java/java-zoneinfo/Makefile head/java/java-zoneinfo/distinfo head/java/java-zoneinfo/pkg-plist Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Thu Nov 24 06:14:01 2016 (r426990) +++ head/java/java-zoneinfo/Makefile Thu Nov 24 06:20:33 2016 (r426991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016g +DISTVERSION= 2016i CATEGORIES= java misc MASTER_SITES= LOCAL/glewis/javazi PKGNAMEPREFIX= java- Modified: head/java/java-zoneinfo/distinfo ============================================================================== --- head/java/java-zoneinfo/distinfo Thu Nov 24 06:14:01 2016 (r426990) +++ head/java/java-zoneinfo/distinfo Thu Nov 24 06:20:33 2016 (r426991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476407075 -SHA256 (javazi-2016g.tar.gz) = f021c22ba793436274c3ea5b34e9a202528f2a5bc2a487535aef160f436f5b4d -SIZE (javazi-2016g.tar.gz) = 109805 +TIMESTAMP = 1479968160 +SHA256 (javazi-2016i.tar.gz) = 03c6f0396acfd0be6aa056368b7154631f0ba8208326488b74456efd0335b1bc +SIZE (javazi-2016i.tar.gz) = 110449 Modified: head/java/java-zoneinfo/pkg-plist ============================================================================== --- head/java/java-zoneinfo/pkg-plist Thu Nov 24 06:14:01 2016 (r426990) +++ head/java/java-zoneinfo/pkg-plist Thu Nov 24 06:20:33 2016 (r426991) @@ -176,6 +176,7 @@ share/java/zi/Asia/Dhaka share/java/zi/Asia/Dili share/java/zi/Asia/Dubai share/java/zi/Asia/Dushanbe +share/java/zi/Asia/Famagusta share/java/zi/Asia/Gaza share/java/zi/Asia/Hebron share/java/zi/Asia/Ho_Chi_Minh From owner-svn-ports-all@freebsd.org Thu Nov 24 06: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 6B4ADC5245B; Thu, 24 Nov 2016 06:28:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B445C1A; Thu, 24 Nov 2016 06:28:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO6Sj7c076621; Thu, 24 Nov 2016 06:28:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO6SjLp076619; Thu, 24 Nov 2016 06:28:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611240628.uAO6SjLp076619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 06:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426992 - head/sysutils/android-file-transfer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 06:28:46 -0000 Author: jbeich Date: Thu Nov 24 06:28:44 2016 New Revision: 426992 URL: https://svnweb.freebsd.org/changeset/ports/426992 Log: sysutils/android-file-transfer: unbreak on 9.x after r426565 In file included from cli/Session.cpp:22:0: ./cli/PosixStreams.h: In constructor 'cli::ObjectInputStream::ObjectInputStream(const string&)': ./cli/PosixStreams.h:72:18: error: 'perror' was not declared in this scope perror("open"); ^ ./cli/PosixStreams.h: In constructor 'cli::ObjectOutputStream::ObjectOutputStream(const string&)': ./cli/PosixStreams.h:109:18: error: 'perror' was not declared in this scope perror("open"); ^ Changes: https://github.com/whoozle/android-file-transfer-linux/compare/40640fb...5a818d8 PR: 196712 Reported by: pkg-fallout Modified: head/sysutils/android-file-transfer/Makefile (contents, props changed) head/sysutils/android-file-transfer/distinfo (contents, props changed) Modified: head/sysutils/android-file-transfer/Makefile ============================================================================== --- head/sysutils/android-file-transfer/Makefile Thu Nov 24 06:20:33 2016 (r426991) +++ head/sysutils/android-file-transfer/Makefile Thu Nov 24 06:28:44 2016 (r426992) @@ -2,9 +2,9 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v -DISTVERSION= 3.0-10 -DISTVERSIONSUFFIX= -g40640fb -PORTREVISION?= 1 +DISTVERSION= 3.0-14 +DISTVERSIONSUFFIX= -g5a818d8 +PORTREVISION?= 0 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org Modified: head/sysutils/android-file-transfer/distinfo ============================================================================== --- head/sysutils/android-file-transfer/distinfo Thu Nov 24 06:20:33 2016 (r426991) +++ head/sysutils/android-file-transfer/distinfo Thu Nov 24 06:28:44 2016 (r426992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474277998 -SHA256 (whoozle-android-file-transfer-linux-v3.0-10-g40640fb_GH0.tar.gz) = 077ac7e798eb5b6de454bf487b4f2b83aa80e20e0048e2d0aab7a798c7a26d55 -SIZE (whoozle-android-file-transfer-linux-v3.0-10-g40640fb_GH0.tar.gz) = 419736 +TIMESTAMP = 1479647002 +SHA256 (whoozle-android-file-transfer-linux-v3.0-14-g5a818d8_GH0.tar.gz) = 3378b919f38d8f86008cb2e84045909af40f303101219fe75596ac91d124c170 +SIZE (whoozle-android-file-transfer-linux-v3.0-14-g5a818d8_GH0.tar.gz) = 419824 From owner-svn-ports-all@freebsd.org Thu Nov 24 08:57: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 C36EFC5322D; Thu, 24 Nov 2016 08:57:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92DD5E52; Thu, 24 Nov 2016 08:57:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO8vcfM036387; Thu, 24 Nov 2016 08:57:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO8vcKb036386; Thu, 24 Nov 2016 08:57:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611240857.uAO8vcKb036386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 08:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426993 - head/ftp/curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 08:57:39 -0000 Author: sunpoet Date: Thu Nov 24 08:57:38 2016 New Revision: 426993 URL: https://svnweb.freebsd.org/changeset/ports/426993 Log: - Add SMB option PR: 210472 Submitted by: Marcin Gryszkalis Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Thu Nov 24 06:28:44 2016 (r426992) +++ head/ftp/curl/Makefile Thu Nov 24 08:57:38 2016 (r426993) @@ -14,7 +14,7 @@ COMMENT?= Non-interactive tool to get fi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 METALINK PROXY PSL RTMP TLS_SRP +OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 METALINK PROXY PSL RTMP SMB TLS_SRP OPTIONS_RADIO= RESOLV SSL OPTIONS_SINGLE= GSSAPI OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER @@ -29,6 +29,7 @@ LDAPS_IMPLIES= LDAP LIBSSH2_DESC= SCP/SFTP support via libssh2 LIBSSH2_IMPLIES= OPENSSL RESOLV_DESC= DNS resolving options +SMB_DESC= SMB/CIFS support THREADED_RESOLVER_DESC= Threaded DNS resolver TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support @@ -133,6 +134,7 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl RTMP_CONFIGURE_WITH= librtmp RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp RTMP_USES= pkgconfig +SMB_CONFIGURE_ENABLE= smb THREADED_RESOLVER_CONFIGURE_ENABLE= threaded-resolver TLS_SRP_CONFIGURE_ENABLE= tls-srp WOLFSSL_CONFIGURE_WITH= cyassl From owner-svn-ports-all@freebsd.org Thu Nov 24 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 5043DC53627; Thu, 24 Nov 2016 09:01: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 04C6A332; Thu, 24 Nov 2016 09:01: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 uAO91APw039539; Thu, 24 Nov 2016 09:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO91ArL039538; Thu, 24 Nov 2016 09:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611240901.uAO91ArL039538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 09:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426994 - head/security/courieruserinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 09:01:12 -0000 Author: amdmi3 Date: Thu Nov 24 09:01:10 2016 New Revision: 426994 URL: https://svnweb.freebsd.org/changeset/ports/426994 Log: - Add LICENSE - Switch to USES=localbase - Switch to options helpers Modified: head/security/courieruserinfo/Makefile Modified: head/security/courieruserinfo/Makefile ============================================================================== --- head/security/courieruserinfo/Makefile Thu Nov 24 08:57:38 2016 (r426993) +++ head/security/courieruserinfo/Makefile Thu Nov 24 09:01:10 2016 (r426994) @@ -9,23 +9,24 @@ MASTER_SITES= http://www.arda.homeunix.n MAINTAINER= ports@FreeBSD.org COMMENT= User account information retrieval utility +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base RUN_DEPENDS= courierauthconfig:security/courier-authlib-base GNU_CONFIGURE= yes -USES= gmake -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= gmake localbase PLIST_FILES= sbin/courieruserinfo man/man8/courieruserinfo.8.gz -PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} '/chown root/d' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Thu Nov 24 09:29: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 42B2DC5066E; Thu, 24 Nov 2016 09:29:47 +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 12208804; Thu, 24 Nov 2016 09:29:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO9TkDs048530; Thu, 24 Nov 2016 09:29:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO9Tkg0048529; Thu, 24 Nov 2016 09:29:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611240929.uAO9Tkg0048529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 09:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426995 - head/audio/mythplugin-mythmusic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 09:29:47 -0000 Author: amdmi3 Date: Thu Nov 24 09:29:46 2016 New Revision: 426995 URL: https://svnweb.freebsd.org/changeset/ports/426995 Log: - Pet portlint - Add LICENSE Modified: head/audio/mythplugin-mythmusic/Makefile Modified: head/audio/mythplugin-mythmusic/Makefile ============================================================================== --- head/audio/mythplugin-mythmusic/Makefile Thu Nov 24 09:01:10 2016 (r426994) +++ head/audio/mythplugin-mythmusic/Makefile Thu Nov 24 09:29:46 2016 (r426995) @@ -3,14 +3,17 @@ PORTNAME= mythmusic PORTVERSION= 0.27.5 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= audio PKGNAMEPREFIX= mythplugin- MAINTAINER= ports@FreeBSD.org COMMENT= Music playing plugin for MythTV +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcdio.so:sysutils/libcdio \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis \ @@ -29,7 +32,7 @@ HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/mythtv/plugins DESTDIRNAME= INSTALL_ROOT -PLIST_SUB+= MYTHSHARE="share/mythtv" +PLIST_SUB= MYTHSHARE="share/mythtv" QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ From owner-svn-ports-all@freebsd.org Thu Nov 24 09:31: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 6F9DBC507A2; Thu, 24 Nov 2016 09:31: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 3F3359E8; Thu, 24 Nov 2016 09:31: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 uAO9VbFb051420; Thu, 24 Nov 2016 09:31:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO9VbFj051419; Thu, 24 Nov 2016 09:31:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611240931.uAO9VbFj051419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 09:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426996 - head/lang/tcl-manual X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 09:31:38 -0000 Author: amdmi3 Date: Thu Nov 24 09:31:37 2016 New Revision: 426996 URL: https://svnweb.freebsd.org/changeset/ports/426996 Log: - Add NO_ARCH Modified: head/lang/tcl-manual/Makefile Modified: head/lang/tcl-manual/Makefile ============================================================================== --- head/lang/tcl-manual/Makefile Thu Nov 24 09:29:46 2016 (r426995) +++ head/lang/tcl-manual/Makefile Thu Nov 24 09:31:37 2016 (r426996) @@ -12,6 +12,7 @@ COMMENT= Documentation for TCL (Tool Com NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes VERSIONS= 8.4.20 \ 8.5.15 \ From owner-svn-ports-all@freebsd.org Thu Nov 24 09:33: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 8D548C509D5; Thu, 24 Nov 2016 09:33:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D0AAD50; Thu, 24 Nov 2016 09:33:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO9XIVC052420; Thu, 24 Nov 2016 09:33:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO9XIOG052419; Thu, 24 Nov 2016 09:33:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611240933.uAO9XIOG052419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 09:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426997 - head/net/freenet6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 09:33:19 -0000 Author: amdmi3 Date: Thu Nov 24 09:33:18 2016 New Revision: 426997 URL: https://svnweb.freebsd.org/changeset/ports/426997 Log: - Add LICENSE - Add missing USES=ssl Modified: head/net/freenet6/Makefile Modified: head/net/freenet6/Makefile ============================================================================== --- head/net/freenet6/Makefile Thu Nov 24 09:31:37 2016 (r426996) +++ head/net/freenet6/Makefile Thu Nov 24 09:33:18 2016 (r426997) @@ -11,7 +11,10 @@ DISTNAME= tspc-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Hexago Freenet6 Tunnel Setup Protocol Client - Free IPv6 tunnel -USES= gmake tar:tgz +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../CLIENT-LICENSE.TXT + +USES= gmake ssl tar:tgz MAKE_ARGS= target=freebsd CC="${CC}" CXX="${CXX}" \ installdir="${STAGEDIR}${PREFIX}" ETCDIR="${ETCDIR}" From owner-svn-ports-all@freebsd.org Thu Nov 24 09:57: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 B8614C513C9; Thu, 24 Nov 2016 09:57:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DAA2E6A; Thu, 24 Nov 2016 09:57:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAO9vFCr060826; Thu, 24 Nov 2016 09:57:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAO9vFS8060822; Thu, 24 Nov 2016 09:57:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611240957.uAO9vFS8060822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 09:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426998 - in head/misc/p5-I18N-LangTags: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 09:57:16 -0000 Author: amdmi3 Date: Thu Nov 24 09:57:15 2016 New Revision: 426998 URL: https://svnweb.freebsd.org/changeset/ports/426998 Log: - Fix perl syntax with perl 5.24+ - While here, fix typo in documentation PR: 190531 Submitted by: vess@slavof.net Approved by: maintainer timeout (daemon, 2.5 years) MFH: 2016Q4 Added: head/misc/p5-I18N-LangTags/files/ head/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm (contents, props changed) head/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm (contents, props changed) Modified: head/misc/p5-I18N-LangTags/Makefile Modified: head/misc/p5-I18N-LangTags/Makefile ============================================================================== --- head/misc/p5-I18N-LangTags/Makefile Thu Nov 24 09:33:18 2016 (r426997) +++ head/misc/p5-I18N-LangTags/Makefile Thu Nov 24 09:57:15 2016 (r426998) @@ -3,7 +3,7 @@ PORTNAME= I18N-LangTags PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm Thu Nov 24 09:57:15 2016 (r426998) @@ -0,0 +1,11 @@ +--- lib/I18N/LangTags.pm.orig 2004-10-07 07:26:33 UTC ++++ lib/I18N/LangTags.pm +@@ -489,7 +489,7 @@ lookup in %greetings fails. That's the + You could instead do lookups on $wanted with: + + use I18N::LangTags qw(same_language_tag); +- my $repsonse = ''; ++ my $response = ''; + foreach my $l2 (keys %greetings) { + if(same_language_tag($wanted, $l2)) { + $response = $greetings{$l2}; Added: head/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm Thu Nov 24 09:57:15 2016 (r426998) @@ -0,0 +1,11 @@ +--- lib/I18N/LangTags/Detect.pm.orig 2004-06-21 05:47:55 UTC ++++ lib/I18N/LangTags/Detect.pm +@@ -137,7 +137,7 @@ sub _try_use { # Basically a wrapper a + my $module = $_[0]; # ASSUME sane module name! + { no strict 'refs'; + return($tried{$module} = 1) +- if defined(%{$module . "::Lexicon"}) or defined(@{$module . "::ISA"}); ++ if %{$module . "::Lexicon"} or @{$module . "::ISA"}; + # weird case: we never use'd it, but there it is! + } + From owner-svn-ports-all@freebsd.org Thu Nov 24 10:17: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 09EAFC51CC3; Thu, 24 Nov 2016 10:17:38 +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 CDAC3FB3; Thu, 24 Nov 2016 10:17:37 +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 uAOAHbFX069060; Thu, 24 Nov 2016 10:17:37 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOAHbLn069059; Thu, 24 Nov 2016 10:17:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611241017.uAOAHbLn069059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Nov 2016 10:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426999 - head/misc/ytree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 10:17:38 -0000 Author: olgeni Date: Thu Nov 24 10:17:36 2016 New Revision: 426999 URL: https://svnweb.freebsd.org/changeset/ports/426999 Log: Fix a build error that showed up lately: keyhtab.c:4:10: fatal error: 'readline/readline.h' file not found Modified: head/misc/ytree/Makefile Modified: head/misc/ytree/Makefile ============================================================================== --- head/misc/ytree/Makefile Thu Nov 24 09:57:15 2016 (r426998) +++ head/misc/ytree/Makefile Thu Nov 24 10:17:36 2016 (r426999) @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses readline ALL_TARGET= ytree +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lreadline OPTIONS_DEFINE= DOCS From owner-svn-ports-all@freebsd.org Thu Nov 24 10:21: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 3326FC51E1C; Thu, 24 Nov 2016 10:21:44 +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 0DEE16A0; Thu, 24 Nov 2016 10:21:43 +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 uAOALhp7073060; Thu, 24 Nov 2016 10:21:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOALgAo073056; Thu, 24 Nov 2016 10:21:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611241021.uAOALgAo073056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 24 Nov 2016 10:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427000 - in head/devel/distcc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 10:21:44 -0000 Author: pi Date: Thu Nov 24 10:21:42 2016 New Revision: 427000 URL: https://svnweb.freebsd.org/changeset/ports/427000 Log: devel/distcc: Update MASTER_SITES to make fetchable, unbreak, regen patches PR: 213875 MFH: 2016Q4 Submitted by: Matthieu Volat Added: head/devel/distcc/files/patch-src_dparent.c (contents, props changed) Deleted: head/devel/distcc/files/patch-src-dparent.c.diff Modified: head/devel/distcc/Makefile head/devel/distcc/distinfo head/devel/distcc/files/patch-configure.ac Modified: head/devel/distcc/Makefile ============================================================================== --- head/devel/distcc/Makefile Thu Nov 24 10:17:36 2016 (r426999) +++ head/devel/distcc/Makefile Thu Nov 24 10:21:42 2016 (r427000) @@ -6,7 +6,6 @@ PORTNAME= distcc PORTVERSION= 3.1 PORTREVISION= 6 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network @@ -14,19 +13,20 @@ COMMENT= Distribute compilation of C(++) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libpopt.so:devel/popt GNU_CONFIGURE= yes -USES= alias gmake tar:bzip2 +USES= autoreconf alias gmake libtool pkgconfig tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= distcc +GH_TAGNAME= 9a09372 WANT_GNOME= yes GROUPS= distcc USERS= distcc CCLINKDIR?= libexec/distcc -CONFIGURE_ARGS= --disable-Werror +CONFIGURE_ARGS= --disable-Werror CC=${CC} PTHREAD_CC=${CC} CONFIGURE_ENV= PYTHON="${NONEXISTENT}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -72,7 +72,7 @@ DISTCC_COMPILERS= CC c++ cc .include .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS= -devel 31 32 33 34 35 +CLANG_COMPILERS= -devel 31 32 33 34 35 36 37 38 39 DISTCC_COMPILERS+= clang++ clang DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang++|} DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang|} Modified: head/devel/distcc/distinfo ============================================================================== --- head/devel/distcc/distinfo Thu Nov 24 10:17:36 2016 (r426999) +++ head/devel/distcc/distinfo Thu Nov 24 10:21:42 2016 (r427000) @@ -1,4 +1,3 @@ -SHA256 (distcc-3.1.tar.bz2) = f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89 -SIZE (distcc-3.1.tar.bz2) = 588820 -SHA256 (distcc-avahi-080101.patch) = 4e506a8a2299af18839c443b8665ea4fe4492bf3ecae010d262406c01509058e -SIZE (distcc-avahi-080101.patch) = 387519 +TIMESTAMP = 1477731710 +SHA256 (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 3d98605a017c0a0e70f30a007801941bec9a87e9f41994bdfa0a9ea613a61e7b +SIZE (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 908231 Modified: head/devel/distcc/files/patch-configure.ac ============================================================================== --- head/devel/distcc/files/patch-configure.ac Thu Nov 24 10:17:36 2016 (r426999) +++ head/devel/distcc/files/patch-configure.ac Thu Nov 24 10:21:42 2016 (r427000) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2008-12-03 05:50:31.000000000 +0800 -+++ configure.ac 2010-08-24 21:55:30.000000000 +0800 -@@ -86,9 +86,12 @@ +--- configure.ac.orig 2008-12-02 23:17:13 UTC ++++ configure.ac +@@ -86,9 +86,12 @@ AC_ARG_WITH(included-popt, AC_HELP_STRING([--with-included-popt], [use bundled popt library, not from system])) AC_ARG_ENABLE(rfc2553, Added: head/devel/distcc/files/patch-src_dparent.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/distcc/files/patch-src_dparent.c Thu Nov 24 10:21:42 2016 (r427000) @@ -0,0 +1,20 @@ +--- src/dparent.c.orig 2008-12-02 23:17:13 UTC ++++ src/dparent.c +@@ -308,6 +308,9 @@ static void dcc_save_pid(pid_t pid) + **/ + void dcc_remove_pid(void) + { ++ /* distcc user, we are running as, cannot delete files in /var/run ++ */ ++#if 0 + if (!arg_pid_file) + return; + +@@ -315,6 +318,7 @@ void dcc_remove_pid(void) + rs_log_warning("failed to remove pid file %s: %s", + arg_pid_file, strerror(errno)); + } ++#endif + } + + From owner-svn-ports-all@freebsd.org Thu Nov 24 10:25: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 9404CC52046; Thu, 24 Nov 2016 10:25:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497658EF; Thu, 24 Nov 2016 10:25: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 uAOAPWF4073344; Thu, 24 Nov 2016 10:25:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOAPWbU073342; Thu, 24 Nov 2016 10:25:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241025.uAOAPWbU073342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 10:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427001 - in head/net/tcpdump398: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 10:25:33 -0000 Author: amdmi3 Date: Thu Nov 24 10:25:32 2016 New Revision: 427001 URL: https://svnweb.freebsd.org/changeset/ports/427001 Log: - Add LICENSE - Add missing USES=ssl - makeparch Modified: head/net/tcpdump398/Makefile head/net/tcpdump398/files/patch-Makefile Modified: head/net/tcpdump398/Makefile ============================================================================== --- head/net/tcpdump398/Makefile Thu Nov 24 10:21:42 2016 (r427000) +++ head/net/tcpdump398/Makefile Thu Nov 24 10:25:32 2016 (r427001) @@ -9,9 +9,12 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8 -PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/contrib/LICENSE + +USES= ssl tar:bzip2 -USES= tar:bzip2 +PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398 Modified: head/net/tcpdump398/files/patch-Makefile ============================================================================== --- head/net/tcpdump398/files/patch-Makefile Thu Nov 24 10:21:42 2016 (r427000) +++ head/net/tcpdump398/files/patch-Makefile Thu Nov 24 10:25:32 2016 (r427001) @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-08-15 18:26:37.000000000 -0400 -+++ Makefile 2014-08-15 18:27:35.000000000 -0400 -@@ -38,7 +38,7 @@ +--- Makefile.orig 2009-10-01 11:35:40 UTC ++++ Makefile +@@ -38,7 +38,7 @@ CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDI CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -D_U_="__attribute__((unused))" @@ -9,7 +9,7 @@ SRCS+= print-ip6.c print-ip6opts.c print-mobility.c print-ripng.c \ print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c CFLAGS+= -DINET6 -@@ -49,14 +49,14 @@ +@@ -49,14 +49,14 @@ CFLAGS+= -DLBL_ALIGN DPADD= ${LIBL} ${LIBPCAP} LDADD= -ll -lpcap From owner-svn-ports-all@freebsd.org Thu Nov 24 10:26: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 51B0BC520A2; Thu, 24 Nov 2016 10:26:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 076E19E2; Thu, 24 Nov 2016 10:26: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 uAOAQdAQ073499; Thu, 24 Nov 2016 10:26:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOAQdhq073497; Thu, 24 Nov 2016 10:26:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241026.uAOAQdhq073497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 10:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427002 - in head/www/mysar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 10:26:40 -0000 Author: amdmi3 Date: Thu Nov 24 10:26:38 2016 New Revision: 427002 URL: https://svnweb.freebsd.org/changeset/ports/427002 Log: - Add LICENSE - Silence patching - Regenerate patches Modified: head/www/mysar/Makefile head/www/mysar/files/patch-bin_mysar-binary-importer_configure Modified: head/www/mysar/Makefile ============================================================================== --- head/www/mysar/Makefile Thu Nov 24 10:25:32 2016 (r427001) +++ head/www/mysar/Makefile Thu Nov 24 10:26:38 2016 (r427002) @@ -11,10 +11,13 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Squid Access Report +LICENSE= GPLv2 +LICENSE_FILE= ${WRKROOT}/COPYING + BUILD_DEPENDS= bash:shells/bash WRKROOT= ${WRKDIR}/${PORTNAME:tl} -WRKSRC= ${WRKROOT}/bin/mysar-binary-importer/ +WRKSRC= ${WRKROOT}/bin/mysar-binary-importer GNU_CONFIGURE= yes USE_MYSQL= yes USE_PHP= mysql pcre @@ -31,26 +34,26 @@ SUB_LIST= MYSARDIR=${MYSARDIR} PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: - ${CHMOD} +x ${WRKSRC}/config/* + @${CHMOD} +x ${WRKSRC}/config/* post-patch: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/usr/local/mysar/,${MYSARDIR},g' \ ${WRKROOT}/etc/mysar.cron - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/usr/local/mysar/,${MYSARDIR},g' \ ${WRKROOT}/etc/mysar.apache - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/usr/bin/php,${LOCALBASE}/bin/php,g' \ -e 's,\([=,. ]\)mktime(),\1time(),g' \ `find ${WRKROOT}/bin -type f` - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/bin/sh,${LOCALBASE}/bin/bash,g' \ `find ${WRKROOT}/bin/mysar-binary-importer -type f` - ${FIND} ${WRKROOT} -name *.orig -delete - ${FIND} ${WRKROOT} -name *.bak -delete + @${FIND} ${WRKROOT} -name *.orig -delete + @${FIND} ${WRKROOT} -name *.bak -delete do-install: ${MV} ${WRKSRC} ${WRKROOT} Modified: head/www/mysar/files/patch-bin_mysar-binary-importer_configure ============================================================================== --- head/www/mysar/files/patch-bin_mysar-binary-importer_configure Thu Nov 24 10:25:32 2016 (r427001) +++ head/www/mysar/files/patch-bin_mysar-binary-importer_configure Thu Nov 24 10:26:38 2016 (r427002) @@ -1,6 +1,6 @@ ---- configure.orig 2008-04-28 12:03:38.000000000 +0000 -+++ configure 2008-04-28 12:03:54.000000000 +0000 -@@ -569,7 +569,7 @@ +--- configure.orig 2007-08-17 09:05:19 UTC ++++ configure +@@ -569,7 +569,7 @@ cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= From owner-svn-ports-all@freebsd.org Thu Nov 24 10:41: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 8149BC52667; Thu, 24 Nov 2016 10:41: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 38219151F; Thu, 24 Nov 2016 10:41: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 uAOAfFM3077761; Thu, 24 Nov 2016 10:41:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOAfFPt077760; Thu, 24 Nov 2016 10:41:15 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611241041.uAOAfFPt077760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Nov 2016 10:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427003 - head/sysutils/flock/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 10:41:16 -0000 Author: olgeni Date: Thu Nov 24 10:41:15 2016 New Revision: 427003 URL: https://svnweb.freebsd.org/changeset/ports/427003 Log: Unbreak build - according to PR 214773 custom patches are not needed anymore. PR: 214773 Deleted: head/sysutils/flock/files/ From owner-svn-ports-all@freebsd.org Thu Nov 24 11: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 31196C52F40; Thu, 24 Nov 2016 11:04:13 +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 F3F8925F; Thu, 24 Nov 2016 11:04:12 +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 uAOB4Cv7089534; Thu, 24 Nov 2016 11:04:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOB4CLs089532; Thu, 24 Nov 2016 11:04:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241104.uAOB4CLs089532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 11:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427004 - in head/games/kobodeluxe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 11:04:13 -0000 Author: amdmi3 Date: Thu Nov 24 11:04:11 2016 New Revision: 427004 URL: https://svnweb.freebsd.org/changeset/ports/427004 Log: - Fix build with clang 3.9 - Simplify plist PR: 214646 Added: head/games/kobodeluxe/files/patch-graphics_window.cpp (contents, props changed) Modified: head/games/kobodeluxe/pkg-plist Added: head/games/kobodeluxe/files/patch-graphics_window.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/kobodeluxe/files/patch-graphics_window.cpp Thu Nov 24 11:04:11 2016 (r427004) @@ -0,0 +1,11 @@ +--- graphics/window.cpp.orig 2007-12-14 09:13:24 UTC ++++ graphics/window.cpp +@@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x, + */ + if(token) + { +- char *tok = strchr(txt, token); ++ const char *tok = strchr(txt, token); + if(tok) + tokpos = tok-txt; + else Modified: head/games/kobodeluxe/pkg-plist ============================================================================== --- head/games/kobodeluxe/pkg-plist Thu Nov 24 10:41:15 2016 (r427003) +++ head/games/kobodeluxe/pkg-plist Thu Nov 24 11:04:11 2016 (r427004) @@ -1,8 +1,4 @@ -@group games -@mode 2555 -bin/kobodl -@mode -@group +@(,games,2555) bin/kobodl man/man6/kobodl.6.gz share/applications/kobodeluxe.desktop share/pixmaps/kobo-icon.xpm From owner-svn-ports-all@freebsd.org Thu Nov 24 11:22: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 2766BC537BB; Thu, 24 Nov 2016 11:22:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB183F5B; Thu, 24 Nov 2016 11:22:45 +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 uAOBMiLa097767; Thu, 24 Nov 2016 11:22:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOBMi57097764; Thu, 24 Nov 2016 11:22:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241122.uAOBMi57097764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 11:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427005 - head/devel/avrdude X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 11:22:46 -0000 Author: amdmi3 Date: Thu Nov 24 11:22:44 2016 New Revision: 427005 URL: https://svnweb.freebsd.org/changeset/ports/427005 Log: - Update to 6.3 - Switch to USES=localbase - Switch to options helpers - Cosmetic fixes - Update WWW PR: 212663 Submitted by: amdmi3 Approved by: maintainer timeout (joerg, 2 months) Modified: head/devel/avrdude/Makefile head/devel/avrdude/distinfo head/devel/avrdude/pkg-descr Modified: head/devel/avrdude/Makefile ============================================================================== --- head/devel/avrdude/Makefile Thu Nov 24 11:04:11 2016 (r427004) +++ head/devel/avrdude/Makefile Thu Nov 24 11:22:44 2016 (r427005) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= avrdude -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude @@ -13,24 +13,20 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +USES= libtool localbase readline +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= FTDI +OPTIONS_DEFINE= FTDI OPTIONS_DEFAULT= FTDI -FTDI_DESC= libftdi support +FTDI_DESC= libftdi support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= libtool -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -.include post-patch: @${REINPLACE_CMD} -e 's|-lusb-1.0|-lusb|g' ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MFTDI} + +post-patch-FTDI-off: @${REINPLACE_CMD} -e '/LIBS=/ s|-lftdi1*|&-do-not-detect|' ${WRKSRC}/configure -.endif .include Modified: head/devel/avrdude/distinfo ============================================================================== --- head/devel/avrdude/distinfo Thu Nov 24 11:04:11 2016 (r427004) +++ head/devel/avrdude/distinfo Thu Nov 24 11:22:44 2016 (r427005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472387145 -SHA256 (avrdude-6.2.tar.gz) = e65f833493b7d63a4436c7056694a0f04ae5b437b72cc084e32c58bc543b0f91 -SIZE (avrdude-6.2.tar.gz) = 941371 +TIMESTAMP = 1473765647 +SHA256 (avrdude-6.3.tar.gz) = 0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 +SIZE (avrdude-6.3.tar.gz) = 909744 Modified: head/devel/avrdude/pkg-descr ============================================================================== --- head/devel/avrdude/pkg-descr Thu Nov 24 11:04:11 2016 (r427004) +++ head/devel/avrdude/pkg-descr Thu Nov 24 11:22:44 2016 (r427005) @@ -3,4 +3,4 @@ flash, eeprom, and fuse bit memories of It operates with several programmers including STK500 and most directly connect parallel port style programmers. -WWW: http://www.bsdhome.com/avrdude/ +WWW: http://www.nongnu.org/avrdude/ From owner-svn-ports-all@freebsd.org Thu Nov 24 11:26: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 696F0C5383B; Thu, 24 Nov 2016 11:26:43 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED08102; Thu, 24 Nov 2016 11:26:43 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOBQgJe098001; Thu, 24 Nov 2016 11:26:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOBQgt5098000; Thu, 24 Nov 2016 11:26:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611241126.uAOBQgt5098000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 24 Nov 2016 11:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427006 - head/audio/dream X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 11:26:43 -0000 Author: tcberner Date: Thu Nov 24 11:26:42 2016 New Revision: 427006 URL: https://svnweb.freebsd.org/changeset/ports/427006 Log: Simplify the Makefile by switching to USES=qmake. * This allows us to get rid of both manually specified targets. * As no PLIST_SUBS are used, also OPTIONS_SUB can be dropped. * Further, do not use QT_BINDIR and install the manpage to man/ intead of share/man. PR: 214621 Approved by: rakuco (mentor), takefu (maintainer) Modified: head/audio/dream/Makefile Modified: head/audio/dream/Makefile ============================================================================== --- head/audio/dream/Makefile Thu Nov 24 11:22:44 2016 (r427005) +++ head/audio/dream/Makefile Thu Nov 24 11:26:42 2016 (r427006) @@ -2,6 +2,7 @@ PORTNAME= dream PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= audio comms hamradio MASTER_SITES= SF/drm/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-svn808 @@ -15,16 +16,14 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib\ libqwt.so:x11-toolkits/qwt5\ libfftw3.so:math/fftw3 +USES= gmake pkgconfig qmake USE_QT4= qmake_build moc_build uic_build corelib gui network rcc webkit -QT4_MAKE_ARGS= INSTALL_ROOT=${STAGEDIR} -USES= gmake pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= SNDFILE OGG VORBIS FLAC OPUS SPEEX FAAD FAAC OPTIONS_RADIO= DEVICE OPTIONS_RADIO_DEVICE= PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= PORTAUDIO SNDFILE -OPTIONS_SUB= yes PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio @@ -38,22 +37,12 @@ SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/ FAAD_LIB_DEPENDS= libfaad.so:audio/faad FAAC_LIB_DEPENDS= libfaac.so:audio/faac -MANDIRS= ${PREFIX}/share/man/man1 -PLIST_FILES= %%QT_BINDIR%%/dream share/man/man1/dream.1.gz +PLIST_FILES= bin/dream man/man1/dream.1.gz pre-patch: @${REINPLACE_CMD} -e 's|/opt|/usr|g' -e 's|/usr/local|${PREFIX}|g'\ - -e 's|target.path = /usr/bin|target.path = ${STAGEDIR}${QT_BINDIR}|g'\ - -e 's|/usr/share/man/man1|${STAGEDIR}${PREFIX}/share/man/man1|g'\ - -e 's|INSTALLS += documentation||g'\ + -e 's|target.path = /usr/bin|target.path = ${PREFIX}/bin|g'\ + -e 's|/usr/share/man/man1|${PREFIX}/man/man1|g'\ ${WRKSRC}/dream.pro -do-configure: - cd ${WRKSRC} &&\ - ${SETENV} ${MAKE_ENV} ${QMAKE} dream.pro ${QMAKE_ARGS} - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/linux/dream.1 ${STAGEDIR}${PREFIX}/share/man/man1/ - .include From owner-svn-ports-all@freebsd.org Thu Nov 24 11:31: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 B366AC53B2A; Thu, 24 Nov 2016 11:31:34 +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 6A96882D; Thu, 24 Nov 2016 11:31:34 +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 uAOBVXr6001116; Thu, 24 Nov 2016 11:31:33 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOBVXqE001114; Thu, 24 Nov 2016 11:31:33 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611241131.uAOBVXqE001114@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, 24 Nov 2016 11:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427007 - in head/devel/libcrossguid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 11:31:34 -0000 Author: cpm Date: Thu Nov 24 11:31:33 2016 New Revision: 427007 URL: https://svnweb.freebsd.org/changeset/ports/427007 Log: devel/libcrossguid: Add SONAME, cosmetic fixes - Add SONAME to libcrossguid.so - Cosmetic fixes - Bump PORTREVISION PR: 214499 Submitted by: cpm Reviewed by: Mickael Maillot (maintainer), amdmi3 (mentor) Approved by: Mickael Maillot (maintainer), amdmi3 (mentor) MFH: 2016Q4 Modified: head/devel/libcrossguid/Makefile head/devel/libcrossguid/files/libcrossguid.pc.in Modified: head/devel/libcrossguid/Makefile ============================================================================== --- head/devel/libcrossguid/Makefile Thu Nov 24 11:26:42 2016 (r427006) +++ head/devel/libcrossguid/Makefile Thu Nov 24 11:31:33 2016 (r427007) @@ -2,6 +2,7 @@ PORTNAME= libcrossguid PORTVERSION= 20150803 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mickael.maillot@gmail.com @@ -20,18 +21,25 @@ GH_TAGNAME= 8f399e8 USES= compiler:c++11-lang pkgconfig USE_CXXSTD= c++11 CXXFLAGS+= `pkg-config --cflags uuid` -PLIST_FILES= include/guid.h lib/libcrossguid.so libdata/pkgconfig/libcrossguid.pc +USE_LDCONFIG= yes + +PLIST_FILES= include/guid.h \ + lib/libcrossguid.so \ + lib/libcrossguid.so.0 \ + libdata/pkgconfig/libcrossguid.pc post-patch: - @${SED} -e 's|%PREFIX%|${PREFIX}|g ; s|%VERSION%|${PORTVERSION}|g' \ + @${SED} -e 's|%PREFIX%|${PREFIX}|' -e 's|%VERSION%|${PORTVERSION}|' \ ${FILESDIR}/libcrossguid.pc.in > ${WRKDIR}/libcrossguid.pc do-build: - @cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -shared -fPIC guid.cpp -o libcrossguid.so -DGUID_LIBUUID + cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -shared -fPIC -Wl,-soname,libcrossguid.so.0 \ + -DGUID_LIBUUID -L${LOCALBASE}/lib guid.cpp -o libcrossguid.so.0 -luuid do-install: ${INSTALL_DATA} ${WRKSRC}/guid.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/libcrossguid.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libcrossguid.so.0 ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKDIR}/libcrossguid.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig + ${LN} -sf libcrossguid.so.0 ${STAGEDIR}${PREFIX}/lib/libcrossguid.so .include Modified: head/devel/libcrossguid/files/libcrossguid.pc.in ============================================================================== --- head/devel/libcrossguid/files/libcrossguid.pc.in Thu Nov 24 11:26:42 2016 (r427006) +++ head/devel/libcrossguid/files/libcrossguid.pc.in Thu Nov 24 11:31:33 2016 (r427007) @@ -5,6 +5,5 @@ includedir=${prefix}/include Name: libguid Description: minimal and cross platform C++ GUID library Version: %VERSION% -Libs: -L${libdir} -lguid +Libs: -L${libdir} -lcrossguid Cflags: -I${includedir} - From owner-svn-ports-all@freebsd.org Thu Nov 24 12:39: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 48559C50DE6; Thu, 24 Nov 2016 12:39: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 F3198FDD; Thu, 24 Nov 2016 12:39: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 uAOCd8O8026007; Thu, 24 Nov 2016 12:39:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOCd8gS026005; Thu, 24 Nov 2016 12:39:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241239.uAOCd8gS026005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 12:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427008 - head/www/squid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 12:39:09 -0000 Author: amdmi3 Date: Thu Nov 24 12:39:07 2016 New Revision: 427008 URL: https://svnweb.freebsd.org/changeset/ports/427008 Log: - Update to 3.5.22 - Switch to options helpers PR: 212909 Submitted by: timp87@gmail.com (maintainer) Modified: head/www/squid/Makefile head/www/squid/distinfo Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Thu Nov 24 11:31:33 2016 (r427007) +++ head/www/squid/Makefile Thu Nov 24 12:39:07 2016 (r427008) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.20 +PORTVERSION= 3.5.22 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ @@ -294,7 +294,7 @@ post-patch: ${change_files}) @(cd ${WRKSRC} && ${MV} src/mime.conf.default src/mime.conf.sample) -.if !${PORT_OPTIONS:MIPV6} +post-patch-IPV6-off: @${REINPLACE_CMD} -e's/ ::1//' -e's/ fc00::\/7//' \ -e's/ fe80::\/10//' -e's/ 2001:DB8::2//' \ -e's/ 2001:DB8::a:0\/64//' \ @@ -302,7 +302,6 @@ post-patch: -e'/tcp_outgoing_address 2001:db8::beef normal_service_net/d' \ -e'/tcp_outgoing_address 2001:db8::1/d' \ ${WRKSRC}/src/cf.data.pre -.endif post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Thu Nov 24 11:31:33 2016 (r427007) +++ head/www/squid/distinfo Thu Nov 24 12:39:07 2016 (r427008) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467937151 -SHA256 (squid3.5/squid-3.5.20.tar.xz) = 37db73bd33ddd3503fe375bc3f2b47d9fb7309042e439ad3651f21d5dcf2d395 -SIZE (squid3.5/squid-3.5.20.tar.xz) = 2319780 +TIMESTAMP = 1479930399 +SHA256 (squid3.5/squid-3.5.22.tar.xz) = 1ce95b469257abeb2ed8a1c0417812301c1ef5a4cc40ca504167daa470ad9358 +SIZE (squid3.5/squid-3.5.22.tar.xz) = 2324164 From owner-svn-ports-all@freebsd.org Thu Nov 24 12:41: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 6DE99C51022; Thu, 24 Nov 2016 12:41:39 +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 3DDA73BF; Thu, 24 Nov 2016 12:41:39 +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 uAOCfcWH029000; Thu, 24 Nov 2016 12:41:38 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOCfcUT028999; Thu, 24 Nov 2016 12:41:38 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611241241.uAOCfcUT028999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 24 Nov 2016 12:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427009 - head/www/drupal7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 12:41:39 -0000 Author: tz Date: Thu Nov 24 12:41:38 2016 New Revision: 427009 URL: https://svnweb.freebsd.org/changeset/ports/427009 Log: www/drupal7: add CONFLICT_INSTALL for new port www/drupal8 PR: 214787 Submitted by: Jochen Neumeister Approved by: mentors (implicit) Modified: head/www/drupal7/Makefile Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Thu Nov 24 12:39:07 2016 (r427008) +++ head/www/drupal7/Makefile Thu Nov 24 12:41:38 2016 (r427009) @@ -3,6 +3,7 @@ PORTNAME= drupal7 PORTVERSION= 7.51 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -13,6 +14,8 @@ COMMENT= Database driven web content man LICENSE= GPLv2+ +CONFLICTS_INSTALL= drupal8 + USES= drupal:7 php:web shebangfix USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml SHEBANG_FILES= scripts/password-hash.sh From owner-svn-ports-all@freebsd.org Thu Nov 24 13:09: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 8B226C519B8 for ; Thu, 24 Nov 2016 13:09:06 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 299377F7 for ; Thu, 24 Nov 2016 13:09:06 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: by mail-wm0-x22d.google.com with SMTP id g23so113917033wme.1 for ; Thu, 24 Nov 2016 05:09:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd-peru-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hzGwFqsejpGEoVneeTJqWeQx6sVp3xtPcCcTmg/XfsQ=; b=Jp4/Gzk2miI+5OsS1+HgZKr6qMM4FXMAX8VxWVWCaA6W+y41bNBpNQs8vjWQqxrBpb /m5MKXveiNvBf82Nu9cfMqH7UXNZNh5WravKJBtq6tSxEjQw1zAh1OfXICxu5FcWRZhW 7M8SA0hDsFu5gpxAJK18OqYUto55cdIKM4pgotLFvCJfTPqq1J7JH+caTZgA3JUCXkB8 is3xKQ02kOAqZfIGjcBpxD07uLMq2uYVwaFbFkvWqzPMSBtQ2ShLk5LmUp203T3eOLH/ U5z0ioyxndMeY6CFngpRG7j66b0CUBntfJAnqjTH+XHKbTBPg5DhDef91lLlunGEq+UW lJkw== 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=hzGwFqsejpGEoVneeTJqWeQx6sVp3xtPcCcTmg/XfsQ=; b=jVgjIjlmkmanBEjHVpcdE4Y8difHqz2HvOmWMMQdgrCJMgiVlAQxZsDnYOgt2Ijpb1 9gzs/rjZQIN52LAN+2SKfGZoE2pNan9AllbkpMi3F2rSn0VUNnVciVa2AO1FWCqAuiM7 1yb8J5O7GdQz1I2/E5GWlPk0PrcYtGeJpfTW080SDgE34a4FLbk13LynFSCmOc7Ar6V/ eIlT+cQB7oOdbc2uFfvB2ArNzeo0/vz97L2OJipyQ+zNxiovQUs2SwFyYUMkb62q2tSs nTPyCoxwBGNvA42pvmfZy524Sb0b7Lh+UfL46J/bgi9d0cnYT3vHnNy4s8RjklWeNK1h ebQQ== X-Gm-Message-State: AKaTC0397QpF9vO8KAkK09EhiROArsbhcg0meb1NMhCwkRmyfJXcthz3NLbmAokK7cxkFK1nPUVqWwH/OVGT0g== X-Received: by 10.28.95.85 with SMTP id t82mr2170998wmb.56.1479992944223; Thu, 24 Nov 2016 05:09:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.118.234 with HTTP; Thu, 24 Nov 2016 05:09:03 -0800 (PST) In-Reply-To: <201611241241.uAOCfcUT028999@repo.freebsd.org> References: <201611241241.uAOCfcUT028999@repo.freebsd.org> From: =?UTF-8?Q?Alonso_C=C3=A1rdenas_M=C3=A1rquez?= Date: Thu, 24 Nov 2016 08:09:03 -0500 Message-ID: Subject: Re: svn commit: r427009 - head/www/drupal7 To: Torsten Zuehlsdorff 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: Thu, 24 Nov 2016 13:09:06 -0000 Why did you add CONFLICT_INSTALL? drupal8 and drupal7 don't install files into the same directory. I think that is not necessary Greetings El jueves, 24 de noviembre de 2016, Torsten Zuehlsdorff escribi=C3=B3: > Author: tz > Date: Thu Nov 24 12:41:38 2016 > New Revision: 427009 > URL: https://svnweb.freebsd.org/changeset/ports/427009 > > Log: > www/drupal7: add CONFLICT_INSTALL for new port www/drupal8 > > PR: 214787 > Submitted by: Jochen Neumeister > > Approved by: mentors (implicit) > > Modified: > head/www/drupal7/Makefile > > Modified: head/www/drupal7/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/www/drupal7/Makefile Thu Nov 24 12:39:07 2016 (r427008) > +++ head/www/drupal7/Makefile Thu Nov 24 12:41:38 2016 (r427009) > @@ -3,6 +3,7 @@ > > PORTNAME=3D drupal7 > PORTVERSION=3D 7.51 > +PORTREVISION=3D 1 > CATEGORIES=3D www > MASTER_SITES=3D http://ftp.drupal.org/files/projects/ > DISTNAME=3D drupal-${PORTVERSION} > @@ -13,6 +14,8 @@ COMMENT=3D Database driven web content man > > LICENSE=3D GPLv2+ > > +CONFLICTS_INSTALL=3D drupal8 > + > USES=3D drupal:7 php:web shebangfix > USE_PHP=3D dom filter gd hash json mbstring pcre pdo session > simplexml xml > SHEBANG_FILES=3D scripts/password-hash.sh > > From owner-svn-ports-all@freebsd.org Thu Nov 24 13:10: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 DC071C51AD5; Thu, 24 Nov 2016 13:10:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9159D929; Thu, 24 Nov 2016 13:10: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 uAODAWuF038217; Thu, 24 Nov 2016 13:10:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAODAWOo038214; Thu, 24 Nov 2016 13:10:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241310.uAODAWOo038214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 13:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427010 - in head/databases/db: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 13:10:34 -0000 Author: amdmi3 Date: Thu Nov 24 13:10:32 2016 New Revision: 427010 URL: https://svnweb.freebsd.org/changeset/ports/427010 Log: - Add LICENSE - Regenerate patches Modified: head/databases/db/Makefile head/databases/db/files/patch-db.1 head/databases/db/files/patch-db.c Modified: head/databases/db/Makefile ============================================================================== --- head/databases/db/Makefile Thu Nov 24 12:41:38 2016 (r427009) +++ head/databases/db/Makefile Thu Nov 24 13:10:32 2016 (r427010) @@ -10,8 +10,7 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port -PLIST_FILES= bin/db \ - man/man1/db.1.gz +LICENSE= BSD4CLAUSE USES= uidfix MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} @@ -23,6 +22,8 @@ DIST_DB1= http://cvsweb.netbsd.org/bsdwe DIST_DBC= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.c?rev=${PORTVERSION}&content-type=text/plain DIST_MAKEFILE= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/Makefile?rev=${MAKEVERSION}&content-type=text/plain +PLIST_FILES= bin/db \ + man/man1/db.1.gz tarball: ${MKDIR} ${WRKSRC} fetch -o ${WRKSRC}/db.1 "${DIST_DB1}" Modified: head/databases/db/files/patch-db.1 ============================================================================== --- head/databases/db/files/patch-db.1 Thu Nov 24 12:41:38 2016 (r427009) +++ head/databases/db/files/patch-db.1 Thu Nov 24 13:10:32 2016 (r427010) @@ -1,6 +1,6 @@ ---- db.1.orig Mon Jun 20 12:53:38 2005 -+++ db.1 Thu Jun 21 11:21:15 2007 -@@ -67,8 +67,6 @@ +--- db.1.orig 2005-06-20 02:53:38 UTC ++++ db.1 +@@ -67,8 +67,6 @@ databases .Op Fl T Ar visspec .Ek .Bk -words @@ -9,11 +9,10 @@ .Ar type .Ar dbfile .Bk -words -@@ -265,14 +263,6 @@ - . +@@ -266,14 +264,6 @@ corresponding options for the meaning of .It Fl V Display value. --. + . -.It Fl X Ar extravis -When encoding items with -.Fl S @@ -21,6 +20,7 @@ -.Ar extravis , -per -.Xr svis 3 . - . +-. .El .Pp + .Bd -ragged -offset indent Modified: head/databases/db/files/patch-db.c ============================================================================== --- head/databases/db/files/patch-db.c Thu Nov 24 12:41:38 2016 (r427009) +++ head/databases/db/files/patch-db.c Thu Nov 24 13:10:32 2016 (r427010) @@ -1,6 +1,6 @@ ---- db.c.orig Thu Jun 21 11:20:05 2007 -+++ db.c Thu Jun 21 11:20:32 2007 -@@ -571,11 +571,11 @@ +--- db.c.orig 2005-06-20 02:53:38 UTC ++++ db.c +@@ -551,11 +551,11 @@ encode_data(size_t len, char *data, char buflen = elen; } *edata = buf; From owner-svn-ports-all@freebsd.org Thu Nov 24 13: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 DEA19C512CB; Thu, 24 Nov 2016 13:52:32 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95757E50; Thu, 24 Nov 2016 13:52:32 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAODqVEV057638; Thu, 24 Nov 2016 13:52:31 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAODqVS6057635; Thu, 24 Nov 2016 13:52:31 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201611241352.uAODqVS6057635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Thu, 24 Nov 2016 13:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427011 - in head/www/w3m: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 13:52:33 -0000 Author: nobutaka Date: Thu Nov 24 13:52:31 2016 New Revision: 427011 URL: https://svnweb.freebsd.org/changeset/ports/427011 Log: Fix error of w3mhelp.cgi and w3mman2html.cgi with perl 5.24. Reported by: tom Added: head/www/w3m/files/patch-scripts_w3mhelp.cgi.in (contents, props changed) head/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in (contents, props changed) Modified: head/www/w3m/Makefile Modified: head/www/w3m/Makefile ============================================================================== --- head/www/w3m/Makefile Thu Nov 24 13:10:32 2016 (r427010) +++ head/www/w3m/Makefile Thu Nov 24 13:52:31 2016 (r427011) @@ -3,7 +3,7 @@ PORTNAME= w3m PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES+= www ipv6 MASTER_SITES= SF/w3m/w3m/w3m-${PORTVERSION} @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --with-gc=${LOCALBASE} \ ac_cv_path_PERL=${PERL} CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include" - DOCS= FAQ.html HISTORY MANUAL.html README \ README.dict README.func README.img README.m17n STORY.html \ keymap.default keymap.lynx menu.default menu.submenu Added: head/www/w3m/files/patch-scripts_w3mhelp.cgi.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/w3m/files/patch-scripts_w3mhelp.cgi.in Thu Nov 24 13:52:31 2016 (r427011) @@ -0,0 +1,11 @@ +--- scripts/w3mhelp.cgi.in.orig 2016-11-20 23:37:09.729134000 +0900 ++++ scripts/w3mhelp.cgi.in 2016-11-20 23:37:31.174087000 +0900 +@@ -48,7 +48,7 @@ + } + # print "tlang=$tlang\n"; + eval {require "w3mhelp-funcdesc.$tlang.pl";}; +- if (defined(%funcdesc)) { ++ if (%funcdesc) { + $lang = $tlang; + } + } Added: head/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in Thu Nov 24 13:52:31 2016 (r427011) @@ -0,0 +1,11 @@ +--- scripts/w3mman/w3mman2html.cgi.in.orig 2016-11-20 23:34:49.225369000 +0900 ++++ scripts/w3mman/w3mman2html.cgi.in 2016-11-20 23:35:23.649914000 +0900 +@@ -220,7 +220,7 @@ + local($p); + + (! -d && -x) || return 0; +- if (! defined(%PATH)) { ++ if (! %PATH) { + for $p (split(":", $ENV{'PATH'})) { + $p =~ s@/+$@@; + $PATH{$p} = 1; From owner-svn-ports-all@freebsd.org Thu Nov 24 14:05: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 EE38EC51744; Thu, 24 Nov 2016 14:05:36 +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 BD54E64A; Thu, 24 Nov 2016 14:05:36 +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 uAOE5ZCm061770; Thu, 24 Nov 2016 14:05:35 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOE5Z8C061768; Thu, 24 Nov 2016 14:05:35 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611241405.uAOE5Z8C061768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 24 Nov 2016 14:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427012 - head/cad/electric-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, 24 Nov 2016 14:05:37 -0000 Author: danilo Date: Thu Nov 24 14:05:35 2016 New Revision: 427012 URL: https://svnweb.freebsd.org/changeset/ports/427012 Log: - Update to 9.07 Modified: head/cad/electric-ng/Makefile head/cad/electric-ng/distinfo Modified: head/cad/electric-ng/Makefile ============================================================================== --- head/cad/electric-ng/Makefile Thu Nov 24 13:52:31 2016 (r427011) +++ head/cad/electric-ng/Makefile Thu Nov 24 14:05:35 2016 (r427012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= electric -PORTVERSION= 9.06 +PORTVERSION= 9.07 CATEGORIES= cad java MASTER_SITES= GNU/${PORTNAME:S/-ng//} \ http://www.staticfreesoft.com/:1 \ Modified: head/cad/electric-ng/distinfo ============================================================================== --- head/cad/electric-ng/distinfo Thu Nov 24 13:52:31 2016 (r427011) +++ head/cad/electric-ng/distinfo Thu Nov 24 14:05:35 2016 (r427012) @@ -1,6 +1,7 @@ -SHA256 (electricBinary-9.06.jar) = 07d61c7f9adf1146da03916f4c623af3c33287720791ce3de71dc8608502205b -SIZE (electricBinary-9.06.jar) = 20718871 -SHA256 (ElectricManual-9.06.pdf) = 939300bba9af8d559d5ecef08c6fe0e17e973c0d524a2538823817ad26adee07 -SIZE (ElectricManual-9.06.pdf) = 3612989 -SHA256 (electricSFS-9.06.jar) = 3c8e2537deab424a661c92ca2fb07b84ceeed1a6e559a6256c08debd1912a8ef -SIZE (electricSFS-9.06.jar) = 194780 +TIMESTAMP = 1479994492 +SHA256 (electricBinary-9.07.jar) = 3e383f673183265700e0c13a5f7b1d3348247465c3d8817c845d62e4c92d86ce +SIZE (electricBinary-9.07.jar) = 21244560 +SHA256 (ElectricManual-9.07.pdf) = 836ebf850051cf797310fb7d61c40439d2582bb3b3fb3d5c2165059423b11ab4 +SIZE (ElectricManual-9.07.pdf) = 3622536 +SHA256 (electricSFS-9.07.jar) = a0377ca806d759cdd54ef9ea52bc2578dd8fe066c2018fdb7f31fd8936b533e2 +SIZE (electricSFS-9.07.jar) = 194665 From owner-svn-ports-all@freebsd.org Thu Nov 24 14:18: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 40D2DC51D24; Thu, 24 Nov 2016 14:18:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA23FD6A; Thu, 24 Nov 2016 14:18:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOEIrFC066189; Thu, 24 Nov 2016 14:18:53 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEIrBA066187; Thu, 24 Nov 2016 14:18:53 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611241418.uAOEIrBA066187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 24 Nov 2016 14:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427013 - in head/audio/playgsf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:18:54 -0000 Author: ehaupt Date: Thu Nov 24 14:18:52 2016 New Revision: 427013 URL: https://svnweb.freebsd.org/changeset/ports/427013 Log: - Fix build with libc++ 3.9 - Switch to USES=localbase - Add LICENSE: GPLv2+ for VBA code, LGPL21 for bundled libresample code and NONE for playgsf code, as no license is specified neither for it nor for code it's based on (http://www.caitsith2.com/gsf/) PR: 214653 Submitted by: amdmi3 Reported by: jbeich Modified: head/audio/playgsf/Makefile head/audio/playgsf/files/patch-VBA_Util.cpp Modified: head/audio/playgsf/Makefile ============================================================================== --- head/audio/playgsf/Makefile Thu Nov 24 14:05:35 2016 (r427012) +++ head/audio/playgsf/Makefile Thu Nov 24 14:18:52 2016 (r427013) @@ -3,7 +3,7 @@ PORTNAME= playgsf PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/playgsf/ \ LOCAL/ehaupt @@ -11,15 +11,16 @@ MASTER_SITES= http://projects.raphnet.ne MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line player for gsf audio files +LICENSE= GPLv2+ LGPL21 NONE +LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/libresample-0.1.3/LICENSE.txt + LIB_DEPENDS= libao.so:audio/libao -USES= gmake dos2unix +USES= dos2unix gmake localbase:ldflags GNU_CONFIGURE= yes - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS+= --enable-ccore --disable-optimisations +CONFIGURE_ARGS= --enable-ccore \ + --disable-optimisations PLIST_FILES= bin/playgsf Modified: head/audio/playgsf/files/patch-VBA_Util.cpp ============================================================================== --- head/audio/playgsf/files/patch-VBA_Util.cpp Thu Nov 24 14:05:35 2016 (r427012) +++ head/audio/playgsf/files/patch-VBA_Util.cpp Thu Nov 24 14:18:52 2016 (r427013) @@ -1,5 +1,23 @@ ---- VBA/Util.cpp.orig 2016-07-26 15:40:39 UTC +--- VBA/Util.cpp.orig 2016-11-24 13:15:44 UTC +++ VBA/Util.cpp +@@ -917,7 +917,7 @@ bool utilIsGSF(const char * file) + + + if(strlen(file) > 4) { +- char *p = strrchr(file,'.'); ++ const char *p = strrchr(file,'.'); + + if(p != NULL) { + if(_stricmp(p, ".gsf") == 0) +@@ -934,7 +934,7 @@ bool utilIsGBAImage(const char * file) + { + cpuIsMultiBoot = false; + if(strlen(file) > 4) { +- char * p = strrchr(file,'.'); ++ const char * p = strrchr(file,'.'); + + if(p != NULL) { + //if(_stricmp(p, ".gba") == 0) @@ -1484,7 +1484,8 @@ void utilWriteData(gzFile gzFile, variab gzFile utilGzOpen(const char *file, const char *mode) From owner-svn-ports-all@freebsd.org Thu Nov 24 14:23: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 301EAC51F7A; Thu, 24 Nov 2016 14:23: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 0AD17179; Thu, 24 Nov 2016 14:23: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 uAOENe9h069944; Thu, 24 Nov 2016 14:23:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOENexM069942; Thu, 24 Nov 2016 14:23:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611241423.uAOENexM069942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 14:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427014 - in head/devel/renpy6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:23:41 -0000 Author: jbeich Date: Thu Nov 24 14:23:39 2016 New Revision: 427014 URL: https://svnweb.freebsd.org/changeset/ports/427014 Log: devel/renpy6: bring back cython fixes lost in r421472 $ katawa-shoujo KeyError(4294967295,) Full traceback: File "renpy/common/00start.rpy", line 152, in script $ ui.interact(suppress_underlay=True, suppress_overlay=True) File "/usr/local/share/renpy/renpy/ast.py", line 785, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/usr/local/share/renpy/renpy/python.py", line 1382, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00start.rpy", line 152, in $ ui.interact(suppress_underlay=True, suppress_overlay=True) File "/usr/local/share/renpy/renpy/ui.py", line 247, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/usr/local/share/renpy/renpy/display/core.py", line 2149, in interact repeat, rv = self.interact_core(preloads=preloads, **kwargs) File "/usr/local/share/renpy/renpy/display/core.py", line 2478, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "/usr/local/share/renpy/renpy/display/core.py", line 1681, in draw_screen renpy.display.draw.draw_screen(surftree, fullscreen_video) File "renpy/gl/gldraw.pyx", line 676, in renpy.gl.gldraw.GLDraw.draw_screen (gen/renpy.gl.gldraw.c:10499) gltexture.cleanup() File "renpy/gl/gltexture.pyx", line 559, in renpy.gl.gltexture.cleanup (gen/renpy.gl.gltexture.c:7100) t.deallocate() File "renpy/gl/gltexture.pyx", line 479, in renpy.gl.gltexture.TextureCore.deallocate (gen/renpy.gl.gltexture.c:5745) texture_numbers.remove(self.number) KeyError: 4294967295 Added: head/devel/renpy6/files/patch-renpy_gl_gltexture.pyx (contents, props changed) Modified: head/devel/renpy6/Makefile (contents, props changed) Modified: head/devel/renpy6/Makefile ============================================================================== --- head/devel/renpy6/Makefile Thu Nov 24 14:18:52 2016 (r427013) +++ head/devel/renpy6/Makefile Thu Nov 24 14:23:39 2016 (r427014) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 6.18.3 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 6 CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* Added: head/devel/renpy6/files/patch-renpy_gl_gltexture.pyx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/renpy6/files/patch-renpy_gl_gltexture.pyx Thu Nov 24 14:23:39 2016 (r427014) @@ -0,0 +1,45 @@ +https://github.com/renpy/renpy/commit/ecadc55616f3 +https://github.com/renpy/renpy/commit/e680702e87b8 + +--- renpy/gl/gltexture.pyx.orig 2014-10-05 01:47:19 UTC ++++ renpy/gl/gltexture.pyx +@@ -255,7 +255,7 @@ cdef class TextureCore: + # The number of the OpenGL texture this texture object + # represents. + self.generation = 0 +- self.number = -1 ++ self.number = 0 + + # The format of this texture in the GPU (or 0 if not known). + self.format = 0 +@@ -447,7 +447,7 @@ cdef class TextureCore: + + cdef unsigned int texnums[1] + +- if self.number != -1: ++ if self.number != 0: + return 0 + + glGenTextures(1, texnums) +@@ -468,17 +468,19 @@ cdef class TextureCore: + + global total_texture_size + +- if self.number == -1: ++ if self.number == 0: + return + + cdef GLuint texnums[1] + + texnums[0] = self.number + glDeleteTextures(1, texnums) ++ self.number = 0 + +- texture_numbers.remove(self.number) ++ texture_numbers.discard(self.number) + total_texture_size -= self.width * self.height * 4 + ++ + class Texture(TextureCore): + """ + We need to be a real python class, not a C extension, to ensure that From owner-svn-ports-all@freebsd.org Thu Nov 24 14:26: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 E17A0C5302C; Thu, 24 Nov 2016 14:26:00 +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 BC3AC2C3; Thu, 24 Nov 2016 14:26:00 +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 uAOEPx7a070186; Thu, 24 Nov 2016 14:25:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEPxE8070184; Thu, 24 Nov 2016 14:25:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611241425.uAOEPxE8070184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 14:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427015 - in branches/2016Q4/devel/renpy6: . 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, 24 Nov 2016 14:26:01 -0000 Author: jbeich Date: Thu Nov 24 14:25:59 2016 New Revision: 427015 URL: https://svnweb.freebsd.org/changeset/ports/427015 Log: MFH: r427014 devel/renpy6: bring back cython fixes lost in r421472 $ katawa-shoujo KeyError(4294967295,) Full traceback: File "renpy/common/00start.rpy", line 152, in script $ ui.interact(suppress_underlay=True, suppress_overlay=True) File "/usr/local/share/renpy/renpy/ast.py", line 785, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/usr/local/share/renpy/renpy/python.py", line 1382, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00start.rpy", line 152, in $ ui.interact(suppress_underlay=True, suppress_overlay=True) File "/usr/local/share/renpy/renpy/ui.py", line 247, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/usr/local/share/renpy/renpy/display/core.py", line 2149, in interact repeat, rv = self.interact_core(preloads=preloads, **kwargs) File "/usr/local/share/renpy/renpy/display/core.py", line 2478, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "/usr/local/share/renpy/renpy/display/core.py", line 1681, in draw_screen renpy.display.draw.draw_screen(surftree, fullscreen_video) File "renpy/gl/gldraw.pyx", line 676, in renpy.gl.gldraw.GLDraw.draw_screen (gen/renpy.gl.gldraw.c:10499) gltexture.cleanup() File "renpy/gl/gltexture.pyx", line 559, in renpy.gl.gltexture.cleanup (gen/renpy.gl.gltexture.c:7100) t.deallocate() File "renpy/gl/gltexture.pyx", line 479, in renpy.gl.gltexture.TextureCore.deallocate (gen/renpy.gl.gltexture.c:5745) texture_numbers.remove(self.number) KeyError: 4294967295 Approved by: ports-secteam blanket Added: branches/2016Q4/devel/renpy6/files/patch-renpy_gl_gltexture.pyx - copied unchanged from r427014, head/devel/renpy6/files/patch-renpy_gl_gltexture.pyx Modified: branches/2016Q4/devel/renpy6/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/renpy6/Makefile ============================================================================== --- branches/2016Q4/devel/renpy6/Makefile Thu Nov 24 14:23:39 2016 (r427014) +++ branches/2016Q4/devel/renpy6/Makefile Thu Nov 24 14:25:59 2016 (r427015) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 6.18.3 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 6 CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* Copied: branches/2016Q4/devel/renpy6/files/patch-renpy_gl_gltexture.pyx (from r427014, head/devel/renpy6/files/patch-renpy_gl_gltexture.pyx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/devel/renpy6/files/patch-renpy_gl_gltexture.pyx Thu Nov 24 14:25:59 2016 (r427015, copy of r427014, head/devel/renpy6/files/patch-renpy_gl_gltexture.pyx) @@ -0,0 +1,45 @@ +https://github.com/renpy/renpy/commit/ecadc55616f3 +https://github.com/renpy/renpy/commit/e680702e87b8 + +--- renpy/gl/gltexture.pyx.orig 2014-10-05 01:47:19 UTC ++++ renpy/gl/gltexture.pyx +@@ -255,7 +255,7 @@ cdef class TextureCore: + # The number of the OpenGL texture this texture object + # represents. + self.generation = 0 +- self.number = -1 ++ self.number = 0 + + # The format of this texture in the GPU (or 0 if not known). + self.format = 0 +@@ -447,7 +447,7 @@ cdef class TextureCore: + + cdef unsigned int texnums[1] + +- if self.number != -1: ++ if self.number != 0: + return 0 + + glGenTextures(1, texnums) +@@ -468,17 +468,19 @@ cdef class TextureCore: + + global total_texture_size + +- if self.number == -1: ++ if self.number == 0: + return + + cdef GLuint texnums[1] + + texnums[0] = self.number + glDeleteTextures(1, texnums) ++ self.number = 0 + +- texture_numbers.remove(self.number) ++ texture_numbers.discard(self.number) + total_texture_size -= self.width * self.height * 4 + ++ + class Texture(TextureCore): + """ + We need to be a real python class, not a C extension, to ensure that From owner-svn-ports-all@freebsd.org Thu Nov 24 14:26: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 8C091C53063; Thu, 24 Nov 2016 14:26:15 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 420443C2; Thu, 24 Nov 2016 14:26:15 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOEQER6070330; Thu, 24 Nov 2016 14:26:14 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEQExG070327; Thu, 24 Nov 2016 14:26:14 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201611241426.uAOEQExG070327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Thu, 24 Nov 2016 14:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427016 - in head/www/closure-compiler: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:26:15 -0000 Author: jlaffaye Date: Thu Nov 24 14:26:14 2016 New Revision: 427016 URL: https://svnweb.freebsd.org/changeset/ports/427016 Log: - Update to 20160911 PR: 213177 Submitted by: xi@borderworlds.dk Modified: head/www/closure-compiler/Makefile head/www/closure-compiler/distinfo head/www/closure-compiler/files/closure-compiler.in Modified: head/www/closure-compiler/Makefile ============================================================================== --- head/www/closure-compiler/Makefile Thu Nov 24 14:25:59 2016 (r427015) +++ head/www/closure-compiler/Makefile Thu Nov 24 14:26:14 2016 (r427016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= closure-compiler -PORTVERSION= 20131014 +PORTVERSION= 20160911 CATEGORIES= www java MASTER_SITES= http://dl.google.com/closure-compiler/ DISTNAME= compiler-${PORTVERSION} @@ -16,15 +16,15 @@ NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= closure-compiler -SUB_LIST= JAVA="${JAVA}" +SUB_LIST= JAVA="${JAVA}" PORTVERSION=${PORTVERSION} USE_JAVA= yes PLIST_FILES= bin/closure-compiler \ - %%DATADIR%%/compiler.jar + %%DATADIR%%/closure-compiler-v${PORTVERSION}.jar do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/compiler.jar ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/closure-compiler-v${PORTVERSION}.jar ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/closure-compiler ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/www/closure-compiler/distinfo ============================================================================== --- head/www/closure-compiler/distinfo Thu Nov 24 14:25:59 2016 (r427015) +++ head/www/closure-compiler/distinfo Thu Nov 24 14:26:14 2016 (r427016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478197857 -SHA256 (compiler-20131014.tar.gz) = 9a59efcd3179d3c4c8e81445c5fad9aa928f698cf80131b8429c5afdae5a7a8e -SIZE (compiler-20131014.tar.gz) = 5786372 +TIMESTAMP = 1479997225 +SHA256 (compiler-20160911.tar.gz) = 944670c9d1f1fbc235fcaf3acc0ad760b3116e474f0d0fbd9a87239a10b1dd8c +SIZE (compiler-20160911.tar.gz) = 5873912 Modified: head/www/closure-compiler/files/closure-compiler.in ============================================================================== --- head/www/closure-compiler/files/closure-compiler.in Thu Nov 24 14:25:59 2016 (r427015) +++ head/www/closure-compiler/files/closure-compiler.in Thu Nov 24 14:26:14 2016 (r427016) @@ -2,4 +2,4 @@ DATADIR="%%DATADIR%%" -exec %%JAVA%% -jar "${DATADIR}/compiler.jar" $* +exec %%JAVA%% -jar "${DATADIR}/closure-compiler-v%%PORTVERSION%%.jar" $* From owner-svn-ports-all@freebsd.org Thu Nov 24 14:41: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 931FCC5359D; Thu, 24 Nov 2016 14:41:41 +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 6301AE68; Thu, 24 Nov 2016 14:41:41 +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 uAOEfejR076722; Thu, 24 Nov 2016 14:41:40 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEfenj076721; Thu, 24 Nov 2016 14:41:40 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201611241441.uAOEfenj076721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 24 Nov 2016 14:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427017 - head/net/ntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:41:41 -0000 Author: cy Date: Thu Nov 24 14:41:40 2016 New Revision: 427017 URL: https://svnweb.freebsd.org/changeset/ports/427017 Log: Document that net/ntp does not build under FreeBSD-9. Modified: head/net/ntp/Makefile Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Thu Nov 24 14:26:14 2016 (r427016) +++ head/net/ntp/Makefile Thu Nov 24 14:41:40 2016 (r427017) @@ -13,6 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/ MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= Does not build under FreeBSD-9 +.endif + BUILD_DEPENDS= autogen:devel/autogen LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww From owner-svn-ports-all@freebsd.org Thu Nov 24 14:42: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 3945BC535E9; Thu, 24 Nov 2016 14:42:06 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D8B3BF97; Thu, 24 Nov 2016 14:42:05 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 9vDmcl1gbIwqS9vDoc1csq; Thu, 24 Nov 2016 07:41:57 -0700 X-Authority-Analysis: v=2.2 cv=cNuQihWN c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=L24OOQBejmoA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=U-MnW4vbzBbdb15JvIwA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id B268921AF; Thu, 24 Nov 2016 06:41:54 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id uAOEfpKA044527; Thu, 24 Nov 2016 06:41:51 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201611241441.uAOEfpKA044527@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Craig Leres cc: Cy Schubert , Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel In-Reply-To: Message from Craig Leres of "Wed, 23 Nov 2016 21:38:11 -0800." <48ae2fd1-f96b-0e97-948c-08f41570d009@ee.lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Nov 2016 06:41:51 -0800 X-CMAE-Envelope: MS4wfG0T/xCa5P4gyR01l73Zp12kEwls8iorC+HyTbzlzuZzI8t3G8oE15BPrTqBEXW7znlaLeuTFjL612GxXgFCIMbbS131OoQGoO6B8f+GcR4FheDG2OKH tsGgJjhGUMvBR9h7m39vbICiMLUSwtbIRm/fz+//NJlgCOaFtsuQ0H50SZsKDdm1C9XDDbqq7F2oUSWhk2GYFtSmIBVA2100Xh9csNSovcSqay/aD1uQAG52 S9vElKrviccMB24/2XhgSf0Pgl6m2aXvEz2qzTFerDt1AL0gXiGpEKX1LNtxRBraqpYx6dP5WxPOjxn5pZTpWMznZ4Yk6zSItBBMyiRnEy9G3ZvR0oAEYJW4 Wq8S+GDb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:42:06 -0000 In message <48ae2fd1-f96b-0e97-948c-08f41570d009@ee.lbl.gov>, Craig Leres write s: > This is a multi-part message in MIME format. > --------------85ABBD5C3300954CDB126EE8 > Content-Type: text/plain; charset=windows-1252 > Content-Transfer-Encoding: 7bit > > On 11/23/16 20:33, Cy Schubert wrote: > > Turn autoreconf on. I'm considering committing the following when I get > > back. > > Attached is what I tried but it seems to be equivalent adding a > BUILD_DEPENDS for aclocal:devel/automake and has the same aclocal problem. > > I'm happy to test other good ideas you come up with if you're unable to. I think this will have to wait until I get back. In the mean time I've marked it broken. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Thu Nov 24 14:44: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 8062EC5383E; Thu, 24 Nov 2016 14:44:55 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x229.google.com (mail-pg0-x229.google.com [IPv6:2607:f8b0:400e:c05::229]) (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 4E4AA1D9; Thu, 24 Nov 2016 14:44:55 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x229.google.com with SMTP id p66so19342655pga.2; Thu, 24 Nov 2016 06:44:55 -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=7Cr32RV3rHSsiTyTIkCn2I3Vap4MUcbmGmLlOyiIe7s=; b=OILIw/REBd0MekegIJVj5ThTLyr+l6LWizK6EliIuFGQ5e74+fknxPu73bjRoCuVeG tx6ObzRUhybcbYR+M8SE9P9YdgAgMg2zP+VwYcPajXjnCx1bo2CI5Z+FfacwKLmA8bbv AGYDp9NqHCDOUHjHWcZ+QIEdmzykQBjm4OKi6szJKsxNOiR1hQcvP+PR2+UjWC10hyTK Xdg0U9j+7MYL3W8tLzAixvdmje2OosTITa7Z7JKVatliQJcSfqHjQr0Y4lvEpmSEuJJ7 RsCylG7CnQjWXi/o73INCiPNuclFNtGDRh4CJlBUwdhx6MZHwPc0UV28meW6AHrkzyih svKQ== 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=7Cr32RV3rHSsiTyTIkCn2I3Vap4MUcbmGmLlOyiIe7s=; b=enJ0rAzFeaMo6JaJnqCGKFi72ar1GxT/95lomG6I/LMr5ox1ENKh4+4NJvYswJnQJa LCQ5iORzOAFu/vU+aeQSJ+OMi9KAzKejr5JBdDp1L8UDxs17/CATlwcTQa05OvpnoY7z 7Oxiis9Q0bJp5jeqqeWUXTNEgqK1lc36s32DOSFpqvv1XOhZqWCthZ9NpbcE567+iYuv 5k0HCIwYWh5j/S1fOFihAI/jz9qfWs9QbIZZBnXoTQmFHPgwv98ZESLOOpaYlUgayYbs tbr/GvuZY+mcehQNMWa+h0wjH8K06Exq2iG/L8wBR6Fc/4EtBu3jIskuu4ALWBqqTvkK xX0g== X-Gm-Message-State: AKaTC00uiASofUldUEGb/n+yVvEy72HC6SgfpuahZ1RCRCAAe5srF5j6veKZw7dgAu+bOA== X-Received: by 10.99.178.89 with SMTP id t25mr4758310pgo.131.1479998694455; Thu, 24 Nov 2016 06:44:54 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:4432:31af:138c:5cd2? (2001-44b8-31ae-7b01-4432-31af-138c-5cd2.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:4432:31af:138c:5cd2]) by smtp.gmail.com with ESMTPSA id u23sm61034313pfg.86.2016.11.24.06.44.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Nov 2016 06:44:54 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r427017 - head/net/ntp To: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611241441.uAOEfenj076721@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Fri, 25 Nov 2016 01:43:00 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: <201611241441.uAOEfenj076721@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: Thu, 24 Nov 2016 14:44:55 -0000 On 25/11/2016 1:41 AM, Cy Schubert wrote: > Author: cy > Date: Thu Nov 24 14:41:40 2016 > New Revision: 427017 > URL: https://svnweb.freebsd.org/changeset/ports/427017 > > Log: > Document that net/ntp does not build under FreeBSD-9. > > Modified: > head/net/ntp/Makefile > > Modified: head/net/ntp/Makefile > ============================================================================== > --- head/net/ntp/Makefile Thu Nov 24 14:26:14 2016 (r427016) > +++ head/net/ntp/Makefile Thu Nov 24 14:41:40 2016 (r427017) > @@ -13,6 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/ > MAINTAINER= cy@FreeBSD.org > COMMENT= The Network Time Protocol Distribution > > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > +BROKEN= Does not build under FreeBSD-9 What's the actual/specific issue? It's good for messaging (in this case BROKEN) to include that detail. It can often be the first step to inciting someone to provide a fix for it. #breadcrumbs > +.endif > + > BUILD_DEPENDS= autogen:devel/autogen > LIB_DEPENDS= libevent.so:devel/libevent2 \ > libmd5.so:www/libwww > From owner-svn-ports-all@freebsd.org Thu Nov 24 14:46: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 21EDAC538C7; Thu, 24 Nov 2016 14:46:00 +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 E5CAF697; Thu, 24 Nov 2016 14:45:59 +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 uAOEjx0D078641; Thu, 24 Nov 2016 14:45:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEjxZb078640; Thu, 24 Nov 2016 14:45:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611241445.uAOEjxZb078640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 24 Nov 2016 14:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427018 - 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: Thu, 24 Nov 2016 14:46:00 -0000 Author: mat Date: Thu Nov 24 14:45:58 2016 New Revision: 427018 URL: https://svnweb.freebsd.org/changeset/ports/427018 Log: Add an OPTIONS_EXCLUDE_opsys_osrel. Sponsored by: Absolight Modified: head/Mk/bsd.options.mk (contents, props changed) Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Thu Nov 24 14:41:40 2016 (r427017) +++ head/Mk/bsd.options.mk Thu Nov 24 14:45:58 2016 (r427018) @@ -36,6 +36,8 @@ # OPTIONS_EXCLUDE - List of options unsupported (useful for slave ports) # OPTIONS_EXCLUDE_${ARCH} - List of options unsupported on a given ${ARCH} # OPTIONS_EXCLUDE_${OPSYS} - List of options unsupported on a given ${OPSYS} +# OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R} - List of options unsupported on a given +# ${OPSYS} and major version (8/9/10...) # OPTIONS_SLAVE - This is designed for slave ports, it removes an # option from the options list inherited from the # master port and it always adds it to PORT_OPTIONS @@ -215,7 +217,8 @@ OPTIONS_DEFINE+= ${opt} OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${ARCH}} _ALL_EXCLUDE= ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} \ - ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${OPSYS}} + ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${OPSYS}} \ + ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} .for opt in ${OPTIONS_DEFINE:O:u} . if !${_ALL_EXCLUDE:M${opt}} From owner-svn-ports-all@freebsd.org Thu Nov 24 14: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 9DC6BC539FF; Thu, 24 Nov 2016 14:49: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 6D5049D6; Thu, 24 Nov 2016 14:49: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 uAOEnXMa078968; Thu, 24 Nov 2016 14:49:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEnXvL078967; Thu, 24 Nov 2016 14:49:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241449.uAOEnXvL078967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 14:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427019 - head/net/freebsd-tftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:49:34 -0000 Author: amdmi3 Date: Thu Nov 24 14:49:33 2016 New Revision: 427019 URL: https://svnweb.freebsd.org/changeset/ports/427019 Log: - Add LICENSE - Add missing USES=libedit - Use MANPREFIX Modified: head/net/freebsd-tftp/Makefile Modified: head/net/freebsd-tftp/Makefile ============================================================================== --- head/net/freebsd-tftp/Makefile Thu Nov 24 14:45:58 2016 (r427018) +++ head/net/freebsd-tftp/Makefile Thu Nov 24 14:49:33 2016 (r427019) @@ -9,17 +9,22 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Upcoming replacement for tftp(1) and tftpd(8) -PLIST_FILES= bin/tftp libexec/tftpd \ - share/man/man8/tftpd.8.gz share/man/man1/tftp.1.gz +LICENSE= BSD4CLAUSE +USES= libedit WRKSRC= ${WRKDIR} NO_PACKAGE= Installs software in /usr/libexec and /usr/bin PREFIX= /usr +PLIST_FILES= bin/tftp \ + libexec/tftpd \ + share/man/man8/tftpd.8.gz \ + share/man/man1/tftp.1.gz + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/tftp/tftp ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libexec/tftpd/tftpd ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/usr.bin/tftp/tftp.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/libexec/tftpd/tftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/usr.bin/tftp/tftp.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/libexec/tftpd/tftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include From owner-svn-ports-all@freebsd.org Thu Nov 24 14:50: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 58B00C53AB4; Thu, 24 Nov 2016 14:50: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 28453C4F; Thu, 24 Nov 2016 14:50: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 uAOEoaIG079356; Thu, 24 Nov 2016 14:50:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEoabk079355; Thu, 24 Nov 2016 14:50:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241450.uAOEoabk079355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 14:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427020 - 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: Thu, 24 Nov 2016 14:50:37 -0000 Author: amdmi3 Date: Thu Nov 24 14:50:36 2016 New Revision: 427020 URL: https://svnweb.freebsd.org/changeset/ports/427020 Log: - Update java version requirement - Install icon and .desktop file PR: 209895 Modified: head/astro/josm/Makefile Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Thu Nov 24 14:49:33 2016 (r427019) +++ head/astro/josm/Makefile Thu Nov 24 14:50:36 2016 (r427020) @@ -8,7 +8,6 @@ MASTER_SITES= http://josm.openstreetmap. http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty MAINTAINER= amdmi3@FreeBSD.org COMMENT= Comprehensive editor for OpenStreetMap.org database @@ -19,8 +18,9 @@ PORTSCOUT= ignore:1 NO_WRKSUBDIR= yes +USES= zip:infozip USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.8+ JOSM_MEMORY_LIMIT?=1024 @@ -30,15 +30,25 @@ NO_ARCH= yes SUB_FILES= josm.sh SUB_LIST= JARNAME=${DISTNAME} JOSM_MEMORY_LIMIT=${JOSM_MEMORY_LIMIT} -PLIST_FILES= bin/josm ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} +PLIST_FILES= bin/josm \ + ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} \ + share/pixmaps/josm.png + +DESKTOP_ENTRIES="JOSM" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Education;Geoscience;Maps;" \ + true pre-everything:: @${ECHO_CMD} "You can change limit of memory available to josm by defining" @${ECHO_CMD} "JOSM_MEMORY_LIMIT variable in /etc/make.conf. Default is 1024 (MB)." do-install: - ${MKDIR} ${STAGEDIR}${JAVAJARDIR}/ + @${MKDIR} ${STAGEDIR}${JAVAJARDIR}/ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/josm.sh ${STAGEDIR}${PREFIX}/bin/josm + ${INSTALL_DATA} ${WRKSRC}/images/logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/josm.png .include From owner-svn-ports-all@freebsd.org Thu Nov 24 14:55: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 E03D7C53D5A; Thu, 24 Nov 2016 14:55:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A26211D5; Thu, 24 Nov 2016 14:55:02 +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 uAOEt1NZ084128; Thu, 24 Nov 2016 14:55:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEt1Hx084122; Thu, 24 Nov 2016 14:55:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241455.uAOEt1Hx084122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 14:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427021 - in branches/2016Q4: . irc/znc irc/znc/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, 24 Nov 2016 14:55:03 -0000 Author: amdmi3 Date: Thu Nov 24 14:55:01 2016 New Revision: 427021 URL: https://svnweb.freebsd.org/changeset/ports/427021 Log: MFH: r426896 - Create znc user/group - Set permissions properly on ETCDIR - Add an information on znc user/group to pkg-message - Pass maintainership to dbaio PR: 200005 Submitted by: josh+freebsd@zevlag.com, dbaio@bsd.com.br Approved by: ports-secteam (feld) Added: branches/2016Q4/irc/znc/files/pkg-message.in - copied unchanged from r426896, head/irc/znc/files/pkg-message.in Deleted: branches/2016Q4/irc/znc/pkg-message Modified: branches/2016Q4/GIDs branches/2016Q4/UIDs branches/2016Q4/irc/znc/Makefile branches/2016Q4/irc/znc/distinfo branches/2016Q4/irc/znc/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/GIDs ============================================================================== --- branches/2016Q4/GIDs Thu Nov 24 14:50:36 2016 (r427020) +++ branches/2016Q4/GIDs Thu Nov 24 14:55:01 2016 (r427021) @@ -838,7 +838,7 @@ graylog:*:848: # free: 894 # free: 895 # free: 896 -# free: 897 +znc:*:897: ufdb:*:898: guacamole:*:899: seafile:*:900: Modified: branches/2016Q4/UIDs ============================================================================== --- branches/2016Q4/UIDs Thu Nov 24 14:50:36 2016 (r427020) +++ branches/2016Q4/UIDs Thu Nov 24 14:55:01 2016 (r427021) @@ -843,7 +843,7 @@ graylog:*:848:848::0:0:Graylog user:/non # free: 894 # free: 895 # free: 896 -# free: 897 +znc:*:897:897::0:0:ZNC User:/nonexistent:/usr/sbin/nologin ufdb:*:898:898::0:0:ufdb user:/nonexistent:/usr/sbin/nologin guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin seafile:*:900:900::0:0:Seafile user:/nonexistent:/usr/bin/nologin Modified: branches/2016Q4/irc/znc/Makefile ============================================================================== --- branches/2016Q4/irc/znc/Makefile Thu Nov 24 14:50:36 2016 (r427020) +++ branches/2016Q4/irc/znc/Makefile Thu Nov 24 14:55:01 2016 (r427021) @@ -3,12 +3,12 @@ PORTNAME= znc PORTVERSION= 1.6.3 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Advanced IRC bouncer LICENSE= APACHE20 @@ -16,9 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes USE_RC_SUBR= znc -USES= compiler:c++11-lib cpe gmake iconv pkgconfig +SUB_FILES= pkg-message +USES= compiler:c++11-lib cpe gmake iconv pathfix pkgconfig MAKE_ENV= V=1 +PORTDOCS= README.md + +USERS= znc +GROUPS= znc + OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL OPTIONS_DEFAULT= OPENSSL PERL OPTIONS_SUB= yes @@ -53,8 +59,6 @@ TCL_CONFIGURE_ENABLE= tcl TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} TCL_USES= tcl -PORTDOCS= README.md - # Instead of using bundled swig generated files, delete them to force # regeneration using swig 2.0.11+ (fixes port compilation using clang) # @@ -66,9 +70,6 @@ pre-configure-PYTHON-on: post-patch: @${REINPLACE_CMD} -e \ - 's#$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e \ 's#/usr/local#${LOCALBASE}#' ${WRKSRC}/configure post-install-DOCS-on: @@ -76,6 +77,8 @@ post-install-DOCS-on: .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}" + +post-install: + @${MKDIR} ${STAGEDIR}${ETCDIR} .include Modified: branches/2016Q4/irc/znc/distinfo ============================================================================== --- branches/2016Q4/irc/znc/distinfo Thu Nov 24 14:50:36 2016 (r427020) +++ branches/2016Q4/irc/znc/distinfo Thu Nov 24 14:55:01 2016 (r427021) @@ -1,2 +1,3 @@ +TIMESTAMP = 1475969471 SHA256 (znc-1.6.3.tar.gz) = 631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827 SIZE (znc-1.6.3.tar.gz) = 1464200 Copied: branches/2016Q4/irc/znc/files/pkg-message.in (from r426896, head/irc/znc/files/pkg-message.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/irc/znc/files/pkg-message.in Thu Nov 24 14:55:01 2016 (r427021, copy of r426896, head/irc/znc/files/pkg-message.in) @@ -0,0 +1,19 @@ +***************************************************************************** + +If you are upgrading znc from a version prior to 1.0, please be aware that +znc will modify your configuration file to incorporate support for new +functionality. + +Please visit the following URL for more information: + +http://wiki.znc.in/ChangeLog/1.0 + +***************************************************************************** + +For generate your config file using znc user, execute: + +su -m znc -c 'znc -d %%ETCDIR%% --makeconf' +or +sudo -u znc znc -d %%ETCDIR%% --makeconf + +***************************************************************************** Modified: branches/2016Q4/irc/znc/pkg-plist ============================================================================== --- branches/2016Q4/irc/znc/pkg-plist Thu Nov 24 14:50:36 2016 (r427020) +++ branches/2016Q4/irc/znc/pkg-plist Thu Nov 24 14:55:01 2016 (r427021) @@ -169,3 +169,4 @@ man/man1/znc.1.gz %%DATADIR%%/webskins/ice/pub/pagebg.gif %%DATADIR%%/webskins/ice/tmpl/FooterTag.tmpl %%DATADIR%%/webskins/ice/tmpl/Header.tmpl +@dir(znc,znc,755) %%ETCDIR%% From owner-svn-ports-all@freebsd.org Thu Nov 24 14:57: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 B135FC53E80; Thu, 24 Nov 2016 14:57: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 80D6039E; Thu, 24 Nov 2016 14:57: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 uAOEvG7X084480; Thu, 24 Nov 2016 14:57:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOEvGkn084479; Thu, 24 Nov 2016 14:57:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241457.uAOEvGkn084479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 14:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427022 - head/science/py-h5py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 14:57:17 -0000 Author: amdmi3 Date: Thu Nov 24 14:57:16 2016 New Revision: 427022 URL: https://svnweb.freebsd.org/changeset/ports/427022 Log: - Remove bogus NO_ARCH: this module installs .so files - Cosmetic fixes Approved by: portmgr blanket Modified: head/science/py-h5py/Makefile Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Thu Nov 24 14:55:01 2016 (r427021) +++ head/science/py-h5py/Makefile Thu Nov 24 14:57:16 2016 (r427022) @@ -24,7 +24,6 @@ USE_GITHUB= yes USES= python USE_PYTHON= autoplist distutils -NO_ARCH= yes PORTDOCS= * PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ @@ -33,11 +32,12 @@ PORTEXAMPLES= multiprocessing_example.py OPTIONS_DEFINE= DOCS EXAMPLES do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} ${COPYTREE_SHARE} ${WRKSRC}/docs ${STAGEDIR}${DOCSDIR} + do-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} do-test: From owner-svn-ports-all@freebsd.org Thu Nov 24 15:02: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 22C0EC530FA; Thu, 24 Nov 2016 15:02:48 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC7C0B7F; Thu, 24 Nov 2016 15:02:47 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOF2lVo088238; Thu, 24 Nov 2016 15:02:47 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOF2kLk088236; Thu, 24 Nov 2016 15:02:46 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201611241502.uAOF2kLk088236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Thu, 24 Nov 2016 15:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427023 - head/net/go.net X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:02:48 -0000 Author: jlaffaye Date: Thu Nov 24 15:02:46 2016 New Revision: 427023 URL: https://svnweb.freebsd.org/changeset/ports/427023 Log: Add iana package to plist PR: 214172 Submitted by: rs@netflix.com Modified: head/net/go.net/Makefile head/net/go.net/pkg-plist Modified: head/net/go.net/Makefile ============================================================================== --- head/net/go.net/Makefile Thu Nov 24 14:57:16 2016 (r427022) +++ head/net/go.net/Makefile Thu Nov 24 15:02:46 2016 (r427023) @@ -3,6 +3,7 @@ PORTNAME= go.net PORTVERSION= 20160708 +PORTREVISION= 1 CATEGORIES= net devel MAINTAINER= jlaffaye@FreeBSD.org @@ -30,6 +31,7 @@ GO_TARGET= ${GO_PKGNAME}/bpf ${GO_PKGNAME}/http2/hpack \ ${GO_PKGNAME}/icmp \ ${GO_PKGNAME}/idna \ + ${GO_PKGNAME}/internal/iana \ ${GO_PKGNAME}/ipv4 \ ${GO_PKGNAME}/ipv6 \ ${GO_PKGNAME}/lex/httplex \ Modified: head/net/go.net/pkg-plist ============================================================================== --- head/net/go.net/pkg-plist Thu Nov 24 14:57:16 2016 (r427022) +++ head/net/go.net/pkg-plist Thu Nov 24 15:02:46 2016 (r427023) @@ -10,6 +10,7 @@ bin/h2i %%GO_LIBDIR%%/%%GO_PKGNAME%%/http2/hpack.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/icmp.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/idna.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/iana.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv4.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv6.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/lex/httplex.a @@ -212,6 +213,8 @@ bin/h2i %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/idna_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/iana/const.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/iana/gen.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpf_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_linux.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_stub.go From owner-svn-ports-all@freebsd.org Thu Nov 24 15: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 EFA3CC531C4; Thu, 24 Nov 2016 15:06:51 +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 BF3CED02; Thu, 24 Nov 2016 15:06:51 +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 uAOF6oCe088481; Thu, 24 Nov 2016 15:06:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOF6oUo088480; Thu, 24 Nov 2016 15:06:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611241506.uAOF6oUo088480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Nov 2016 15:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427024 - head/www/firefox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:06:52 -0000 Author: jbeich Date: Thu Nov 24 15:06:50 2016 New Revision: 427024 URL: https://svnweb.freebsd.org/changeset/ports/427024 Log: www/firefox: simplify spelling RUST defaults Modified: head/www/firefox/Makefile (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Nov 24 15:02:46 2016 (r427023) +++ head/www/firefox/Makefile Thu Nov 24 15:06:50 2016 (r427024) @@ -48,16 +48,11 @@ MOZ_OPTIONS= --enable-application=browse --enable-official-branding OPTIONS_DEFINE= RUST -OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}_${ARCH}} - +OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 +OPTIONS_EXCLUDE_FreeBSD_9= RUST # XXX lang/rust currently builds only on these platforms -OPTIONS_DEFAULT_DragonFly_4_x86_64= RUST -OPTIONS_DEFAULT_FreeBSD_10_amd64= RUST -OPTIONS_DEFAULT_FreeBSD_10_i386= RUST -OPTIONS_DEFAULT_FreeBSD_11_amd64= RUST -OPTIONS_DEFAULT_FreeBSD_11_i386= RUST -OPTIONS_DEFAULT_FreeBSD_12_amd64= RUST -OPTIONS_DEFAULT_FreeBSD_12_i386= RUST +OPTIONS_DEFAULT_amd64= RUST +OPTIONS_DEFAULT_i386= RUST OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:13: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 370BCC534DE; Thu, 24 Nov 2016 15:13:24 +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 119BB1A7; Thu, 24 Nov 2016 15:13:23 +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 uAOFDNW5092391; Thu, 24 Nov 2016 15:13:23 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFDNxE092389; Thu, 24 Nov 2016 15:13:23 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611241513.uAOFDNxE092389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 24 Nov 2016 15:13:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427025 - head/net/openmpi2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:13:24 -0000 Author: danilo Date: Thu Nov 24 15:13:22 2016 New Revision: 427025 URL: https://svnweb.freebsd.org/changeset/ports/427025 Log: - Use the libevent from ports. This solves a segfault reported by an user [1] - Enable c++ bindings and "mpi thread multiple" support [1] - Add DEBUG option Reported by: Otacilio Neto [1] Modified: head/net/openmpi2/Makefile head/net/openmpi2/pkg-plist Modified: head/net/openmpi2/Makefile ============================================================================== --- head/net/openmpi2/Makefile Thu Nov 24 15:06:50 2016 (r427024) +++ head/net/openmpi2/Makefile Thu Nov 24 15:13:22 2016 (r427025) @@ -2,6 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 @@ -11,6 +12,7 @@ COMMENT= High Performance Message Passin LIB_DEPENDS= libhwloc.so:devel/hwloc \ libltdl.so:devel/libltdl \ + libevent.so:devel/libevent2 \ libmunge.so:security/munge HAS_CONFIGURE= yes @@ -31,6 +33,12 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/${MP --with-hwloc=${LOCALBASE} \ --with-libltdl=${LOCALBASE} \ --enable-mpi-fortran=usempi \ + --enable-mpi-cxx \ + --enable-cxx-exceptions \ + --enable-heterogeneous \ + --enable-mpi-thread-multiple \ + --with-libevent=${LOCALBASE}/include \ + --with-libevent-libdir=${LOCALBASE}/lib \ ompi_cv_fortran_ignore_tkr_data=0 LDFLAGS+= -L${LOCALBASE}/lib @@ -39,12 +47,14 @@ USE_LDCONFIG= ${PREFIX}/${MPIDIR}/lib \ MANPREFIX= ${PREFIX}/${MPIDIR} -OPTIONS_DEFINE= IPV6 SLURM TORQUE +OPTIONS_DEFINE= DEBUG IPV6 SLURM TORQUE TORQUE_DESC= Enable Torque support SLURM_DESC= Enable SLURM support OPTIONS_DEFAULT= SLURM OPTIONS_SUB= yes +DEBUG_CONFIGURE_ENABLE= debug + IPV6_CONFIGURE_ENABLE= ipv6 TORQUE_CONFIGURE_ON= --with-tm=${LOCALBASE} Modified: head/net/openmpi2/pkg-plist ============================================================================== --- head/net/openmpi2/pkg-plist Thu Nov 24 15:06:50 2016 (r427024) +++ head/net/openmpi2/pkg-plist Thu Nov 24 15:13:22 2016 (r427025) @@ -42,6 +42,37 @@ %%MPIDIR%%/include/mpif-sentinels.h %%MPIDIR%%/include/mpif-sizeof.h %%MPIDIR%%/include/mpif.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/comm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/comm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/constants.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/datatype.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/datatype_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/errhandler.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/errhandler_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/exception.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/file.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/file_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/functions.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/functions_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/group.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/group_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/info.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/info_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intercomm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intercomm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intracomm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intracomm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/mpicxx.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/op.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/op_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/request.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/request_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/status.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/status_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win_inln.h %%MPIDIR%%/include/openmpi/ompi/mpiext/affinity/c/mpiext_affinity_c.h %%MPIDIR%%/include/openmpi/ompi/mpiext/cuda/c/mpiext_cuda_c.h %%MPIDIR%%/lib/libmca_common_sm.la @@ -52,6 +83,10 @@ %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.20 %%MPIDIR%%/lib/libmpi.so.20.0.1 +%%MPIDIR%%/lib/libmpi_cxx.la +%%MPIDIR%%/lib/libmpi_cxx.so +%%MPIDIR%%/lib/libmpi_cxx.so.20 +%%MPIDIR%%/lib/libmpi_cxx.so.20.0.0 %%MPIDIR%%/lib/libmpi_mpifh.la %%MPIDIR%%/lib/libmpi_mpifh.so %%MPIDIR%%/lib/libmpi_mpifh.so.20 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:16: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 8B51FC53597; Thu, 24 Nov 2016 15:16:19 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 35C8F2ED; Thu, 24 Nov 2016 15:16:18 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 9vl2clCEXIwqS9vl3c1oZC; Thu, 24 Nov 2016 08:16:18 -0700 X-Authority-Analysis: v=2.2 cv=cNuQihWN c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=L24OOQBejmoA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=s0Q5rMKBYhgnEqk8Y5QA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 93B9022B0; Thu, 24 Nov 2016 07:16:16 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id uAOFGFpJ073687; Thu, 24 Nov 2016 07:16:15 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201611241516.uAOFGFpJ073687@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: koobs@FreeBSD.org cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427017 - head/net/ntp In-Reply-To: Message from Kubilay Kocak of "Fri, 25 Nov 2016 01:43:00 +1100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Nov 2016 07:16:15 -0800 X-CMAE-Envelope: MS4wfKolib10qT7B600W6fBLKwYg8dqqwhwkorefIyA9XzCOBQUSOuByg/UGImfLzO1e/SQeo5EopwibCOZnLgNpxa7CLtsA+kQpxcBrxVol2F+8Q/vS4t4u v55Rd71X9jKE/XB7zNW9Z1f2Uo/GY0ded40AkzMeEbNase/dNp9aSShAQvqqOQcbiSMwYFiLETyT/qK/WTtZqYNrnu1eRXPM46kJhwYlFMsNj6Dq6kwh6P4F CDPQ/HAr/g5+PpC6Ys6FK59ms9Yu8+KckYbvo+W/+YvrqASmkmWQikR1UMs54pMye3WxZ05GUD+oxBIiR/XlRA== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:16:19 -0000 In message , Kubilay Kocak wr ites: > On 25/11/2016 1:41 AM, Cy Schubert wrote: > > Author: cy > > Date: Thu Nov 24 14:41:40 2016 > > New Revision: 427017 > > URL: https://svnweb.freebsd.org/changeset/ports/427017 > > > > Log: > > Document that net/ntp does not build under FreeBSD-9. > > > > Modified: > > head/net/ntp/Makefile > > > > Modified: head/net/ntp/Makefile > > =========================================================================== > === > > --- head/net/ntp/Makefile Thu Nov 24 14:26:14 2016 (r427016) > > +++ head/net/ntp/Makefile Thu Nov 24 14:41:40 2016 (r427017) > > @@ -13,6 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/ > > MAINTAINER= cy@FreeBSD.org > > COMMENT= The Network Time Protocol Distribution > > > > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > > +BROKEN= Does not build under FreeBSD-9 > > What's the actual/specific issue? It's good for messaging (in this case > BROKEN) to include that detail. I'll take a look at it further when I get home. I have a hunch that USE_GCC=4.8 or 4.9 will likely fix it. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 C91E1C53CAA; Thu, 24 Nov 2016 15:34: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 91C7F375; Thu, 24 Nov 2016 15:34:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOFY6Bh000859; Thu, 24 Nov 2016 15:34:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFY613000857; Thu, 24 Nov 2016 15:34:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFY613000857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427028 - head/databases/py-geoalchemy2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:07 -0000 Author: sunpoet Date: Thu Nov 24 15:34:06 2016 New Revision: 427028 URL: https://svnweb.freebsd.org/changeset/ports/427028 Log: - Update to 0.4.0 - Update RUN_DEPENDS: use newer py-sqlalchemy Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt Modified: head/databases/py-geoalchemy2/Makefile head/databases/py-geoalchemy2/distinfo Modified: head/databases/py-geoalchemy2/Makefile ============================================================================== --- head/databases/py-geoalchemy2/Makefile Thu Nov 24 15:34:01 2016 (r427027) +++ head/databases/py-geoalchemy2/Makefile Thu Nov 24 15:34:06 2016 (r427028) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geoalchemy2 -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,7 @@ COMMENT= Using SQLAlchemy with Spatial D LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.8:databases/py-sqlalchemy10 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.8:databases/py-sqlalchemy11 NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/databases/py-geoalchemy2/distinfo ============================================================================== --- head/databases/py-geoalchemy2/distinfo Thu Nov 24 15:34:01 2016 (r427027) +++ head/databases/py-geoalchemy2/distinfo Thu Nov 24 15:34:06 2016 (r427028) @@ -1,2 +1,3 @@ -SHA256 (GeoAlchemy2-0.3.0.tar.gz) = 8e6b376120245c4813ec3e9c7b8c2eb5d600e52e88f4a638fa12ac42df0c505c -SIZE (GeoAlchemy2-0.3.0.tar.gz) = 12082 +TIMESTAMP = 1479755743 +SHA256 (GeoAlchemy2-0.4.0.tar.gz) = 5220da4aca963f56024fadb5fc17ed60d413aba089d07ffc8487388d83a7434a +SIZE (GeoAlchemy2-0.4.0.tar.gz) = 12898 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:33: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 E6215C53C7B; Thu, 24 Nov 2016 15:33:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0DF625A; Thu, 24 Nov 2016 15:33:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOFXvX9000633; Thu, 24 Nov 2016 15:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFXvh0000629; Thu, 24 Nov 2016 15:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241533.uAOFXvh0000629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427026 - in head/databases: . py-sqlalchemy11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:33:59 -0000 Author: sunpoet Date: Thu Nov 24 15:33:57 2016 New Revision: 427026 URL: https://svnweb.freebsd.org/changeset/ports/427026 Log: - Add py-sqlalchemy11 1.1.4 The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/ Added: head/databases/py-sqlalchemy11/ - copied from r426364, head/databases/py-sqlalchemy10/ Modified: head/databases/Makefile head/databases/py-sqlalchemy11/Makefile head/databases/py-sqlalchemy11/distinfo head/databases/py-sqlalchemy11/pkg-descr Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Nov 24 15:13:22 2016 (r427025) +++ head/databases/Makefile Thu Nov 24 15:33:57 2016 (r427026) @@ -776,6 +776,7 @@ SUBDIR += py-sqlalchemy08 SUBDIR += py-sqlalchemy09 SUBDIR += py-sqlalchemy10 + SUBDIR += py-sqlalchemy11 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject Modified: head/databases/py-sqlalchemy11/Makefile ============================================================================== --- head/databases/py-sqlalchemy10/Makefile Sat Nov 19 12:57:24 2016 (r426364) +++ head/databases/py-sqlalchemy11/Makefile Thu Nov 24 15:33:57 2016 (r427026) @@ -1,81 +1,51 @@ -# Created by: Dryice Dong Liu # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 1.0.14 +PORTVERSION= 1.1.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 10 -DISTNAME= SQLAlchemy-${DISTVERSION} +PKGNAMESUFFIX= 11 +DISTNAME= SQLAlchemy-${PORTVERSION} -MAINTAINER= m.tsatsenko@gmail.com -COMMENT= Python SQL toolkit and Object Relational Mapper 1.0.x +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python SQL toolkit and Object Relational Mapper 1.1.x LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist -USES= python -USE_PYTHON= distutils autoplist - -PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} -PY2TO3_ARGS= --no-diffs --nobackups --verbose --write -TEST_TARGET= do-test - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy0[6789]* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy0 ${PYTHON_PKGNAMEPREFIX}sqlalchemy10- -OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_MULTI= BACKEND +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE -OPTIONS_DEFAULT= SQLITE +OPTIONS_DEFAULT=SQLITE -MSSQL_DESC= MS SQL Server backend -SYBASE_DESC= Sybase backend +USE_PYTHON= autoplist distutils +USES= python + +PORTDOCS= * +PORTEXAMPLES= * -MSSQL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -SYBASE_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase - -PORTDOCS= * -PORTEXAMPLES= * - -.include - -.if ${PYTHON_REL} < 3000 -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb -#.else -# At the moment databases/py-pymysql does not build with Python3 -# See https://github.com/petehunt/PyMySQL#python-3-0-support -#MYSQL_RUN_DEPENDS+= pymysql>=0.5:databases/py-pymysql -.endif - -pre-build: -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/lib - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples -.endif +MSSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mssql>=0:databases/py-mssql +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=0:databases/py-pymysql +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.0:databases/py-psycopg2 +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 +SYBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sybase>=0:databases/py-sybase -# C extensions are not supported with all versions of Python, so ignore -# errors here if there are no .so files to strip. post-install: - -@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -do-test: -.if ${PYTHON_REL} >= 3000 - ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test -.endif - @(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) - -.include +.include Modified: head/databases/py-sqlalchemy11/distinfo ============================================================================== --- head/databases/py-sqlalchemy10/distinfo Sat Nov 19 12:57:24 2016 (r426364) +++ head/databases/py-sqlalchemy11/distinfo Thu Nov 24 15:33:57 2016 (r427026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471897566 -SHA256 (SQLAlchemy-1.0.14.tar.gz) = da4d1a39c1e99c7fecc2aaa3a050094b6aa7134de7d89f77e6216e7abd1705b3 -SIZE (SQLAlchemy-1.0.14.tar.gz) = 4765726 +TIMESTAMP = 1479757093 +SHA256 (SQLAlchemy-1.1.4.tar.gz) = 701b57d628b9fa1cfb82f10665e7214d5d2db23251ca6f23b91c5f56fcdbdeb5 +SIZE (SQLAlchemy-1.1.4.tar.gz) = 5117489 Modified: head/databases/py-sqlalchemy11/pkg-descr ============================================================================== --- head/databases/py-sqlalchemy10/pkg-descr Sat Nov 19 12:57:24 2016 (r426364) +++ head/databases/py-sqlalchemy11/pkg-descr Thu Nov 24 15:33:57 2016 (r427026) @@ -1,10 +1,10 @@ The Python SQL Toolkit and Object Relational Mapper -SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that -gives application developers the full power and flexibility of SQL. +SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives +application developers the full power and flexibility of SQL. -It provides a full suite of well known enterprise-level persistence -patterns, designed for efficient and high-performing database access, -adapted into a simple and Pythonic domain language. +It provides a full suite of well known enterprise-level persistence patterns, +designed for efficient and high-performing database access, adapted into a +simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/ From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 34C87C53C91; Thu, 24 Nov 2016 15:34:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 042F027B; Thu, 24 Nov 2016 15:34: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 uAOFY27q000741; Thu, 24 Nov 2016 15:34:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFY2Bq000740; Thu, 24 Nov 2016 15:34:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFY2Bq000740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427027 - head/databases/py-geoalchemy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:03 -0000 Author: sunpoet Date: Thu Nov 24 15:34:01 2016 New Revision: 427027 URL: https://svnweb.freebsd.org/changeset/ports/427027 Log: - Update RUN_DEPENDS: use newer py-sqlalchemy - Bump PORTREVISION for dependency change Modified: head/databases/py-geoalchemy/Makefile Modified: head/databases/py-geoalchemy/Makefile ============================================================================== --- head/databases/py-geoalchemy/Makefile Thu Nov 24 15:33:57 2016 (r427026) +++ head/databases/py-geoalchemy/Makefile Thu Nov 24 15:34:01 2016 (r427027) @@ -3,7 +3,7 @@ PORTNAME= geoalchemy PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Using SQLAlchemy with Spatial D LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6.1:databases/py-sqlalchemy10 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy11 NO_ARCH= yes USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 BFD2FC53D34; Thu, 24 Nov 2016 15:34:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93C65920; Thu, 24 Nov 2016 15:34:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOFYO9w001360; Thu, 24 Nov 2016 15:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYOUp001357; Thu, 24 Nov 2016 15:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYOUp001357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427032 - in head/misc/py-progressbar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:25 -0000 Author: sunpoet Date: Thu Nov 24 15:34:24 2016 New Revision: 427032 URL: https://svnweb.freebsd.org/changeset/ports/427032 Log: - Update LICENSE - Add LICENSE_FILE - Add NO_ARCH - Allow build with Python 3 and relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Update WWW - Add GitHub repository to WWW Added: head/misc/py-progressbar/files/ head/misc/py-progressbar/files/patch-progressbar-widgets.py (contents, props changed) Modified: head/misc/py-progressbar/Makefile head/misc/py-progressbar/pkg-descr Modified: head/misc/py-progressbar/Makefile ============================================================================== --- head/misc/py-progressbar/Makefile Thu Nov 24 15:34:20 2016 (r427031) +++ head/misc/py-progressbar/Makefile Thu Nov 24 15:34:24 2016 (r427032) @@ -11,9 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Text progressbar library for python -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE LGPL21+ +LICENSE_COMB= dual +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.txt -USE_PYTHON= autoplist distutils -USES= python:2.7 +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include Added: head/misc/py-progressbar/files/patch-progressbar-widgets.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-progressbar/files/patch-progressbar-widgets.py Thu Nov 24 15:34:24 2016 (r427032) @@ -0,0 +1,44 @@ +--- progressbar/widgets.py.orig 2011-05-15 23:08:48 UTC ++++ progressbar/widgets.py +@@ -84,8 +84,8 @@ class Timer(Widget): + __slots__ = ('format',) + TIME_SENSITIVE = True + +- def __init__(self, format='Elapsed Time: %s'): +- self.format = format ++ def __init__(self, _format='Elapsed Time: %s'): ++ self.format = _format + + @staticmethod + def format_time(seconds): +@@ -121,7 +121,7 @@ class ETA(Timer): + class FileTransferSpeed(Widget): + 'Widget for showing the transfer speed (useful for file transfers).' + +- format = '%6.2f %s%s/s' ++ _format = '%6.2f %s%s/s' + prefixes = ' kMGTPEZY' + __slots__ = ('unit', 'format') + +@@ -170,8 +170,8 @@ class Counter(Widget): + + __slots__ = ('format',) + +- def __init__(self, format='%d'): +- self.format = format ++ def __init__(self, _format='%d'): ++ self.format = _format + + def update(self, pbar): + return self.format % pbar.currval +@@ -198,8 +198,8 @@ class FormatLabel(Timer): + } + + __slots__ = ('format',) +- def __init__(self, format): +- self.format = format ++ def __init__(self, _format): ++ self.format = _format + + def update(self, pbar): + context = {} Modified: head/misc/py-progressbar/pkg-descr ============================================================================== --- head/misc/py-progressbar/pkg-descr Thu Nov 24 15:34:20 2016 (r427031) +++ head/misc/py-progressbar/pkg-descr Thu Nov 24 15:34:24 2016 (r427032) @@ -13,4 +13,5 @@ There are three types of widget: - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line. -WWW: http://code.google.com/p/python-progressbar +WWW: https://pypi.python.org/pypi/progressbar +WWW: https://github.com/niltonvolpato/python-progressbar From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 A4AB2C53D81; Thu, 24 Nov 2016 15:34: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 472EFA8D; Thu, 24 Nov 2016 15:34: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 uAOFYYCo001633; Thu, 24 Nov 2016 15:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYYPC001630; Thu, 24 Nov 2016 15:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYYPC001630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427034 - head/devel/ruby-build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:35 -0000 Author: sunpoet Date: Thu Nov 24 15:34:34 2016 New Revision: 427034 URL: https://svnweb.freebsd.org/changeset/ports/427034 Log: - Update to 20161121 Changes: https://github.com/rbenv/ruby-build/releases PR: 214618 Submitted by: Koichiro IWAO (maintainer) Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Thu Nov 24 15:34:29 2016 (r427033) +++ head/devel/ruby-build/Makefile Thu Nov 24 15:34:34 2016 (r427034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20160913 +PORTVERSION= 20161121 DISTVERSIONPREFIX= v CATEGORIES= devel ruby Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Thu Nov 24 15:34:29 2016 (r427033) +++ head/devel/ruby-build/distinfo Thu Nov 24 15:34:34 2016 (r427034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473768000 -SHA256 (rbenv-ruby-build-v20160913_GH0.tar.gz) = 3341fa97eee6bda3f6fdb45adaae433c4a7160127d352227c7c8a361bdb6ab57 -SIZE (rbenv-ruby-build-v20160913_GH0.tar.gz) = 51830 +TIMESTAMP = 1479980760 +SHA256 (rbenv-ruby-build-v20161121_GH0.tar.gz) = 331359e39d47ff39da9c2d73d47a76ae88725181c8ba192a2b6ea6d4bd472a6a +SIZE (rbenv-ruby-build-v20161121_GH0.tar.gz) = 52529 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 BADE2C53CDB; Thu, 24 Nov 2016 15:34: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 699E766B; Thu, 24 Nov 2016 15:34:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOFYBgq001024; Thu, 24 Nov 2016 15:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYBx0001021; Thu, 24 Nov 2016 15:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYBx0001021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427029 - in head/archivers: . brotli py-brotli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:12 -0000 Author: sunpoet Date: Thu Nov 24 15:34:11 2016 New Revision: 427029 URL: https://svnweb.freebsd.org/changeset/ports/427029 Log: - Move archivers/brotli to archivers/py-brotli - Change MASTER_SITES to CHEESESHOP - Bump PORTREVISION Added: head/archivers/py-brotli/ - copied from r427028, head/archivers/brotli/ Deleted: head/archivers/brotli/ Modified: head/archivers/Makefile head/archivers/py-brotli/Makefile head/archivers/py-brotli/distinfo Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu Nov 24 15:34:06 2016 (r427028) +++ head/archivers/Makefile Thu Nov 24 15:34:11 2016 (r427029) @@ -11,7 +11,6 @@ SUBDIR += ark SUBDIR += atool SUBDIR += bicom - SUBDIR += brotli SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract @@ -162,6 +161,7 @@ SUBDIR += pxz SUBDIR += py-attic SUBDIR += py-borgbackup + SUBDIR += py-brotli SUBDIR += py-bz2file SUBDIR += py-libarchive-c SUBDIR += py-librtfcomp Modified: head/archivers/py-brotli/Makefile ============================================================================== --- head/archivers/brotli/Makefile Thu Nov 24 15:34:06 2016 (r427028) +++ head/archivers/py-brotli/Makefile Thu Nov 24 15:34:11 2016 (r427029) @@ -3,8 +3,11 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= archivers +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Brotli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic-purpose lossless compression algorithm @@ -13,13 +16,10 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist distutils -USES= compiler:c++0x python +USES= compiler:c++0x python zip PLIST_FILES= bin/brotli -GH_ACCOUNT= google -USE_GITHUB= yes - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so Modified: head/archivers/py-brotli/distinfo ============================================================================== --- head/archivers/brotli/distinfo Thu Nov 24 15:34:06 2016 (r427028) +++ head/archivers/py-brotli/distinfo Thu Nov 24 15:34:11 2016 (r427029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479576013 -SHA256 (google-brotli-v0.5.2_GH0.tar.gz) = 2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343 -SIZE (google-brotli-v0.5.2_GH0.tar.gz) = 7771705 +TIMESTAMP = 1479973203 +SHA256 (Brotli-0.5.2.zip) = 3411b9acd2a2056e55084acf7a6ab3e4a8540c2ef37a4435bca62644e8aaf50e +SIZE (Brotli-0.5.2.zip) = 504952 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 1286AC53CFB; Thu, 24 Nov 2016 15:34: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 D634379F; Thu, 24 Nov 2016 15:34: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 uAOFYGFS001118; Thu, 24 Nov 2016 15:34:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYGAU001117; Thu, 24 Nov 2016 15:34:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYGAU001117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427030 - 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: Thu, 24 Nov 2016 15:34:17 -0000 Author: sunpoet Date: Thu Nov 24 15:34:15 2016 New Revision: 427030 URL: https://svnweb.freebsd.org/changeset/ports/427030 Log: - Move archivers/brotli to archivers/py-brotli Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 24 15:34:11 2016 (r427029) +++ head/MOVED Thu Nov 24 15:34:15 2016 (r427030) @@ -8808,3 +8808,4 @@ sysutils/gosa||2016-11-20|Has expired: t security/krb5-112||2016-11-20|Has expired: EOL twelve months after release of krb5-1.14 astro/osmium|astro/libosmium|2016-11-23|Rename according to upstream deskutils/xfce4-notification-daemon|deskutils/xfce4-notifyd|2016-11-23|Has expired: No longer supported by upstream, replaced with deskutils/xfce4-notifyd +archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python module From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 16821C53DBA; Thu, 24 Nov 2016 15:34: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 C5F76C88; Thu, 24 Nov 2016 15:34: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 uAOFYhNr001895; Thu, 24 Nov 2016 15:34:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYhUd001893; Thu, 24 Nov 2016 15:34:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYhUd001893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427036 - 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, 24 Nov 2016 15:34:45 -0000 Author: sunpoet Date: Thu Nov 24 15:34:43 2016 New Revision: 427036 URL: https://svnweb.freebsd.org/changeset/ports/427036 Log: - Update to 6.2.29 Changes: https://typo3.org/news/article/typo3-cms-6229-7613-and-841-released/ PR: 214799 Submitted by: Jochen Neumeister Approved by: Helmut Ritter (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 24 15:34:38 2016 (r427035) +++ head/www/typo3-lts/Makefile Thu Nov 24 15:34:43 2016 (r427036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.28 +PORTVERSION= 6.2.29 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts Modified: head/www/typo3-lts/distinfo ============================================================================== --- head/www/typo3-lts/distinfo Thu Nov 24 15:34:38 2016 (r427035) +++ head/www/typo3-lts/distinfo Thu Nov 24 15:34:43 2016 (r427036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478742582 -SHA256 (typo3_src-6.2.28.tar.gz) = 5063c586b292a057db539fe32022119f2ec42d234c51ad3018826d78a45d91ed -SIZE (typo3_src-6.2.28.tar.gz) = 20954064 +TIMESTAMP = 1479978039 +SHA256 (typo3_src-6.2.29.tar.gz) = 2803a89698ea8fe776aa177660db6c0ddd1b2a3a034c5724f25e0cd3017e26e1 +SIZE (typo3_src-6.2.29.tar.gz) = 20953633 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 408A4C53D17; Thu, 24 Nov 2016 15:34: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 1B1FC863; Thu, 24 Nov 2016 15:34: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 uAOFYKco001217; Thu, 24 Nov 2016 15:34:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYKPa001216; Thu, 24 Nov 2016 15:34:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYKPa001216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427031 - head/ftp/curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:21 -0000 Author: sunpoet Date: Thu Nov 24 15:34:20 2016 New Revision: 427031 URL: https://svnweb.freebsd.org/changeset/ports/427031 Log: - Sort PLIST Modified: head/ftp/curl/pkg-plist Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Thu Nov 24 15:34:15 2016 (r427030) +++ head/ftp/curl/pkg-plist Thu Nov 24 15:34:20 2016 (r427031) @@ -17,55 +17,6 @@ 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 @@ -79,9 +30,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 @@ -114,21 +65,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_MAXCONNECTS.3.gz +man/man3/CURLMOPT_PIPELINING.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_ACCEPT_ENCODING.3.gz man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3.gz +man/man3/CURLOPT_ACCEPT_ENCODING.3.gz man/man3/CURLOPT_ADDRESS_SCOPE.3.gz man/man3/CURLOPT_APPEND.3.gz man/man3/CURLOPT_AUTOREFERER.3.gz @@ -141,10 +92,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 @@ -177,6 +128,8 @@ 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 @@ -187,25 +140,23 @@ 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_LARGE.3.gz man/man3/CURLOPT_INFILESIZE.3.gz +man/man3/CURLOPT_INFILESIZE_LARGE.3.gz man/man3/CURLOPT_INTERFACE.3.gz man/man3/CURLOPT_INTERLEAVEDATA.3.gz man/man3/CURLOPT_INTERLEAVEFUNCTION.3.gz @@ -224,14 +175,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_LARGE.3.gz man/man3/CURLOPT_MAXFILESIZE.3.gz +man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz man/man3/CURLOPT_MAXREDIRS.3.gz -man/man3/CURLOPT_NETRC_FILE.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_NEW_DIRECTORY_PERMS.3.gz man/man3/CURLOPT_NEW_FILE_PERMS.3.gz man/man3/CURLOPT_NOBODY.3.gz @@ -247,8 +198,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_LARGE.3.gz man/man3/CURLOPT_POSTFIELDSIZE.3.gz +man/man3/CURLOPT_POSTFIELDSIZE_LARGE.3.gz man/man3/CURLOPT_POSTQUOTE.3.gz man/man3/CURLOPT_POSTREDIR.3.gz man/man3/CURLOPT_PREQUOTE.3.gz @@ -256,8 +207,6 @@ 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 @@ -266,6 +215,8 @@ 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 @@ -275,8 +226,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_LARGE.3.gz man/man3/CURLOPT_RESUME_FROM.3.gz +man/man3/CURLOPT_RESUME_FROM_LARGE.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 @@ -299,6 +250,13 @@ 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 @@ -310,16 +268,9 @@ 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_E.3.gz man/man3/CURLOPT_STREAM_DEPENDS.3.gz +man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz man/man3/CURLOPT_STREAM_WEIGHT.3.gz man/man3/CURLOPT_TCP_FASTOPEN.3.gz man/man3/CURLOPT_TCP_KEEPALIVE.3.gz @@ -330,22 +281,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_MS.3.gz man/man3/CURLOPT_TIMEOUT.3.gz +man/man3/CURLOPT_TIMEOUT_MS.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_TRANSFER_ENCODING.3.gz man/man3/CURLOPT_TRANSFERTEXT.3.gz +man/man3/CURLOPT_TRANSFER_ENCODING.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 @@ -353,6 +304,55 @@ 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 Thu Nov 24 15:34: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 207CFC53DA1; Thu, 24 Nov 2016 15:34: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 E059FBAC; Thu, 24 Nov 2016 15:34:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOFYd86001763; Thu, 24 Nov 2016 15:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYcm8001761; Thu, 24 Nov 2016 15:34:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYcm8001761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427035 - 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, 24 Nov 2016 15:34:40 -0000 Author: sunpoet Date: Thu Nov 24 15:34:38 2016 New Revision: 427035 URL: https://svnweb.freebsd.org/changeset/ports/427035 Log: - Update to 7.6.13 Changes: https://typo3.org/news/article/typo3-cms-6229-7613-and-841-released/ PR: 214798 Submitted by: Jochen Neumeister Approved by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Thu Nov 24 15:34:34 2016 (r427034) +++ head/www/typo3/Makefile Thu Nov 24 15:34:38 2016 (r427035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.12 +PORTVERSION= 7.6.13 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Thu Nov 24 15:34:34 2016 (r427034) +++ head/www/typo3/distinfo Thu Nov 24 15:34:38 2016 (r427035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478745201 -SHA256 (typo3_src-7.6.12.tar.gz) = e7f479bfbd9498ce0c5465656f99bccb0487a2dc7fb37855a0702e630c5a5c0f -SIZE (typo3_src-7.6.12.tar.gz) = 21568995 +TIMESTAMP = 1479978109 +SHA256 (typo3_src-7.6.13.tar.gz) = 01bba6656e04af18cfbb81e537d1958e0821511500ac7a3a6ad31593092a6b90 +SIZE (typo3_src-7.6.13.tar.gz) = 21585533 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:34: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 EE63EC53D56; Thu, 24 Nov 2016 15:34:30 +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 9E0729E3; Thu, 24 Nov 2016 15:34: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 uAOFYTMd001515; Thu, 24 Nov 2016 15:34:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFYTIq001512; Thu, 24 Nov 2016 15:34:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241534.uAOFYTIq001512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 15:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427033 - in head/textproc/hyphen: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:34:31 -0000 Author: sunpoet Date: Thu Nov 24 15:34:29 2016 New Revision: 427033 URL: https://svnweb.freebsd.org/changeset/ports/427033 Log: - Update LICENSE - Add LICENSE_FILE - Import upstream patch to drop dependency on lang/gawk [1] - Update WWW Obtained from: https://github.com/hunspell/hyphen/commit/726a506ef16cb76cf1ed97ed5b2fc2c77cddef84 [1] Added: head/textproc/hyphen/files/ head/textproc/hyphen/files/patch-lig.awk (contents, props changed) Modified: head/textproc/hyphen/Makefile head/textproc/hyphen/pkg-descr Modified: head/textproc/hyphen/Makefile ============================================================================== --- head/textproc/hyphen/Makefile Thu Nov 24 15:34:24 2016 (r427032) +++ head/textproc/hyphen/Makefile Thu Nov 24 15:34:29 2016 (r427033) @@ -9,12 +9,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library for high quality hyphenation and justification -LICENSE= LGPL21 LGPL3 MPL +LICENSE= LGPL21+ MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL -BUILD_DEPENDS= gawk:lang/gawk - -CONFIGURE_ENV= ac_cv_prog_AWK=gawk GNU_CONFIGURE= yes USES= libtool pathfix perl5 shebangfix USE_LDCONFIG= yes Added: head/textproc/hyphen/files/patch-lig.awk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/hyphen/files/patch-lig.awk Thu Nov 24 15:34:29 2016 (r427033) @@ -0,0 +1,29 @@ +--- lig.awk.orig 2010-03-04 12:13:47 UTC ++++ lig.awk +@@ -24,14 +24,20 @@ c=b + c!=b { print c } + + /f[1-9]?$/ { +- print gensub("f[1-9]?$", "ff", "g", b); +- if (c!=b) print gensub("f[1-9]?$", "ff", "g", c); ++ out=b; gsub("f[1-9]?$", "ff", out); print out ++ if (c!=b) { ++ out=c; gsub("f[1-9]?$", "ff", out); print out ++ } + +- print gensub("f[1-9]?$", "fi", "g", b); +- if (c!=b) print gensub("f[1-9]?$", "fi", "g", c); ++ out=b; gsub("f[1-9]?$", "fi", out); print out ++ if (c!=b) { ++ out=c; gsub("f[1-9]?$", "fi", out); print out ++ } + +- print gensub("f[1-9]?$", "fl", "g", b); +- if (c!=b) print gensub("f[1-9]?$", "fl", "g", c); ++ out=b; gsub("f[1-9]?$", "fl", out); print out ++ if (c!=b) { ++ out=c; gsub("f[1-9]?$", "fl", out); print out ++ } + } + + Modified: head/textproc/hyphen/pkg-descr ============================================================================== --- head/textproc/hyphen/pkg-descr Thu Nov 24 15:34:24 2016 (r427032) +++ head/textproc/hyphen/pkg-descr Thu Nov 24 15:34:29 2016 (r427033) @@ -1,3 +1,3 @@ Hyphen - hyphenation library to use converted TeX hyphenation patterns -WWW: http://hunspell.sourceforge.net +WWW: https://github.com/hunspell/hyphen From owner-svn-ports-all@freebsd.org Thu Nov 24 15:36: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 520A2C53F0B; Thu, 24 Nov 2016 15:36:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38EDBEDF; Thu, 24 Nov 2016 15:36:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 2FCC12CB; Thu, 24 Nov 2016 09:36:41 -0600 (CST) Date: Thu, 24 Nov 2016 09:36:40 -0600 From: Mark Linimon To: Cy Schubert Cc: koobs@FreeBSD.org, Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427017 - head/net/ntp Message-ID: <20161124153639.GA24019@lonesome.com> References: <201611241516.uAOFGFpJ073687@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201611241516.uAOFGFpJ073687@slippy.cwsent.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 15:36:48 -0000 On Thu, Nov 24, 2016 at 07:16:15AM -0800, Cy Schubert wrote: > I'll take a look at it further when I get home. I have a hunch that > USE_GCC=4.8 or 4.9 will likely fix it. fwiw, as of a few days ago, "USE_GCC=yes" is equivalent to "USE_GCC=4.9". mcl From owner-svn-ports-all@freebsd.org Thu Nov 24 15:54: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 4667FC5372D; Thu, 24 Nov 2016 15:54:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20630EDF; Thu, 24 Nov 2016 15:54:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOFsstU009684; Thu, 24 Nov 2016 15:54:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOFsseR009681; Thu, 24 Nov 2016 15:54:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611241554.uAOFsseR009681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 24 Nov 2016 15:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427037 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 15:54:55 -0000 Author: feld Date: Thu Nov 24 15:54:53 2016 New Revision: 427037 URL: https://svnweb.freebsd.org/changeset/ports/427037 Log: multimedia/plexmediaserver-plexpass: Update to 1.3.0 Changelog: https://forums.plex.tv/discussion/comment/1305852#Comment_1305852 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Thu Nov 24 15:34:43 2016 (r427036) +++ head/multimedia/plexmediaserver-plexpass/Makefile Thu Nov 24 15:54:53 2016 (r427037) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.2.7.2987 +PORTVERSION= 1.3.0.3059 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 1bef33a +PLEX_BUILD= 6277334 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Thu Nov 24 15:34:43 2016 (r427036) +++ head/multimedia/plexmediaserver-plexpass/distinfo Thu Nov 24 15:54:53 2016 (r427037) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1480001723 +SHA256 (PlexMediaServer-1.3.0.3059-6277334-freebsd-amd64.tar.bz2) = 2c49e6fb2853e9652c8d076bf9adfc2924347a95c8ad670bedc862138009aff2 +SIZE (PlexMediaServer-1.3.0.3059-6277334-freebsd-amd64.tar.bz2) = 86531377 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Thu Nov 24 15:34:43 2016 (r427036) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Thu Nov 24 15:54:53 2016 (r427037) @@ -1372,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.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/css/main.c24f784e8724c4478e8d18bec2ff6ac4.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.5d53a8d586fdf237818531aa0f18deb6.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 @@ -1444,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.ca37a25a2b86f3dfbb77.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.835c7cc24d41e4c664da.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.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/js/vendors.86a768f0bc5afd28ddc6.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.81ced83a78f77bb80332.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 @@ -1598,6 +1598,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/_osx_support.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_pyio.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_strptime.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/_sysconfigdata.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_threading_local.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_weakrefset.pyc %%DATADIR%%/Resources/Python/lib/python2.7/abc.pyc @@ -1714,6 +1715,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_values.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_varsize_struct.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_win32.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_wintypes.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/util.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/wintypes.pyc %%DATADIR%%/Resources/Python/lib/python2.7/curses/__init__.pyc @@ -1874,6 +1876,11 @@ %%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8_sig.pyc %%DATADIR%%/Resources/Python/lib/python2.7/encodings/uu_codec.pyc %%DATADIR%%/Resources/Python/lib/python2.7/encodings/zlib_codec.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__init__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__main__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_uninstall.pyc %%DATADIR%%/Resources/Python/lib/python2.7/filecmp.pyc %%DATADIR%%/Resources/Python/lib/python2.7/fileinput.pyc %%DATADIR%%/Resources/Python/lib/python2.7/fnmatch.pyc @@ -1929,7 +1936,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_unicode.pyc %%DATADIR%%/Resources/Python/lib/python2.7/json/tool.pyc %%DATADIR%%/Resources/Python/lib/python2.7/keyword.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/Python-2.7.4-py2.7.egg-info +%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_bisect.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_codecs_cn.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_codecs_hk.so @@ -1991,9 +1998,9 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/unicodedata.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/zlib.so %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar.txt -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar2.7.4.final.0.pickle +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar2.7.12.final.0.pickle %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar.txt -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar2.7.4.final.0.pickle +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar2.7.12.final.0.pickle %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__init__.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__main__.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_matcher.pyc @@ -2002,6 +2009,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_util.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/__init__.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_apply.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_asserts.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_basestring.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_buffer.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_callable.pyc @@ -2355,6 +2363,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/zipfile.pyc %%DATADIR%%/Resources/StatusItemTemplate.png %%DATADIR%%/Resources/StatusItemTemplate@2x.png +%%DATADIR%%/Resources/black-h264.ts %%DATADIR%%/Resources/cacert.pem %%DATADIR%%/Resources/clientaccesspolicy.xml @mode 644 @@ -2442,7 +2451,7 @@ %%DATADIR%%/libpython2.7.so.1 %%DATADIR%%/libsoci_core.so.3.0.0 %%DATADIR%%/libsoci_sqlite3.so.3.0.0 -%%DATADIR%%/libsqlite3.so.8 +%%DATADIR%%/libsqlite3.so.0 %%DATADIR%%/libssl.so.1.0.0 %%DATADIR%%/libswscale.so.4 %%DATADIR%%/libtag.so.1 From owner-svn-ports-all@freebsd.org Thu Nov 24 15:55: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 8F064C5377A; Thu, 24 Nov 2016 15:55:44 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2a.mailbox.org (mx2a.mailbox.org [80.241.60.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F257FC4; Thu, 24 Nov 2016 15:55:43 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 03C1D43171; Thu, 24 Nov 2016 16:55:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1480002928; bh=0Rsd4ZzhToqc6E2sple3moOPs8xnf/nyW Oc97ChP7I8=; b=X5ZyPt29tdMou8Yn3tsWCRapK8X4NuC3lupy8F16E4yxjeK10 eTtwZtfDNUooL3B1VhdQbadYUXZql9PNh5H3PYmdzgXkGKGgYdt3TK7tdVS2aVVC tYiz9JdfGwHHKEq2jeQB8CumEh6Ldb8zOuMG6En+pWQVYD6wqBthEf+j5LDn2sEj Hmqkb0Hd70K5/ruOsO0rA46cfZIhspf8zAmgmcgyCExCfDNzyJWbfY7H5brf2N+Q UVnWSL5Wv5b93HtZC54rz/ZEepT/GiHzzxGaypt3yiw+0qU9MD71AMvjby/yee4H Jp2qzR2QAReBLtWp10mdAbEIHNivTUgfcx9mQ== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id Cp6qzlxY_4qH; Thu, 24 Nov 2016 16:55:28 +0100 (CET) Date: Thu, 24 Nov 2016 16:55:26 +0100 Message-ID: <86inrcg9e9.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: MANTANI Nobutaka Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427011 - in head/www/w3m: . files In-Reply-To: <201611241352.uAODqVS6057635@repo.freebsd.org> References: <201611241352.uAODqVS6057635@repo.freebsd.org> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 15:55:44 -0000 MANTANI Nobutaka wrote: > > Author: nobutaka > Date: Thu Nov 24 13:52:31 2016 > New Revision: 427011 > URL: https://svnweb.freebsd.org/changeset/ports/427011 > > Log: > Fix error of w3mhelp.cgi and w3mman2html.cgi with perl 5.24. > > Reported by: tom > > Added: > head/www/w3m/files/patch-scripts_w3mhelp.cgi.in (contents, props changed) > head/www/w3m/files/patch-scripts_w3mman_w3mman2html.cgi.in (contents, props changed) > Modified: > head/www/w3m/Makefile Hi, this version is obviously unmainted (almost 6 years old), right? Can we switch the port to Debian's w3m: https://anonscm.debian.org/git/collab-maint/w3m.git https://github.com/tats/w3m.git Thanks. -- Herbert From owner-svn-ports-all@freebsd.org Thu Nov 24 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 40604C538A5; Thu, 24 Nov 2016 16:01:52 +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 103992AA; Thu, 24 Nov 2016 16:01:51 +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 uAOG1pb5013900; Thu, 24 Nov 2016 16:01:51 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOG1pOQ013899; Thu, 24 Nov 2016 16:01:51 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201611241601.uAOG1pOQ013899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 24 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: r427038 - head/net/ntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:01:52 -0000 Author: cy Date: Thu Nov 24 16:01:51 2016 New Revision: 427038 URL: https://svnweb.freebsd.org/changeset/ports/427038 Log: Unbreak Makefile, set up appropriate support for BROKEN. As suggested by koobs, describe error in BROKEN=. Modified: head/net/ntp/Makefile Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Thu Nov 24 15:54:53 2016 (r427037) +++ head/net/ntp/Makefile Thu Nov 24 16:01:51 2016 (r427038) @@ -13,10 +13,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/ MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= Does not build under FreeBSD-9 -.endif - BUILD_DEPENDS= autogen:devel/autogen LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww @@ -68,6 +64,12 @@ THREADS_CONFIGURE_WITH= threads ${D}_CONFIGURE_ON= --enable-${D} .endfor +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= Does not build under FreeBSD-9, aclocal not found +.endif + # XXX Temporary hack. Remember to remove this next commit. post-extract: @${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates @@ -81,4 +83,4 @@ post-install: @cd ${WRKSRC}/html && ${FIND} . -print | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-all@freebsd.org Thu Nov 24 16:05: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 A93D5C53AB8; Thu, 24 Nov 2016 16:05:44 +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 78ABE80A; Thu, 24 Nov 2016 16:05:44 +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 uAOG5hiT014152; Thu, 24 Nov 2016 16:05:43 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOG5hSp014150; Thu, 24 Nov 2016 16:05:43 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611241605.uAOG5hSp014150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 24 Nov 2016 16:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427039 - 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, 24 Nov 2016 16:05:44 -0000 Author: feld Date: Thu Nov 24 16:05:43 2016 New Revision: 427039 URL: https://svnweb.freebsd.org/changeset/ports/427039 Log: Document MySQL RCE vulnerability PR: 212612 Security: CVE-2016-6662 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 24 16:01:51 2016 (r427038) +++ head/security/vuxml/vuln.xml Thu Nov 24 16:05:43 2016 (r427039) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Remote-Code-Execution vulnerability in mysql and its variants CVE 2016-6662 + + + mysql57-client + mysql57-server + 5.7.15 + + + + +

LegalHackers' reports:

+
+

RCE Bugs discovered in MySQL and its variants like MariaDB. + It works by manupulating my.cnf files and using --malloc-lib. + The bug seems fixed in MySQL5.7.15 by Oracle

+
+ +
+ + http://legalhackers.com/advisories/MySQL-Exploit-Remote-Root-Code-Execution-Privesc-CVE-2016-6662.html + https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-15.html + + + 2016-09-12 + 2016-11-24 + +
+ ntp -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Nov 24 16:07: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 1E5F3C53B8E; Thu, 24 Nov 2016 16:07:54 +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 D359D985; Thu, 24 Nov 2016 16:07:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOG7rL2014390; Thu, 24 Nov 2016 16:07:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOG7rPU014389; Thu, 24 Nov 2016 16:07:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241607.uAOG7rPU014389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 16:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427040 - 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: Thu, 24 Nov 2016 16:07:54 -0000 Author: amdmi3 Date: Thu Nov 24 16:07:52 2016 New Revision: 427040 URL: https://svnweb.freebsd.org/changeset/ports/427040 Log: - Add LICENSE_FILE - Add NO_ARCH - Pet portlint - Switch to options helpers - Cosmetic fixes Modified: head/textproc/lucene5/Makefile Modified: head/textproc/lucene5/Makefile ============================================================================== --- head/textproc/lucene5/Makefile Thu Nov 24 16:05:43 2016 (r427039) +++ head/textproc/lucene5/Makefile Thu Nov 24 16:07:52 2016 (r427040) @@ -5,28 +5,25 @@ PORTNAME= lucene PORTVERSION= 5.5.3 CATEGORIES= textproc java devel MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} +PKGNAMESUFFIX= 5 MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java, 5.x branch LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS= lucene-[0-9].* USES= tar:tgz USE_JAVA= yes -NO_BUILD= yes JAVA_VERSION= 1.7+ - -OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES -CONTRIB_DESC= Install contributed jars -OPTIONS_DEFAULT= CONTRIB +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar -PKGNAMESUFFIX:= 5 -LASTEST_LINK= ${PORTNAME}5 - -.include +PORTDOCS= * +PORTEXAMPLES= * CONTRIBS= backward-codecs \ benchmark \ @@ -48,7 +45,8 @@ CONTRIBS= backward-codecs \ spatial3d \ suggest -EXTRA_CONTRIBS_DIRS= common \ +EXTRA_CONTRIBS_DIRS= \ + common \ icu \ kuromoji \ morfologik \ @@ -57,33 +55,36 @@ EXTRA_CONTRIBS_DIRS= common \ stempel \ uima -.if ${PORT_OPTIONS:MCONTRIB} +OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES +OPTIONS_DEFAULT=CONTRIB +CONTRIB_DESC= Install contributed jars + .for f in ${CONTRIBS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar .endfor .for g in ${EXTRA_CONTRIBS_DIRS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar .endfor -.endif - -PORTDOCS= * -PORTEXAMPLES= * do-install: ${INSTALL_DATA} ${WRKSRC}/core/${PORTNAME}-core-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -.if ${PORT_OPTIONS:MCONTRIB} -. for f in ${CONTRIBS} + +do-install-CONTRIB-on: +.for f in ${CONTRIBS} ${INSTALL_DATA} ${WRKSRC}/${f}/${PORTNAME}-${f}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -. for d in ${EXTRA_CONTRIBS_DIRS} +.endfor +.for d in ${EXTRA_CONTRIBS_DIRS} ${INSTALL_DATA} ${WRKSRC}/analysis/${d}/${PORTNAME}-analyzers-${d}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -.endif +.endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CHANGES.txt NOTICE.txt README.txt ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/${PORTNAME}-demo-${PORTVERSION}.jar ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Thu Nov 24 16:07: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 0384AC53BB3; Thu, 24 Nov 2016 16:07: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 B9F379A9; Thu, 24 Nov 2016 16:07:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOG7vq3014496; Thu, 24 Nov 2016 16:07:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOG7vhU014495; Thu, 24 Nov 2016 16:07:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241607.uAOG7vhU014495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 16:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427041 - 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: Thu, 24 Nov 2016 16:07:59 -0000 Author: amdmi3 Date: Thu Nov 24 16:07:57 2016 New Revision: 427041 URL: https://svnweb.freebsd.org/changeset/ports/427041 Log: - Add LICENSE_FILE - Add NO_ARCH - Pet portlint - Switch to options helpers - Cosmetic fixes Modified: head/textproc/lucene4/Makefile Modified: head/textproc/lucene4/Makefile ============================================================================== --- head/textproc/lucene4/Makefile Thu Nov 24 16:07:52 2016 (r427040) +++ head/textproc/lucene4/Makefile Thu Nov 24 16:07:57 2016 (r427041) @@ -5,28 +5,25 @@ PORTNAME= lucene PORTVERSION= 4.10.4 CATEGORIES= textproc java devel MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} +PKGNAMESUFFIX= 4 MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java, 4.x branch LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS= lucene-[0-9].* USES= tar:tgz USE_JAVA= yes -NO_BUILD= yes JAVA_VERSION= 1.7+ - -OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES -CONTRIB_DESC= Install contributed jars -OPTIONS_DEFAULT= CONTRIB +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar -PKGNAMESUFFIX:= 4 -LASTEST_LINK= ${PORTNAME}4 - -.include +PORTDOCS= * +PORTEXAMPLES= * CONTRIBS= benchmark \ classification \ @@ -46,7 +43,8 @@ CONTRIBS= benchmark \ spatial \ suggest -EXTRA_CONTRIBS_DIRS= common \ +EXTRA_CONTRIBS_DIRS= \ + common \ icu \ kuromoji \ morfologik \ @@ -55,33 +53,36 @@ EXTRA_CONTRIBS_DIRS= common \ stempel \ uima -.if ${PORT_OPTIONS:MCONTRIB} +OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES +OPTIONS_DEFAULT=CONTRIB +CONTRIB_DESC= Install contributed jars + .for f in ${CONTRIBS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar .endfor .for g in ${EXTRA_CONTRIBS_DIRS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar .endfor -.endif - -PORTDOCS= * -PORTEXAMPLES= * do-install: ${INSTALL_DATA} ${WRKSRC}/core/${PORTNAME}-core-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -.if ${PORT_OPTIONS:MCONTRIB} -. for f in ${CONTRIBS} + +do-install-CONTRIB-on: +.for f in ${CONTRIBS} ${INSTALL_DATA} ${WRKSRC}/${f}/${PORTNAME}-${f}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -. for d in ${EXTRA_CONTRIBS_DIRS} +.endfor +.for d in ${EXTRA_CONTRIBS_DIRS} ${INSTALL_DATA} ${WRKSRC}/analysis/${d}/${PORTNAME}-analyzers-${d}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -.endif +.endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CHANGES.txt NOTICE.txt README.txt ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/${PORTNAME}-demo-${PORTVERSION}.jar ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Thu Nov 24 16:08: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 37856C53BF8; Thu, 24 Nov 2016 16:08:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 072CBB51; Thu, 24 Nov 2016 16:08:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOG8Sme014612; Thu, 24 Nov 2016 16:08:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOG8SR6014610; Thu, 24 Nov 2016 16:08:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611241608.uAOG8SR6014610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 24 Nov 2016 16:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427042 - 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, 24 Nov 2016 16:08:29 -0000 Author: feld Date: Thu Nov 24 16:08:27 2016 New Revision: 427042 URL: https://svnweb.freebsd.org/changeset/ports/427042 Log: Document additional MySQL vulnerable versions No information on which versions of MariaDB or Percona are affected. PR: 212612 Security: CVE-2016-6662 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 24 16:07:57 2016 (r427041) +++ head/security/vuxml/vuln.xml Thu Nov 24 16:08:27 2016 (r427042) @@ -66,6 +66,16 @@ Notes: mysql57-server 5.7.15 + + mysql56-client + mysql56-server + 5.6.33 + + + mysql55-client + mysql55-server + 5.5.52 + @@ -84,6 +94,7 @@ Notes: 2016-09-12 2016-11-24 + 2016-11-24 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 7A44AC53CAE; Thu, 24 Nov 2016 16:10: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 496D4CB0; Thu, 24 Nov 2016 16:10: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 uAOGA7GA014826; Thu, 24 Nov 2016 16:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGA7Ku014824; Thu, 24 Nov 2016 16:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGA7Ku014824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427043 - 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: Thu, 24 Nov 2016 16:10:08 -0000 Author: sunpoet Date: Thu Nov 24 16:10:07 2016 New Revision: 427043 URL: https://svnweb.freebsd.org/changeset/ports/427043 Log: - Update to 3.0225 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 Thu Nov 24 16:08:27 2016 (r427042) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Thu Nov 24 16:10:07 2016 (r427043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0224 +PORTVERSION= 3.0225 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 Thu Nov 24 16:08:27 2016 (r427042) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Thu Nov 24 16:10:07 2016 (r427043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479643014 -SHA256 (Cpanel-JSON-XS-3.0224.tar.gz) = 7646e62aebbb0dfc96e6f7bf9de441d8760944d50bd48151580940ad0ec0307a -SIZE (Cpanel-JSON-XS-3.0224.tar.gz) = 213273 +TIMESTAMP = 1479979031 +SHA256 (Cpanel-JSON-XS-3.0225.tar.gz) = 38def09ec7990e299bcfd804d49e626c33ef42ddf90f5e2cf2bf162c9355a02c +SIZE (Cpanel-JSON-XS-3.0225.tar.gz) = 214737 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 24E50C53CD3; Thu, 24 Nov 2016 16:10: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 DE8AECDA; Thu, 24 Nov 2016 16:10:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOGAClC014942; Thu, 24 Nov 2016 16:10:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGABxr014940; Thu, 24 Nov 2016 16:10:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGABxr014940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427044 - head/devel/p5-ConfigReader-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 16:10:13 -0000 Author: sunpoet Date: Thu Nov 24 16:10:11 2016 New Revision: 427044 URL: https://svnweb.freebsd.org/changeset/ports/427044 Log: - Update to 1.291 Changes: http://search.cpan.org/dist/ConfigReader-Simple/Changes Modified: head/devel/p5-ConfigReader-Simple/Makefile head/devel/p5-ConfigReader-Simple/distinfo Modified: head/devel/p5-ConfigReader-Simple/Makefile ============================================================================== --- head/devel/p5-ConfigReader-Simple/Makefile Thu Nov 24 16:10:07 2016 (r427043) +++ head/devel/p5-ConfigReader-Simple/Makefile Thu Nov 24 16:10:11 2016 (r427044) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ConfigReader-Simple -PORTVERSION= 1.29 -PORTREVISION= 1 +PORTVERSION= 1.291 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-ConfigReader-Simple/distinfo ============================================================================== --- head/devel/p5-ConfigReader-Simple/distinfo Thu Nov 24 16:10:07 2016 (r427043) +++ head/devel/p5-ConfigReader-Simple/distinfo Thu Nov 24 16:10:11 2016 (r427044) @@ -1,2 +1,3 @@ -SHA256 (ConfigReader-Simple-1.29.tar.gz) = 4de9b25ec4a610c97e13c57ecc9a584643aaffdc4fb047b66b9cde21d86430b7 -SIZE (ConfigReader-Simple-1.29.tar.gz) = 15309 +TIMESTAMP = 1479979039 +SHA256 (ConfigReader-Simple-1.291.tar.gz) = 492c4c6a8d75e00beae9fb90c65b2545222bc0ca4e8e2524750e253c9975a840 +SIZE (ConfigReader-Simple-1.291.tar.gz) = 20165 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 A1F75C53D01; Thu, 24 Nov 2016 16:10: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 63F07DB0; Thu, 24 Nov 2016 16:10: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 uAOGAGAw015063; Thu, 24 Nov 2016 16:10:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAGAJ015061; Thu, 24 Nov 2016 16:10:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGAGAJ015061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427045 - head/sysutils/py-psutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:10:17 -0000 Author: sunpoet Date: Thu Nov 24 16:10:16 2016 New Revision: 427045 URL: https://svnweb.freebsd.org/changeset/ports/427045 Log: - Update to 5.0.0 Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Modified: head/sysutils/py-psutil/Makefile head/sysutils/py-psutil/distinfo Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Thu Nov 24 16:10:11 2016 (r427044) +++ head/sysutils/py-psutil/Makefile Thu Nov 24 16:10:16 2016 (r427045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 4.4.2 +PORTVERSION= 5.0.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils -USES= python +USES= python zip post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_bsd.so ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_posix.so Modified: head/sysutils/py-psutil/distinfo ============================================================================== --- head/sysutils/py-psutil/distinfo Thu Nov 24 16:10:11 2016 (r427044) +++ head/sysutils/py-psutil/distinfo Thu Nov 24 16:10:16 2016 (r427045) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479405341 -SHA256 (psutil-4.4.2.tar.gz) = 1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07 -SIZE (psutil-4.4.2.tar.gz) = 1832052 +TIMESTAMP = 1480002574 +SHA256 (psutil-5.0.0.zip) = 5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8 +SIZE (psutil-5.0.0.zip) = 374074 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 EADF4C53D23; Thu, 24 Nov 2016 16:10: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 BA36EE64; Thu, 24 Nov 2016 16:10: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 uAOGAKY7015179; Thu, 24 Nov 2016 16:10:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAK8N015177; Thu, 24 Nov 2016 16:10:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGAK8N015177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427046 - head/net/rubygem-rbvmomi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:10:22 -0000 Author: sunpoet Date: Thu Nov 24 16:10:20 2016 New Revision: 427046 URL: https://svnweb.freebsd.org/changeset/ports/427046 Log: - Update to 1.9.4 Changes: https://github.com/vmware/rbvmomi/releases Modified: head/net/rubygem-rbvmomi/Makefile head/net/rubygem-rbvmomi/distinfo Modified: head/net/rubygem-rbvmomi/Makefile ============================================================================== --- head/net/rubygem-rbvmomi/Makefile Thu Nov 24 16:10:16 2016 (r427045) +++ head/net/rubygem-rbvmomi/Makefile Thu Nov 24 16:10:20 2016 (r427046) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rbvmomi -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.9.4 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,14 +13,16 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder32>=0:devel/rubygem-builder32 \ - rubygem-nokogiri>=1.4.1:textproc/rubygem-nokogiri \ - rubygem-trollop>=0:devel/rubygem-trollop \ + rubygem-json>=1.8:devel/rubygem-json \ + rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \ + rubygem-trollop>=2.1:devel/rubygem-trollop NO_ARCH= yes USE_RUBY= yes USES= gem shebangfix -SHEBANG_FILES= examples/run.sh PLIST_FILES= bin/rbvmomish +SHEBANG_FILES= examples/run.sh + .include Modified: head/net/rubygem-rbvmomi/distinfo ============================================================================== --- head/net/rubygem-rbvmomi/distinfo Thu Nov 24 16:10:16 2016 (r427045) +++ head/net/rubygem-rbvmomi/distinfo Thu Nov 24 16:10:20 2016 (r427046) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rbvmomi-1.8.2.gem) = d2aabe2c08bfbc8d2fdc953a7184f28b167f30097bdb506aa8826041bf724b3e -SIZE (rubygem/rbvmomi-1.8.2.gem) = 195072 +TIMESTAMP = 1479982228 +SHA256 (rubygem/rbvmomi-1.9.4.gem) = 0362ca5462f25c8ec31aa7001a65b39cee8c45a410252d2fbc6675791c5069c3 +SIZE (rubygem/rbvmomi-1.9.4.gem) = 205824 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 A6ABEC53D4E; Thu, 24 Nov 2016 16:10: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 74175F30; Thu, 24 Nov 2016 16:10: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 uAOGAPwW015300; Thu, 24 Nov 2016 16:10:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAPPl015298; Thu, 24 Nov 2016 16:10:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGAPPl015298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427047 - head/devel/p5-JIRA-REST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:10:26 -0000 Author: sunpoet Date: Thu Nov 24 16:10:25 2016 New Revision: 427047 URL: https://svnweb.freebsd.org/changeset/ports/427047 Log: - Update to 0.014 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/JIRA-REST/Changes Modified: head/devel/p5-JIRA-REST/Makefile head/devel/p5-JIRA-REST/distinfo Modified: head/devel/p5-JIRA-REST/Makefile ============================================================================== --- head/devel/p5-JIRA-REST/Makefile Thu Nov 24 16:10:20 2016 (r427046) +++ head/devel/p5-JIRA-REST/Makefile Thu Nov 24 16:10:25 2016 (r427047) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JIRA-REST -PORTVERSION= 0.012 -PORTREVISION= 1 +PORTVERSION= 0.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +12,10 @@ COMMENT= Extended interface to JIRA REST LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ +BUILD_DEPENDS= p5-Config-Identity>=0.0019:devel/p5-Config-Identity \ + p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-JSON>=0:converters/p5-JSON \ p5-REST-Client>=0:www/p5-REST-Client \ Modified: head/devel/p5-JIRA-REST/distinfo ============================================================================== --- head/devel/p5-JIRA-REST/distinfo Thu Nov 24 16:10:20 2016 (r427046) +++ head/devel/p5-JIRA-REST/distinfo Thu Nov 24 16:10:25 2016 (r427047) @@ -1,2 +1,3 @@ -SHA256 (JIRA-REST-0.012.tar.gz) = e747b9194760a3e8b796603bd7df6620362929e39c2b2179ae6a2fd0c5669007 -SIZE (JIRA-REST-0.012.tar.gz) = 15431 +TIMESTAMP = 1479979048 +SHA256 (JIRA-REST-0.014.tar.gz) = 006869a3ba2ba63a6ea1bf9a9dc0c7ff021570ffdd01e9eefb76576035823b1e +SIZE (JIRA-REST-0.014.tar.gz) = 16560 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 E6DF6C53DA4; Thu, 24 Nov 2016 16:10:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8C110E8; Thu, 24 Nov 2016 16:10:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOGAZ6O015667; Thu, 24 Nov 2016 16:10:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAZqH015665; Thu, 24 Nov 2016 16:10:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241610.uAOGAZqH015665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 16:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427050 - in head/net/smm++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:10:37 -0000 Author: amdmi3 Date: Thu Nov 24 16:10:35 2016 New Revision: 427050 URL: https://svnweb.freebsd.org/changeset/ports/427050 Log: - Add LICENSE - Add NO_ARCH - Use DESTDIRNAME - Cosmetic fixes - Regenerate patches Modified: head/net/smm++/Makefile head/net/smm++/files/patch-Makefile Modified: head/net/smm++/Makefile ============================================================================== --- head/net/smm++/Makefile Thu Nov 24 16:10:34 2016 (r427049) +++ head/net/smm++/Makefile Thu Nov 24 16:10:35 2016 (r427050) @@ -11,6 +11,9 @@ DISTNAME= smm611 MAINTAINER= ports@FreeBSD.org COMMENT= Graphical mudclient with mapper +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../docu/GPL + RUN_DEPENDS= iwidgets>0:x11-toolkits/iwidgets BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.so:x11-toolkits/itk \ ${LOCALBASE}/lib/libitcl.so:lang/itcl @@ -18,16 +21,16 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.s WRKSRC= ${WRKDIR}/smm/Install.unix USES= gmake tk tar:tgz EXTRACT_AFTER_ARGS=--exclude CVS - -MAKE_ENV+= STAGEDIR=${STAGEDIR} +DESTDIRNAME= STAGEDIR +NO_ARCH= yes post-patch: - ${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh + @${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type f | ${XARGS} \ - ${CHMOD} ${SHAREMODE} - ${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type d | ${XARGS} \ - ${CHMOD} 755 + @${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type f | ${XARGS} \ + ${CHMOD} ${SHAREMODE} + @${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type d | ${XARGS} \ + ${CHMOD} 755 .include Modified: head/net/smm++/files/patch-Makefile ============================================================================== --- head/net/smm++/files/patch-Makefile Thu Nov 24 16:10:34 2016 (r427049) +++ head/net/smm++/files/patch-Makefile Thu Nov 24 16:10:35 2016 (r427050) @@ -1,5 +1,5 @@ ---- Makefile.orig 2002-05-01 23:15:20.000000000 +0200 -+++ Makefile 2014-01-14 17:56:34.000000000 +0100 +--- Makefile.orig 2002-05-01 21:15:20 UTC ++++ Makefile @@ -11,8 +11,8 @@ # --- The default settings will install SMM++ nicely into an @@ -11,7 +11,7 @@ # --- If you don't have root access, you could choose to install # SMM++ locally in your home directory. Therefore use the -@@ -58,6 +58,8 @@ +@@ -58,6 +58,8 @@ TROUBLEoptionmenu=0 # this Makefile. If you can read Makefiles, feel free # to do whatever you like. @@ -20,7 +20,7 @@ smm: Makefile @echo "--- Building startup file." @if [ -z ${ITKWISH} ] ; then \ -@@ -80,18 +82,18 @@ +@@ -80,18 +82,18 @@ install-bin: @echo "--- Installing startup file to '${BIN}'." @echo " Please make sure, that '${BIN}' is part of your PATH variable." @echo " Or start SMM++ with ${BIN}/smm." From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 5974DC53D69; Thu, 24 Nov 2016 16:10: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 28FD81007; Thu, 24 Nov 2016 16:10: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 uAOGAUOA015417; Thu, 24 Nov 2016 16:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAUJc015415; Thu, 24 Nov 2016 16:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGAUJc015415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427048 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 16:10:31 -0000 Author: sunpoet Date: Thu Nov 24 16:10:30 2016 New Revision: 427048 URL: https://svnweb.freebsd.org/changeset/ports/427048 Log: - Update to 1.809 Changes: http://search.cpan.org/dist/MCE/Changes Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Thu Nov 24 16:10:25 2016 (r427047) +++ head/devel/p5-MCE/Makefile Thu Nov 24 16:10:30 2016 (r427048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.808 +PORTVERSION= 1.809 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Thu Nov 24 16:10:25 2016 (r427047) +++ head/devel/p5-MCE/distinfo Thu Nov 24 16:10:30 2016 (r427048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478453354 -SHA256 (MCE-1.808.tar.gz) = 0619807d94456f4ab72db48d66a0894c5df805a883d50902bcc2017fd03d7230 -SIZE (MCE-1.808.tar.gz) = 170578 +TIMESTAMP = 1479979056 +SHA256 (MCE-1.809.tar.gz) = aa0d5aedeb6233ce8e90bd857e04fa554d0b79ede5ea20422d0f88fcbe4178d6 +SIZE (MCE-1.809.tar.gz) = 170943 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 5061FC53DD1; Thu, 24 Nov 2016 16:10: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 EF7F7120A; Thu, 24 Nov 2016 16:10: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 uAOGAeZs015788; Thu, 24 Nov 2016 16:10:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAeta015786; Thu, 24 Nov 2016 16:10:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGAeta015786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427051 - head/devel/p5-Test-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 16:10:41 -0000 Author: sunpoet Date: Thu Nov 24 16:10:39 2016 New Revision: 427051 URL: https://svnweb.freebsd.org/changeset/ports/427051 Log: - Update to 1.302067 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Thu Nov 24 16:10:35 2016 (r427050) +++ head/devel/p5-Test-Simple/Makefile Thu Nov 24 16:10:39 2016 (r427051) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302062 +PORTVERSION= 1.302067 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Basic utilities for writing tes LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= p5-Test2-[0-9]* p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Thu Nov 24 16:10:35 2016 (r427050) +++ head/devel/p5-Test-Simple/distinfo Thu Nov 24 16:10:39 2016 (r427051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478453418 -SHA256 (Test-Simple-1.302062.tar.gz) = 6729060d4ab12e2db3a3c6d6376ee6a9fb77c0ba0308b66919365a1e8bf156ea -SIZE (Test-Simple-1.302062.tar.gz) = 247549 +TIMESTAMP = 1479979073 +SHA256 (Test-Simple-1.302067.tar.gz) = 4d43a1ed9cd43a5ad0e6cb206c0cd86d59f118ad6895220688d7bd918016b2a3 +SIZE (Test-Simple-1.302067.tar.gz) = 250733 From owner-svn-ports-all@freebsd.org Thu Nov 24 16:10: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 6C7D3C53D9C; Thu, 24 Nov 2016 16:10: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 4018E10E2; Thu, 24 Nov 2016 16:10: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 uAOGAZ7G015635; Thu, 24 Nov 2016 16:10:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGAZlH015563; Thu, 24 Nov 2016 16:10:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611241610.uAOGAZlH015563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Nov 2016 16:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427049 - head/devel/p5-MooseX-Singleton X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:10:36 -0000 Author: sunpoet Date: Thu Nov 24 16:10:34 2016 New Revision: 427049 URL: https://svnweb.freebsd.org/changeset/ports/427049 Log: - Update to 0.30 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/MooseX-Singleton/Changes Modified: head/devel/p5-MooseX-Singleton/Makefile head/devel/p5-MooseX-Singleton/distinfo head/devel/p5-MooseX-Singleton/pkg-plist Modified: head/devel/p5-MooseX-Singleton/Makefile ============================================================================== --- head/devel/p5-MooseX-Singleton/Makefile Thu Nov 24 16:10:30 2016 (r427048) +++ head/devel/p5-MooseX-Singleton/Makefile Thu Nov 24 16:10:34 2016 (r427049) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Singleton -PORTVERSION= 0.29 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Turn Moose class into a singleton +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Moose>=1.10:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-MooseX-StrictConstructor>=0:devel/p5-MooseX-StrictConstructor \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ - p5-Test-NoWarnings>=0.01:devel/p5-Test-NoWarnings \ p5-Test-Requires>=0:devel/p5-Test-Requires \ - p5-Test-Warn>=0.01:devel/p5-Test-Warn + p5-Test-Warnings>=0.01:devel/p5-Test-Warnings +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-MooseX-Singleton/distinfo ============================================================================== --- head/devel/p5-MooseX-Singleton/distinfo Thu Nov 24 16:10:30 2016 (r427048) +++ head/devel/p5-MooseX-Singleton/distinfo Thu Nov 24 16:10:34 2016 (r427049) @@ -1,2 +1,3 @@ -SHA256 (MooseX-Singleton-0.29.tar.gz) = 4c8b2b7af3369bfb85072608fbf82b4f59061ff9b679e001abe3ba1321700304 -SIZE (MooseX-Singleton-0.29.tar.gz) = 16384 +TIMESTAMP = 1479979066 +SHA256 (MooseX-Singleton-0.30.tar.gz) = 6584b2f31b1d3eb6dd7e23128738e73f6c015b152138b0a8157d3d0d59d06541 +SIZE (MooseX-Singleton-0.30.tar.gz) = 34417 Modified: head/devel/p5-MooseX-Singleton/pkg-plist ============================================================================== --- head/devel/p5-MooseX-Singleton/pkg-plist Thu Nov 24 16:10:30 2016 (r427048) +++ head/devel/p5-MooseX-Singleton/pkg-plist Thu Nov 24 16:10:34 2016 (r427049) @@ -1,10 +1,10 @@ -%%PERL5_MAN3%%/MooseX::Singleton.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Class.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Instance.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Method::Constructor.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Object.3.gz %%SITE_PERL%%/MooseX/Singleton.pm %%SITE_PERL%%/MooseX/Singleton/Role/Meta/Class.pm %%SITE_PERL%%/MooseX/Singleton/Role/Meta/Instance.pm %%SITE_PERL%%/MooseX/Singleton/Role/Meta/Method/Constructor.pm %%SITE_PERL%%/MooseX/Singleton/Role/Object.pm +%%PERL5_MAN3%%/MooseX::Singleton.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Class.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Instance.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Method::Constructor.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Object.3.gz From owner-svn-ports-all@freebsd.org Thu Nov 24 16:11: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 07841C53E6F; Thu, 24 Nov 2016 16:11: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 BC7BD156B; Thu, 24 Nov 2016 16:11:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOGB5a0015928; Thu, 24 Nov 2016 16:11:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGB52l015927; Thu, 24 Nov 2016 16:11:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241611.uAOGB52l015927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 16:11:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427052 - head/net/nos-ttb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:11:07 -0000 Author: amdmi3 Date: Thu Nov 24 16:11:05 2016 New Revision: 427052 URL: https://svnweb.freebsd.org/changeset/ports/427052 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Cosmetic fixes Modified: head/net/nos-ttb/Makefile Modified: head/net/nos-ttb/Makefile ============================================================================== --- head/net/nos-ttb/Makefile Thu Nov 24 16:10:39 2016 (r427051) +++ head/net/nos-ttb/Makefile Thu Nov 24 16:11:05 2016 (r427052) @@ -1,17 +1,18 @@ # Created by: Edwin Groothuis # $FreeBSD$ -PORTNAME= nos-ttb +PORTNAME= ttb PORTVERSION= 0.9.5 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ -DISTNAME= ttb-${PORTVERSION} +MASTER_SITES= http://www.djcbsoftware.nl/code/${PORTNAME}/ +PKGNAMEPREFIX= nos- MAINTAINER= ports@FreeBSD.org COMMENT= NOS teletekst browser -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 @@ -20,12 +21,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon DEPRECATED= does not work due to protocol changes EXPIRATION_DATE=2017-02-20 -NO_BUILD= yes USES= python +NO_BUILD= yes +NO_ARCH= yes -PLIST_FILES= bin/ttb \ - share/ttb/ttb.glade \ - share/ttb/ttb.png +PLIST_FILES= bin/${PORTNAME} \ + %%DATADIR%%/ttb.glade \ + %%DATADIR%%/ttb.png do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ttb From owner-svn-ports-all@freebsd.org Thu Nov 24 16:15: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 CBEEFC53040; Thu, 24 Nov 2016 16:15: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 9B394195E; Thu, 24 Nov 2016 16:15: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 uAOGFE0a019643; Thu, 24 Nov 2016 16:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGFENV019641; Thu, 24 Nov 2016 16:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611241615.uAOGFENV019641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Nov 2016 16:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427053 - head/games/amoebax/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 16:15:15 -0000 Author: amdmi3 Date: Thu Nov 24 16:15:14 2016 New Revision: 427053 URL: https://svnweb.freebsd.org/changeset/ports/427053 Log: - Fix build with libc++ 3.9 - Regenerate patches PR: 214648 Added: head/games/amoebax/files/patch-src_Music.cxx - copied, changed from r427052, head/games/amoebax/files/patch-src-Music.cxx head/games/amoebax/files/patch-src_binreloc.cxx (contents, props changed) Deleted: head/games/amoebax/files/patch-src-Music.cxx Copied and modified: head/games/amoebax/files/patch-src_Music.cxx (from r427052, head/games/amoebax/files/patch-src-Music.cxx) ============================================================================== --- head/games/amoebax/files/patch-src-Music.cxx Thu Nov 24 16:11:05 2016 (r427052, copy source) +++ head/games/amoebax/files/patch-src_Music.cxx Thu Nov 24 16:15:14 2016 (r427053) @@ -1,5 +1,5 @@ ---- src/Music.cxx.orig 2007-05-27 19:04:33.000000000 +0400 -+++ src/Music.cxx 2013-09-13 22:00:04.632230761 +0400 +--- src/Music.cxx.orig 2007-05-27 15:04:33 UTC ++++ src/Music.cxx @@ -22,6 +22,7 @@ #include #include Added: head/games/amoebax/files/patch-src_binreloc.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/amoebax/files/patch-src_binreloc.cxx Thu Nov 24 16:15:14 2016 (r427053) @@ -0,0 +1,12 @@ +--- src/binreloc.cxx.orig 2007-05-27 15:04:33 UTC ++++ src/binreloc.cxx +@@ -739,7 +739,8 @@ br_strndup (const char *str, size_t size + char * + br_dirname (const char *path) + { +- char *end, *result; ++ const char *end; ++ char *result; + + if (path == (const char *) NULL) + return (char *) NULL; From owner-svn-ports-all@freebsd.org Thu Nov 24 16:30: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 E2C32C536A8; Thu, 24 Nov 2016 16:30: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 B26B931D; Thu, 24 Nov 2016 16:30: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 uAOGUUDQ023758; Thu, 24 Nov 2016 16:30:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOGUUn3023756; Thu, 24 Nov 2016 16:30:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611241630.uAOGUUn3023756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 24 Nov 2016 16:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427054 - 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, 24 Nov 2016 16:30:32 -0000 Author: tijl Date: Thu Nov 24 16:30:30 2016 New Revision: 427054 URL: https://svnweb.freebsd.org/changeset/ports/427054 Log: Add linux-c7-libgcrypt to CVE-2016-6313 entry. Presumably a fix will be released with CentOS 7.3. PR: 214460 Security: https://rhn.redhat.com/errata/RHSA-2016-2674.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 24 16:15:14 2016 (r427053) +++ head/security/vuxml/vuln.xml Thu Nov 24 16:30:30 2016 (r427054) @@ -3485,6 +3485,10 @@ and CVE-2013-0155.

linux-c6-libgcrypt 1.4.5_4 + + linux-c7-libgcrypt + * + @@ -3504,7 +3508,7 @@ and CVE-2013-0155.

2016-08-17 2016-08-18 - 2016-11-13 + 2016-11-24 From owner-svn-ports-all@freebsd.org Thu Nov 24 17:14: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 B1F9BC52973; Thu, 24 Nov 2016 17:14: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 8C7EBDA; Thu, 24 Nov 2016 17:14: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 uAOHEj3I043569; Thu, 24 Nov 2016 17:14:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOHEjgU043565; Thu, 24 Nov 2016 17:14:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611241714.uAOHEjgU043565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 24 Nov 2016 17:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427055 - in branches/2016Q4/devel/distcc: . 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, 24 Nov 2016 17:14:46 -0000 Author: pi Date: Thu Nov 24 17:14:45 2016 New Revision: 427055 URL: https://svnweb.freebsd.org/changeset/ports/427055 Log: devel/distcc: Update MASTER_SITES to make fetchable, unbreak, regen patches MFH: r427000 PR: 213875 Submitted by: Matthieu Volat Approved by: ports-secteam (feld) Added: branches/2016Q4/devel/distcc/files/patch-src_dparent.c - copied unchanged from r427000, head/devel/distcc/files/patch-src_dparent.c Deleted: branches/2016Q4/devel/distcc/files/patch-src-dparent.c.diff Modified: branches/2016Q4/devel/distcc/Makefile branches/2016Q4/devel/distcc/distinfo branches/2016Q4/devel/distcc/files/patch-configure.ac Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/distcc/Makefile ============================================================================== --- branches/2016Q4/devel/distcc/Makefile Thu Nov 24 16:30:30 2016 (r427054) +++ branches/2016Q4/devel/distcc/Makefile Thu Nov 24 17:14:45 2016 (r427055) @@ -6,7 +6,6 @@ PORTNAME= distcc PORTVERSION= 3.1 PORTREVISION= 6 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network @@ -14,19 +13,20 @@ COMMENT= Distribute compilation of C(++) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libpopt.so:devel/popt GNU_CONFIGURE= yes -USES= alias gmake tar:bzip2 +USES= autoreconf alias gmake libtool pkgconfig tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= distcc +GH_TAGNAME= 9a09372 WANT_GNOME= yes GROUPS= distcc USERS= distcc CCLINKDIR?= libexec/distcc -CONFIGURE_ARGS= --disable-Werror +CONFIGURE_ARGS= --disable-Werror CC=${CC} PTHREAD_CC=${CC} CONFIGURE_ENV= PYTHON="${NONEXISTENT}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -72,7 +72,7 @@ DISTCC_COMPILERS= CC c++ cc .include .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS= -devel 31 32 33 34 35 +CLANG_COMPILERS= -devel 31 32 33 34 35 36 37 38 39 DISTCC_COMPILERS+= clang++ clang DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang++|} DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang|} Modified: branches/2016Q4/devel/distcc/distinfo ============================================================================== --- branches/2016Q4/devel/distcc/distinfo Thu Nov 24 16:30:30 2016 (r427054) +++ branches/2016Q4/devel/distcc/distinfo Thu Nov 24 17:14:45 2016 (r427055) @@ -1,4 +1,3 @@ -SHA256 (distcc-3.1.tar.bz2) = f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89 -SIZE (distcc-3.1.tar.bz2) = 588820 -SHA256 (distcc-avahi-080101.patch) = 4e506a8a2299af18839c443b8665ea4fe4492bf3ecae010d262406c01509058e -SIZE (distcc-avahi-080101.patch) = 387519 +TIMESTAMP = 1477731710 +SHA256 (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 3d98605a017c0a0e70f30a007801941bec9a87e9f41994bdfa0a9ea613a61e7b +SIZE (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 908231 Modified: branches/2016Q4/devel/distcc/files/patch-configure.ac ============================================================================== --- branches/2016Q4/devel/distcc/files/patch-configure.ac Thu Nov 24 16:30:30 2016 (r427054) +++ branches/2016Q4/devel/distcc/files/patch-configure.ac Thu Nov 24 17:14:45 2016 (r427055) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2008-12-03 05:50:31.000000000 +0800 -+++ configure.ac 2010-08-24 21:55:30.000000000 +0800 -@@ -86,9 +86,12 @@ +--- configure.ac.orig 2008-12-02 23:17:13 UTC ++++ configure.ac +@@ -86,9 +86,12 @@ AC_ARG_WITH(included-popt, AC_HELP_STRING([--with-included-popt], [use bundled popt library, not from system])) AC_ARG_ENABLE(rfc2553, Copied: branches/2016Q4/devel/distcc/files/patch-src_dparent.c (from r427000, head/devel/distcc/files/patch-src_dparent.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q4/devel/distcc/files/patch-src_dparent.c Thu Nov 24 17:14:45 2016 (r427055, copy of r427000, head/devel/distcc/files/patch-src_dparent.c) @@ -0,0 +1,20 @@ +--- src/dparent.c.orig 2008-12-02 23:17:13 UTC ++++ src/dparent.c +@@ -308,6 +308,9 @@ static void dcc_save_pid(pid_t pid) + **/ + void dcc_remove_pid(void) + { ++ /* distcc user, we are running as, cannot delete files in /var/run ++ */ ++#if 0 + if (!arg_pid_file) + return; + +@@ -315,6 +318,7 @@ void dcc_remove_pid(void) + rs_log_warning("failed to remove pid file %s: %s", + arg_pid_file, strerror(errno)); + } ++#endif + } + + From owner-svn-ports-all@freebsd.org Thu Nov 24 17:28: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 01ABBC52D50; Thu, 24 Nov 2016 17:28:12 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B726283B; Thu, 24 Nov 2016 17:28:11 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOHSAll047852; Thu, 24 Nov 2016 17:28:10 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOHSA0l047849; Thu, 24 Nov 2016 17:28:10 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201611241728.uAOHSA0l047849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 24 Nov 2016 17:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427056 - head/mail/rspamd-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, 24 Nov 2016 17:28:12 -0000 Author: vsevolod Date: Thu Nov 24 17:28:10 2016 New Revision: 427056 URL: https://svnweb.freebsd.org/changeset/ports/427056 Log: - Update to 1.4.1.a1 Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo head/mail/rspamd-devel/pkg-plist Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Thu Nov 24 17:14:45 2016 (r427055) +++ head/mail/rspamd-devel/Makefile Thu Nov 24 17:28:10 2016 (r427056) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.4.0.a2.16112016 +PORTVERSION= 1.4.1.a1.24112016 PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -20,11 +20,11 @@ BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd -RSPAMD_VERSION= 1.4.0 +RSPAMD_VERSION= 1.4.1 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= a5eef8b +GH_TAGNAME= 8ebc1e5 OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN GPERF_DESC= Google perf-tools profiling Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Thu Nov 24 17:14:45 2016 (r427055) +++ head/mail/rspamd-devel/distinfo Thu Nov 24 17:28:10 2016 (r427056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479286296 -SHA256 (vstakhov-rspamd-1.4.0.a2.16112016-a5eef8b_GH0.tar.gz) = 72f8b39c36c1900f7dd1e1f8208dc20a392fde5540f19955321170bf0d904149 -SIZE (vstakhov-rspamd-1.4.0.a2.16112016-a5eef8b_GH0.tar.gz) = 2295731 +TIMESTAMP = 1480007900 +SHA256 (vstakhov-rspamd-1.4.1.a1.24112016-8ebc1e5_GH0.tar.gz) = 26cecd237192f23510627d04c33d0f893e40a1d474b9ffa262e3e1ed004540ec +SIZE (vstakhov-rspamd-1.4.1.a1.24112016-8ebc1e5_GH0.tar.gz) = 2307809 Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Thu Nov 24 17:14:45 2016 (r427055) +++ head/mail/rspamd-devel/pkg-plist Thu Nov 24 17:28:10 2016 (r427056) @@ -20,6 +20,7 @@ bin/rspamc %%ETCDIR%%/modules.d/dkim.conf %%ETCDIR%%/modules.d/dmarc.conf %%ETCDIR%%/modules.d/emails.conf +%%ETCDIR%%/modules.d/fann_redis.conf %%ETCDIR%%/modules.d/forged_recipients.conf %%ETCDIR%%/modules.d/fuzzy_check.conf %%ETCDIR%%/modules.d/hfilter.conf @@ -32,6 +33,7 @@ bin/rspamc %%ETCDIR%%/modules.d/phishing.conf %%ETCDIR%%/modules.d/ratelimit.conf %%ETCDIR%%/modules.d/rbl.conf +%%ETCDIR%%/modules.d/redis.conf %%ETCDIR%%/modules.d/regexp.conf %%ETCDIR%%/modules.d/rspamd_update.conf %%ETCDIR%%/modules.d/spf.conf @@ -52,6 +54,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/antivirus.lua %%DATADIR%%/lua/asn.lua +%%DATADIR%%/lua/clickhouse.lua %%DATADIR%%/lua/dcc.lua %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/dynamic_conf.lua From owner-svn-ports-all@freebsd.org Thu Nov 24 17:43: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 A3F94C5365D; Thu, 24 Nov 2016 17:43:45 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5679626D; Thu, 24 Nov 2016 17:43:45 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOHhido055510; Thu, 24 Nov 2016 17:43:44 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOHhiWE055509; Thu, 24 Nov 2016 17:43:44 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201611241743.uAOHhiWE055509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Thu, 24 Nov 2016 17:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427057 - head/sysutils/fusefs-ntfs/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 17:43:45 -0000 Author: glewis Date: Thu Nov 24 17:43:44 2016 New Revision: 427057 URL: https://svnweb.freebsd.org/changeset/ports/427057 Log: . Minor typo fixes. Modified: head/sysutils/fusefs-ntfs/files/README.FreeBSD Modified: head/sysutils/fusefs-ntfs/files/README.FreeBSD ============================================================================== --- head/sysutils/fusefs-ntfs/files/README.FreeBSD Thu Nov 24 17:28:10 2016 (r427056) +++ head/sysutils/fusefs-ntfs/files/README.FreeBSD Thu Nov 24 17:43:44 2016 (r427057) @@ -51,7 +51,7 @@ Then create the following symlink: $ ln -s `which ntfs-3g` /usr/sbin/mount_ntfs-3g -And add the appropiate line to /etc/fstab: the filesystem should be "ntfs-3g" +And add the appropriate line to /etc/fstab: the filesystem should be "ntfs-3g" instead of "ntfs", and the additional "late" parameter is required. Example: /dev/ad4s1 /wxp ntfs-3g rw,late 0 0 @@ -67,7 +67,7 @@ NTFS_USE_UBLIO - Enable the UBLIO cache. UBLIO_BLOCKSIZE - Actual reads/writes will be multiples of this quantity. UBLIO_ITEMS - Number of cache entries, each of UBLIO_BLOCKSIZE length. UBLIO_GRACE - Number of times a cache entry will refuse being recycled. -UBLIO_SYNC_IO - If enabled, all writes will be immediatly executed. +UBLIO_SYNC_IO - If enabled, all writes will be immediately executed. To give an idea about tuning, here are the default values with some notes (they are only based on some simple benchmarks, and may be wrong): @@ -77,11 +77,11 @@ UBLIO_BLOCKSIZE - 262144 (256KB). Larger large files, and smaller makes filesystem operations (creation, deletion, moving, find(1)) perform faster. Try 2/4MB and 512/256KB for the different approaches. Note - that after that points performance descreases again. + that after that points performance decreases again. UBLIO_ITEMS - 64. Higher increases speed of filesystem operations. Try 128. UBLIO_GRACE - 32. Makes the cache items have more chances to be reused. UBLIO_SYNC_IO - 0. If enabled, highly decreases writing speed, but the data - is immediatly written to the disk. + is immediately written to the disk. For example (improves performance over large files, but read below): @@ -114,7 +114,7 @@ instance, you may not be able to create Initializing device with zeroes: 99%Failed to complete writing to /dev/ada0s1 after three retries. -- When reading/writting the same file repeatedly while doing many simultaneous +- When reading/writing the same file repeatedly while doing many simultaneous operations on different files sometimes the former one fails: read(2) returns -1 and sets errno to EAGAIN. This is because of a difference between the FUSE kernel implementation in Linux and FreeBSD, and is being worked on. An example From owner-svn-ports-all@freebsd.org Thu Nov 24 18:28: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 F08C0C538DB; Thu, 24 Nov 2016 18:28:25 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5642CC5; Thu, 24 Nov 2016 18:28:25 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOISOFx071463; Thu, 24 Nov 2016 18:28:24 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOISOmq071461; Thu, 24 Nov 2016 18:28:24 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201611241828.uAOISOmq071461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Thu, 24 Nov 2016 18:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427058 - in head/math/octave-forge-interval: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 18:28:26 -0000 Author: stephen Date: Thu Nov 24 18:28:24 2016 New Revision: 427058 URL: https://svnweb.freebsd.org/changeset/ports/427058 Log: - Patch in hope that mpfr_to_string_d.cc will build properly on FreeBSD <= 9. - Bump port revision (because binaries will also differ on other builds.) Reported by: http://beefy2.nyi.freebsd.org/data/93amd64-default/426986/logs/octave-forge-interval-2.0.0.log Added: head/math/octave-forge-interval/files/ head/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc (contents, props changed) Modified: head/math/octave-forge-interval/Makefile Modified: head/math/octave-forge-interval/Makefile ============================================================================== --- head/math/octave-forge-interval/Makefile Thu Nov 24 17:43:44 2016 (r427057) +++ head/math/octave-forge-interval/Makefile Thu Nov 24 18:28:24 2016 (r427058) @@ -3,6 +3,7 @@ PORTNAME= octave-forge-interval PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Added: head/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc Thu Nov 24 18:28:24 2016 (r427058) @@ -0,0 +1,15 @@ +--- mpfr_to_string_d.cc.orig 2016-11-24 18:19:39 UTC ++++ mpfr_to_string_d.cc +@@ -201,10 +201,10 @@ DEFUN_DLD (mpfr_to_string_d, args, nargo + // Make subnormal numbers use the exponent -1022 + if (exponent < std::numeric_limits ::min_exponent) + { +- mantissa /= std::pow (2.0, ++ mantissa /= std::pow (2.0, (int)( + std::numeric_limits + ::min_exponent - 1 +- - exponent); ++ - exponent)); + exponent = std::numeric_limits ::min_exponent - 1; + } + From owner-svn-ports-all@freebsd.org Thu Nov 24 20:37: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 3372AC53182; Thu, 24 Nov 2016 20:37:10 +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 0DF5FFBC; Thu, 24 Nov 2016 20:37:09 +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 uAOKb9HH023599; Thu, 24 Nov 2016 20:37:09 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOKb8NV023592; Thu, 24 Nov 2016 20:37:08 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201611242037.uAOKb8NV023592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 24 Nov 2016 20:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427059 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 20:37:10 -0000 Author: jkim Date: Thu Nov 24 20:37:08 2016 New Revision: 427059 URL: https://svnweb.freebsd.org/changeset/ports/427059 Log: Update to 5.1.10. Added: head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio__50_DrvHostALSAAudio.cpp (contents, props changed) Deleted: head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyIID.cpp head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyXPCOM.h head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_TypeObject.cpp Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Thu Nov 24 18:28:24 2016 (r427058) +++ head/emulators/virtualbox-ose-additions/Makefile Thu Nov 24 20:37:08 2016 (r427059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.10 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Thu Nov 24 18:28:24 2016 (r427058) +++ head/emulators/virtualbox-ose-additions/distinfo Thu Nov 24 20:37:08 2016 (r427059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477249150 -SHA256 (VirtualBox-5.1.8.tar.bz2) = e447031de468aee746529b2cf60768922f9beff22a13c54284aa430f5e925933 -SIZE (VirtualBox-5.1.8.tar.bz2) = 114688166 +TIMESTAMP = 1479993983 +SHA256 (VirtualBox-5.1.10.tar.bz2) = 98073b1b2adee4e6553df73cb5bb6ea8ed7c3a41a475757716fd9400393bea40 +SIZE (VirtualBox-5.1.10.tar.bz2) = 114912508 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Thu Nov 24 18:28:24 2016 (r427058) +++ head/emulators/virtualbox-ose-kmod/Makefile Thu Nov 24 20:37:08 2016 (r427059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.10 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod @@ -37,8 +37,8 @@ CONFIGURE_ARGS+= --disable-alsa \ --disable-xpcom CONFIGURE_ARGS+= --nofatal --with-gcc="${CC}" --with-g++="${CXX}" -CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-4* \ - virtualbox-ose-kmod-legacy-4* +CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-* \ + virtualbox-ose-kmod-legacy-* OPTIONS_DEFINE= DEBUG VIMAGE OPTIONS_SUB= yes Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Thu Nov 24 18:28:24 2016 (r427058) +++ head/emulators/virtualbox-ose-kmod/distinfo Thu Nov 24 20:37:08 2016 (r427059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477249150 -SHA256 (VirtualBox-5.1.8.tar.bz2) = e447031de468aee746529b2cf60768922f9beff22a13c54284aa430f5e925933 -SIZE (VirtualBox-5.1.8.tar.bz2) = 114688166 +TIMESTAMP = 1479993983 +SHA256 (VirtualBox-5.1.10.tar.bz2) = 98073b1b2adee4e6553df73cb5bb6ea8ed7c3a41a475757716fd9400393bea40 +SIZE (VirtualBox-5.1.10.tar.bz2) = 114912508 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Thu Nov 24 18:28:24 2016 (r427058) +++ head/emulators/virtualbox-ose/Makefile Thu Nov 24 20:37:08 2016 (r427059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.10 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Thu Nov 24 18:28:24 2016 (r427058) +++ head/emulators/virtualbox-ose/distinfo Thu Nov 24 20:37:08 2016 (r427059) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477249150 -SHA256 (VirtualBox-5.1.8.tar.bz2) = e447031de468aee746529b2cf60768922f9beff22a13c54284aa430f5e925933 -SIZE (VirtualBox-5.1.8.tar.bz2) = 114688166 -SHA256 (VBoxGuestAdditions_5.1.8.iso) = 347fd39df6ddee8079ad41fbc038e2fb64952a40255d75292e8e49a0a0cbf657 -SIZE (VBoxGuestAdditions_5.1.8.iso) = 59314176 +TIMESTAMP = 1479993983 +SHA256 (VirtualBox-5.1.10.tar.bz2) = 98073b1b2adee4e6553df73cb5bb6ea8ed7c3a41a475757716fd9400393bea40 +SIZE (VirtualBox-5.1.10.tar.bz2) = 114912508 +SHA256 (VBoxGuestAdditions_5.1.10.iso) = 29fa0af66a3dd273b0c383c4adee31a52061d52f57d176b67f444698300b8c41 +SIZE (VBoxGuestAdditions_5.1.10.iso) = 59408384 Added: head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio__50_DrvHostALSAAudio.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio__50_DrvHostALSAAudio.cpp Thu Nov 24 20:37:08 2016 (r427059) @@ -0,0 +1,18 @@ +--- src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp.orig 2016-11-21 17:27:56 UTC ++++ src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp +@@ -983,6 +983,7 @@ static DECLCALLBACK(int) drvHostALSAAudi + continue; + } + ++#if EPIPE != ESTRPIPE + case -ESTRPIPE: + { + /* Stream was suspended and waiting for a recovery. */ +@@ -996,6 +997,7 @@ static DECLCALLBACK(int) drvHostALSAAudi + LogFlowFunc(("Resumed suspended output stream\n")); + continue; + } ++#endif + + default: + LogFlowFunc(("Failed to write %RI32 output frames, rc=%Rrc\n", From owner-svn-ports-all@freebsd.org Thu Nov 24 20:54: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 E2926C53695; Thu, 24 Nov 2016 20:54: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 B1EB1A24; Thu, 24 Nov 2016 20:54:35 +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 uAOKsYh3031464; Thu, 24 Nov 2016 20:54:34 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOKsYra031462; Thu, 24 Nov 2016 20:54:34 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201611242054.uAOKsYra031462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 24 Nov 2016 20:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427060 - 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: Thu, 24 Nov 2016 20:54:36 -0000 Author: pawel Date: Thu Nov 24 20:54:34 2016 New Revision: 427060 URL: https://svnweb.freebsd.org/changeset/ports/427060 Log: Update to version 2.2.14.1 Changelog: Explicitly qualify malloc() as being within the std namespace (async_channel.h). Do not document the Cgu::Thread::FutureHelper and Cgu::Thread::TaskManagerHelper2 namespaces (future.h, task_manager.h). Update documentation (async_channel.h). Modified: head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/c++-gtk-utils/distinfo Modified: head/x11-toolkits/c++-gtk-utils/Makefile ============================================================================== --- head/x11-toolkits/c++-gtk-utils/Makefile Thu Nov 24 20:37:08 2016 (r427059) +++ head/x11-toolkits/c++-gtk-utils/Makefile Thu Nov 24 20:54:34 2016 (r427060) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.2.14 +PORTVERSION= 2.2.14.1 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ Modified: head/x11-toolkits/c++-gtk-utils/distinfo ============================================================================== --- head/x11-toolkits/c++-gtk-utils/distinfo Thu Nov 24 20:37:08 2016 (r427059) +++ head/x11-toolkits/c++-gtk-utils/distinfo Thu Nov 24 20:54:34 2016 (r427060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478949392 -SHA256 (c++-gtk-utils-2.2.14.tar.gz) = ac345abc190b45a110be274059afb11ad108035e9821cc558bc1dd4f0cc83972 -SIZE (c++-gtk-utils-2.2.14.tar.gz) = 2797320 +TIMESTAMP = 1479983059 +SHA256 (c++-gtk-utils-2.2.14.1.tar.gz) = ab747cd5331842affb5d60a8c1de0368329cc51b629f6281350dafbfeed0e2b5 +SIZE (c++-gtk-utils-2.2.14.1.tar.gz) = 2790401 From owner-svn-ports-all@freebsd.org Thu Nov 24 21:02: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 F1430C53901; Thu, 24 Nov 2016 21:02: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 C0773EFA; Thu, 24 Nov 2016 21:02: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 uAOL2YvD035392; Thu, 24 Nov 2016 21:02:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOL2YdY035390; Thu, 24 Nov 2016 21:02:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611242102.uAOL2YdY035390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 24 Nov 2016 21:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427061 - in head/net-im: libpurple pidgin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:02:36 -0000 Author: antoine Date: Thu Nov 24 21:02:34 2016 New Revision: 427061 URL: https://svnweb.freebsd.org/changeset/ports/427061 Log: Fix pidgin build when python symlink is not present Modified: head/net-im/libpurple/Makefile head/net-im/pidgin/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Thu Nov 24 20:54:34 2016 (r427060) +++ head/net-im/libpurple/Makefile Thu Nov 24 21:02:34 2016 (r427061) @@ -11,7 +11,7 @@ DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client -USES= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES+= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME?= gnomeprefix intltool glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ Modified: head/net-im/pidgin/Makefile ============================================================================== --- head/net-im/pidgin/Makefile Thu Nov 24 20:54:34 2016 (r427060) +++ head/net-im/pidgin/Makefile Thu Nov 24 21:02:34 2016 (r427061) @@ -20,6 +20,7 @@ PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_GTKUI= yes +USES= python:build USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 intltool USE_XORG= xscrnsaver sm From owner-svn-ports-all@freebsd.org Thu Nov 24 21: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 19AD3C53A4B; Thu, 24 Nov 2016 21:08: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 DC80214D; Thu, 24 Nov 2016 21:08:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOL8m78035685; Thu, 24 Nov 2016 21:08:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOL8m97035684; Thu, 24 Nov 2016 21:08:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611242108.uAOL8m97035684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 24 Nov 2016 21:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427062 - head/deskutils/nemo-extensions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:08:49 -0000 Author: antoine Date: Thu Nov 24 21:08:47 2016 New Revision: 427062 URL: https://svnweb.freebsd.org/changeset/ports/427062 Log: Add explicit build dependency on the python symlink, currently it relies on it being provided as a dependency of x11-toolkits/gtk20 Modified: head/deskutils/nemo-extensions/Makefile Modified: head/deskutils/nemo-extensions/Makefile ============================================================================== --- head/deskutils/nemo-extensions/Makefile Thu Nov 24 21:02:34 2016 (r427061) +++ head/deskutils/nemo-extensions/Makefile Thu Nov 24 21:08:47 2016 (r427062) @@ -12,6 +12,7 @@ COMMENT= File manager extensions for the BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ gtkdocize:textproc/gtk-doc \ + python:lang/python \ rst2html:textproc/py-docutils \ gnome-autogen.sh:devel/gnome-common \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:devel/gsettings-desktop-schemas @@ -36,7 +37,7 @@ GH_TAGNAME= 6c8ec3a USE_GNOME= gconf2 gnomeprefix gnomedocutils gtksourceview3 intlhack \ introspection:build libxml2 pygtk2 USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ - shebangfix + python shebangfix SHEBANG_FILES= nemo-dropbox/dropbox.in INSTALLS_ICONS= yes USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Thu Nov 24 21:09: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 C3A8EC53ADB; Thu, 24 Nov 2016 21:09:49 +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 93459253; Thu, 24 Nov 2016 21:09:49 +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 uAOL9mBQ035816; Thu, 24 Nov 2016 21:09:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOL9m1x035815; Thu, 24 Nov 2016 21:09:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201611242109.uAOL9m1x035815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 24 Nov 2016 21:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427063 - head/multimedia/winff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:09:49 -0000 Author: thierry Date: Thu Nov 24 21:09:48 2016 New Revision: 427063 URL: https://svnweb.freebsd.org/changeset/ports/427063 Log: Chase Lazarus' upgrade. Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Thu Nov 24 21:08:47 2016 (r427062) +++ head/multimedia/winff/Makefile Thu Nov 24 21:09:48 2016 (r427063) @@ -37,7 +37,7 @@ LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${_PORTNAME} +BUILD_WRKSRC= ${WRKDIR}/${PKGNAME}/${_PORTNAME} OPTIONS_SINGLE= LCL OPTIONS_SINGLE_LCL= GTK2 QT4 From owner-svn-ports-all@freebsd.org Thu Nov 24 21:12: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 E9594C53D08; Thu, 24 Nov 2016 21:12: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 B8ECAAE9; Thu, 24 Nov 2016 21:12: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 uAOLCv7g039888; Thu, 24 Nov 2016 21:12:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOLCvQs039887; Thu, 24 Nov 2016 21:12:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611242112.uAOLCvQs039887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 24 Nov 2016 21:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427064 - head/emulators/hatari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:12:59 -0000 Author: antoine Date: Thu Nov 24 21:12:57 2016 New Revision: 427064 URL: https://svnweb.freebsd.org/changeset/ports/427064 Log: Add explicit dependency on the python symlink, right now it relies on it being provided as a dependency of x11-toolkits/gtk20 Modified: head/emulators/hatari/Makefile Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Thu Nov 24 21:09:48 2016 (r427063) +++ head/emulators/hatari/Makefile Thu Nov 24 21:12:57 2016 (r427064) @@ -3,6 +3,7 @@ PORTNAME= hatari PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt LIB_DEPENDS= libportaudio.so:audio/portaudio \ libpng.so:graphics/png +BUILD_DEPENDS= python:lang/python +RUN_DEPENDS= python:lang/python USES= cmake desktop-file-utils python readline shared-mime-info \ shebangfix tar:bzip2 From owner-svn-ports-all@freebsd.org Thu Nov 24 21: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 D43CFC53DE0; Thu, 24 Nov 2016 21:14:35 +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 A3A4ED33; Thu, 24 Nov 2016 21:14:35 +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 uAOLEYtA040202; Thu, 24 Nov 2016 21:14:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOLEYBI040200; Thu, 24 Nov 2016 21:14:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611242114.uAOLEYBI040200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 24 Nov 2016 21:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427065 - head/dns/mDNSResponder_nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:14:35 -0000 Author: pi Date: Thu Nov 24 21:14:34 2016 New Revision: 427065 URL: https://svnweb.freebsd.org/changeset/ports/427065 Log: dns/mDNSResponder_nss: update 625.41.2 -> 765.1.2 - update in step with net/mDNSResponder PR: 214788 Submitted by: Matthieu Volat (maintainer) Modified: head/dns/mDNSResponder_nss/Makefile head/dns/mDNSResponder_nss/distinfo Modified: head/dns/mDNSResponder_nss/Makefile ============================================================================== --- head/dns/mDNSResponder_nss/Makefile Thu Nov 24 21:12:57 2016 (r427064) +++ head/dns/mDNSResponder_nss/Makefile Thu Nov 24 21:14:34 2016 (r427065) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 625.41.2 +PORTVERSION= 765.1.2 CATEGORIES= dns net MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/ PKGNAMESUFFIX= _nss Modified: head/dns/mDNSResponder_nss/distinfo ============================================================================== --- head/dns/mDNSResponder_nss/distinfo Thu Nov 24 21:12:57 2016 (r427064) +++ head/dns/mDNSResponder_nss/distinfo Thu Nov 24 21:14:34 2016 (r427065) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467094790 -SHA256 (mDNSResponder-625.41.2.tar.gz) = 8efdd7d57445f4defdb450217c31afc5c5d258822764bb02f4e8282430b33119 -SIZE (mDNSResponder-625.41.2.tar.gz) = 2022161 +TIMESTAMP = 1479804601 +SHA256 (mDNSResponder-765.1.2.tar.gz) = 108f21529c621d82b5f0802b9b4102ed9619d03435f7e5ca2b9dbed1ea11ddf1 +SIZE (mDNSResponder-765.1.2.tar.gz) = 2307465 From owner-svn-ports-all@freebsd.org Thu Nov 24 21:15: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 235B0C53E57; Thu, 24 Nov 2016 21:15: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 E6B45E36; Thu, 24 Nov 2016 21:15:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOLFpJ6040358; Thu, 24 Nov 2016 21:15:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOLFpXZ040357; Thu, 24 Nov 2016 21:15:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611242115.uAOLFpXZ040357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 24 Nov 2016 21:15:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427066 - head/x11-toolkits/gtk20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:15:52 -0000 Author: antoine Date: Thu Nov 24 21:15:50 2016 New Revision: 427066 URL: https://svnweb.freebsd.org/changeset/ports/427066 Log: Remove dependency on the python symlink All ports relying on this pollution should have been fixed Modified: head/x11-toolkits/gtk20/Makefile Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Thu Nov 24 21:14:34 2016 (r427065) +++ head/x11-toolkits/gtk20/Makefile Thu Nov 24 21:15:50 2016 (r427066) @@ -3,7 +3,7 @@ PORTNAME= gtk PORTVERSION= 2.24.29 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2 @@ -22,10 +22,10 @@ PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ - python:lang/python + ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES+= gettext gmake libtool pathfix perl5 pkgconfig +USES+= gettext gmake libtool pathfix perl5 pkgconfig python:run shebangfix +SHEBANG_FILES= gtk/gtk-builder-convert GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ gtk-update-icon-cache From owner-svn-ports-all@freebsd.org Thu Nov 24 21:29: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 E6218C54242; Thu, 24 Nov 2016 21:29:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B59CF660; Thu, 24 Nov 2016 21:29:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOLTjsj044392; Thu, 24 Nov 2016 21:29:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOLTjB3044390; Thu, 24 Nov 2016 21:29:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611242129.uAOLTjB3044390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Nov 2016 21:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427067 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:29:47 -0000 Author: olgeni Date: Thu Nov 24 21:29:45 2016 New Revision: 427067 URL: https://svnweb.freebsd.org/changeset/ports/427067 Log: Update databases/elixir-ecto to version 2.0.6. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Thu Nov 24 21:15:50 2016 (r427066) +++ head/databases/elixir-ecto/Makefile Thu Nov 24 21:29:45 2016 (r427067) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Thu Nov 24 21:15:50 2016 (r427066) +++ head/databases/elixir-ecto/distinfo Thu Nov 24 21:29:45 2016 (r427067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473260071 -SHA256 (elixir-ecto-ecto-v2.0.5_GH0.tar.gz) = 5fd358bef0954c1dd19ffbca1e364c8c92d51378021967283fa0f3f8809be1f6 -SIZE (elixir-ecto-ecto-v2.0.5_GH0.tar.gz) = 277157 +TIMESTAMP = 1480022638 +SHA256 (elixir-ecto-ecto-v2.0.6_GH0.tar.gz) = b4952a49e20ef2075cf73ee18e17271616ef393802c8acbbb7abfb63b417eed4 +SIZE (elixir-ecto-ecto-v2.0.6_GH0.tar.gz) = 277408 From owner-svn-ports-all@freebsd.org Thu Nov 24 21:35: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 77F58C54486; Thu, 24 Nov 2016 21:35: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 476B5C7B; Thu, 24 Nov 2016 21:35: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 uAOLZC0v048549; Thu, 24 Nov 2016 21:35:12 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOLZC6U048547; Thu, 24 Nov 2016 21:35:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611242135.uAOLZC6U048547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Nov 2016 21:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427068 - head/textproc/erlang-fast_xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 21:35:13 -0000 Author: olgeni Date: Thu Nov 24 21:35:12 2016 New Revision: 427068 URL: https://svnweb.freebsd.org/changeset/ports/427068 Log: Update textproc/erlang-fast_xml to version 1.1.17. Modified: head/textproc/erlang-fast_xml/Makefile head/textproc/erlang-fast_xml/distinfo Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Thu Nov 24 21:29:45 2016 (r427067) +++ head/textproc/erlang-fast_xml/Makefile Thu Nov 24 21:35:12 2016 (r427068) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.16 +PORTVERSION= 1.1.17 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-fast_xml/distinfo ============================================================================== --- head/textproc/erlang-fast_xml/distinfo Thu Nov 24 21:29:45 2016 (r427067) +++ head/textproc/erlang-fast_xml/distinfo Thu Nov 24 21:35:12 2016 (r427068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479806534 -SHA256 (processone-fast_xml-1.1.16_GH0.tar.gz) = 33a9b9c2ed91d20603547703cf2a19e11f96ee69fc5954ab20c3c39253d58aae -SIZE (processone-fast_xml-1.1.16_GH0.tar.gz) = 89003 +TIMESTAMP = 1480023134 +SHA256 (processone-fast_xml-1.1.17_GH0.tar.gz) = 918f71cd113a62e54d56ac708734253beb8297d15efc5f8028245ab364dee22b +SIZE (processone-fast_xml-1.1.17_GH0.tar.gz) = 89132 From owner-svn-ports-all@freebsd.org Thu Nov 24 21:40: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 266D2C545DF; Thu, 24 Nov 2016 21:40:17 +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 EA02ADF7; Thu, 24 Nov 2016 21:40: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 uAOLeGOr049035; Thu, 24 Nov 2016 21:40:16 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOLeGSv049033; Thu, 24 Nov 2016 21:40:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611242140.uAOLeGSv049033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Nov 2016 21:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427069 - head/devel/elixir-hex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 24 Nov 2016 21:40:17 -0000 Author: olgeni Date: Thu Nov 24 21:40:15 2016 New Revision: 427069 URL: https://svnweb.freebsd.org/changeset/ports/427069 Log: Update devel/elixir-hex to version 0.14.1. Modified: head/devel/elixir-hex/Makefile head/devel/elixir-hex/distinfo Modified: head/devel/elixir-hex/Makefile ============================================================================== --- head/devel/elixir-hex/Makefile Thu Nov 24 21:35:12 2016 (r427068) +++ head/devel/elixir-hex/Makefile Thu Nov 24 21:40:15 2016 (r427069) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hex -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-hex/distinfo ============================================================================== --- head/devel/elixir-hex/distinfo Thu Nov 24 21:35:12 2016 (r427068) +++ head/devel/elixir-hex/distinfo Thu Nov 24 21:40:15 2016 (r427069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477676234 -SHA256 (hexpm-hex-v0.14.0_GH0.tar.gz) = e926dceaacc2f1b0c485e0c63908b554db78274ec971604fac05dea853e0c469 -SIZE (hexpm-hex-v0.14.0_GH0.tar.gz) = 244304 +TIMESTAMP = 1480023582 +SHA256 (hexpm-hex-v0.14.1_GH0.tar.gz) = 9e9bfa9ddaef1bd3bbb4bf9eb28ae19fe8c4b2388ae8657a9ed2fe17ad411353 +SIZE (hexpm-hex-v0.14.1_GH0.tar.gz) = 244820 From owner-svn-ports-all@freebsd.org Fri Nov 25 00:40: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 B85C0C53537; Fri, 25 Nov 2016 00:40:41 +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 79BFF93D; Fri, 25 Nov 2016 00:40:41 +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 uAP0eeAP021674; Fri, 25 Nov 2016 00:40:40 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP0ee4r021672; Fri, 25 Nov 2016 00:40:40 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611250040.uAP0ee4r021672@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, 25 Nov 2016 00:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427070 - in branches/2016Q4/devel/libcrossguid: . 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, 25 Nov 2016 00:40:41 -0000 Author: cpm Date: Fri Nov 25 00:40:40 2016 New Revision: 427070 URL: https://svnweb.freebsd.org/changeset/ports/427070 Log: MFH: r427007 devel/libcrossguid: Add SONAME, cosmetic fixes - Add SONAME to libcrossguid.so - Cosmetic fixes - Bump PORTREVISION PR: 214499 Submitted by: cpm Reviewed by: Mickael Maillot (maintainer), amdmi3 (mentor) Approved by: Mickael Maillot (maintainer), amdmi3 (mentor) Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/libcrossguid/Makefile branches/2016Q4/devel/libcrossguid/files/libcrossguid.pc.in Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/libcrossguid/Makefile ============================================================================== --- branches/2016Q4/devel/libcrossguid/Makefile Thu Nov 24 21:40:15 2016 (r427069) +++ branches/2016Q4/devel/libcrossguid/Makefile Fri Nov 25 00:40:40 2016 (r427070) @@ -2,6 +2,7 @@ PORTNAME= libcrossguid PORTVERSION= 20150803 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mickael.maillot@gmail.com @@ -20,18 +21,25 @@ GH_TAGNAME= 8f399e8 USES= compiler:c++11-lang pkgconfig USE_CXXSTD= c++11 CXXFLAGS+= `pkg-config --cflags uuid` -PLIST_FILES= include/guid.h lib/libcrossguid.so libdata/pkgconfig/libcrossguid.pc +USE_LDCONFIG= yes + +PLIST_FILES= include/guid.h \ + lib/libcrossguid.so \ + lib/libcrossguid.so.0 \ + libdata/pkgconfig/libcrossguid.pc post-patch: - @${SED} -e 's|%PREFIX%|${PREFIX}|g ; s|%VERSION%|${PORTVERSION}|g' \ + @${SED} -e 's|%PREFIX%|${PREFIX}|' -e 's|%VERSION%|${PORTVERSION}|' \ ${FILESDIR}/libcrossguid.pc.in > ${WRKDIR}/libcrossguid.pc do-build: - @cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -shared -fPIC guid.cpp -o libcrossguid.so -DGUID_LIBUUID + cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -shared -fPIC -Wl,-soname,libcrossguid.so.0 \ + -DGUID_LIBUUID -L${LOCALBASE}/lib guid.cpp -o libcrossguid.so.0 -luuid do-install: ${INSTALL_DATA} ${WRKSRC}/guid.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/libcrossguid.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libcrossguid.so.0 ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKDIR}/libcrossguid.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig + ${LN} -sf libcrossguid.so.0 ${STAGEDIR}${PREFIX}/lib/libcrossguid.so .include Modified: branches/2016Q4/devel/libcrossguid/files/libcrossguid.pc.in ============================================================================== --- branches/2016Q4/devel/libcrossguid/files/libcrossguid.pc.in Thu Nov 24 21:40:15 2016 (r427069) +++ branches/2016Q4/devel/libcrossguid/files/libcrossguid.pc.in Fri Nov 25 00:40:40 2016 (r427070) @@ -5,6 +5,5 @@ includedir=${prefix}/include Name: libguid Description: minimal and cross platform C++ GUID library Version: %VERSION% -Libs: -L${libdir} -lguid +Libs: -L${libdir} -lcrossguid Cflags: -I${includedir} - From owner-svn-ports-all@freebsd.org Fri Nov 25 01:11: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 5E6A1C392A7; Fri, 25 Nov 2016 01:11:43 +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 2DE799F5; Fri, 25 Nov 2016 01:11:43 +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 uAP1Bgq8036571; Fri, 25 Nov 2016 01:11:42 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP1BgER036567; Fri, 25 Nov 2016 01:11:42 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611250111.uAP1BgER036567@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, 25 Nov 2016 01:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427071 - in head/audio/sndio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 01:11:43 -0000 Author: cpm Date: Fri Nov 25 01:11:41 2016 New Revision: 427071 URL: https://svnweb.freebsd.org/changeset/ports/427071 Log: audio/sndio: Update to 1.2.0 - Update PORTVERSION and distinfo checksum (1.2.0) - Remove unneeded patches - Update pkg-message according to changes - Improved OSS support - Support for snd_uaudio(4) /dev/umidi* interfaces. /dev/umidi1.0 maps to rmidi/1 in sndio, /dev/umidi1.1 to rmidi/1.1 - The configure script has support for DragonFly - More detailed changes: https://pkg.tobik.me/sndio-1.2.0-changes.txt PR: 214210 Submitted by: Tobias Kortkamp (maintainer) Approved by: feld (mentor) Deleted: head/audio/sndio/files/patch-configure head/audio/sndio/files/patch-libsndio_Makefile.in head/audio/sndio/files/patch-libsndio_sio.c head/audio/sndio/files/patch-libsndio_sio__oss.c head/audio/sndio/files/patch-libsndio_sio__priv.h Modified: head/audio/sndio/Makefile head/audio/sndio/distinfo head/audio/sndio/files/sndiod.in head/audio/sndio/pkg-message Modified: head/audio/sndio/Makefile ============================================================================== --- head/audio/sndio/Makefile Fri Nov 25 00:40:40 2016 (r427070) +++ head/audio/sndio/Makefile Fri Nov 25 01:11:41 2016 (r427071) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sndio -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ Modified: head/audio/sndio/distinfo ============================================================================== --- head/audio/sndio/distinfo Fri Nov 25 00:40:40 2016 (r427070) +++ head/audio/sndio/distinfo Fri Nov 25 01:11:41 2016 (r427071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465315037 -SHA256 (sndio-1.1.0.tar.gz) = fcd7f845ff70f38c2898d737450b8aa3e1bb0afb9d147e8429ef22c0b2c2db57 -SIZE (sndio-1.1.0.tar.gz) = 121018 +TIMESTAMP = 1478437502 +SHA256 (sndio-1.2.0.tar.gz) = b9808e189481904a4404b0c1715ad0c4b301e72abca8e49653bb526ff4e16cdc +SIZE (sndio-1.2.0.tar.gz) = 123703 Modified: head/audio/sndio/files/sndiod.in ============================================================================== --- head/audio/sndio/files/sndiod.in Fri Nov 25 00:40:40 2016 (r427070) +++ head/audio/sndio/files/sndiod.in Fri Nov 25 01:11:41 2016 (r427071) @@ -3,19 +3,10 @@ # $FreeBSD$ # # PROVIDE: sndiod -# REQUIRE: NETWORKING +# REQUIRE: NETWORKING sysctl # BEFORE: DAEMON # KEYWORD: shutdown -# By default sndiod will use the audio device from -# hw.snd.default_unit. You can override this by setting sndiod_flags. -# -# To connect to a remote sndiod use e.g. -# sndiod_flags="-f snd@remotehost/0" -# -# To use /dev/dsp5 -# sndiod_flags="-f rsnd/5" - . /etc/rc.subr name=sndiod @@ -23,8 +14,9 @@ rcvar=sndiod_enable load_rc_config $name +: ${sndiod_dev="rsnd/$($SYSCTL -n hw.snd.default_unit)"} : ${sndiod_enable="NO"} -: ${sndiod_flags="-s default -m mon -s monitor"} +: ${sndiod_flags="-f ${sndiod_dev} -c 0:7 -j off -s default -m mon -s monitor"} command="%%PREFIX%%/bin/sndiod" Modified: head/audio/sndio/pkg-message ============================================================================== --- head/audio/sndio/pkg-message Fri Nov 25 00:40:40 2016 (r427070) +++ head/audio/sndio/pkg-message Fri Nov 25 01:11:41 2016 (r427071) @@ -1,7 +1,3 @@ -Sndio's OSS support (i.e. local playback/recording support) is highly -experimental. If you run into problems please file a bug at -https://github.com/t6/sndio or send an email to t+sndio@tobik.me. - Enable the sndiod server with: sysrc sndiod_enable=YES @@ -13,19 +9,12 @@ plays through sndiod: aucat -f snd/0.monitor -o recording.wav -Make sure you override sndiod_flags if this is not wanted: - - sysrc sndiod_flags="" - -If you want clients to auto-play to your remote sndio server set -sndiod_flags accordingly: - - sysrc sndiod_flags="-f snd@remotehost/0" - -Alternatively you can always set the AUDIODEVICE environment variable -so clients know where to stream to: +Make sure you override sndiod_flags if this is not wanted. - export AUDIODEVICE=snd@remotehost/0 +By default the rc.d script passes '-c 0:7 -j off' to sndiod, so that +it uses all 8 virtual channels provided by OSS. If you override +sndiod_flags consider keeping these options, so that multi-channel +audio works as you'd expect. There is little sndio support in the FreeBSD ports tree right now. If your favourite port is missing support please take a look at the fork From owner-svn-ports-all@freebsd.org Fri Nov 25 01:36: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 EEBD2C39BB0; Fri, 25 Nov 2016 01:36:45 +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 C97B03AB; Fri, 25 Nov 2016 01:36:45 +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 uAP1ai6A045599; Fri, 25 Nov 2016 01:36:44 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP1aiuB045598; Fri, 25 Nov 2016 01:36:44 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611250136.uAP1aiuB045598@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, 25 Nov 2016 01:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427072 - head/multimedia/kodi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 01:36:46 -0000 Author: cpm Date: Fri Nov 25 01:36:44 2016 New Revision: 427072 URL: https://svnweb.freebsd.org/changeset/ports/427072 Log: multimedia/kodi: Add missing dependencies - Add missing dependencies [1] - Register CONFLICTS_BUILD=compat9x [2] Building kodi with misc/compat9x installed is known to fail. So before attempting to build kodi users should first remove misc/compat9x. gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/tools/depends/native/JsonSchemaBuilder' Jsonbuilder: tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder gmake -C xbmc/interfaces/json-rpc ServiceDescription.h gmake[3]: Entering directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/xbmc/interfaces/json-rpc' ../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder schema/version.txt schema/license.txt schema/methods.json schema/types.json schema/notifications.json /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/ports/multimedia/kodi/work/xbmc-a5f3a99/tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder not found Makefile:39: recipe for target 'ServiceDescription.h' failed gmake[3]: *** [ServiceDescription.h] Error 1 gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/xbmc/interfaces/json-rpc' codegenerator.mk:76: recipe for target 'xbmc/interfaces/json-rpc/ServiceDescription.h' failed gmake[2]: *** [xbmc/interfaces/json-rpc/ServiceDescription.h] Error 2 gmake[2]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99' *** Error code 2 Stop. make[1]: stopped in /usr/ports/multimedia/kodi *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/kodi PR: 204380 [1], 209698 [2] Submitted by: cpm, Yuri Victorovich Reported by: Vladimir Omelchuck [2] Approved by: Mickael Maillot (maintainer), feld (mentor) Modified: head/multimedia/kodi/Makefile Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Fri Nov 25 01:11:41 2016 (r427071) +++ head/multimedia/kodi/Makefile Fri Nov 25 01:36:44 2016 (r427072) @@ -28,21 +28,34 @@ LIB_DEPENDS= libass.so:multimedia/libass libdcadec.so:multimedia/libdcadec \ libdrm.so:graphics/libdrm \ libenca.so:converters/enca \ + libexpat.so:textproc/expat2\ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ + libgcrypt.so:security/libgcrypt \ + libgmp.so:math/gmp \ + libgpg-error.so:security/libgpg-error \ libgnutls.so:security/gnutls \ + libidn.so:dns/libidn \ + libinotify.so:devel/libinotify \ libjasper.so:graphics/jasper \ libltdl.so:devel/libltdl \ liblzo2.so:archivers/lzo2 \ libmodplug.so:audio/libmodplug \ libmpeg2.so:multimedia/libmpeg2 \ + libnettle.so:security/nettle \ + libogg.so:audio/libogg \ + libp11-kit.so:security/p11-kit \ libpcre.so:devel/pcre \ libpng.so:graphics/png \ libsamplerate.so:audio/libsamplerate \ libsqlite3.so:databases/sqlite3 \ libtag.so:audio/taglib \ + libtasn1.so:security/libtasn1 \ + libtiff.so:graphics/tiff \ libtinyxml.so:textproc/tinyxml \ + libtspi.so:security/trousers \ + libuuid.so:misc/e2fsprogs-libuuid \ libvorbis.so:audio/libvorbis \ libxslt.so:textproc/libxslt \ libyajl.so:devel/yajl @@ -51,16 +64,19 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli python:lang/python \ xdpyinfo:x11/xdpyinfo +CONFLICTS_BUILD=compat9x + USE_GITHUB= yes GH_TUPLE= xbmc:xbmc:c327c53 xbmc:FFmpeg:2.8.6-Jarvis-16.0:ffmpeg USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ - libtool pkgconfig python:2 + libtool pkgconfig python:2 ssl GNU_CONFIGURE= yes -USE_XORG= xmu xrandr xt xtst -USE_GL= glu glew +USE_XORG= x11 xcb xext xmu xrandr xt xtst +USE_GL= gl glu glew USE_SDL= image sdl2 USE_JAVA= yes +USE_GNOME= libxml2 USE_LDCONFIG= yes JAVA_BUILD= jre NOPRECIOUSMAKEVARS= yes From owner-svn-ports-all@freebsd.org Fri Nov 25 02: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 A2A23C3BF4A; Fri, 25 Nov 2016 02:52:06 +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 58F4437F; Fri, 25 Nov 2016 02:52:06 +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 uAP2q5t9078161; Fri, 25 Nov 2016 02:52:05 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP2q55l078159; Fri, 25 Nov 2016 02:52:05 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201611250252.uAP2q55l078159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 25 Nov 2016 02:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427073 - head/www/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: Fri, 25 Nov 2016 02:52:06 -0000 Author: osa Date: Fri Nov 25 02:52:05 2016 New Revision: 427073 URL: https://svnweb.freebsd.org/changeset/ports/427073 Log: Upgrade third-party njs module from ee84984 to 8c01042. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Nov 25 01:36:44 2016 (r427072) +++ head/www/nginx-devel/Makefile Fri Nov 25 02:52:05 2016 (r427073) @@ -1054,7 +1054,7 @@ CONFIGURE_ARGS+=--with-http_v2_module .if ${PORT_OPTIONS:MNJS} GH_ACCOUNT+= nginx:njs GH_PROJECT+= njs:njs -GH_TAGNAME+= ee84984:njs +GH_TAGNAME+= 8c01042:njs .if !empty(PORT_OPTIONS:MDSO) CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_njs}/nginx .else Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Nov 25 01:36:44 2016 (r427072) +++ head/www/nginx-devel/distinfo Fri Nov 25 02:52:05 2016 (r427073) @@ -127,8 +127,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 -SHA256 (nginx-njs-ee84984_GH0.tar.gz) = 5ab1274aa3130cb225d5662afac2caecfd1ff8182c0709c3a2e9c7cfb5124536 -SIZE (nginx-njs-ee84984_GH0.tar.gz) = 184701 +SHA256 (nginx-njs-8c01042_GH0.tar.gz) = f35e9ed1a90d4afc552b1dca32006cb81c2210f27da5c016d518b64ff4c77df6 +SIZE (nginx-njs-8c01042_GH0.tar.gz) = 184967 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776 From owner-svn-ports-all@freebsd.org Fri Nov 25 03:40: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 DDDA6C4DE11; Fri, 25 Nov 2016 03:40: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 9005FDD4; Fri, 25 Nov 2016 03:40:57 +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 uAP3euQM095895; Fri, 25 Nov 2016 03:40:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP3euuQ095894; Fri, 25 Nov 2016 03:40:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250340.uAP3euuQ095894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 03:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427074 - head/devel/rlvm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 03:40:58 -0000 Author: jbeich Date: Fri Nov 25 03:40:56 2016 New Revision: 427074 URL: https://svnweb.freebsd.org/changeset/ports/427074 Log: devel/rlvm: unbreak TEST=on + NLS=on build/release/librlvm.a(scenario.o): In function `libreallive::Script::Script(libreallive::Header const&, char const*, unsigned long, std::__1::basic_string, std::__1::allocator > const&, bool, libreallive::compression::XorKey const*)': src/libreallive/scenario.cc:(.text._ZN11libreallive6ScriptC2ERKNS_6HeaderEPKcmRKNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEbPKNS_11compression6XorKeyE+0x496): undefined reference to `libintl_gettext' src/libreallive/scenario.cc:(.text._ZN11libreallive6ScriptC2ERKNS_6HeaderEPKcmRKNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEbPKNS_11compression6XorKeyE+0x66c): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_global.o): In function `Serialization::saveGlobalMemory(RLMachine&)': src/machine/serialization_global.cc:(.text._ZN13Serialization16saveGlobalMemoryER9RLMachine+0xe8): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_local.o): In function `Serialization::saveGameForSlot(RLMachine&, int)': src/machine/serialization_local.cc:(.text._ZN13Serialization15saveGameForSlotER9RLMachinei+0x7b): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_local.o): In function `void (anonymous namespace)::checkInFileOpened > >(boost::filesystem::basic_ifstream >&, boost::filesystem::path const&)': src/machine/serialization_local.cc:(.text._ZN12_GLOBAL__N_117checkInFileOpenedIN5boost10filesystem14basic_ifstreamIcNSt3__111char_traitsIcEEEEEEvRT_RKNS2_4pathE+0x45): undefined reference to `libintl_gettext' Modified: head/devel/rlvm/files/patch-SConstruct (contents, props changed) Modified: head/devel/rlvm/files/patch-SConstruct ============================================================================== --- head/devel/rlvm/files/patch-SConstruct Fri Nov 25 02:52:05 2016 (r427073) +++ head/devel/rlvm/files/patch-SConstruct Fri Nov 25 03:40:56 2016 (r427074) @@ -13,6 +13,14 @@ LIBS = ["z"], +@@ -278,6 +275,7 @@ if not config.CheckGuichan(): + # Get the configuration from sdl and freetype + env.ParseConfig("sdl-config --cflags") + env.ParseConfig("freetype-config --cflags --libs") ++config.CheckLibWithHeader('intl', 'libintl.h', "cpp") + + env = config.Finish() + @@ -314,7 +311,6 @@ if GetOption('release'): # Now add release optimizations to the environment env.Append( From owner-svn-ports-all@freebsd.org Fri Nov 25 03:41: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 A7E32C4DE53; Fri, 25 Nov 2016 03:41:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75510EC3; Fri, 25 Nov 2016 03:41:09 +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 uAP3f8U5096021; Fri, 25 Nov 2016 03:41:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP3f8Kr096020; Fri, 25 Nov 2016 03:41:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250341.uAP3f8Kr096020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 03:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427075 - in head/devel/rlvm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 03:41:09 -0000 Author: jbeich Date: Fri Nov 25 03:41:08 2016 New Revision: 427075 URL: https://svnweb.freebsd.org/changeset/ports/427075 Log: devel/rlvm: drop support for GCC 4.8 after r426565 Deleted: head/devel/rlvm/files/patch-src_base_notification__registrar.cc Modified: head/devel/rlvm/Makefile (contents, props changed) Modified: head/devel/rlvm/Makefile ============================================================================== --- head/devel/rlvm/Makefile Fri Nov 25 03:40:56 2016 (r427074) +++ head/devel/rlvm/Makefile Fri Nov 25 03:41:08 2016 (r427075) @@ -4,7 +4,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-67 DISTVERSIONSUFFIX= -g9350209 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Nov 25 03:42: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 3C6DEC4DFE5; Fri, 25 Nov 2016 03:42:42 +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 EEB9021F; Fri, 25 Nov 2016 03:42:41 +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 uAP3gfMd099118; Fri, 25 Nov 2016 03:42:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP3gfib099117; Fri, 25 Nov 2016 03:42:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250342.uAP3gfib099117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 03:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427076 - branches/2016Q4/devel/rlvm/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, 25 Nov 2016 03:42:42 -0000 Author: jbeich Date: Fri Nov 25 03:42:40 2016 New Revision: 427076 URL: https://svnweb.freebsd.org/changeset/ports/427076 Log: MFH: r427074 devel/rlvm: unbreak TEST=on + NLS=on build/release/librlvm.a(scenario.o): In function `libreallive::Script::Script(libreallive::Header const&, char const*, unsigned long, std::__1::basic_string, std::__1::allocator > const&, bool, libreallive::compression::XorKey const*)': src/libreallive/scenario.cc:(.text._ZN11libreallive6ScriptC2ERKNS_6HeaderEPKcmRKNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEbPKNS_11compression6XorKeyE+0x496): undefined reference to `libintl_gettext' src/libreallive/scenario.cc:(.text._ZN11libreallive6ScriptC2ERKNS_6HeaderEPKcmRKNSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEbPKNS_11compression6XorKeyE+0x66c): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_global.o): In function `Serialization::saveGlobalMemory(RLMachine&)': src/machine/serialization_global.cc:(.text._ZN13Serialization16saveGlobalMemoryER9RLMachine+0xe8): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_local.o): In function `Serialization::saveGameForSlot(RLMachine&, int)': src/machine/serialization_local.cc:(.text._ZN13Serialization15saveGameForSlotER9RLMachinei+0x7b): undefined reference to `libintl_gettext' build/release/librlvm.a(serialization_local.o): In function `void (anonymous namespace)::checkInFileOpened > >(boost::filesystem::basic_ifstream >&, boost::filesystem::path const&)': src/machine/serialization_local.cc:(.text._ZN12_GLOBAL__N_117checkInFileOpenedIN5boost10filesystem14basic_ifstreamIcNSt3__111char_traitsIcEEEEEEvRT_RKNS2_4pathE+0x45): undefined reference to `libintl_gettext' Approved by: ports-secteam blanket Modified: branches/2016Q4/devel/rlvm/files/patch-SConstruct Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/rlvm/files/patch-SConstruct ============================================================================== --- branches/2016Q4/devel/rlvm/files/patch-SConstruct Fri Nov 25 03:41:08 2016 (r427075) +++ branches/2016Q4/devel/rlvm/files/patch-SConstruct Fri Nov 25 03:42:40 2016 (r427076) @@ -13,6 +13,14 @@ LIBS = ["z"], +@@ -278,6 +275,7 @@ if not config.CheckGuichan(): + # Get the configuration from sdl and freetype + env.ParseConfig("sdl-config --cflags") + env.ParseConfig("freetype-config --cflags --libs") ++config.CheckLibWithHeader('intl', 'libintl.h', "cpp") + + env = config.Finish() + @@ -314,7 +311,6 @@ if GetOption('release'): # Now add release optimizations to the environment env.Append( From owner-svn-ports-all@freebsd.org Fri Nov 25 06:11: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 2B83BC52A00; Fri, 25 Nov 2016 06:11:03 +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 ECE60B39; Fri, 25 Nov 2016 06:11:02 +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 uAP6B2Qu056011; Fri, 25 Nov 2016 06:11:02 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP6B1sv056007; Fri, 25 Nov 2016 06:11:01 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201611250611.uAP6B1sv056007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 25 Nov 2016 06:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427077 - in head: . net-p2p/bitcoin net-p2p/bitcoin/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 06:11:03 -0000 Author: araujo Date: Fri Nov 25 06:11:01 2016 New Revision: 427077 URL: https://svnweb.freebsd.org/changeset/ports/427077 Log: - Add a UID/GID for bitcoin. - Rewrite the rc script with new options that allows users to: - set config file. - set datadir. - set bitcoin limits. PR: ports/213235 Submitted by: Christopher Hall Approved by: maintainer timeout (1 month) Modified: head/GIDs head/UIDs head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin/files/bitcoind.in Modified: head/GIDs ============================================================================== --- head/GIDs Fri Nov 25 03:42:40 2016 (r427076) +++ head/GIDs Fri Nov 25 06:11:01 2016 (r427077) @@ -720,7 +720,7 @@ postgres:*:770: # free: 776 openxpki:*:777: # free: 778 -# free: 779 +bitcoin:*:779: zetacoin:*:780: # free: 781 # free: 782 Modified: head/UIDs ============================================================================== --- head/UIDs Fri Nov 25 03:42:40 2016 (r427076) +++ head/UIDs Fri Nov 25 06:11:01 2016 (r427077) @@ -725,7 +725,7 @@ postgres:*:770:770::0:0:PostgreSQL Daemo # free: 776 openxpki:*:777:777::0:0:OpenXPKI Owner:/nonexistent:/usr/sbin/nologin # free: 778 -# free: 779 +bitcoin:*:779:779::0:0:bitcoin Daemon:/var/db/bitcoin:/usr/sbin/nologin zetacoin:*:780:780::0:0:ZetaCoin Daemon:/nonexistent:/usr/sbin/nologin # free: 781 # free: 782 Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Fri Nov 25 03:42:40 2016 (r427076) +++ head/net-p2p/bitcoin/Makefile Fri Nov 25 06:11:01 2016 (r427077) @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com Modified: head/net-p2p/bitcoin/files/bitcoind.in ============================================================================== --- head/net-p2p/bitcoin/files/bitcoind.in Fri Nov 25 03:42:40 2016 (r427076) +++ head/net-p2p/bitcoin/files/bitcoind.in Fri Nov 25 06:11:01 2016 (r427077) @@ -1,15 +1,173 @@ #!/bin/sh -# # $FreeBSD$ -# + # PROVIDE: bitcoind -# REQUIRE: LOGIN +# REQUIRE: LOGIN cleanvar +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable : +# bitcoind_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable bitcoind +# bitcoind_user (str) Set to "bitcoin" by default. +# bitcoind_group (str) Set to "bitcoin" by default. +# bitcoind_conf (str) Set to "%%PREFIX%%/etc/bitcoind.conf" by default. +# bitcoind_data (str) Set to "/var/lib/bitcoind" by default. +# bitcoindlimits_enable (bool) Set to "NO" by default. +# Set it to "YES" to enable bitcoindlimits +# bitcoindlimits_args Set to "-e -U ${bitcoind_user}" by default + . /etc/rc.subr name="bitcoind" rcvar=bitcoind_enable + +start_precmd="bitcoind_precmd" +start_cmd="bitcoind_start" +restart_precmd="bitcoind_checkconfig" +reload_precmd="bitcoind_checkconfig" +configtest_cmd="bitcoind_checkconfig" +status_cmd="bitcoind_status" +stop_cmd="bitcoind_stop" +stop_postcmd="bitcoind_wait" command="%%PREFIX%%/bin/bitcoind" +cli_command="%%PREFIX%%/bin/bitcoin-cli" +daemon_command="/usr/sbin/daemon" +#pidfile="/var/run/${name}.pid" +extra_commands="configtest" + + +: ${bitcoind_enable:="NO"} +: ${bitcoindlimits_enable:="NO"} + +load_rc_config ${name} + +: ${bitcoind_user:="bitcoin"} +: ${bitcoind_group:="bitcoin"} +: ${bitcoind_data_dir:="/var/db/bitcoind"} +: ${bitcoind_config_file:="%%PREFIX%%/etc/bitcoin.conf"} +: ${bitcoindlimits_args:="-e -U ${bitcoind_user}"} + +# set up dependant variables +procname="${command}" +pidfile="${bitcoind_data_dir}/bitcoind.pid" +required_files="${bitcoind_config_file}" + + +bitcoind_checkconfig() +{ + echo "Performing sanity check on bitcoind configuration:" + if [ ! -d "${bitcoind_data_dir}" ] + then + echo "Missing data directory: ${bitcoind_data_dir}" + exit 1 + fi + chown -R "${bitcoind_user}:${bitcoind_group}" "${bitcoind_data_dir}" + + if [ ! -f "${bitcoind_config_file}" ] + then + echo "Missing configuration file: ${bitcoind_config_file}" + exit 1 + fi + if [ ! -x "${command}" ] + then + echo "Missing executable: ${command}" + exit 1 + fi + return 0 +} + +bitcoind_cleanup() +{ + rm -f "${pidfile}" +} + +bitcoind_precmd() +{ + bitcoind_checkconfig + + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + echo "Bitcoind is not running" + rm -f "${pidfile}" + fi + + if checkyesno bitcoindlimits_enable + then + eval $(/usr/bin/limits ${bitcoindlimits_args}) 2>/dev/null + else + return 0 + fi +} + +bitcoind_status() +{ + local pid + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + echo "Bitcoind is not running" + return 1 + else + echo "Bitcoind running, pid: ${pid}" + fi +} + +bitcoind_start() +{ + echo "Starting bitcoind:" + cd "${bitcoind_data_dir}" || return 1 + ${daemon_command} -u "${bitcoind_user}" -p "${pidfile}" \ + ${command} \ + -conf="${bitcoind_config_file}" \ + -datadir="${bitcoind_data_dir}" 2> /tmp/bitcoind.stderr > /tmp/bitcoind.stdout +} + +bitcoind_stop() +{ + echo "Stopping bitcoind:" + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + echo "Bitcoind is not running" + return 1 + else + ${cli_command} -conf="${bitcoind_config_file}" -datadir="${bitcoind_data_dir}" stop + fi +} + +bitcoind_wait() +{ + local n=60 + echo "Waiting for bitcoind shutdown:" + while : + do + printf '.' + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + printf '\n' + break + fi + sleep 1 + n=$((${n} - 1)) + if [ ${n} -eq 0 -a -f "${pidfile}" ] + then + printf "\nForce shutdown" + kill -9 $(cat "${pidfile}") + for n in 1 2 3 + do + printf '.' + sleep 1 + done + printf '\n' + break + fi + done + rm -f "${pidfile}" + echo "Shutdown complete" +} -load_rc_config $name run_rc_command "$1" From owner-svn-ports-all@freebsd.org Fri Nov 25 06: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 7BD10C52C27; Fri, 25 Nov 2016 06:13:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7B0F9E; Fri, 25 Nov 2016 06:13:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP6D0v8059176; Fri, 25 Nov 2016 06:13:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP6D0bY059174; Fri, 25 Nov 2016 06:13:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611250613.uAP6D0bY059174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 25 Nov 2016 06:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427078 - head/math/R-cran-miscTools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 06:13:01 -0000 Author: wen Date: Fri Nov 25 06:13:00 2016 New Revision: 427078 URL: https://svnweb.freebsd.org/changeset/ports/427078 Log: - Update to 0.6.20 Modified: head/math/R-cran-miscTools/Makefile head/math/R-cran-miscTools/distinfo Modified: head/math/R-cran-miscTools/Makefile ============================================================================== --- head/math/R-cran-miscTools/Makefile Fri Nov 25 06:11:01 2016 (r427077) +++ head/math/R-cran-miscTools/Makefile Fri Nov 25 06:13:00 2016 (r427078) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= miscTools -DISTVERSION= 0.6-16 +DISTVERSION= 0.6-20 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-miscTools/distinfo ============================================================================== --- head/math/R-cran-miscTools/distinfo Fri Nov 25 06:11:01 2016 (r427077) +++ head/math/R-cran-miscTools/distinfo Fri Nov 25 06:13:00 2016 (r427078) @@ -1,2 +1,3 @@ -SHA256 (miscTools_0.6-16.tar.gz) = 813bcc2021124f8bcf961e707a97001cc33e5d0664075a6bce1a554acca2baa6 -SIZE (miscTools_0.6-16.tar.gz) = 17377 +TIMESTAMP = 1479947376 +SHA256 (miscTools_0.6-20.tar.gz) = ee0b9b001f87e39023895d7f577d0330b07715b60bde59939cfed5bd4c411f39 +SIZE (miscTools_0.6-20.tar.gz) = 20300 From owner-svn-ports-all@freebsd.org Fri Nov 25 06:44: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 C9EA3C5448D; Fri, 25 Nov 2016 06:44:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AD02E21; Fri, 25 Nov 2016 06:44:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP6iQ92070981; Fri, 25 Nov 2016 06:44:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP6iQHN070978; Fri, 25 Nov 2016 06:44:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250644.uAP6iQHN070978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 06:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427079 - 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: Fri, 25 Nov 2016 06:44:27 -0000 Author: jbeich Date: Fri Nov 25 06:44:26 2016 New Revision: 427079 URL: https://svnweb.freebsd.org/changeset/ports/427079 Log: www/nginx: apply r390310 =================================================== ===> nginx-1.10.2_1,2 depends on shared library: libjpeg.so - not found ===> Installing existing package /packages/All/jpeg-8_6.txz Installing jpeg-8_6... Extracting jpeg-8_6: .......... done ===> nginx-1.10.2_1,2 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Returning to build of nginx-1.10.2_1,2 ===> nginx-1.10.2_1,2 depends on shared library: libavformat.so - not found ===> Installing existing package /packages/All/ffmpeg-3.2,1.txz Installing ffmpeg-3.2,1... `-- Installing libv4l-1.6.3_2... | `-- Installing jpeg-turbo-1.5.1... pkg-static: jpeg-turbo-1.5.1 conflicts with jpeg-8_6 (installs files into the same place). Problematic file: /usr/local/bin/cjpeg Failed to install the following 1 package(s): /packages/All/ffmpeg-3.2,1.txz *** Error code 70 PR: 207547 Reported by: antoine (via exp-run) Approved by: portmgr blanket Modified: head/www/nginx-devel/Makefile (contents, props changed) head/www/nginx/Makefile (contents, props changed) Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Nov 25 06:13:00 2016 (r427078) +++ head/www/nginx-devel/Makefile Fri Nov 25 06:44:26 2016 (r427079) @@ -751,12 +751,12 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .if ${PORT_OPTIONS:MHTTP_VIDEO_THUMBEXTRACTOR} NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.7.0 -LIB_DEPENDS+= libjpeg.so:graphics/jpeg \ - libavformat.so:multimedia/ffmpeg \ +LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ ${IMAGEMAGICK_LIB_DEPENDS} +USES+= jpeg GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Nov 25 06:13:00 2016 (r427078) +++ head/www/nginx/Makefile Fri Nov 25 06:44:26 2016 (r427079) @@ -747,12 +747,12 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MHTTP_VIDEO_THUMBEXTRACTOR} NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.7.0 -LIB_DEPENDS+= libjpeg.so:graphics/jpeg \ - libavformat.so:multimedia/ffmpeg \ +LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ ${IMAGEMAGICK_LIB_DEPENDS} +USES+= jpeg GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte From owner-svn-ports-all@freebsd.org Fri Nov 25 07: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 D0A49C541CF; Fri, 25 Nov 2016 07:40:05 +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 95A89CC3; Fri, 25 Nov 2016 07:40:05 +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 uAP7e4gh091630; Fri, 25 Nov 2016 07:40:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP7e4VF091629; Fri, 25 Nov 2016 07:40:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611250740.uAP7e4VF091629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 25 Nov 2016 07:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427080 - head/sysutils/flock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 07:40:05 -0000 Author: mat Date: Fri Nov 25 07:40:04 2016 New Revision: 427080 URL: https://svnweb.freebsd.org/changeset/ports/427080 Log: Also install bash completions. PR: 214805 Submitted by: mat Approved by: maintainer Sponsored by: Absolight Modified: head/sysutils/flock/Makefile (contents, props changed) Modified: head/sysutils/flock/Makefile ============================================================================== --- head/sysutils/flock/Makefile Fri Nov 25 06:44:26 2016 (r427079) +++ head/sysutils/flock/Makefile Fri Nov 25 07:40:04 2016 (r427080) @@ -3,6 +3,7 @@ PORTNAME= flock PORTVERSION= 2.29 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION}/ DISTNAME= util-linux-${PORTVERSION} @@ -21,7 +22,8 @@ OPTIONS_DEFINE= NLS NLS_CONFIGURE_OFF=--disable-nls NLS_USES= autoreconf:autopoint gettext -PLIST_FILES= bin/flock man/man1/flock.1.gz +PLIST_FILES= bin/flock man/man1/flock.1.gz \ + etc/bash_completion.d/flock do-build: # skip building unneeded utils @@ -31,5 +33,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flock ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sys-utils/flock.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d + ${INSTALL_DATA} ${WRKSRC}/bash-completion/flock ${STAGEDIR}${PREFIX}/etc/bash_completion.d .include From owner-svn-ports-all@freebsd.org Fri Nov 25 07:46: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 9DB28C544A6; Fri, 25 Nov 2016 07:46: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 596371366; Fri, 25 Nov 2016 07:46:57 +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 uAP7kuf9095711; Fri, 25 Nov 2016 07:46:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP7kuHA095709; Fri, 25 Nov 2016 07:46:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250746.uAP7kuHA095709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 07:46:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427081 - 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: Fri, 25 Nov 2016 07:46:57 -0000 Author: jbeich Date: Fri Nov 25 07:46:56 2016 New Revision: 427081 URL: https://svnweb.freebsd.org/changeset/ports/427081 Log: www/nginx: drop unused ImageMagick dependency nginx-video-thumbextractor-module-0.7.0/README.textile: h2(#0_5_0). v0.5.0 * remove MagickWand dependency which cause memory leak which saved it from being BROKEN by r358176: In file included from src/ngx_http_video_thumbextractor_module.c:3: src/ngx_http_video_thumbextractor_module_utils.c:5:10: fatal error: 'wand/magick_wand.h' file not found #include ^ 1 error generated. *** Error code 1 Reported by: antoine (via exp-run for www/tengine) Modified: head/www/nginx-devel/Makefile (contents, props changed) head/www/nginx/Makefile (contents, props changed) Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Nov 25 07:40:04 2016 (r427080) +++ head/www/nginx-devel/Makefile Fri Nov 25 07:46:56 2016 (r427081) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.11.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -754,14 +755,12 @@ NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.7. LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ - libswscale.so:multimedia/ffmpeg \ - ${IMAGEMAGICK_LIB_DEPENDS} + libswscale.so:multimedia/ffmpeg USES+= jpeg GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte -CONFIGURE_ARGS+=--add-module=${WRKSRC_vte} --with-cc-opt="-I ${LOCALBASE}/include \ - -I ${LOCALBASE}/include/ImageMagick" +CONFIGURE_ARGS+=--add-module=${WRKSRC_vte} .endif .if ${PORT_OPTIONS:MHTTP_XSLT} Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Nov 25 07:40:04 2016 (r427080) +++ head/www/nginx/Makefile Fri Nov 25 07:46:56 2016 (r427081) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.10.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -750,14 +750,12 @@ NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.7. LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ - libswscale.so:multimedia/ffmpeg \ - ${IMAGEMAGICK_LIB_DEPENDS} + libswscale.so:multimedia/ffmpeg USES+= jpeg GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte -CONFIGURE_ARGS+=--add-module=${WRKSRC_vte} --with-cc-opt="-I ${LOCALBASE}/include \ - -I ${LOCALBASE}/include/ImageMagick" +CONFIGURE_ARGS+=--add-module=${WRKSRC_vte} .endif .if ${PORT_OPTIONS:MHTTP_XSLT} From owner-svn-ports-all@freebsd.org Fri Nov 25 07:47: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 6A543C544E8; Fri, 25 Nov 2016 07:47: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 3A0711484; Fri, 25 Nov 2016 07:47: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 uAP7lBpf095828; Fri, 25 Nov 2016 07:47:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP7lBo8095827; Fri, 25 Nov 2016 07:47:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250747.uAP7lBo8095827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 07:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427082 - head/www/tengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 07:47:12 -0000 Author: jbeich Date: Fri Nov 25 07:47:11 2016 New Revision: 427082 URL: https://svnweb.freebsd.org/changeset/ports/427082 Log: www/tengine: video-thumbextractor is broken after r358176 In file included from src/ngx_http_video_thumbextractor_module.c:3: src/ngx_http_video_thumbextractor_module_utils.c:5:10: fatal error: 'wand/magick_wand.h' file not found ^ /usr/bin/ld: cannot find -lMagickWand cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 185462 207547 Reported by: antoine (via exp-run) Modified: head/www/tengine/Makefile (contents, props changed) Modified: head/www/tengine/Makefile ============================================================================== --- head/www/tengine/Makefile Fri Nov 25 07:46:56 2016 (r427081) +++ head/www/tengine/Makefile Fri Nov 25 07:47:11 2016 (r427082) @@ -456,6 +456,7 @@ LIB_DEPENDS+= libavformat.so:multimedia/ libswscale.so:multimedia/ffmpeg \ libMagickWand-6.so:graphics/ImageMagick USES+= jpeg +BROKEN= fatal error: 'wand/magick_wand.h' file not found NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.2.0 GH_ACCOUNT+= wandenberg:videothumbextractor GH_PROJECT+= nginx-video-thumbextractor-module:videothumbextractor From owner-svn-ports-all@freebsd.org Fri Nov 25 08:16: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 E638FC54F6A; Fri, 25 Nov 2016 08:16: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 A65E632E; Fri, 25 Nov 2016 08:16: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 uAP8Gaqa007714; Fri, 25 Nov 2016 08:16:36 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP8GaT8007712; Fri, 25 Nov 2016 08:16:36 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611250816.uAP8GaT8007712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 25 Nov 2016 08:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427083 - 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, 25 Nov 2016 08:16:38 -0000 Author: matthew Date: Fri Nov 25 08:16:36 2016 New Revision: 427083 URL: https://svnweb.freebsd.org/changeset/ports/427083 Log: Document the latest batch of phpMyAdmin security advisories. All 14 of them. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Nov 25 07:47:11 2016 (r427082) +++ head/security/vuxml/vuln.xml Fri Nov 25 08:16:36 2016 (r427083) @@ -58,6 +58,238 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpMyAdmin -- multiple vulnerabilities + + + phpMyAdmin + 4.6.04.6.5 + + + + +

The phpMYAdmin development team reports:

+
+

Summary

+

Open redirection

+

Description

+

A vulnerability was discovered where a user can be + tricked in to following a link leading to phpMyAdmin, + which after authentication redirects to another + malicious site.

+

The attacker must sniff the user's valid phpMyAdmin + token.

+

Severity

+

We consider this vulnerability to be of moderate + severity.

+
+
+

Summary

+

Unsafe generation of blowfish secret

+

Description

+

When the user does not specify a blowfish_secret key + for encrypting cookies, phpMyAdmin generates one at + runtime. A vulnerability was reported where the way this + value is created using a weak algorithm.

+

This could allow an attacker to determine the user's + blowfish_secret and potentially decrypt their + cookies.

+

Severity

+

We consider this vulnerability to be of moderate + severity.

+

Mitigation factor

+

This vulnerability only affects cookie + authentication and only when a user has not + defined a $cfg['blowfish_secret'] in + their config.inc.php

+
+
+

Summary

+

phpinfo information leak value of sensitive + (HttpOnly) cookies

+

Description

+

phpinfo (phpinfo.php) shows PHP information + including values of HttpOnly cookies.

+

Severity

+

We consider this vulnerability to be + non-critical.

+

Mitigation factor

+

phpinfo in disabled by default and needs + to be enabled explicitly.

+
+
+

Summary

+

Username deny rules bypass (AllowRoot & Others) + by using Null Byte

+

Description

+

It is possible to bypass AllowRoot restriction + ($cfg['Servers'][$i]['AllowRoot']) and deny rules + for username by using Null Byte in the username.

+

Severity

+

We consider this vulnerability to be + severe.

+
+
+

Summary

+

Username rule matching issues

+

Description

+

A vulnerability in username matching for the + allow/deny rules may result in wrong matches and + detection of the username in the rule due to + non-constant execution time.

+

Severity

+

We consider this vulnerability to be severe.

+
+
+

Summary

+

Bypass logout timeout

+

Description

+

With a crafted request parameter value it is possible + to bypass the logout timeout.

+

Severity

+

We consider this vulnerability to be of moderate + severity.

+
+
+

Summary

+

Multiple full path disclosure vulnerabilities

+

Description

+

By calling some scripts that are part of phpMyAdmin in an + unexpected way, it is possible to trigger phpMyAdmin to + display a PHP error message which contains the full path of + the directory where phpMyAdmin is installed. During an + execution timeout in the export functionality, the errors + containing the full path of the directory of phpMyAdmin is + written to the export file.

+

Severity

+

We consider these vulnerability to be + non-critical.

+
+
+

Summary

+

Multiple XSS vulnerabilities

+

Description

+

Several XSS vulnerabilities have been reported, including + an improper fix for PMASA-2016-10 and a weakness in a regular expression + using in some JavaScript processing.

+

Severity

+

We consider this vulnerability to be + non-critical.

+
+
+

Summary

+

Multiple DOS vulnerabilities

+

Description

+

With a crafted request parameter value it is possible + to initiate a denial of service attack in saved searches + feature.

+

With a crafted request parameter value it is possible + to initiate a denial of service attack in import + feature.

+

An unauthenticated user can execute a denial of + service attack when phpMyAdmin is running with + $cfg['AllowArbitraryServer']=true;.

+

Severity

+

We consider these vulnerabilities to be of + moderate severity.

+
+
+

Summary

+

Bypass white-list protection for URL redirection

+

Description

+

Due to the limitation in URL matching, it was + possible to bypass the URL white-list protection.

+

Severity

+

We consider this vulnerability to be of moderate + severity.

+
+
+

Summary

+

BBCode injection vulnerability

+

Description

+

With a crafted login request it is possible to inject + BBCode in the login page.

+

Severity

+

We consider this vulnerability to be severe.

+

Mitigation factor

+

This exploit requires phpMyAdmin to be configured + with the "cookie" auth_type; other + authentication methods are not affected.

+
+
+

Summary

+

DOS vulnerability in table partitioning

+

Description

+

With a very large request to table partitioning + function, it is possible to invoke a Denial of Service + (DOS) attack.

+

Severity

+

We consider this vulnerability to be of moderate + severity.

+
+
+

Summary

+

Multiple SQL injection vulnerabilities

+

Description

+

With a crafted username or a table name, it was possible + to inject SQL statements in the tracking functionality that + would run with the privileges of the control user. This + gives read and write access to the tables of the + configuration storage database, and if the control user has + the necessary privileges, read access to some tables of the + mysql database.

+

Severity

+

We consider these vulnerabilities to be serious.

+
+
+

Summary

+

Incorrect serialized string parsing

+

Description

+

Due to a bug in serialized string parsing, it was + possible to bypass the protection offered by + PMA_safeUnserialize() function.

+

Severity

+

We consider this vulnerability to be severe.

+
+
+

Summary

+

CSRF token not stripped from the URL

+

Description

+

When the arg_separator is different from its + default value of &, the token was not + properly stripped from the return URL of the preference + import action.

+

Severity

+

We have not yet determined a severity for this issue.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-57/ + https://www.phpmyadmin.net/security/PMASA-2016-58/ + https://www.phpmyadmin.net/security/PMASA-2016-59/ + https://www.phpmyadmin.net/security/PMASA-2016-60/ + https://www.phpmyadmin.net/security/PMASA-2016-61/ + https://www.phpmyadmin.net/security/PMASA-2016-62/ + https://www.phpmyadmin.net/security/PMASA-2016-63/ + https://www.phpmyadmin.net/security/PMASA-2016-64/ + https://www.phpmyadmin.net/security/PMASA-2016-65/ + https://www.phpmyadmin.net/security/PMASA-2016-66/ + https://www.phpmyadmin.net/security/PMASA-2016-67/ + https://www.phpmyadmin.net/security/PMASA-2016-68/ + https://www.phpmyadmin.net/security/PMASA-2016-69/ + https://www.phpmyadmin.net/security/PMASA-2016-70/ + https://www.phpmyadmin.net/security/PMASA-2016-71/ + CVE-2016-6632 + CVE-2016-6633 + CVE-2016-4412 + + + 2016-11-25 + 2016-11-25 + +
+ Remote-Code-Execution vulnerability in mysql and its variants CVE 2016-6662 From owner-svn-ports-all@freebsd.org Fri Nov 25 08: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 1F851C52065; Fri, 25 Nov 2016 08:19:44 +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 E312E769; Fri, 25 Nov 2016 08:19:43 +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 uAP8JhbS007926; Fri, 25 Nov 2016 08:19:43 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP8Jgci007924; Fri, 25 Nov 2016 08:19:42 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611250819.uAP8Jgci007924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 25 Nov 2016 08:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427084 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 08:19:44 -0000 Author: matthew Date: Fri Nov 25 08:19:42 2016 New Revision: 427084 URL: https://svnweb.freebsd.org/changeset/ports/427084 Log: Security Update to 4.6.5 This update includes fixes for 14 security issues, as well as ordinary bug fixes and improvements. ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog MFH: 2016Q4 Security: 6fe72178-b2e3-11e6-8b2a-6805ca0b3d42 Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Fri Nov 25 08:16:36 2016 (r427083) +++ head/databases/phpmyadmin/Makefile Fri Nov 25 08:19:42 2016 (r427084) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.4 -PORTREVISION= 1 +DISTVERSION= 4.6.5 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Fri Nov 25 08:16:36 2016 (r427083) +++ head/databases/phpmyadmin/distinfo Fri Nov 25 08:19:42 2016 (r427084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471426358 -SHA256 (phpMyAdmin-4.6.4-all-languages.tar.xz) = f2ea32a2971efcab073ad41b6512475af1b6da70cf800a5586a12cf49797d319 -SIZE (phpMyAdmin-4.6.4-all-languages.tar.xz) = 6137016 +TIMESTAMP = 1480059999 +SHA256 (phpMyAdmin-4.6.5-all-languages.tar.xz) = 6940e44d1d99c61c9f556295dc66176ff9ec8f07b0bbceb14fa352b5624bdee4 +SIZE (phpMyAdmin-4.6.5-all-languages.tar.xz) = 6159436 From owner-svn-ports-all@freebsd.org Fri Nov 25 08:45: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 29346C528D1; Fri, 25 Nov 2016 08:45:55 +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 03C3E8BC; Fri, 25 Nov 2016 08:45:54 +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 uAP8jsYf019817; Fri, 25 Nov 2016 08:45:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP8jss1019815; Fri, 25 Nov 2016 08:45:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250845.uAP8jss1019815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 08:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427085 - in head/x11/leechcraft: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 08:45:55 -0000 Author: jbeich Date: Fri Nov 25 08:45:53 2016 New Revision: 427085 URL: https://svnweb.freebsd.org/changeset/ports/427085 Log: x11/leechcraft: unbreak with ffmpeg 3.x src/plugins/musiczombie/chroma.cpp:41:10: fatal error: 'libavutil/audioconvert.h' file not found #include ^ src/plugins/musiczombie/chroma.cpp:125:35: error: use of undeclared identifier 'avcodec_alloc_frame' std::shared_ptr frame (avcodec_alloc_frame (), ^ src/plugins/musiczombie/chroma.cpp:126:27: error: use of undeclared identifier 'avcodec_free_frame'; did you mean 'avcodec_get_name'? [] (AVFrame *frame) { avcodec_free_frame (&frame); }); ^~~~~~~~~~~~~~~~~~ avcodec_get_name /usr/local/include/libavcodec/avcodec.h:6187:13: note: 'avcodec_get_name' declared here const char *avcodec_get_name(enum AVCodecID id); ^ src/plugins/musiczombie/chroma.cpp:126:47: error: cannot initialize a parameter of type 'enum AVCodecID' with an rvalue of type 'AVFrame **' [] (AVFrame *frame) { avcodec_free_frame (&frame); }); ^~~~~~ /usr/local/include/libavcodec/avcodec.h:6187:45: note: passing argument to parameter 'id' here const char *avcodec_get_name(enum AVCodecID id); ^ PR: 207547 Obtained from: upstream Approved by: portmgr blanket Added: head/x11/leechcraft/files/patch-plugins_musiczombie_chroma.cpp (contents, props changed) Modified: head/x11/leechcraft/Makefile (contents, props changed) Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Fri Nov 25 08:19:42 2016 (r427084) +++ head/x11/leechcraft/Makefile Fri Nov 25 08:45:53 2016 (r427085) @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ Added: head/x11/leechcraft/files/patch-plugins_musiczombie_chroma.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/leechcraft/files/patch-plugins_musiczombie_chroma.cpp Fri Nov 25 08:45:53 2016 (r427085) @@ -0,0 +1,34 @@ +https://github.com/0xd34df00d/leechcraft/commit/307be1dd37059e49eca37f77ddc4806125a8f843 +https://github.com/0xd34df00d/leechcraft/commit/53d56cafd3a1d299601d9f3bfd4ee051ae9121ba +https://github.com/0xd34df00d/leechcraft/commit/875e3b43b7a91656f61180b2b2179137f18e6d71 + +--- plugins/musiczombie/chroma.cpp.orig 2014-07-28 18:35:44 UTC ++++ plugins/musiczombie/chroma.cpp +@@ -38,7 +38,6 @@ extern "C" + { + #include + #include +-#include + #include + #include + #include +@@ -122,8 +121,8 @@ namespace MusicZombie + auto remaining = maxLength * codecCtx->channels * codecCtx->sample_rate; + chromaprint_start (Ctx_, codecCtx->sample_rate, codecCtx->channels); + +- std::shared_ptr frame (avcodec_alloc_frame (), +- [] (AVFrame *frame) { avcodec_free_frame (&frame); }); ++ std::shared_ptr frame (av_frame_alloc (), ++ [] (AVFrame *frame) { av_frame_free (&frame); }); + auto maxDstNbSamples = 0; + + uint8_t *dstData [1] = { nullptr }; +@@ -140,7 +139,7 @@ namespace MusicZombie + if (packet.stream_index != streamIndex) + continue; + +- avcodec_get_frame_defaults (frame.get ()); ++ av_frame_unref (frame.get ()); + int gotFrame = false; + auto consumed = avcodec_decode_audio4 (codecCtx.get (), frame.get (), &gotFrame, &packet); + From owner-svn-ports-all@freebsd.org Fri Nov 25 09: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 EEBF3C530AB; Fri, 25 Nov 2016 09:00:42 +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 B7834B5; Fri, 25 Nov 2016 09:00: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 uAP90fCj023971; Fri, 25 Nov 2016 09:00:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP90fG9023970; Fri, 25 Nov 2016 09:00:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250900.uAP90fG9023970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427086 - head/multimedia/oqtplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:00:43 -0000 Author: amdmi3 Date: Fri Nov 25 09:00:41 2016 New Revision: 427086 URL: https://svnweb.freebsd.org/changeset/ports/427086 Log: - Add LICENSE - Switch to USES=tar - Switch to options helpers Modified: head/multimedia/oqtplayer/Makefile Modified: head/multimedia/oqtplayer/Makefile ============================================================================== --- head/multimedia/oqtplayer/Makefile Fri Nov 25 08:45:53 2016 (r427085) +++ head/multimedia/oqtplayer/Makefile Fri Nov 25 09:00:41 2016 (r427086) @@ -7,15 +7,17 @@ PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= SF/openquicktime/OpenQuicktime%20v1/1.0b DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-src -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small, not functional, video OpenQuicktime (TM) player +LICENSE= LGPL20 # version not really specified + LIB_DEPENDS= libopenquicktime.so:multimedia/openquicktime WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= tar:tgz USE_SDL= sdl MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -31,6 +33,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/oqtplayer ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Fri Nov 25 09:17: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 2931AC535DC; Fri, 25 Nov 2016 09:17:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1FDDD80; Fri, 25 Nov 2016 09:17: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 uAP9H43Q031904; Fri, 25 Nov 2016 09:17:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9H4lT031903; Fri, 25 Nov 2016 09:17:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250917.uAP9H4lT031903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427087 - head/net-im/ring-daemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:17:05 -0000 Author: amdmi3 Date: Fri Nov 25 09:17:03 2016 New Revision: 427087 URL: https://svnweb.freebsd.org/changeset/ports/427087 Log: - Mark broken on < 10.2 /wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/src/account_factory.h:122:68: error: chosen constructor is explicit in copy-initialization std::map > accountMaps_ = {}; ^~ Approved by: portmgr blanket Modified: head/net-im/ring-daemon/Makefile Modified: head/net-im/ring-daemon/Makefile ============================================================================== --- head/net-im/ring-daemon/Makefile Fri Nov 25 09:00:41 2016 (r427086) +++ head/net-im/ring-daemon/Makefile Fri Nov 25 09:17:03 2016 (r427087) @@ -58,6 +58,12 @@ DBUS_LIB_DEPENDS= \ libdbus-c++-1.so:devel/dbus-c++ OPTIONS_SUB= yes +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 +BROKEN= does not build +.endif + post-extract: @${MKDIR} ${WRKSRC}/contrib/native @${MV} ${WRKDIR}/pjproject-2.4.5 ${WRKSRC}/contrib/native/ @@ -75,4 +81,4 @@ pre-configure: post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libring.so -.include +.include From owner-svn-ports-all@freebsd.org Fri Nov 25 09:20: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 860A4C53668; Fri, 25 Nov 2016 09:20:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 559FAEF1; Fri, 25 Nov 2016 09:20:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP9KjKc032895; Fri, 25 Nov 2016 09:20:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9Kjkc032894; Fri, 25 Nov 2016 09:20:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250920.uAP9Kjkc032894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427088 - head/audio/linux-neroaaccodec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:20:46 -0000 Author: amdmi3 Date: Fri Nov 25 09:20:45 2016 New Revision: 427088 URL: https://svnweb.freebsd.org/changeset/ports/427088 Log: - Mark BROKEN: does not fetch (no such directory 'tools') - Switch to options helpers Modified: head/audio/linux-neroaaccodec/Makefile Modified: head/audio/linux-neroaaccodec/Makefile ============================================================================== --- head/audio/linux-neroaaccodec/Makefile Fri Nov 25 09:17:03 2016 (r427087) +++ head/audio/linux-neroaaccodec/Makefile Fri Nov 25 09:20:45 2016 (r427088) @@ -11,6 +11,8 @@ DISTNAME= NeroAACCodec-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nero AAC reference quality MPEG-4 and 3GPP audio codec +BROKEN= does not fetch (no such directory 'tools') + USES= dos2unix linux zip DOS2UNIX_REGEX= .*\.txt ONLY_FOR_ARCHS= i386 amd64 @@ -23,9 +25,9 @@ PLIST_FILES= bin/neroAacDec \ bin/neroAacTag PORTDOCS= NeroAAC_tut.pdf \ - changelog.txt \ - license.txt \ - readme.txt + changelog.txt \ + license.txt \ + readme.txt OPTIONS_DEFINE= DOCS @@ -33,6 +35,8 @@ do-install: .for f in ${PLIST_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/linux/${f:T} ${STAGEDIR}${PREFIX}/bin .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ From owner-svn-ports-all@freebsd.org Fri Nov 25 09:24: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 A5467C5388D; Fri, 25 Nov 2016 09:24:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FF38134A; Fri, 25 Nov 2016 09:24:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP9Ovk9036130; Fri, 25 Nov 2016 09:24:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9Ov97036126; Fri, 25 Nov 2016 09:24:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250924.uAP9Ov97036126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427089 - in head/graphics/sharpconstruct: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:24:58 -0000 Author: amdmi3 Date: Fri Nov 25 09:24:57 2016 New Revision: 427089 URL: https://svnweb.freebsd.org/changeset/ports/427089 Log: - Add LICENSE - Fix build with clang 3.9 - Regenerate patches PR: 214645 Added: head/graphics/sharpconstruct/files/patch-src_prefix.cc (contents, props changed) Modified: head/graphics/sharpconstruct/Makefile head/graphics/sharpconstruct/files/patch-include-Optimized.h head/graphics/sharpconstruct/files/patch-src_MainWindow.cc Modified: head/graphics/sharpconstruct/Makefile ============================================================================== --- head/graphics/sharpconstruct/Makefile Fri Nov 25 09:20:45 2016 (r427088) +++ head/graphics/sharpconstruct/Makefile Fri Nov 25 09:24:57 2016 (r427089) @@ -10,16 +10,19 @@ MASTER_SITES= SF/sharp3d/SharpConstruct/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D modeller for organic shapes +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ libglademm-2.4.so:devel/libglademm24 -USES= tar:bzip2 gmake pkgconfig -USE_GL= yes -GNU_CONFIGURE= yes - ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions +USES= tar:bzip2 gmake pkgconfig +GNU_CONFIGURE= yes +USE_GL= yes + PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDATA= * Modified: head/graphics/sharpconstruct/files/patch-include-Optimized.h ============================================================================== --- head/graphics/sharpconstruct/files/patch-include-Optimized.h Fri Nov 25 09:20:45 2016 (r427088) +++ head/graphics/sharpconstruct/files/patch-include-Optimized.h Fri Nov 25 09:24:57 2016 (r427089) @@ -1,6 +1,6 @@ ---- include/Optimized.h.orig Sat Dec 31 06:26:59 2005 -+++ include/Optimized.h Thu Oct 11 02:07:55 2007 -@@ -193,7 +193,7 @@ +--- include/Optimized.h.orig 2005-12-31 03:26:59 UTC ++++ include/Optimized.h +@@ -193,7 +193,7 @@ namespace SharpConstruct void Normalize( Point3D& ); typedef Point3D Normal3D; Modified: head/graphics/sharpconstruct/files/patch-src_MainWindow.cc ============================================================================== --- head/graphics/sharpconstruct/files/patch-src_MainWindow.cc Fri Nov 25 09:20:45 2016 (r427088) +++ head/graphics/sharpconstruct/files/patch-src_MainWindow.cc Fri Nov 25 09:24:57 2016 (r427089) @@ -1,6 +1,6 @@ ---- src/MainWindow.cc.orig 2013-10-02 09:31:18.000000000 +0000 +--- src/MainWindow.cc.orig 2006-01-02 10:18:20 UTC +++ src/MainWindow.cc -@@ -786,7 +786,7 @@ void MainWindow::on_speed_test_clicked_( +@@ -792,7 +792,7 @@ void MainWindow::on_speed_test_clicked_( output += ToString( times[ i ] ) + " seconds\n"; adder += times[ i ]; } @@ -9,7 +9,7 @@ "\nAverage: " + ToString( adder / runs ) + " seconds" ).run(); } -@@ -810,7 +810,7 @@ void MainWindow::on_speed_test_clicked_( +@@ -816,7 +816,7 @@ void MainWindow::on_speed_test_clicked_( for( unsigned i = 0; i < runs; ++i ) editor_.event( (GdkEvent*)( &click ) ); timer.stop(); Added: head/graphics/sharpconstruct/files/patch-src_prefix.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sharpconstruct/files/patch-src_prefix.cc Fri Nov 25 09:24:57 2016 (r427089) @@ -0,0 +1,22 @@ +--- src/prefix.cc.orig 2005-08-22 01:24:14 UTC ++++ src/prefix.cc +@@ -393,7 +393,8 @@ br_strndup (char *str, size_t size) + char * + br_extract_dir (const char *path) + { +- char *end, *result; ++ const char *end; ++ char *result; + + br_return_val_if_fail (path != (char *) NULL, (char *) NULL); + +@@ -428,7 +429,8 @@ br_extract_dir (const char *path) + char * + br_extract_prefix (const char *path) + { +- char *end, *tmp, *result; ++ const char *end; ++ char *tmp, *result; + + br_return_val_if_fail (path != (char *) NULL, (char *) NULL); + From owner-svn-ports-all@freebsd.org Fri Nov 25 09:25: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 47296C53970; Fri, 25 Nov 2016 09:25:42 +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 080A215D4; Fri, 25 Nov 2016 09:25: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 uAP9PfV1036328; Fri, 25 Nov 2016 09:25:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9Peio036324; Fri, 25 Nov 2016 09:25:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250925.uAP9Peio036324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427090 - in head/games/toycars: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:25:42 -0000 Author: amdmi3 Date: Fri Nov 25 09:25:40 2016 New Revision: 427090 URL: https://svnweb.freebsd.org/changeset/ports/427090 Log: - Add LICENSE - Switch to USES=localbase - Switch to options helpers - Fix build with clang 3.9 - Regenerate patches PR: 214647 Added: head/games/toycars/files/patch-toycars__track_editor_src_TrackView.cxx (contents, props changed) head/games/toycars/files/patch-toycars__vehicle_editor_src_LoadSpriteFromImage.cpp (contents, props changed) head/games/toycars/files/patch-toycars__vehicle_editor_src_VehicleObject.cpp - copied, changed from r427089, head/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp Deleted: head/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp Modified: head/games/toycars/Makefile Modified: head/games/toycars/Makefile ============================================================================== --- head/games/toycars/Makefile Fri Nov 25 09:24:57 2016 (r427089) +++ head/games/toycars/Makefile Fri Nov 25 09:25:40 2016 (r427090) @@ -10,15 +10,15 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Physics-based 2D racing game +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfltk.so:x11-toolkits/fltk -USES= gmake +USES= gmake localbase +GNU_CONFIGURE= yes USE_SDL= image sdl USE_GL= gl glu -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/toycars \ bin/toycars_track_editor \ @@ -31,8 +31,8 @@ OPTIONS_DEFINE= DOCS post-extract: @${RM} ${WRKSRC}/data/.*Store -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Added: head/games/toycars/files/patch-toycars__track_editor_src_TrackView.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/toycars/files/patch-toycars__track_editor_src_TrackView.cxx Fri Nov 25 09:25:40 2016 (r427090) @@ -0,0 +1,33 @@ +--- toycars_track_editor/src/TrackView.cxx.orig 2009-06-28 03:13:24 UTC ++++ toycars_track_editor/src/TrackView.cxx +@@ -89,7 +89,7 @@ TiXmlDocument *findXMLFile(const char *f + //{jpg,png,bmp,pnm,pbm,pgm,ppm} + Fl_Image* loadImage(const char *filename) + { +- char *suffix = strrchr(filename, '.'); ++ const char *suffix = strrchr(filename, '.'); + if (suffix == NULL) + return NULL; + if (strcmp(suffix,".jpg") == 0) +@@ -956,8 +956,8 @@ void TrackView::importImage(const char * + // installs map into user data directory + void TrackView::installMap(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still install maps manually by saving them to a folder and placing it inside the data\\tracks directory and editing the tracklist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still install maps manually by saving them to a folder and placing it inside the data\\tracks directory and editing the tracklist.xml file."); + return; + #else + char fullname[1024]; +@@ -1033,8 +1033,8 @@ void TrackView::installMap(const char *n + // nb: doesn't remove track data itself, only remove entry from tracklist xml file. + void TrackView::uninstallMap(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still uninstall maps manually by removing them from the data\\tracks directory and editing the tracklist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still uninstall maps manually by removing them from the data\\tracks directory and editing the tracklist.xml file."); + return; + #else + char fullname[1024]; Added: head/games/toycars/files/patch-toycars__vehicle_editor_src_LoadSpriteFromImage.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/toycars/files/patch-toycars__vehicle_editor_src_LoadSpriteFromImage.cpp Fri Nov 25 09:25:40 2016 (r427090) @@ -0,0 +1,11 @@ +--- toycars_vehicle_editor/src/LoadSpriteFromImage.cpp.orig 2009-02-26 19:24:22 UTC ++++ toycars_vehicle_editor/src/LoadSpriteFromImage.cpp +@@ -23,7 +23,7 @@ + //{jpg,png,bmp,pnm,pbm,pgm,ppm} + Fl_Image* loadImage(const char *filename) + { +- char *suffix = strrchr(filename, '.'); ++ const char *suffix = strrchr(filename, '.'); + if (suffix == NULL) + return NULL; + if (strcmp(suffix,".jpg") == 0) Copied and modified: head/games/toycars/files/patch-toycars__vehicle_editor_src_VehicleObject.cpp (from r427089, head/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp) ============================================================================== --- head/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp Fri Nov 25 09:24:57 2016 (r427089, copy source) +++ head/games/toycars/files/patch-toycars__vehicle_editor_src_VehicleObject.cpp Fri Nov 25 09:25:40 2016 (r427090) @@ -1,6 +1,15 @@ ---- toycars_vehicle_editor/src/VehicleObject.cpp.orig 2009-03-22 19:45:31.000000000 +0000 +--- toycars_vehicle_editor/src/VehicleObject.cpp.orig 2009-03-22 19:45:31 UTC +++ toycars_vehicle_editor/src/VehicleObject.cpp -@@ -152,7 +152,7 @@ void VehicleObject::loadVehicle(const ch +@@ -7,6 +7,8 @@ + * + */ + ++#include // fl_alert ++ + #include "VehicleObject.h" + #include "ScException.h" + #include "tinyxml.h" +@@ -152,7 +154,7 @@ void VehicleObject::loadVehicle(const ch short count; geometry.clear(); for (xConvex = xGeometry->FirstChild(); xConvex != NULL; xConvex = xConvex->NextSibling("convex")) { @@ -9,7 +18,7 @@ std::list &convex = geometry.back(); readPointsFromString(xConvex->FirstChild()->ToText()->Value(), convex, count); } -@@ -411,7 +411,7 @@ void VehicleObject::loadSpriteFromDataDi +@@ -411,7 +413,7 @@ void VehicleObject::loadSpriteFromDataDi short count; geometry.clear(); for (xConvex = xGeometry->FirstChild(); xConvex != NULL; xConvex = xConvex->NextSibling("convex")) { @@ -18,7 +27,29 @@ std::list &convex = geometry.back(); readPointsFromString(xConvex->FirstChild()->ToText()->Value(), convex, count); } -@@ -675,4 +675,4 @@ void VehicleObject::uninstallVehicle(con +@@ -520,8 +522,8 @@ void VehicleObject::loadWheelSpriteFromD + // installs map into user data directory + void VehicleObject::installVehicle(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still install vehicles manually by saving them to a folder and placing it inside the data\\cars directory and editing the carslist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still install vehicles manually by saving them to a folder and placing it inside the data\\cars directory and editing the carslist.xml file."); + return; + #else + char fullname[1024]; +@@ -600,8 +602,8 @@ void VehicleObject::installVehicle(const + // nb: doesn't remove car data itself, only remove entry from carslist xml file. + void VehicleObject::uninstallVehicle(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still uninstall vehicles manually by removing them from the data\\cars directory and editing the carslist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still uninstall vehicles manually by removing them from the data\\cars directory and editing the carslist.xml file."); + return; + #else + char fullname[1024]; +@@ -675,4 +677,4 @@ void VehicleObject::uninstallVehicle(con system(str); */ #endif From owner-svn-ports-all@freebsd.org Fri Nov 25 09: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 5E632C53B67; Fri, 25 Nov 2016 09:31:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01E201892; Fri, 25 Nov 2016 09:31: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 uAP9VFMR037289; Fri, 25 Nov 2016 09:31:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9VFxN037287; Fri, 25 Nov 2016 09:31:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250931.uAP9VFxN037287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427091 - head/multimedia/mythtv-frontend X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:31:16 -0000 Author: amdmi3 Date: Fri Nov 25 09:31:14 2016 New Revision: 427091 URL: https://svnweb.freebsd.org/changeset/ports/427091 Log: - Add LICENSE - Cosmetic fixes - Fix WWW: Modified: head/multimedia/mythtv-frontend/Makefile head/multimedia/mythtv-frontend/pkg-descr Modified: head/multimedia/mythtv-frontend/Makefile ============================================================================== --- head/multimedia/mythtv-frontend/Makefile Fri Nov 25 09:25:40 2016 (r427090) +++ head/multimedia/mythtv-frontend/Makefile Fri Nov 25 09:31:14 2016 (r427091) @@ -9,6 +9,9 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= MythTV is a homebrew PVR project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libmp3lame.so:audio/lame \ @@ -73,13 +76,13 @@ OPENGL_CONFIGURE_ENABLE= opengl-video OPENGL_USE= QT4=opengl post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libs/libmythtv/libmythtv.pro \ - ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ - ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ - ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ - ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ - ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libs/libmythtv/libmythtv.pro \ + ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ + ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ + ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ + ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ + ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze .include Modified: head/multimedia/mythtv-frontend/pkg-descr ============================================================================== --- head/multimedia/mythtv-frontend/pkg-descr Fri Nov 25 09:25:40 2016 (r427090) +++ head/multimedia/mythtv-frontend/pkg-descr Fri Nov 25 09:31:14 2016 (r427091) @@ -3,4 +3,4 @@ recorder. It supports pausing and rewin cards, hardware or software video compression, onscreen program guides and a distributed architecture. -WWW: http://www.mythtv.org +WWW: http://www.mythtv.org/ From owner-svn-ports-all@freebsd.org Fri Nov 25 09:31: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 2EABEC53BA5; Fri, 25 Nov 2016 09:31:25 +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 CD41819C1; Fri, 25 Nov 2016 09:31: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 uAP9VOXi037652; Fri, 25 Nov 2016 09:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9VNMK037650; Fri, 25 Nov 2016 09:31:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250931.uAP9VNMK037650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427094 - head/multimedia/mythtv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:31:25 -0000 Author: amdmi3 Date: Fri Nov 25 09:31:23 2016 New Revision: 427094 URL: https://svnweb.freebsd.org/changeset/ports/427094 Log: - Add LICENSE - Switch to options helpers - Cosmetic fixes - Fix WWW: Modified: head/multimedia/mythtv/Makefile head/multimedia/mythtv/pkg-descr Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Fri Nov 25 09:31:21 2016 (r427093) +++ head/multimedia/mythtv/Makefile Fri Nov 25 09:31:23 2016 (r427094) @@ -9,6 +9,9 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= MythTV is a homebrew PVR project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmp3lame.so:audio/lame \ libfreetype.so:print/freetype2 \ libtag.so:audio/taglib \ @@ -72,6 +75,7 @@ VDPAU_LIB_DEPENDS= libvdpau.so:multimedi VDPAU_CONFIGURE_ENABLE= vdpau OPENGL_CONFIGURE_ENABLE= opengl-video +OPENGL_USE= QT4=opengl .include @@ -105,22 +109,18 @@ RUN_DEPENDS+= py*-lxml>=0:devel/py-lxml CONFIGURE_ARGS+=--without-bindings=perl,python .endif -.if ${PORT_OPTIONS:MOPENGL} -USE_QT4+= opengl -.endif - post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libs/libmythtv/libmythtv.pro \ - ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ - ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ - ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ - ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ - ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libs/libmythtv/libmythtv.pro \ + ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ + ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ + ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ + ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ + ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze post-install: - @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/mythtv/database - @${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mythtv/database + @${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database .include Modified: head/multimedia/mythtv/pkg-descr ============================================================================== --- head/multimedia/mythtv/pkg-descr Fri Nov 25 09:31:21 2016 (r427093) +++ head/multimedia/mythtv/pkg-descr Fri Nov 25 09:31:23 2016 (r427094) @@ -10,4 +10,4 @@ http://usleepless.110mb.com/pvrxxx_port- have been reported with this port; if you use it, you should join the FreeBSD-multimedia mailing list and report where appropriate. -WWW: http://www.mythtv.org +WWW: http://www.mythtv.org/ From owner-svn-ports-all@freebsd.org Fri Nov 25 09:31: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 05528C53B82; Fri, 25 Nov 2016 09:31:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B03FB18B8; Fri, 25 Nov 2016 09:31:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP9VHCA037421; Fri, 25 Nov 2016 09:31:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9VH5k037418; Fri, 25 Nov 2016 09:31:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250931.uAP9VH5k037418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427092 - in head/net-mgmt/ipv6calc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:31:19 -0000 Author: amdmi3 Date: Fri Nov 25 09:31:17 2016 New Revision: 427092 URL: https://svnweb.freebsd.org/changeset/ports/427092 Log: - Add LICENSE - Strip binary - Regenerate patches Added: head/net-mgmt/ipv6calc/pkg-plist (contents, props changed) Modified: head/net-mgmt/ipv6calc/Makefile head/net-mgmt/ipv6calc/files/patch-man__Makefile.in Modified: head/net-mgmt/ipv6calc/Makefile ============================================================================== --- head/net-mgmt/ipv6calc/Makefile Fri Nov 25 09:31:14 2016 (r427091) +++ head/net-mgmt/ipv6calc/Makefile Fri Nov 25 09:31:17 2016 (r427092) @@ -9,12 +9,13 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub MAINTAINER= ports@FreeBSD.org COMMENT= Convert, change, and calculate with IPv6 addresses -USES= gettext gmake perl5 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext gmake perl5 ssl GNU_CONFIGURE= yes -PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats \ - bin/ipv6loganon man/man8/ipv6calc.8.gz \ - man/man8/ipv6loganon.8.gz man/man8/ipv6logconv.8.gz \ - man/man8/ipv6logstats.8.gz +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Modified: head/net-mgmt/ipv6calc/files/patch-man__Makefile.in ============================================================================== --- head/net-mgmt/ipv6calc/files/patch-man__Makefile.in Fri Nov 25 09:31:14 2016 (r427091) +++ head/net-mgmt/ipv6calc/files/patch-man__Makefile.in Fri Nov 25 09:31:17 2016 (r427092) @@ -1,6 +1,6 @@ ---- man/Makefile.in.orig 2009-01-07 03:37:45.000000000 +1100 -+++ man/Makefile.in 2009-01-12 21:52:53.000000000 +1100 -@@ -25,7 +25,7 @@ +--- man/Makefile.in.orig 2009-01-06 16:37:45 UTC ++++ man/Makefile.in +@@ -25,7 +25,7 @@ clean: test: install: Added: head/net-mgmt/ipv6calc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ipv6calc/pkg-plist Fri Nov 25 09:31:17 2016 (r427092) @@ -0,0 +1,8 @@ +bin/ipv6calc +bin/ipv6loganon +bin/ipv6logconv +bin/ipv6logstats +man/man8/ipv6calc.8.gz +man/man8/ipv6loganon.8.gz +man/man8/ipv6logconv.8.gz +man/man8/ipv6logstats.8.gz From owner-svn-ports-all@freebsd.org Fri Nov 25 09:31: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 56490C53B8B; Fri, 25 Nov 2016 09:31:23 +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 0AA37197F; Fri, 25 Nov 2016 09:31:22 +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 uAP9VMbd037540; Fri, 25 Nov 2016 09:31:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9VM3C037538; Fri, 25 Nov 2016 09:31:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250931.uAP9VM3C037538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427093 - in head/net/dhcprelay: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:31:23 -0000 Author: amdmi3 Date: Fri Nov 25 09:31:21 2016 New Revision: 427093 URL: https://svnweb.freebsd.org/changeset/ports/427093 Log: - Add LICENSE - Respect CFLAGS/LDFLAGS Modified: head/net/dhcprelay/Makefile head/net/dhcprelay/files/patch-Makefile Modified: head/net/dhcprelay/Makefile ============================================================================== --- head/net/dhcprelay/Makefile Fri Nov 25 09:31:17 2016 (r427092) +++ head/net/dhcprelay/Makefile Fri Nov 25 09:31:21 2016 (r427093) @@ -10,11 +10,14 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support +LICENSE= NONE + LIB_DEPENDS= libdnet.so:net/libdnet -PLIST_FILES= bin/dhcprelay USE_RC_SUBR= ${PORTNAME} +PLIST_FILES= bin/dhcprelay + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${STAGEDIR}${PREFIX}/bin Modified: head/net/dhcprelay/files/patch-Makefile ============================================================================== --- head/net/dhcprelay/files/patch-Makefile Fri Nov 25 09:31:17 2016 (r427092) +++ head/net/dhcprelay/files/patch-Makefile Fri Nov 25 09:31:21 2016 (r427093) @@ -5,11 +5,11 @@ + dhcprelay: dhcprelay.o - gcc -g -o $@ -Wall -L/usr/local/lib -lpcap -ldnet $> -+ ${CC} -g -o $@ -Wall -L${LOCALBASE}/lib -lpcap -ldnet $> ++ ${CC} ${LDFLAGS} -o $@ -Wall -L${LOCALBASE}/lib -lpcap -ldnet $> dhcprelay.o: dhcprelay.c - gcc -g -c -o $@ -Wall -I/usr/local/include $< -+ ${CC} -g -c -o $@ -Wall -I${LOCALBASE}/include $< ++ ${CC} ${CFLAGS} -c -o $@ -Wall -I${LOCALBASE}/include $< clean: rm -f dhcprelay.o dhcprelay dhcprelay.core From owner-svn-ports-all@freebsd.org Fri Nov 25 09:35: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 8B35DC53E66; Fri, 25 Nov 2016 09:35:01 +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 5A9421F0D; Fri, 25 Nov 2016 09:35:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP9Z0m5040887; Fri, 25 Nov 2016 09:35:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9Z0kR040886; Fri, 25 Nov 2016 09:35:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250935.uAP9Z0kR040886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427095 - head/games/plee-the-bear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 09:35:01 -0000 Author: amdmi3 Date: Fri Nov 25 09:35:00 2016 New Revision: 427095 URL: https://svnweb.freebsd.org/changeset/ports/427095 Log: - Mark broken with boost 1.62 Modified: head/games/plee-the-bear/Makefile Modified: head/games/plee-the-bear/Makefile ============================================================================== --- head/games/plee-the-bear/Makefile Fri Nov 25 09:31:23 2016 (r427094) +++ head/games/plee-the-bear/Makefile Fri Nov 25 09:35:00 2016 (r427095) @@ -18,15 +18,16 @@ BUILD_DEPENDS= docbook-to-man:textproc/d LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libclaw_application.so:devel/libclaw -USE_SDL= sdl mixer -USE_GL= gl glu -INSTALLS_ICONS= yes -USE_LDCONFIG= yes +BROKEN= does not build with boost 1.62 # gettext dep is unconditional; NLS option just disables translations install USES= cmake gettext CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ -DBEAR_NO_EDITOR=YES +USE_SDL= sdl mixer +USE_GL= gl glu +INSTALLS_ICONS= yes +USE_LDCONFIG= yes PORTDATA= * From owner-svn-ports-all@freebsd.org Fri Nov 25 10:04: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 1F5B6C54434; Fri, 25 Nov 2016 10:04:55 +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 EE331D6D; Fri, 25 Nov 2016 10:04:54 +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 uAPA4sLj053046; Fri, 25 Nov 2016 10:04:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPA4rWk053041; Fri, 25 Nov 2016 10:04:53 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611251004.uAPA4rWk053041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 25 Nov 2016 10:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427096 - in head/textproc: . p5-Pod-MinimumVersion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 10:04:55 -0000 Author: mat Date: Fri Nov 25 10:04:53 2016 New Revision: 427096 URL: https://svnweb.freebsd.org/changeset/ports/427096 Log: Add textproc/p5-Pod-MinimumVersion. report minimum Perl version for given POD. Sponsored by: Absolight Added: head/textproc/p5-Pod-MinimumVersion/ head/textproc/p5-Pod-MinimumVersion/Makefile (contents, props changed) head/textproc/p5-Pod-MinimumVersion/distinfo (contents, props changed) head/textproc/p5-Pod-MinimumVersion/pkg-descr (contents, props changed) head/textproc/p5-Pod-MinimumVersion/pkg-plist (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Nov 25 09:35:00 2016 (r427095) +++ head/textproc/Makefile Fri Nov 25 10:04:53 2016 (r427096) @@ -721,6 +721,7 @@ SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy SUBDIR += p5-Pod-Markdown + SUBDIR += p5-Pod-MinimumVersion SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser Added: head/textproc/p5-Pod-MinimumVersion/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-MinimumVersion/Makefile Fri Nov 25 10:04:53 2016 (r427096) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Pod-MinimumVersion +PORTVERSION= 50 +CATEGORIES= textproc devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= report minimum Perl version for given POD + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String +RUN_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/textproc/p5-Pod-MinimumVersion/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-MinimumVersion/distinfo Fri Nov 25 10:04:53 2016 (r427096) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480067915 +SHA256 (Pod-MinimumVersion-50.tar.gz) = 0bd2812d9aacbd99bb71fa103a4bb129e955c138ba7598734207dc9fb67b5a6f +SIZE (Pod-MinimumVersion-50.tar.gz) = 36127 Added: head/textproc/p5-Pod-MinimumVersion/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-MinimumVersion/pkg-descr Fri Nov 25 10:04:53 2016 (r427096) @@ -0,0 +1,5 @@ +Pod::MinimumVersion parses the POD in a Perl script, module, or document, and +reports what version of Perl is required to process the directives in it with +pod2man etc. + +WWW: http://search.cpan.org/dist/Pod-MinimumVersion/ Added: head/textproc/p5-Pod-MinimumVersion/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-MinimumVersion/pkg-plist Fri Nov 25 10:04:53 2016 (r427096) @@ -0,0 +1,8 @@ +bin/pod-minimumversion +%%SITE_PERL%%/Pod/MinimumVersion.pm +%%SITE_PERL%%/Pod/MinimumVersion/Parser.pm +%%SITE_PERL%%/Pod/MinimumVersion/Report.pm +%%PERL5_MAN1%%/pod-minimumversion.1.gz +%%PERL5_MAN3%%/Pod::MinimumVersion.3.gz +%%PERL5_MAN3%%/Pod::MinimumVersion::Parser.3.gz +%%PERL5_MAN3%%/Pod::MinimumVersion::Report.3.gz From owner-svn-ports-all@freebsd.org Fri Nov 25 10:05: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 73EDDC54471; Fri, 25 Nov 2016 10:05: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 43360E48; Fri, 25 Nov 2016 10:05: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 uAPA5GrI053309; Fri, 25 Nov 2016 10:05:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPA5GAW053306; Fri, 25 Nov 2016 10:05:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611251005.uAPA5GAW053306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 25 Nov 2016 10:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427098 - head/textproc/p5-Perl-Critic-Pulp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 10:05:17 -0000 Author: mat Date: Fri Nov 25 10:05:16 2016 New Revision: 427098 URL: https://svnweb.freebsd.org/changeset/ports/427098 Log: Update to 91. Sponsored by: Absolight Modified: head/textproc/p5-Perl-Critic-Pulp/Makefile (contents, props changed) head/textproc/p5-Perl-Critic-Pulp/distinfo (contents, props changed) Modified: head/textproc/p5-Perl-Critic-Pulp/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic-Pulp/Makefile Fri Nov 25 10:05:12 2016 (r427097) +++ head/textproc/p5-Perl-Critic-Pulp/Makefile Fri Nov 25 10:05:16 2016 (r427098) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Perl-Critic-Pulp -PORTVERSION= 90 +PORTVERSION= 91 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,9 @@ COMMENT= some add-on perlcritic policies LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic \ + p5-Perl-MinimumVersion>=0:textproc/p5-Perl-MinimumVersion \ + p5-Pod-MinimumVersion>=0:textproc/p5-Pod-MinimumVersion RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/textproc/p5-Perl-Critic-Pulp/distinfo ============================================================================== --- head/textproc/p5-Perl-Critic-Pulp/distinfo Fri Nov 25 10:05:12 2016 (r427097) +++ head/textproc/p5-Perl-Critic-Pulp/distinfo Fri Nov 25 10:05:16 2016 (r427098) @@ -1,2 +1,3 @@ -SHA256 (Perl-Critic-Pulp-90.tar.gz) = cb5ae0008dc028be8e4e0831a7c84e0b695c6e8ef7a9cf3ae81b5cd1b2ea774e -SIZE (Perl-Critic-Pulp-90.tar.gz) = 209442 +TIMESTAMP = 1480066595 +SHA256 (Perl-Critic-Pulp-91.tar.gz) = ea8f1cac4aaddd2e09db4e985807f9c7c2aba8e9c6d1c5a358bd2e279ed8095a +SIZE (Perl-Critic-Pulp-91.tar.gz) = 214180 From owner-svn-ports-all@freebsd.org Fri Nov 25 10:05: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 0FCBEC5446D; Fri, 25 Nov 2016 10:05:14 +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 DE891E47; Fri, 25 Nov 2016 10:05: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 uAPA5DeY053192; Fri, 25 Nov 2016 10:05:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPA5CEo053189; Fri, 25 Nov 2016 10:05:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611251005.uAPA5CEo053189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 25 Nov 2016 10:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427097 - head/textproc/p5-Perl-Critic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 10:05:14 -0000 Author: mat Date: Fri Nov 25 10:05:12 2016 New Revision: 427097 URL: https://svnweb.freebsd.org/changeset/ports/427097 Log: Update to 1.126. Sponsored by: Absolight Modified: head/textproc/p5-Perl-Critic/Makefile (contents, props changed) head/textproc/p5-Perl-Critic/distinfo (contents, props changed) head/textproc/p5-Perl-Critic/pkg-plist (contents, props changed) Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Fri Nov 25 10:04:53 2016 (r427096) +++ head/textproc/p5-Perl-Critic/Makefile Fri Nov 25 10:05:12 2016 (r427097) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Perl-Critic -PORTVERSION= 1.12.5 -PORTREVISION= 1 +PORTVERSION= 1.12.6 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,7 +30,6 @@ BUILD_DEPENDS= p5-B-Keywords>=1.05:devel p5-Readonly>=2.00:devel/p5-Readonly \ p5-String-Format>=1.13:textproc/p5-String-Format \ p5-Task-Weaken>=0:devel/p5-Task-Weaken \ - p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor \ perltidy:devel/p5-Perl-Tidy RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ Modified: head/textproc/p5-Perl-Critic/distinfo ============================================================================== --- head/textproc/p5-Perl-Critic/distinfo Fri Nov 25 10:04:53 2016 (r427096) +++ head/textproc/p5-Perl-Critic/distinfo Fri Nov 25 10:05:12 2016 (r427097) @@ -1,2 +1,3 @@ -SHA256 (Perl-Critic-1.125.tar.gz) = 503b718356b14d4c00ed486b66a0f622f4bef2b206be406ee7922c8270463fa1 -SIZE (Perl-Critic-1.125.tar.gz) = 644473 +TIMESTAMP = 1480067451 +SHA256 (Perl-Critic-1.126.tar.gz) = b1a6151cb3603aef8555195b807e831655c83003b81e2f64fff095ff7114f5af +SIZE (Perl-Critic-1.126.tar.gz) = 646552 Modified: head/textproc/p5-Perl-Critic/pkg-plist ============================================================================== --- head/textproc/p5-Perl-Critic/pkg-plist Fri Nov 25 10:04:53 2016 (r427096) +++ head/textproc/p5-Perl-Critic/pkg-plist Fri Nov 25 10:05:12 2016 (r427097) @@ -62,6 +62,7 @@ bin/perlcritic %%SITE_PERL%%/Perl/Critic/Policy/ControlStructures/ProhibitUnlessBlocks.pm %%SITE_PERL%%/Perl/Critic/Policy/ControlStructures/ProhibitUnreachableCode.pm %%SITE_PERL%%/Perl/Critic/Policy/ControlStructures/ProhibitUntilBlocks.pm +%%SITE_PERL%%/Perl/Critic/Policy/ControlStructures/ProhibitYadaOperator.pm %%SITE_PERL%%/Perl/Critic/Policy/Documentation/PodSpelling.pm %%SITE_PERL%%/Perl/Critic/Policy/Documentation/RequirePackageMatchesPodName.pm %%SITE_PERL%%/Perl/Critic/Policy/Documentation/RequirePodAtEnd.pm @@ -196,6 +197,7 @@ bin/perlcritic %%SITE_PERL%%/Perl/Critic/Utils/Perl.pm %%SITE_PERL%%/Perl/Critic/Violation.pm %%SITE_PERL%%/Test/Perl/Critic/Policy.pm +%%PERL5_MAN1%%/perlcritic.1.gz %%PERL5_MAN3%%/Perl::Critic.3.gz %%PERL5_MAN3%%/Perl::Critic::Annotation.3.gz %%PERL5_MAN3%%/Perl::Critic::CORE_DEVELOPER.3.gz @@ -259,6 +261,7 @@ bin/perlcritic %%PERL5_MAN3%%/Perl::Critic::Policy::ControlStructures::ProhibitUnlessBlocks.3.gz %%PERL5_MAN3%%/Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode.3.gz %%PERL5_MAN3%%/Perl::Critic::Policy::ControlStructures::ProhibitUntilBlocks.3.gz +%%PERL5_MAN3%%/Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator.3.gz %%PERL5_MAN3%%/Perl::Critic::Policy::Documentation::PodSpelling.3.gz %%PERL5_MAN3%%/Perl::Critic::Policy::Documentation::RequirePackageMatchesPodName.3.gz %%PERL5_MAN3%%/Perl::Critic::Policy::Documentation::RequirePodAtEnd.3.gz @@ -393,4 +396,3 @@ bin/perlcritic %%PERL5_MAN3%%/Perl::Critic::Utils::Perl.3.gz %%PERL5_MAN3%%/Perl::Critic::Violation.3.gz %%PERL5_MAN3%%/Test::Perl::Critic::Policy.3.gz -%%PERL5_MAN1%%/perlcritic.1.gz From owner-svn-ports-all@freebsd.org Fri Nov 25 10:11: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 3A3F2C54651; Fri, 25 Nov 2016 10:11:39 +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 0E2521FC; Fri, 25 Nov 2016 10:11:38 +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 uAPABcSq056423; Fri, 25 Nov 2016 10:11:38 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPABcVl056421; Fri, 25 Nov 2016 10:11:38 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611251011.uAPABcVl056421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 25 Nov 2016 10:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427099 - 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, 25 Nov 2016 10:11:39 -0000 Author: tz Date: Fri Nov 25 10:11:37 2016 New Revision: 427099 URL: https://svnweb.freebsd.org/changeset/ports/427099 Log: Document Drupal vulnerabilities PR: 214813 Security: CVE-2016-9449 Security: CVE-2016-9450 Security: CVE-2016-9451 Security: CVE-2016-9452 Security: https://vuxml.freebsd.org/freebsd/8db24888-b2f5-11e6-8153-00248c0c745d.html Approved by: mentors (implicit) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Nov 25 10:05:16 2016 (r427098) +++ head/security/vuxml/vuln.xml Fri Nov 25 10:11:37 2016 (r427099) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Drupal Code -- Multiple Vulnerabilities + + + drupal7 + 7.07.52 + + + drupal8 + 8.0.08.2.3. + + + + +

The Drupal development team reports:

+
+

Inconsistent name for term access query (Less critical - Drupal 7 and Drupal 8)

+

Drupal provides a mechanism to alter database SELECT queries before they are executed. Contributed and custom modules may use this mechanism to restrict access to certain entities by implementing hook_query_alter() or hook_query_TAG_alter() in order to add additional conditions. Queries can be distinguished by means of query tags. As the documentation on EntityFieldQuery::addTag() suggests, access-tags on entity queries normally follow the form ENTITY_TYPE_access (e.g. node_access). However, the taxonomy module's access query tag predated this system and used term_access as the query tag instead of taxonomy_term_access.

+

As a result, before this security release modules wishing to restrict access to taxonomy terms may have implemented an unsupported tag, or needed to look for both tags (term_access and taxonomy_term_access) in order to be compatible with queries generated both by Drupal core as well as those generated by contributed modules like Entity Reference. Otherwise information on taxonomy terms might have been disclosed to unprivileged users.

+

Incorrect cache context on password reset page (Less critical - Drupal 8)

+

The user password reset form does not specify a proper cache context, which can lead to cache poisoning and unwanted content on the page.

+

Confirmation forms allow external URLs to be injected (Moderately critical - Drupal 7)

+

Under certain circumstances, malicious users could construct a URL to a confirmation form that would trick users into being redirected to a 3rd party website after interacting with the form, thereby exposing the users to potential social engineering attacks.

+

Denial of service via transliterate mechanism (Moderately critical - Drupal 8)

+

A specially crafted URL can cause a denial of service via the transliterate mechanism.

+
+ +
+ + CVE-2016-9449 + CVE-2016-9450 + CVE-2016-9451 + CVE-2016-9452 + + + 2016-11-16 + 2016-11-25 + +
+ phpMyAdmin -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Fri Nov 25 10:18: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 23F1CC54928; Fri, 25 Nov 2016 10:18:50 +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 C5929833; Fri, 25 Nov 2016 10:18:49 +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 uAPAImXK057416; Fri, 25 Nov 2016 10:18:48 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPAIm35057414; Fri, 25 Nov 2016 10:18:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611251018.uAPAIm35057414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 25 Nov 2016 10:18:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427100 - head/www/drupal7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 10:18:50 -0000 Author: tz Date: Fri Nov 25 10:18:48 2016 New Revision: 427100 URL: https://svnweb.freebsd.org/changeset/ports/427100 Log: www/drupal7: Update from 7.51 to 7.52 Changelog: https://www.drupal.org/blog/drupal-823-and-752-released Also remove CONFLICTS_INSTALL because drupal7 and drupal8 install their files into different directories. PR: 214813 Submitted by: Jochen Neumeister (maintainer) Approved by: mentors (implicit) MFH: 2016Q4 Security: CVE-2016-9449 Security: CVE-2016-9450 Security: CVE-2016-9451 Security: CVE-2016-9452 Security: https://vuxml.freebsd.org/freebsd/8db24888-b2f5-11e6-8153-00248c0c745d.html Modified: head/www/drupal7/Makefile head/www/drupal7/distinfo Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Fri Nov 25 10:11:37 2016 (r427099) +++ head/www/drupal7/Makefile Fri Nov 25 10:18:48 2016 (r427100) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.51 -PORTREVISION= 1 +PORTVERSION= 7.52 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -14,8 +13,6 @@ COMMENT= Database driven web content man LICENSE= GPLv2+ -CONFLICTS_INSTALL= drupal8 - USES= drupal:7 php:web shebangfix USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml SHEBANG_FILES= scripts/password-hash.sh Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Fri Nov 25 10:11:37 2016 (r427099) +++ head/www/drupal7/distinfo Fri Nov 25 10:18:48 2016 (r427100) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477641913 -SHA256 (drupal/drupal-7.51.tar.gz) = 2969e8f7d70f6931842f8a45df1aa7aa7c94a17694f3043dd804878a3ed6d381 -SIZE (drupal/drupal-7.51.tar.gz) = 3288987 +TIMESTAMP = 1480058743 +SHA256 (drupal/drupal-7.52.tar.gz) = ea09ec7c3555856591b7ac739dafbe7dbfba47d1ffe2a9a1f17fda490a91b8e8 +SIZE (drupal/drupal-7.52.tar.gz) = 3289714 From owner-svn-ports-all@freebsd.org Fri Nov 25 10:40: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 F16DDC54D9B; Fri, 25 Nov 2016 10:40:43 +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 C107FB5; Fri, 25 Nov 2016 10:40:43 +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 uAPAegdq065539; Fri, 25 Nov 2016 10:40:42 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPAegrD065537; Fri, 25 Nov 2016 10:40:42 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611251040.uAPAegrD065537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 25 Nov 2016 10:40:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427101 - head/devel/rubygem-gitlab_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: Fri, 25 Nov 2016 10:40:44 -0000 Author: tz Date: Fri Nov 25 10:40:42 2016 New Revision: 427101 URL: https://svnweb.freebsd.org/changeset/ports/427101 Log: devel/rubygem-gitlab_git: Update from 10.3.2 to 10.5.0 Changelog: https://gitlab.com/gitlab-org/gitlab_git/blob/v10.5.0/CHANGELOG Approved by: mentors (implicit) Modified: head/devel/rubygem-gitlab_git/Makefile head/devel/rubygem-gitlab_git/distinfo Modified: head/devel/rubygem-gitlab_git/Makefile ============================================================================== --- head/devel/rubygem-gitlab_git/Makefile Fri Nov 25 10:18:48 2016 (r427100) +++ head/devel/rubygem-gitlab_git/Makefile Fri Nov 25 10:40:42 2016 (r427101) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 10.3.2 +PORTVERSION= 10.5.0 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gitlab_git/distinfo ============================================================================== --- head/devel/rubygem-gitlab_git/distinfo Fri Nov 25 10:18:48 2016 (r427100) +++ head/devel/rubygem-gitlab_git/distinfo Fri Nov 25 10:40:42 2016 (r427101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471853698 -SHA256 (rubygem/gitlab_git-10.3.2.gem) = c65ba6f930e63cf576a87c494fbf54268a68962a10c76dfbf7416033c96e8502 -SIZE (rubygem/gitlab_git-10.3.2.gem) = 26112 +TIMESTAMP = 1480070256 +SHA256 (rubygem/gitlab_git-10.5.0.gem) = 703d6eef388bb9dcdecb13f000d365a75f54731bfb5a677ae20a6c5ac75d501d +SIZE (rubygem/gitlab_git-10.5.0.gem) = 26624 From owner-svn-ports-all@freebsd.org Fri Nov 25 10:46: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 71249C54F43; Fri, 25 Nov 2016 10:46:42 +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 2819981A; Fri, 25 Nov 2016 10:46:42 +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 uAPAkfeo069530; Fri, 25 Nov 2016 10:46:41 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPAkf8a069528; Fri, 25 Nov 2016 10:46:41 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611251046.uAPAkf8a069528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 25 Nov 2016 10:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427102 - head/net/asterisk11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 10:46:42 -0000 Author: madpilot Date: Fri Nov 25 10:46:41 2016 New Revision: 427102 URL: https://svnweb.freebsd.org/changeset/ports/427102 Log: - Update asterisk11 to 11.25.0 - Make user provided makeopts work again [1] PR: 214810 [1] Submitted by: yani@pi-greece.eu Modified: head/net/asterisk11/Makefile head/net/asterisk11/distinfo Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Fri Nov 25 10:40:42 2016 (r427101) +++ head/net/asterisk11/Makefile Fri Nov 25 10:46:41 2016 (r427102) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.24.1 +PORTVERSION= 11.25.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -229,15 +229,12 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif - .if exists(${FILESDIR}/.asterisk.makeopts) -USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts -.else -USER_MAKEOPTS_FILE= + ${CP} ${FILESDIR}/.asterisk.makeopts ${WRKSRC}/menuselect.makeopts .endif post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts Modified: head/net/asterisk11/distinfo ============================================================================== --- head/net/asterisk11/distinfo Fri Nov 25 10:40:42 2016 (r427101) +++ head/net/asterisk11/distinfo Fri Nov 25 10:46:41 2016 (r427102) @@ -1,6 +1,6 @@ -TIMESTAMP = 1477601759 -SHA256 (asterisk-11.24.1.tar.gz) = 006fe06c6a03e0c0af0ea392e500dbba7bc87b14542a7355b4d8648a0bedefc8 -SIZE (asterisk-11.24.1.tar.gz) = 35123437 +TIMESTAMP = 1479921647 +SHA256 (asterisk-11.25.0.tar.gz) = 12bc6d6b254e232417c656e86bec99e08828335e135d923f87498c133641f1c1 +SIZE (asterisk-11.25.0.tar.gz) = 35125167 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 25 10:47: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 F2E1BC54F80; Fri, 25 Nov 2016 10:47: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 B3A8F901; Fri, 25 Nov 2016 10:47:21 +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 uAPAlK4o069708; Fri, 25 Nov 2016 10:47:20 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPAlKOP069704; Fri, 25 Nov 2016 10:47:20 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611251047.uAPAlKOP069704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 25 Nov 2016 10:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427103 - in head/net/asterisk13: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 10:47:22 -0000 Author: madpilot Date: Fri Nov 25 10:47:20 2016 New Revision: 427103 URL: https://svnweb.freebsd.org/changeset/ports/427103 Log: - Update asterisk13 to 13.13.0 - Make user provided makeopts work again [1] PR: 214810 [1] Submitted by: yani@pi-greece.eu Added: head/net/asterisk13/files/patch-main_udptl.c (contents, props changed) Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/files/patch-res_res__rtp__asterisk.c Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Fri Nov 25 10:46:41 2016 (r427102) +++ head/net/asterisk13/Makefile Fri Nov 25 10:47:20 2016 (r427103) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.12.2 +PORTVERSION= 13.13.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -250,15 +250,12 @@ post-patch-SYSINFO-on: post-patch-SYSINFO-off: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile - .if exists(${FILESDIR}/.asterisk.makeopts) -USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts -.else -USER_MAKEOPTS_FILE= + ${CP} ${USER_MAKEOPTS_FILE} ${WRKSRC}/menuselect.makeopts .endif post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Fri Nov 25 10:46:41 2016 (r427102) +++ head/net/asterisk13/distinfo Fri Nov 25 10:47:20 2016 (r427103) @@ -1,6 +1,6 @@ -TIMESTAMP = 1478858927 -SHA256 (asterisk-13.12.2.tar.gz) = ceb13d09180824cc3925ff7c713ef4b82575710c1fbe72e96844a37c8780b89f -SIZE (asterisk-13.12.2.tar.gz) = 32701699 +TIMESTAMP = 1479921761 +SHA256 (asterisk-13.13.0.tar.gz) = e35064b5d4c5c766661b34794f4e5fdf15ad683c3121b35e03c9e9f2a3fa9738 +SIZE (asterisk-13.13.0.tar.gz) = 32761401 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 Added: head/net/asterisk13/files/patch-main_udptl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/asterisk13/files/patch-main_udptl.c Fri Nov 25 10:47:20 2016 (r427103) @@ -0,0 +1,65 @@ +--- main/udptl.c.orig 2016-11-23 15:26:01 UTC ++++ main/udptl.c +@@ -1016,6 +1016,9 @@ struct ast_udptl *ast_udptl_new_with_bin + int i; + long int flags; + RAII_VAR(struct udptl_config *, cfg, ao2_global_obj_ref(globals), ao2_cleanup); ++#if defined(__FreeBSD__) ++ int portretryipv4 = 1; ++#endif + + if (!cfg || !cfg->general) { + ast_log(LOG_ERROR, "Could not access global udptl options!\n"); +@@ -1039,8 +1042,18 @@ struct ast_udptl *ast_udptl_new_with_bin + udptl->tx[i].buf_len = -1; + } + +- if ((udptl->fd = socket(ast_sockaddr_is_ipv6(addr) ? +- AF_INET6 : AF_INET, SOCK_DGRAM, 0)) < 0) { ++#if defined(__FreeBSD__) ++ udptl->fd = socket(AF_INET6, SOCK_DGRAM, 0); ++ if (udptl->fd < 0) { ++ ast_sockaddr_parse(addr, "0.0.0.0", 0); ++ udptl->fd = socket(AF_INET, SOCK_DGRAM, 0); ++ portretryipv4 = 0; ++ } ++#else ++ udptl->fd = socket(ast_sockaddr_is_ipv6(addr) ? ++ AF_INET6 : AF_INET, SOCK_DGRAM, 0); ++#endif ++ if (udptl->fd < 0) { + ast_free(udptl); + ast_log(LOG_WARNING, "Unable to allocate socket: %s\n", strerror(errno)); + return NULL; +@@ -1079,8 +1092,30 @@ struct ast_udptl *ast_udptl_new_with_bin + if (x > cfg->general->end) + x = cfg->general->start; + if (x == startplace) { ++#if defined(__FreeBSD__) ++ /* Try again with IPv4 if not IPv6 port could be found */ ++ if (portretryipv4 == 1) { ++ close(udptl->fd); ++ ast_sockaddr_parse(addr, "0.0.0.0", 0); ++ udptl->fd = socket(AF_INET, SOCK_DGRAM, 0); ++ if (udptl->fd >= 0) { ++ flags = fcntl(udptl->fd, F_GETFL); ++ fcntl(udptl->fd, F_SETFL, flags | O_NONBLOCK); ++ /* Reset the RTP port search parameters */ ++ x = (cfg->general->start == cfg->general->end) ? cfg->general->start : (ast_random() % (cfg->general->end - cfg->general->start)) + cfg->general->start; ++ if (cfg->general->use_even_ports && (x & 1)) { ++ ++x; ++ } ++ startplace = x; ++ portretryipv4 = 0; ++ continue; ++ } ++ } ++#endif + ast_log(LOG_WARNING, "No UDPTL ports remaining\n"); +- close(udptl->fd); ++ if (udptl->fd >= 0) { ++ close(udptl->fd); ++ } + ast_free(udptl); + return NULL; + } Modified: head/net/asterisk13/files/patch-res_res__rtp__asterisk.c ============================================================================== --- head/net/asterisk13/files/patch-res_res__rtp__asterisk.c Fri Nov 25 10:46:41 2016 (r427102) +++ head/net/asterisk13/files/patch-res_res__rtp__asterisk.c Fri Nov 25 10:47:20 2016 (r427103) @@ -1,15 +1,65 @@ -$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.1 2016/07/30 21:12:15 sthen Exp $ - -Obtained from OpenBSD cvs - ---- res/res_rtp_asterisk.c.orig 2016-07-21 14:54:02 UTC +--- res/res_rtp_asterisk.c.orig 2016-11-23 15:26:01 UTC +++ res/res_rtp_asterisk.c -@@ -1357,7 +1357,7 @@ static int ast_rtp_dtls_set_configuratio - return 0; +@@ -2638,6 +2638,9 @@ static int ast_rtp_new(struct ast_rtp_in + { + struct ast_rtp *rtp = NULL; + int x, startplace; ++#if defined(__FreeBSD__) ++ int portretryipv4 = 1; ++#endif + + /* Create a new RTP structure to hold all of our data */ + if (!(rtp = ast_calloc(1, sizeof(*rtp)))) { +@@ -2658,10 +2661,20 @@ static int ast_rtp_new(struct ast_rtp_in } --#if OPENSSL_VERSION_NUMBER < 0x10002000L -+#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) - rtp->ssl_ctx = SSL_CTX_new(DTLSv1_method()); - #else - rtp->ssl_ctx = SSL_CTX_new(DTLS_method()); + /* Create a new socket for us to listen on and use */ +- if ((rtp->s = +- create_new_socket("RTP", +- ast_sockaddr_is_ipv4(addr) ? AF_INET : +- ast_sockaddr_is_ipv6(addr) ? AF_INET6 : -1)) < 0) { ++#if defined(__FreeBSD__) ++ rtp->s = create_new_socket("RTP", AF_INET6); ++ if (rtp->s < 0) { ++ /* create correct addr structure for AF_INET */ ++ ast_sockaddr_parse(addr, "0.0.0.0", 0); ++ rtp->s = create_new_socket("RTP", AF_INET); ++ portretryipv4 = 0; ++ } ++#else ++ rtp->s = create_new_socket("RTP", ++ ast_sockaddr_is_ipv4(addr) ? AF_INET : ++ ast_sockaddr_is_ipv6(addr) ? AF_INET6 : -1); ++#endif ++ if (rtp->s < 0) { + ast_log(LOG_WARNING, "Failed to create a new socket for RTP instance '%p'\n", instance); + ast_free(rtp); + return -1; +@@ -2688,8 +2701,26 @@ static int ast_rtp_new(struct ast_rtp_in + + /* See if we ran out of ports or if the bind actually failed because of something other than the address being in use */ + if (x == startplace || (errno != EADDRINUSE && errno != EACCES)) { ++#if defined(__FreeBSD__) ++ /* Try again with IPv4 if not IPv6 port could be found */ ++ if (portretryipv4 == 1) { ++ close(rtp->s); ++ ast_sockaddr_parse(addr, "0.0.0.0", 0); ++ rtp->s = create_new_socket("RTP", AF_INET); ++ if (rtp->s >= 0) { ++ /* Reset the RTP port search parameters */ ++ x = (rtpend == rtpstart) ? rtpstart : (ast_random() % (rtpend - rtpstart)) + rtpstart; ++ x = x & ~1; ++ startplace = x; ++ portretryipv4 = 0; ++ continue; ++ } ++ } ++#endif + ast_log(LOG_ERROR, "Oh dear... we couldn't allocate a port for RTP instance '%p'\n", instance); +- close(rtp->s); ++ if (rtp->s >= 0) { ++ close(rtp->s); ++ } + ast_free(rtp); + return -1; + } From owner-svn-ports-all@freebsd.org Fri Nov 25 11:20: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 52611C53A00; Fri, 25 Nov 2016 11:20:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21CC898E; Fri, 25 Nov 2016 11:20:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPBKjRF081647; Fri, 25 Nov 2016 11:20:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPBKjlt081645; Fri, 25 Nov 2016 11:20:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611251120.uAPBKjlt081645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 11:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427104 - head/www/py-flexget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 11:20:46 -0000 Author: jbeich Date: Fri Nov 25 11:20:44 2016 New Revision: 427104 URL: https://svnweb.freebsd.org/changeset/ports/427104 Log: www/py-flexget: update to 2.6.5 Changes: https://github.com/Flexget/Flexget/compare/2.5.21...2.6.5 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Fri Nov 25 10:47:20 2016 (r427103) +++ head/www/py-flexget/Makefile Fri Nov 25 11:20:44 2016 (r427104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.5.21 +PORTVERSION= 2.6.5 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Fri Nov 25 10:47:20 2016 (r427103) +++ head/www/py-flexget/distinfo Fri Nov 25 11:20:44 2016 (r427104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963838 -SHA256 (FlexGet-2.5.21.tar.gz) = b91b21fe406cea6142e34d89e6826e560e73210578b11db0bc50071177411ee5 -SIZE (FlexGet-2.5.21.tar.gz) = 2598260 +TIMESTAMP = 1480058150 +SHA256 (FlexGet-2.6.5.tar.gz) = a8808a12e66e153d5784e383cd0bcaa5ffe4c32bd1f754ff2fcb99659b370740 +SIZE (FlexGet-2.6.5.tar.gz) = 2611142 From owner-svn-ports-all@freebsd.org Fri Nov 25 11:22: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 2FCC9C53B72; Fri, 25 Nov 2016 11:22:53 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A272BD4; Fri, 25 Nov 2016 11:22:52 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPBMqhq085688; Fri, 25 Nov 2016 11:22:52 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPBMpOl085682; Fri, 25 Nov 2016 11:22:51 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201611251122.uAPBMpOl085682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 25 Nov 2016 11:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427105 - in head: archivers/par2cmdline-tbb cad/opencascade devel/tbb graphics/opencv2 math/saga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 11:22:53 -0000 Author: martymac Date: Fri Nov 25 11:22:51 2016 New Revision: 427105 URL: https://svnweb.freebsd.org/changeset/ports/427105 Log: - Fix library version which should be .2 (as on Linux), not .4 - Bump dependent ports' PORTREVISION PR: 214777 Submitted by: yuri@rawbw.com Modified: head/archivers/par2cmdline-tbb/Makefile head/cad/opencascade/Makefile head/devel/tbb/Makefile head/devel/tbb/pkg-plist head/graphics/opencv2/Makefile head/math/saga/Makefile Modified: head/archivers/par2cmdline-tbb/Makefile ============================================================================== --- head/archivers/par2cmdline-tbb/Makefile Fri Nov 25 11:20:44 2016 (r427104) +++ head/archivers/par2cmdline-tbb/Makefile Fri Nov 25 11:22:51 2016 (r427105) @@ -3,7 +3,7 @@ PORTNAME= par2cmdline-tbb PORTVERSION= 20100203 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= archivers MASTER_SITES= http://chuchusoft.com/par2_tbb/ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Fri Nov 25 11:20:44 2016 (r427104) +++ head/cad/opencascade/Makefile Fri Nov 25 11:22:51 2016 (r427105) @@ -3,7 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad science MASTER_SITES= LOCAL/thierry Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Fri Nov 25 11:20:44 2016 (r427104) +++ head/devel/tbb/Makefile Fri Nov 25 11:22:51 2016 (r427105) @@ -3,7 +3,7 @@ PORTNAME= tbb PORTVERSION= 2017.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac @@ -49,12 +49,12 @@ post-patch: do-install: cd ${WRKSRC}; \ ${INSTALL_LIB} build/FreeBSD*release/libtbb.so \ - ${STAGEDIR}${PREFIX}/lib/libtbb.so.4; \ - ${LN} -sf libtbb.so.4 \ + ${STAGEDIR}${PREFIX}/lib/libtbb.so.2; \ + ${LN} -sf libtbb.so.2 \ ${STAGEDIR}${PREFIX}/lib/libtbb.so; \ ${INSTALL_LIB} build/FreeBSD*release/libtbbmalloc.so \ - ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so.4; \ - ${LN} -sf libtbbmalloc.so.4 \ + ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so.2; \ + ${LN} -sf libtbbmalloc.so.2 \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \ ${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \ cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/ Modified: head/devel/tbb/pkg-plist ============================================================================== --- head/devel/tbb/pkg-plist Fri Nov 25 11:20:44 2016 (r427104) +++ head/devel/tbb/pkg-plist Fri Nov 25 11:22:51 2016 (r427105) @@ -103,7 +103,7 @@ include/tbb/tbb_thread.h include/tbb/tbbmalloc_proxy.h include/tbb/tick_count.h lib/libtbb.so -lib/libtbb.so.4 +lib/libtbb.so.2 lib/libtbbmalloc.so -lib/libtbbmalloc.so.4 +lib/libtbbmalloc.so.2 libdata/pkgconfig/tbb.pc Modified: head/graphics/opencv2/Makefile ============================================================================== --- head/graphics/opencv2/Makefile Fri Nov 25 11:20:44 2016 (r427104) +++ head/graphics/opencv2/Makefile Fri Nov 25 11:22:51 2016 (r427105) @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.4.13.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= graphics PKGNAMESUFFIX?= 2 Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Fri Nov 25 11:20:44 2016 (r427104) +++ head/math/saga/Makefile Fri Nov 25 11:22:51 2016 (r427105) @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} From owner-svn-ports-all@freebsd.org Fri Nov 25 11:26: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 6C27CC53D78; Fri, 25 Nov 2016 11:26:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46DB1CFB; Fri, 25 Nov 2016 11:26:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPBQIsu085904; Fri, 25 Nov 2016 11:26:18 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPBQIYi085903; Fri, 25 Nov 2016 11:26:18 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611251126.uAPBQIYi085903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 25 Nov 2016 11:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427106 - 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: Fri, 25 Nov 2016 11:26:19 -0000 Author: tcberner Date: Fri Nov 25 11:26:18 2016 New Revision: 427106 URL: https://svnweb.freebsd.org/changeset/ports/427106 Log: Update the dependency code in bsd.qt.mk to the one from kde.mk The dependency code from kde.mk can add LIB_DEPENDS if the sense-file is a library. Import this into bsd.qt.mk PR: 214744 Reviewed by: rakuco, mat Approved by: mat (mentor), rakuco (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8602 Modified: head/Mk/bsd.qt.mk Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Fri Nov 25 11:22:51 2016 (r427105) +++ head/Mk/bsd.qt.mk Fri Nov 25 11:26:18 2016 (r427106) @@ -313,7 +313,7 @@ _USE_QT5_ONLY= 3d buildtools canvas3d co uiplugin uitools webchannel websockets widgets x11extras 3d_PORT= graphics/${_QT_RELNAME}-3d -3d_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}3DCore.so +3d_LIB= libQt${_QT_LIBVER}3DCore.so accessible_PORT= accessibility/${_QT_RELNAME}-accessible accessible_PATH= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so @@ -325,7 +325,7 @@ assistant-adp_PORT= devel/${_QT_RELNAME} assistant-adp_PATH= ${QT_BINDIR}/assistant_adp assistantclient_PORT= devel/${_QT_RELNAME}-libqtassistantclient -assistantclient_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}AssistantClient.so +assistantclient_LIB= libQt${_QT_LIBVER}AssistantClient.so buildtools_PORT= devel/${_QT_RELNAME}-buildtools buildtools_PATH= ${MOC} @@ -334,7 +334,7 @@ canvas3d_PORT= x11-toolkits/${_QT_RELNA canvas3d_PATH= ${QT_QMLDIR}/QtCanvas3D/qmldir clucene_PORT= textproc/clucene-${_QT_RELNAME} -clucene_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}CLucene.so +clucene_LIB= libQt${_QT_LIBVER}CLucene.so codecs-cn_PORT= chinese/${_QT_RELNAME}-codecs-cn codecs-cn_PATH= ${QT_PLUGINDIR}/codecs/libqcncodecs.so @@ -349,22 +349,22 @@ codecs-tw_PORT= chinese/${_QT_RELNAME}- codecs-tw_PATH= ${QT_PLUGINDIR}/codecs/libqtwcodecs.so concurrent_PORT= devel/${_QT_RELNAME}-concurrent -concurrent_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Concurrent.so +concurrent_LIB= libQt${_QT_LIBVER}Concurrent.so connectivity_PORT= comms/${_QT_RELNAME}-connectivity -connectivity_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Bluetooth.so +connectivity_LIB= libQt${_QT_LIBVER}Bluetooth.so core_PORT= devel/${_QT_RELNAME}-core -core_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Core.so +core_LIB= libQt${_QT_LIBVER}Core.so corelib_PORT= devel/${_QT_RELNAME}-corelib -corelib_PATH= ${core_PATH} +corelib_LIB= ${core_LIB} dbus_PORT= devel/dbus-${_QT_RELNAME} -dbus_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}DBus.so +dbus_LIB= libQt${_QT_LIBVER}DBus.so declarative_PORT= x11-toolkits/${_QT_RELNAME}-declarative -declarative_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Declarative.so +declarative_LIB= libQt${_QT_LIBVER}Declarative.so demo_PORT= misc/${_QT_RELNAME}-qtdemo demo_PATH= ${QT_BINDIR}/qtdemo @@ -385,10 +385,10 @@ graphicssystems-opengl_PORT= x11/${_QT_R graphicssystems-opengl_PATH= ${QT_PLUGINDIR}/graphicssystems/libqglgraphicssystem.so gui_PORT= x11-toolkits/${_QT_RELNAME}-gui -gui_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Gui.so +gui_LIB= libQt${_QT_LIBVER}Gui.so help_PORT= devel/${_QT_RELNAME}-help -help_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Help.so +help_LIB= libQt${_QT_LIBVER}Help.so help-tools_PORT= devel/${_QT_RELNAME}-help-tools help-tools_PATH= ${QT_BINDIR}/qhelpgenerator @@ -409,7 +409,7 @@ linguisttools_PORT= devel/${_QT_RELNAME} linguisttools_PATH= ${LRELEASE} location_PORT= devel/${_QT_RELNAME}-location -location_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Location.so +location_LIB= libQt${_QT_LIBVER}Location.so l10n_PORT= misc/${_QT_RELNAME}-l10n l10n_PATH= ${_QT_RELNAME}-l10n>=${_QT_VERSION:R:R} @@ -421,13 +421,13 @@ moc_PORT= devel/${_QT_RELNAME}-moc moc_PATH= ${MOC} multimedia_PORT= multimedia/${_QT_RELNAME}-multimedia -multimedia_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Multimedia.so +multimedia_LIB= libQt${_QT_LIBVER}Multimedia.so network_PORT= net/${_QT_RELNAME}-network -network_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Network.so +network_LIB= libQt${_QT_LIBVER}Network.so opengl_PORT= graphics/${_QT_RELNAME}-opengl -opengl_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}OpenGL.so +opengl_LIB= libQt${_QT_LIBVER}OpenGL.so paths_PORT= sysutils/${_QT_RELNAME}-qtpaths paths_PATH= ${QT_BINDIR}/qtpaths @@ -436,10 +436,10 @@ pixeltool_PORT= graphics/${_QT_RELNAME} pixeltool_PATH= ${QT_BINDIR}/pixeltool phonon_PORT= multimedia/phonon -phonon_PATH= ${QT_LIBDIR}/libphonon.so +phonon_LIB= libphonon.so phonon4_PORT= multimedia/${_QT_RELNAME}-phonon4 -phonon4_PATH= ${QT_LIBDIR}/libphonon4${_QT_RELNAME}.so +phonon4_LIB= libphonon4${_QT_RELNAME}.so phonon-gst_PORT= multimedia/phonon-gstreamer phonon-gst_PATH= ${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so @@ -448,7 +448,7 @@ porting_PORT= devel/${_QT_RELNAME}-port porting_PATH= ${QT_BINDIR}/qt3to4 printsupport_PORT= print/${_QT_RELNAME}-printsupport -printsupport_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}PrintSupport.so +printsupport_LIB= libQt${_QT_LIBVER}PrintSupport.so qdbus_PORT= devel/${_QT_RELNAME}-qdbus qdbus_PATH= ${QT_BINDIR}/qdbus @@ -472,28 +472,28 @@ qmake_PORT= devel/qmake${_QT_VERSION:R qmake_PATH= ${QMAKE} qml_PORT= lang/${_QT_RELNAME}-qml -qml_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Qml.so +qml_LIB= libQt${_QT_LIBVER}Qml.so qmlviewer_PORT= devel/${_QT_RELNAME}-qmlviewer qmlviewer_PATH= ${QT_BINDIR}/qmlviewer qt3support_PORT= devel/${_QT_RELNAME}-qt3support -qt3support_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}3Support.so +qt3support_LIB= libQt${_QT_LIBVER}3Support.so qtconfig_PORT= misc/${_QT_RELNAME}-qtconfig qtconfig_PATH= ${QT_BINDIR}/qtconfig${_QT_BINSUFX} qtestlib_PORT= ${testlib_PORT} -qtestlib_PATH= ${testlib_PATH} +qtestlib_LIB= ${testlib_LIB} quick_PORT= x11-toolkits/${_QT_RELNAME}-quick -quick_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Quick.so +quick_LIB= libQt${_QT_LIBVER}Quick.so quickcontrols_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols quickcontrols_PATH= ${QT_QMLDIR}/QtQuick/Controls/qmldir quickcontrols2_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols2 -quickcontrols2_PATH= ${QT_QMLDIR}/Qt/labs/controls/qmldir +quickcontrols2_LIB= libQt${_QT_LIBVER}LabsTemplates.so qvfb_PORT= devel/${_QT_RELNAME}-qvfb qvfb_PATH= ${QT_BINDIR}/qvfb${_QT_BINSUFX} @@ -502,45 +502,45 @@ rcc_PORT= devel/${_QT_RELNAME}-rcc rcc_PATH= ${RCC} sensors_PORT= comms/${_QT_RELNAME}-sensors -sensors_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Sensors.so +sensors_LIB= libQt${_QT_LIBVER}Sensors.so script_PORT= devel/${_QT_RELNAME}-script -script_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Script.so +script_LIB= libQt${_QT_LIBVER}Script.so scripttools_PORT= devel/${_QT_RELNAME}-scripttools -scripttools_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}ScriptTools.so +scripttools_LIB= libQt${_QT_LIBVER}ScriptTools.so serialbus_PORT= comms/${_QT_RELNAME}-serialbus -serialbus_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}SerialBus.so +serialbus_LIB= libQt${_QT_LIBVER}SerialBus.so serialport_PORT= comms/${_QT_RELNAME}-serialport -serialport_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}SerialPort.so +serialport_LIB= libQt${_QT_LIBVER}SerialPort.so sql_PORT= databases/${_QT_RELNAME}-sql -sql_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Sql.so +sql_LIB= libQt${_QT_LIBVER}Sql.so sql-pgsql_PATH= ${QT_PLUGINDIR}/sqldrivers/libqsqlpsql.so -.if ${_QT_VERSION:M4*} +. if ${_QT_VERSION:M4*} sql-sqlite2_PORT= databases/${_QT_RELNAME}-sqlite-plugin -.endif +. endif sql-sqlite3_PATH= ${QT_PLUGINDIR}/sqldrivers/libqsqlite.so -.for db in ibase mysql odbc pgsql sqlite2 sqlite3 tds -.if ${_QT_VERSION:M4*} +. for db in ibase mysql odbc pgsql sqlite2 sqlite3 tds +. if ${_QT_VERSION:M4*} sql-${db}_PORT?= databases/${_QT_RELNAME}-${db}-plugin -.else +. else sql-${db}_PORT?= databases/${_QT_RELNAME}-sqldrivers-${db} -.endif +. endif sql-${db}_PATH?= ${QT_PLUGINDIR}/sqldrivers/libqsql${db:C/^sql//}.so -.endfor +. endfor svg_PORT= graphics/${_QT_RELNAME}-svg -svg_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Svg.so +svg_LIB= libQt${_QT_LIBVER}Svg.so testlib_PORT= devel/${_QT_RELNAME}-testlib -testlib_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Test.so +testlib_LIB= libQt${_QT_LIBVER}Test.so uic_PORT= devel/${_QT_RELNAME}-uic uic_PATH= ${UIC} @@ -555,47 +555,69 @@ uitools_PORT= devel/${_QT_RELNAME}-uito uitools_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}UiTools.a webchannel_PORT= www/${_QT_RELNAME}-webchannel -webchannel_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}WebChannel.so +webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so websockets_PORT= www/${_QT_RELNAME}-websockets -websockets_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}WebSockets.so +websockets_LIB= libQt${_QT_LIBVER}WebSockets.so webkit_PORT= www/webkit-${_QT_RELNAME} -webkit_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}WebKit.so +webkit_LIB= libQt${_QT_LIBVER}WebKit.so widgets_PORT= x11-toolkits/${_QT_RELNAME}-widgets -widgets_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Widgets.so +widgets_LIB= libQt${_QT_LIBVER}Widgets.so x11extras_PORT= x11/${_QT_RELNAME}-x11extras -x11extras_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}X11Extras.so +x11extras_LIB= libQt${_QT_LIBVER}X11Extras.so xml_PORT= textproc/${_QT_RELNAME}-xml -xml_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Xml.so +xml_LIB= libQt${_QT_LIBVER}Xml.so xmlpatterns_PORT= textproc/${_QT_RELNAME}-xmlpatterns -xmlpatterns_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}XmlPatterns.so +xmlpatterns_LIB= libQt${_QT_LIBVER}XmlPatterns.so xmlpatterns-tool_PORT= textproc/${_QT_RELNAME}-xmlpatterns-tool xmlpatterns-tool_PATH= ${QT_BINDIR}/xmlpatterns -_USE_QT_ALL+= ${_USE_QT${_QT_VERSION:R:R}_ONLY} -.for comp in ${_USE_QT_ALL} -${comp}_BUILD_DEPENDS?= ${${comp}_PATH}:${${comp}_PORT} -${comp}_RUN_DEPENDS?= ${${comp}_PATH}:${${comp}_PORT} -${comp}_build_BUILD_DEPENDS?= ${${comp}_BUILD_DEPENDS} -${comp}_run_RUN_DEPENDS?= ${${comp}_RUN_DEPENDS} -_USE_QT_ALL_SUFFIXED+= ${comp} ${comp}_build ${comp}_run -.endfor - _USE_QT= ${USE_QT${_QT_VERSION:R:R}} -.for comp in ${_USE_QT:O:u} -. if ${_USE_QT_ALL_SUFFIXED:M${comp}} -BUILD_DEPENDS+= ${${comp}_BUILD_DEPENDS} -RUN_DEPENDS+= ${${comp}_RUN_DEPENDS} -. else -IGNORE?= can't be installed: unknown USE_QT${_QT_VERSION:R:R} component '${comp}' #' -. endif -.endfor +_USE_QT_ALL+= ${_USE_QT${_QT_VERSION:R:R}_ONLY} +# Iterate through components deprived of suffix. +. for component in ${_USE_QT:O:u:C/_.+//} + # Check that the component is valid. +. if ${_USE_QT_ALL:M${component}} != "" + # Skip meta-components (currently none). +. if defined(${component}_PORT) && (defined(${component}_PATH) || defined(${component}_LIB)) + # Check if a dependency type is explicitly requested. +. if ${_USE_QT:M${component}_*} != "" && ${_USE_QT:M${component}} == "" +${component}_TYPE= # empty +. if ${_USE_QT:M${component}_build} != "" +${component}_TYPE+= build +. endif +. if ${_USE_QT:M${component}_run} != "" +${component}_TYPE+= run +. endif +. endif # ${_USE_QT:M${component}_*} != "" && ${_USE_QT:M${component}} == "" + # If no dependency type is set, default to full dependency. +. if !defined(${component}_TYPE) +${component}_TYPE= build run +. endif + # Set real dependencies. +. if defined(${component}_LIB) && ${${component}_TYPE:Mbuild} && ${${component}_TYPE:Mrun} +LIB_DEPENDS+= ${${component}_LIB}:${${component}_PORT} +. else +${component}_PATH?= ${QT_LIBDIR}/${${component}_LIB} +${component}_DEPENDS= ${${component}_PATH}:${${component}_PORT} +. if ${${component}_TYPE:Mbuild} != "" +BUILD_DEPENDS+= ${${component}_DEPENDS} +. endif +. if ${${component}_TYPE:Mrun} != "" +RUN_DEPENDS+= ${${component}_DEPENDS} +. endif +. endif # ${${component}_LIB} && ${${component}_TYPE:Mbuild} && ${${component}_TYPE:Mrun} +. endif # defined(${component}_PORT) && defined(${component}_PATH) +. else # ! ${_USE_QT_ALL:M${component}} != "" +IGNORE= cannot be installed: unknown USE_QT component '${component}' +. endif # ${_USE_QT_ALL:M${component}} != "" +. endfor .if defined(QT_DIST) && ! ${_QT_VERSION:M4*} . if ${QT_DIST} == "base" From owner-svn-ports-all@freebsd.org Fri Nov 25 11:37: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 3CFB6C542FE; Fri, 25 Nov 2016 11:37:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8E6763; Fri, 25 Nov 2016 11:37:35 +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 uAPBbZdD089847; Fri, 25 Nov 2016 11:37:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPBbZ6J089846; Fri, 25 Nov 2016 11:37:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611251137.uAPBbZ6J089846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 11:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427107 - head/graphics/ttygif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 11:37:36 -0000 Author: amdmi3 Date: Fri Nov 25 11:37:35 2016 New Revision: 427107 URL: https://svnweb.freebsd.org/changeset/ports/427107 Log: - Remove USES=tar:bzip2 (bogus with USE_GITHUB) Approved by: portmgr blanket Modified: head/graphics/ttygif/Makefile Modified: head/graphics/ttygif/Makefile ============================================================================== --- head/graphics/ttygif/Makefile Fri Nov 25 11:26:18 2016 (r427106) +++ head/graphics/ttygif/Makefile Fri Nov 25 11:37:35 2016 (r427107) @@ -16,7 +16,7 @@ RUN_DEPENDS= convert:graphics/ImageMagic USE_GITHUB= yes GH_ACCOUNT= icholy -USES= tar:bzip2 gmake +USES= gmake PLIST_FILES= bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Fri Nov 25 12:30: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 E1162C5419A; Fri, 25 Nov 2016 12:30:56 +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 B0994C3E; Fri, 25 Nov 2016 12:30:56 +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 uAPCUtMS011946; Fri, 25 Nov 2016 12:30:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPCUtPU011944; Fri, 25 Nov 2016 12:30:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611251230.uAPCUtPU011944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Nov 2016 12:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427108 - head/net/liveMedia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 12:30:57 -0000 Author: bapt Date: Fri Nov 25 12:30:55 2016 New Revision: 427108 URL: https://svnweb.freebsd.org/changeset/ports/427108 Log: Update to 2016-11-17 Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Fri Nov 25 11:37:35 2016 (r427107) +++ head/net/liveMedia/Makefile Fri Nov 25 12:30:55 2016 (r427108) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2016.11.06 +PORTVERSION= 2016.11.17 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Fri Nov 25 11:37:35 2016 (r427107) +++ head/net/liveMedia/distinfo Fri Nov 25 12:30:55 2016 (r427108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479076347 -SHA256 (live.2016.11.06.tar.gz) = 55089fd4ce45ee659f848a5b7e4d548be568929c1236b9b808d4b9f5086ba8ba -SIZE (live.2016.11.06.tar.gz) = 626754 +TIMESTAMP = 1480076945 +SHA256 (live.2016.11.17.tar.gz) = e3c825261ac4fa67ac1880c1d00be11f6db5d5b8eb05fe618e71c5ec1bf427c8 +SIZE (live.2016.11.17.tar.gz) = 626776 From owner-svn-ports-all@freebsd.org Fri Nov 25 12:43: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 CCAB7C547E2; Fri, 25 Nov 2016 12:43:10 +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 9C3077F5; Fri, 25 Nov 2016 12:43:10 +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 uAPCh9Wv017615; Fri, 25 Nov 2016 12:43:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPCh9Tc017612; Fri, 25 Nov 2016 12:43:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611251243.uAPCh9Tc017612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Nov 2016 12:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427109 - head/textproc/libmwaw03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 12:43:10 -0000 Author: bapt Date: Fri Nov 25 12:43:09 2016 New Revision: 427109 URL: https://svnweb.freebsd.org/changeset/ports/427109 Log: Update to 0.3.9 Modified: head/textproc/libmwaw03/Makefile head/textproc/libmwaw03/distinfo head/textproc/libmwaw03/pkg-plist Modified: head/textproc/libmwaw03/Makefile ============================================================================== --- head/textproc/libmwaw03/Makefile Fri Nov 25 12:30:55 2016 (r427108) +++ head/textproc/libmwaw03/Makefile Fri Nov 25 12:43:09 2016 (r427109) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libmwaw -PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTVERSION= 0.3.9 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 Modified: head/textproc/libmwaw03/distinfo ============================================================================== --- head/textproc/libmwaw03/distinfo Fri Nov 25 12:30:55 2016 (r427108) +++ head/textproc/libmwaw03/distinfo Fri Nov 25 12:43:09 2016 (r427109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467890393 -SHA256 (libmwaw-0.3.8.tar.xz) = 6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 -SIZE (libmwaw-0.3.8.tar.xz) = 1200052 +TIMESTAMP = 1480077073 +SHA256 (libmwaw-0.3.9.tar.xz) = f7fca4d31510e52cda94f1272147f385e372448c0aaef16f07a5e8b3ceb5b2a0 +SIZE (libmwaw-0.3.9.tar.xz) = 1226044 Modified: head/textproc/libmwaw03/pkg-plist ============================================================================== --- head/textproc/libmwaw03/pkg-plist Fri Nov 25 12:30:55 2016 (r427108) +++ head/textproc/libmwaw03/pkg-plist Fri Nov 25 12:43:09 2016 (r427109) @@ -9,5 +9,5 @@ include/libmwaw-0.3/libmwaw/MWAWDocument include/libmwaw-0.3/libmwaw/libmwaw.hxx lib/libmwaw-0.3.so lib/libmwaw-0.3.so.3 -lib/libmwaw-0.3.so.3.0.8 +lib/libmwaw-0.3.so.3.0.9 libdata/pkgconfig/libmwaw-0.3.pc From owner-svn-ports-all@freebsd.org Fri Nov 25 12:54: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 10237C54AB5; Fri, 25 Nov 2016 12:54:03 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9FC5CA5; Fri, 25 Nov 2016 12:54:02 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPCs1JZ021740; Fri, 25 Nov 2016 12:54:01 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPCs1uH021739; Fri, 25 Nov 2016 12:54:01 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201611251254.uAPCs1uH021739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 25 Nov 2016 12:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427110 - head/lang/gcc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 12:54:03 -0000 Author: dim (src committer) Date: Fri Nov 25 12:54:01 2016 New Revision: 427110 URL: https://svnweb.freebsd.org/changeset/ports/427110 Log: Fix build of lang/gcc with libc++ 3.9.0, similar to r421625: While testing the clang390-import branch, I ran into the following errors building lang/gcc49: In file included from /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c/c-objc-common.c:33: In file included from /usr/include/c++/v1/new:70: /usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'? _VSTD::abort(); ^~~~~~~ /usr/include/c++/v1/__config:451:15: note: expanded from macro '_VSTD' #define _VSTD std::_LIBCPP_NAMESPACE ^ /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/system.h:685:13: note: 'fancy_abort' declared here extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; ^ 1 error generated. What is happening here, is that the source file includes gcc/system.h, which defines abort to fancy_abort, and then the source file includes , which attempts to call _VSTD::abort() (the _VSTD is a libc++ alias for std::). The macro definition then causes the above breakage. Newer gcc ports, such as gcc5 and gcc6 don't show this issue, because upstream gcc first added an include of (which indirectly includes ) in r217348 [1], and later even add a direct include of in r232736 [2]. Fix it for this version, by adding the direct include of to gcc/system.h. This makes the 'second' includes of in some .c files superfluous, but at least they won't result in errors. [1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=217348 [2] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=232736 Approved by: portmgr (antoine) PR: 212465 Added: head/lang/gcc/files/patch-gcc_system.h - copied unchanged from r427090, head/lang/gcc49/files/patch-gcc_system.h Copied: head/lang/gcc/files/patch-gcc_system.h (from r427090, head/lang/gcc49/files/patch-gcc_system.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc/files/patch-gcc_system.h Fri Nov 25 12:54:01 2016 (r427110, copy of r427090, head/lang/gcc49/files/patch-gcc_system.h) @@ -0,0 +1,10 @@ +--- gcc/system.h.orig 2014-01-02 22:23:26 UTC ++++ gcc/system.h +@@ -203,6 +203,7 @@ extern int errno; + + #ifdef __cplusplus + # include ++# include + #endif + + /* Some of glibc's string inlines cause warnings. Plus we'd rather From owner-svn-ports-all@freebsd.org Fri Nov 25 12:55: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 E2735C54B3B; Fri, 25 Nov 2016 12:55:22 +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 B2011DC3; Fri, 25 Nov 2016 12:55:22 +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 uAPCtLNj021934; Fri, 25 Nov 2016 12:55:21 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPCtLOP021932; Fri, 25 Nov 2016 12:55:21 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201611251255.uAPCtLOP021932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 25 Nov 2016 12:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427111 - head/databases/mongodb32-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 12:55:23 -0000 Author: demon Date: Fri Nov 25 12:55:21 2016 New Revision: 427111 URL: https://svnweb.freebsd.org/changeset/ports/427111 Log: Update to vetsion 3.2.11 PR: 213851 Maintainer timeout. Modified: head/databases/mongodb32-tools/Makefile head/databases/mongodb32-tools/distinfo Modified: head/databases/mongodb32-tools/Makefile ============================================================================== --- head/databases/mongodb32-tools/Makefile Fri Nov 25 12:54:01 2016 (r427110) +++ head/databases/mongodb32-tools/Makefile Fri Nov 25 12:55:21 2016 (r427111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb32-tools -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.11 DISTVERSIONPREFIX= r CATEGORIES= databases net Modified: head/databases/mongodb32-tools/distinfo ============================================================================== --- head/databases/mongodb32-tools/distinfo Fri Nov 25 12:54:01 2016 (r427110) +++ head/databases/mongodb32-tools/distinfo Fri Nov 25 12:55:21 2016 (r427111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463338867 -SHA256 (mongodb-mongo-tools-r3.2.5_GH0.tar.gz) = d58ab20b0007f550060c5c57fff0661488d473151e6f7f10b9895e859a625797 -SIZE (mongodb-mongo-tools-r3.2.5_GH0.tar.gz) = 2499471 +TIMESTAMP = 1480077778 +SHA256 (mongodb-mongo-tools-r3.2.11_GH0.tar.gz) = 992e9fb94df6bed49e68684afee096f1193dc9cfca8ce8bcc4c912996bba365c +SIZE (mongodb-mongo-tools-r3.2.11_GH0.tar.gz) = 2712014 From owner-svn-ports-all@freebsd.org Fri Nov 25 13:00: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 94C99C54CA1; Fri, 25 Nov 2016 13:00:36 +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 64450FCB; Fri, 25 Nov 2016 13:00:36 +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 uAPD0ZgE022306; Fri, 25 Nov 2016 13:00:35 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPD0Z7F022304; Fri, 25 Nov 2016 13:00:35 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201611251300.uAPD0Z7F022304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 25 Nov 2016 13:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427112 - head/databases/mongodb32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 13:00:36 -0000 Author: demon Date: Fri Nov 25 13:00:35 2016 New Revision: 427112 URL: https://svnweb.freebsd.org/changeset/ports/427112 Log: Update to version 3.2.11 PR: 213134 (update to 3.2.10) Submitted by: Eric Camachat Maintainer timeout. Modified: head/databases/mongodb32/Makefile head/databases/mongodb32/distinfo Modified: head/databases/mongodb32/Makefile ============================================================================== --- head/databases/mongodb32/Makefile Fri Nov 25 12:55:21 2016 (r427111) +++ head/databases/mongodb32/Makefile Fri Nov 25 13:00:35 2016 (r427112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb32 -PORTVERSION= 3.2.9 +PORTVERSION= 3.2.11 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ Modified: head/databases/mongodb32/distinfo ============================================================================== --- head/databases/mongodb32/distinfo Fri Nov 25 12:55:21 2016 (r427111) +++ head/databases/mongodb32/distinfo Fri Nov 25 13:00:35 2016 (r427112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471382500 -SHA256 (mongodb-src-r3.2.9.tar.gz) = 25f8817762b784ce870edbeaef14141c7561eb6d7c14cd3197370c2f9790061b -SIZE (mongodb-src-r3.2.9.tar.gz) = 28950352 +TIMESTAMP = 1480077698 +SHA256 (mongodb-src-r3.2.11.tar.gz) = 625eb28fd47b2af63b30343a064de7f42e5265f4c642874ec766ba3643fd80d7 +SIZE (mongodb-src-r3.2.11.tar.gz) = 29113706 From owner-svn-ports-all@freebsd.org Fri Nov 25 13:18: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 D9938C54518; Fri, 25 Nov 2016 13:18:35 +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 8EE15E10; Fri, 25 Nov 2016 13:18:35 +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 uAPDIYvP030136; Fri, 25 Nov 2016 13:18:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPDIYtg030133; Fri, 25 Nov 2016 13:18:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611251318.uAPDIYtg030133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 25 Nov 2016 13:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427113 - in head/textproc/erlang-fast_xml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 13:18:36 -0000 Author: olgeni Date: Fri Nov 25 13:18:34 2016 New Revision: 427113 URL: https://svnweb.freebsd.org/changeset/ports/427113 Log: Update textproc/erlang-fast_xml to version 1.1.18. Modified: head/textproc/erlang-fast_xml/Makefile head/textproc/erlang-fast_xml/distinfo head/textproc/erlang-fast_xml/files/patch-rebar.config Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Fri Nov 25 13:00:35 2016 (r427112) +++ head/textproc/erlang-fast_xml/Makefile Fri Nov 25 13:18:34 2016 (r427113) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.17 +PORTVERSION= 1.1.18 CATEGORIES= textproc PKGNAMEPREFIX= erlang- Modified: head/textproc/erlang-fast_xml/distinfo ============================================================================== --- head/textproc/erlang-fast_xml/distinfo Fri Nov 25 13:00:35 2016 (r427112) +++ head/textproc/erlang-fast_xml/distinfo Fri Nov 25 13:18:34 2016 (r427113) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480023134 -SHA256 (processone-fast_xml-1.1.17_GH0.tar.gz) = 918f71cd113a62e54d56ac708734253beb8297d15efc5f8028245ab364dee22b -SIZE (processone-fast_xml-1.1.17_GH0.tar.gz) = 89132 +TIMESTAMP = 1480079268 +SHA256 (processone-fast_xml-1.1.18_GH0.tar.gz) = 9cf774dc117ac6c9e8737b810ca9991788b878188b1608a668094b1b377957e5 +SIZE (processone-fast_xml-1.1.18_GH0.tar.gz) = 89244 Modified: head/textproc/erlang-fast_xml/files/patch-rebar.config ============================================================================== --- head/textproc/erlang-fast_xml/files/patch-rebar.config Fri Nov 25 13:00:35 2016 (r427112) +++ head/textproc/erlang-fast_xml/files/patch-rebar.config Fri Nov 25 13:18:34 2016 (r427113) @@ -4,7 +4,7 @@ {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]}, {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}. --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}. +{deps, []}. {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}. From owner-svn-ports-all@freebsd.org Fri Nov 25 14:24: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 3A54FC54A84; Fri, 25 Nov 2016 14:24:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0981126D; Fri, 25 Nov 2016 14:24: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 uAPEOdcc058054; Fri, 25 Nov 2016 14:24:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPEOdPT058053; Fri, 25 Nov 2016 14:24:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611251424.uAPEOdPT058053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 14:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427114 - in branches/2016Q4/misc/p5-I18N-LangTags: . 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, 25 Nov 2016 14:24:40 -0000 Author: amdmi3 Date: Fri Nov 25 14:24:39 2016 New Revision: 427114 URL: https://svnweb.freebsd.org/changeset/ports/427114 Log: MFH: r426998 - Fix perl syntax with perl 5.24+ - While here, fix typo in documentation PR: 190531 Submitted by: vess@slavof.net Approved by: maintainer timeout (daemon, 2.5 years) Approved by: ports-secteam (feld) Added: branches/2016Q4/misc/p5-I18N-LangTags/files/ - copied from r426998, head/misc/p5-I18N-LangTags/files/ Modified: branches/2016Q4/misc/p5-I18N-LangTags/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/misc/p5-I18N-LangTags/Makefile ============================================================================== --- branches/2016Q4/misc/p5-I18N-LangTags/Makefile Fri Nov 25 13:18:34 2016 (r427113) +++ branches/2016Q4/misc/p5-I18N-LangTags/Makefile Fri Nov 25 14:24:39 2016 (r427114) @@ -3,7 +3,7 @@ PORTNAME= I18N-LangTags PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- From owner-svn-ports-all@freebsd.org Fri Nov 25 14:27: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 122CDC54B38; Fri, 25 Nov 2016 14:27: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 D596D3FE; Fri, 25 Nov 2016 14:27: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 uAPERb6q058278; Fri, 25 Nov 2016 14:27:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPERa5w058277; Fri, 25 Nov 2016 14:27:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611251427.uAPERa5w058277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 14:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427115 - head/games/gtkradiant/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 14:27:38 -0000 Author: amdmi3 Date: Fri Nov 25 14:27:36 2016 New Revision: 427115 URL: https://svnweb.freebsd.org/changeset/ports/427115 Log: - Fix build with clang 3.9 PR: 214650 Approved by: portmgr blanket Added: head/games/gtkradiant/files/patch-plugins_vfspk3_vfs.cpp (contents, props changed) head/games/gtkradiant/files/patch-radiant_eclass__def.cpp (contents, props changed) Added: head/games/gtkradiant/files/patch-plugins_vfspk3_vfs.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtkradiant/files/patch-plugins_vfspk3_vfs.cpp Fri Nov 25 14:27:36 2016 (r427115) @@ -0,0 +1,11 @@ +--- plugins/vfspk3/vfs.cpp.orig 2006-02-10 22:01:20 UTC ++++ plugins/vfspk3/vfs.cpp +@@ -351,7 +351,7 @@ void InitDirectory(const char* directory + if(name == 0) + break; + +- char *ext = strrchr (name, '.'); ++ const char *ext = strrchr (name, '.'); + if ((ext == 0) || *(++ext) == '\0' || GetArchiveTable(archiveModules, ext) == 0) + continue; + Added: head/games/gtkradiant/files/patch-radiant_eclass__def.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtkradiant/files/patch-radiant_eclass__def.cpp Fri Nov 25 14:27:36 2016 (r427115) @@ -0,0 +1,13 @@ +--- radiant/eclass_def.cpp.orig 2006-02-10 22:01:20 UTC ++++ radiant/eclass_def.cpp +@@ -168,8 +168,8 @@ void setSpecialLoad(EntityClass *e, cons + // Hydra: removed some amazingly bad cstring usage, whoever wrote that + // needs to be taken out and shot. + +- char *pText = 0; +- char *where = 0; ++ const char *pText = 0; ++ const char *where = 0; + + where = strstr(e->comments(),pWhat); + if (!where) From owner-svn-ports-all@freebsd.org Fri Nov 25 15: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 3ECAFC54031; Fri, 25 Nov 2016 15:39:38 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E435A4F; Fri, 25 Nov 2016 15:39:37 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPFdbKI085956; Fri, 25 Nov 2016 15:39:37 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPFdbWq085955; Fri, 25 Nov 2016 15:39:37 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201611251539.uAPFdbWq085955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 25 Nov 2016 15:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427116 - head/games/flightgear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 15:39:38 -0000 Author: martymac Date: Fri Nov 25 15:39:37 2016 New Revision: 427116 URL: https://svnweb.freebsd.org/changeset/ports/427116 Log: Make QT5 optional PR: 214748 Submitted by: Michael Danilov MFH: 2016Q4 Modified: head/games/flightgear/Makefile Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Fri Nov 25 14:27:36 2016 (r427115) +++ head/games/flightgear/Makefile Fri Nov 25 15:39:37 2016 (r427116) @@ -3,7 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2016.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -27,7 +27,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl. USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glu glut -USE_QT5= core buildtools gui qmake widgets USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ tar:bzip2 @@ -39,12 +38,15 @@ CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON -DFGCOM_DATA_PATH:PATH=${DATADIR} LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DBUS -OPTIONS_DEFAULT= DBUS +OPTIONS_DEFINE= DBUS QT5 +OPTIONS_DEFAULT= DBUS QT5 DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_USES= pkgconfig DBUS_CMAKE_ON= -DUSE_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF +QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON +QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF +QT5_USE= QT5=core,buildtools,gui,qmake,widgets .include From owner-svn-ports-all@freebsd.org Fri Nov 25 16:25: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 54EA6C5508C; Fri, 25 Nov 2016 16:25: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 2448180C; Fri, 25 Nov 2016 16:25: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 uAPGPgwY006029; Fri, 25 Nov 2016 16:25:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPGPgeu006028; Fri, 25 Nov 2016 16:25:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611251625.uAPGPgeu006028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Nov 2016 16:25:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427117 - head/net/p5-Net-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: Fri, 25 Nov 2016 16:25:43 -0000 Author: sunpoet Date: Fri Nov 25 16:25:42 2016 New Revision: 427117 URL: https://svnweb.freebsd.org/changeset/ports/427117 Log: - Add missing dependency for IPV6 option - Bump PORTREVISION for dependency change PR: 214826 Submitted by: Melissa Pilgrim Modified: head/net/p5-Net-Server/Makefile Modified: head/net/p5-Net-Server/Makefile ============================================================================== --- head/net/p5-Net-Server/Makefile Fri Nov 25 15:39:37 2016 (r427116) +++ head/net/p5-Net-Server/Makefile Fri Nov 25 16:25:42 2016 (r427117) @@ -3,7 +3,7 @@ PORTNAME= Net-Server PORTVERSION= 2.008 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +22,9 @@ OPTIONS_DEFINE= IPV6 USES= perl5 USE_PERL5= configure -IPV6_BUILD_DEPENDS= p5-Socket6>=0.23:net/p5-Socket6 -IPV6_RUN_DEPENDS= p5-Socket6>=0.23:net/p5-Socket6 +IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ + p5-Socket6>=0.23:net/p5-Socket6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ + p5-Socket6>=0.23:net/p5-Socket6 .include From owner-svn-ports-all@freebsd.org Fri Nov 25 16:26: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 AF596C5511F; Fri, 25 Nov 2016 16:26:30 +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 7806894E; Fri, 25 Nov 2016 16:26: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 uAPGQTOj006226; Fri, 25 Nov 2016 16:26:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPGQTkL006222; Fri, 25 Nov 2016 16:26:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611251626.uAPGQTkL006222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 16:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427118 - 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: Fri, 25 Nov 2016 16:26:30 -0000 Author: jbeich Date: Fri Nov 25 16:26:29 2016 New Revision: 427118 URL: https://svnweb.freebsd.org/changeset/ports/427118 Log: www/firefox: update to 50.0.1 Changes: https://www.mozilla.org/firefox/50.0.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog MFH: 2016Q4 Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (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 Fri Nov 25 16:25:42 2016 (r427117) +++ head/www/firefox-i18n/Makefile Fri Nov 25 16:26:29 2016 (r427118) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 50.0 +PORTVERSION= 50.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Fri Nov 25 16:25:42 2016 (r427117) +++ head/www/firefox-i18n/distinfo Fri Nov 25 16:26:29 2016 (r427118) @@ -1,181 +1,181 @@ -TIMESTAMP = 1477916479 -SHA256 (xpi/firefox-i18n-50.0/ach.xpi) = 7c03c683d7e321e82cd3843b353b2ff399583169accb43a3baa461e978a29b58 -SIZE (xpi/firefox-i18n-50.0/ach.xpi) = 425409 -SHA256 (xpi/firefox-i18n-50.0/af.xpi) = dfb4bee506ba72dd0b41e9636f9de1650035d767fd9d55584bc136e0e5ebf59c -SIZE (xpi/firefox-i18n-50.0/af.xpi) = 433949 -SHA256 (xpi/firefox-i18n-50.0/an.xpi) = 31ac468f34312777ad79f1bc38b0d80510c5ecb88fac106d0ba633266a4d136c -SIZE (xpi/firefox-i18n-50.0/an.xpi) = 442205 -SHA256 (xpi/firefox-i18n-50.0/ar.xpi) = 4e8ff2c0ab11e73c4f81e6b208b8e911e7775a3b23a6540284ea17510ab67db9 -SIZE (xpi/firefox-i18n-50.0/ar.xpi) = 470435 -SHA256 (xpi/firefox-i18n-50.0/as.xpi) = 661c6a59f70a492b134aa85cf45005b22b5330a8aa5f4c4139a508eaf4212527 -SIZE (xpi/firefox-i18n-50.0/as.xpi) = 484770 -SHA256 (xpi/firefox-i18n-50.0/ast.xpi) = d660f5a4582cba124b33b97741c922959a17bf7cd73f6677a730e787c4ebd437 -SIZE (xpi/firefox-i18n-50.0/ast.xpi) = 433849 -SHA256 (xpi/firefox-i18n-50.0/az.xpi) = a62bab5a596af29c947c4581e22a3f059960c85b6948320131c5f7d88b81036a -SIZE (xpi/firefox-i18n-50.0/az.xpi) = 451403 -SHA256 (xpi/firefox-i18n-50.0/be.xpi) = 70476d3481183b7d6d81de03a100ceade99114f28963c0605c393047073b8ee7 -SIZE (xpi/firefox-i18n-50.0/be.xpi) = 458491 -SHA256 (xpi/firefox-i18n-50.0/bg.xpi) = 6cd90b51ffbb72f54995ec64792a93742f5ae3689ce61f2dc3864c84cdd12367 -SIZE (xpi/firefox-i18n-50.0/bg.xpi) = 484621 -SHA256 (xpi/firefox-i18n-50.0/bn-BD.xpi) = ab023e69ce7f39387b018816776ad25eb31bacd24a7b16be94b9fe0f2cc0489b -SIZE (xpi/firefox-i18n-50.0/bn-BD.xpi) = 509167 -SHA256 (xpi/firefox-i18n-50.0/bn-IN.xpi) = 426569269b219983858bcc70d828714e3e65cdcec59ce6ffee5d784924469fa5 -SIZE (xpi/firefox-i18n-50.0/bn-IN.xpi) = 503130 -SHA256 (xpi/firefox-i18n-50.0/br.xpi) = 845a120cfba5b141bc35ed916fa32553e04db702871784e310073ea6f62e48fe -SIZE (xpi/firefox-i18n-50.0/br.xpi) = 432448 -SHA256 (xpi/firefox-i18n-50.0/bs.xpi) = 9f3894c4472f2ce32c0b6405b3f0e91d4f8061d7d76e761e6a9e0e807894315a -SIZE (xpi/firefox-i18n-50.0/bs.xpi) = 439555 -SHA256 (xpi/firefox-i18n-50.0/ca.xpi) = e6712e0b933cb6f5ae7abb36e7ccbe922cd748e68a7f8bc9fc39cd342f35f66a -SIZE (xpi/firefox-i18n-50.0/ca.xpi) = 440359 -SHA256 (xpi/firefox-i18n-50.0/cs.xpi) = 711a8d5284d918bdcb00b20eb331244eaeda2e5ba31cba612db4b803737a6989 -SIZE (xpi/firefox-i18n-50.0/cs.xpi) = 439541 -SHA256 (xpi/firefox-i18n-50.0/cy.xpi) = 82b2542533442cfeab7001531b707922ab89cac12fdce580ad9e7a894eeda148 -SIZE (xpi/firefox-i18n-50.0/cy.xpi) = 433664 -SHA256 (xpi/firefox-i18n-50.0/da.xpi) = f0ad84bb1e381a0880135abb0bc2e0f53e3c7e8609e25aaf87c64e27b0985baa -SIZE (xpi/firefox-i18n-50.0/da.xpi) = 421324 -SHA256 (xpi/firefox-i18n-50.0/de.xpi) = 7fd48dd147693828289ba82d5439487e858258116845892e01527b6ab21e1b69 -SIZE (xpi/firefox-i18n-50.0/de.xpi) = 438194 -SHA256 (xpi/firefox-i18n-50.0/dsb.xpi) = 49b717304bdefd42276b05e09492a0ccf13c20086422b25204c8d0ec71bf3fbe -SIZE (xpi/firefox-i18n-50.0/dsb.xpi) = 456084 -SHA256 (xpi/firefox-i18n-50.0/el.xpi) = 70c440ce51f7a4b6aa496570ea1977b9a34f34e9f41af63483f86a75a8618b55 -SIZE (xpi/firefox-i18n-50.0/el.xpi) = 502225 -SHA256 (xpi/firefox-i18n-50.0/en-GB.xpi) = 11849f6610e3d7fee2106b5ffcb98b6d55ee09b9ec9dd99a7fc35193436ceb53 -SIZE (xpi/firefox-i18n-50.0/en-GB.xpi) = 415254 -SHA256 (xpi/firefox-i18n-50.0/en-US.xpi) = a9bce3ccb7f7b04b0b5b889db6480d98ae06bfd7dc58ae6b66b77259d577bdbf -SIZE (xpi/firefox-i18n-50.0/en-US.xpi) = 425320 -SHA256 (xpi/firefox-i18n-50.0/en-ZA.xpi) = 70516e1c04e00d19266dc7deea64a3a680a98e82c4b286526be07e7138ef48b4 -SIZE (xpi/firefox-i18n-50.0/en-ZA.xpi) = 408747 -SHA256 (xpi/firefox-i18n-50.0/eo.xpi) = a3fa888a6b2353eecdd6006b3115a91b027bf036879d772b0c5a687da52b9a6b -SIZE (xpi/firefox-i18n-50.0/eo.xpi) = 434337 -SHA256 (xpi/firefox-i18n-50.0/es-AR.xpi) = e0e0a3d696931e4272165d1f3a3c0cd6b9bf171dab7a78ca4b18e547fa06c86f -SIZE (xpi/firefox-i18n-50.0/es-AR.xpi) = 439531 -SHA256 (xpi/firefox-i18n-50.0/es-CL.xpi) = 0474301257f4f6004924acf01968aacf1b7ce2d4e82c8ca78d492fc3ded0b455 -SIZE (xpi/firefox-i18n-50.0/es-CL.xpi) = 440864 -SHA256 (xpi/firefox-i18n-50.0/es-ES.xpi) = 08c2981e0af285f4f1095cd18be7a2520b6b41b1742424dec41b2642e5a8daf2 -SIZE (xpi/firefox-i18n-50.0/es-ES.xpi) = 342207 -SHA256 (xpi/firefox-i18n-50.0/es-MX.xpi) = c01ad432d1cd8214f7bb491dbc686585359724bf88fe44ccd54e3c86c37ed65d -SIZE (xpi/firefox-i18n-50.0/es-MX.xpi) = 445099 -SHA256 (xpi/firefox-i18n-50.0/et.xpi) = 7387f6e7a5bbb39dad730778e921238491bc64b317109074c2d797a24bd700c5 -SIZE (xpi/firefox-i18n-50.0/et.xpi) = 422047 -SHA256 (xpi/firefox-i18n-50.0/eu.xpi) = 8a7f98a8c76dd480c905ec556afa2d8ff8b6322ece9af0d0185aee386e0625c0 -SIZE (xpi/firefox-i18n-50.0/eu.xpi) = 435621 -SHA256 (xpi/firefox-i18n-50.0/fa.xpi) = e32c0bc851b19edb89a60f9bb9fd4bb6fe97bd77f2715eb033e819d031a02d7f -SIZE (xpi/firefox-i18n-50.0/fa.xpi) = 487591 -SHA256 (xpi/firefox-i18n-50.0/ff.xpi) = b35c99cedf54f2928cf2b80ff0a64fff9ab13942ecd10eea063a7acfca3e7a77 -SIZE (xpi/firefox-i18n-50.0/ff.xpi) = 438308 -SHA256 (xpi/firefox-i18n-50.0/fi.xpi) = 41746c1574eab648bca65c1c8e944213364242d24889339cac00adf7e5a5ebce -SIZE (xpi/firefox-i18n-50.0/fi.xpi) = 426489 -SHA256 (xpi/firefox-i18n-50.0/fr.xpi) = b7c6b28ba42bc1d09393e63d0cd48967576d7ad7760ee3a3de1408bd4ec26262 -SIZE (xpi/firefox-i18n-50.0/fr.xpi) = 447064 -SHA256 (xpi/firefox-i18n-50.0/fy-NL.xpi) = 58aff6537143cae502b51cb227b5988bed61ec71f6f3916d88add9122a0ae8e0 -SIZE (xpi/firefox-i18n-50.0/fy-NL.xpi) = 441787 -SHA256 (xpi/firefox-i18n-50.0/ga-IE.xpi) = b2e689a3801204c855f5afb14c1ec1091829a144aff543e94e753cfd2ecbe46c -SIZE (xpi/firefox-i18n-50.0/ga-IE.xpi) = 455096 -SHA256 (xpi/firefox-i18n-50.0/gd.xpi) = bb5c28d471f1198a48081a2dc2f6cbb8ccf3966abcc40b6ea32541681c6046bd -SIZE (xpi/firefox-i18n-50.0/gd.xpi) = 444264 -SHA256 (xpi/firefox-i18n-50.0/gl.xpi) = 30364b107deb8b11ff41f2fd936b77181e09ccf0a33dae4afaca6c0639ace8b7 -SIZE (xpi/firefox-i18n-50.0/gl.xpi) = 451914 -SHA256 (xpi/firefox-i18n-50.0/gn.xpi) = afe41882cb837ed56438e3746e54f7e4d9940c247ea6081aa5bf7051685ec27a -SIZE (xpi/firefox-i18n-50.0/gn.xpi) = 453224 -SHA256 (xpi/firefox-i18n-50.0/gu-IN.xpi) = c0d6765b3139d1fedb29c766515d577de4d52f27a0d7228d53663e482f660175 -SIZE (xpi/firefox-i18n-50.0/gu-IN.xpi) = 487094 -SHA256 (xpi/firefox-i18n-50.0/he.xpi) = ccccd56e971959a7296ab1d7f0250b6b3fe6d4d6d33e7c0a7195a3622199955b -SIZE (xpi/firefox-i18n-50.0/he.xpi) = 455646 -SHA256 (xpi/firefox-i18n-50.0/hi-IN.xpi) = 7e01271418343643cd67e0a224d39f79e36baa93b83e8a9055edbedc4511651b -SIZE (xpi/firefox-i18n-50.0/hi-IN.xpi) = 499703 -SHA256 (xpi/firefox-i18n-50.0/hr.xpi) = d4b051d53250a5e927c6067916e529c86d4a287960687fb8251d038abfd6f450 -SIZE (xpi/firefox-i18n-50.0/hr.xpi) = 444276 -SHA256 (xpi/firefox-i18n-50.0/hsb.xpi) = 37f3c6af3d8a599f96e04b9ba86d6fa1e1c34903cbb4e416d1df2d4ea4367388 -SIZE (xpi/firefox-i18n-50.0/hsb.xpi) = 453901 -SHA256 (xpi/firefox-i18n-50.0/hu.xpi) = 1dd8bc270702245830b36ea3cc4719322e88fac21c588bc9698a6d92cbba2c08 -SIZE (xpi/firefox-i18n-50.0/hu.xpi) = 448347 -SHA256 (xpi/firefox-i18n-50.0/hy-AM.xpi) = 9931dfbbc58edfd5645909113c16bb496a60dc8382309c4bf817fab4e3d826d5 -SIZE (xpi/firefox-i18n-50.0/hy-AM.xpi) = 492714 -SHA256 (xpi/firefox-i18n-50.0/id.xpi) = f3eb7a4e0fe2136030527833336bcabfc24587d096edec2801f6062a84190160 -SIZE (xpi/firefox-i18n-50.0/id.xpi) = 422999 -SHA256 (xpi/firefox-i18n-50.0/is.xpi) = 1c3631f497075f4fa7fbc70883ae1653cdbcbc0b586236b3432331193a155ca8 -SIZE (xpi/firefox-i18n-50.0/is.xpi) = 435391 -SHA256 (xpi/firefox-i18n-50.0/it.xpi) = 2f11a5a9425900532445dbb4dab1981295a9ebb48d175e5ae52015cb01aa4d31 -SIZE (xpi/firefox-i18n-50.0/it.xpi) = 336079 -SHA256 (xpi/firefox-i18n-50.0/ja.xpi) = aa14e3dfa86899b2d85681806c79bcfbf6b1eeb28024ccdb05838567748aba3a -SIZE (xpi/firefox-i18n-50.0/ja.xpi) = 484309 -SHA256 (xpi/firefox-i18n-50.0/kk.xpi) = 06daec43d9f01c748de4e5da345a162320ef423e4af33bd86d2d3a6911c2a47a -SIZE (xpi/firefox-i18n-50.0/kk.xpi) = 493717 -SHA256 (xpi/firefox-i18n-50.0/km.xpi) = d2326fbecd9b676ff761d41588d5698740ce09bc8b5156c2f28626255c020f06 -SIZE (xpi/firefox-i18n-50.0/km.xpi) = 518204 -SHA256 (xpi/firefox-i18n-50.0/kn.xpi) = e2e030f4222d8a1ea7863de8fc4b71f6447b3ab2ca636130f753f4a401ed27b4 -SIZE (xpi/firefox-i18n-50.0/kn.xpi) = 517624 -SHA256 (xpi/firefox-i18n-50.0/ko.xpi) = 55dedfb933f295aeee1fddfbd0b663b17df3f01c1d957aa8a61cd109b8a48ff5 -SIZE (xpi/firefox-i18n-50.0/ko.xpi) = 460198 -SHA256 (xpi/firefox-i18n-50.0/lij.xpi) = 5d5c36c4818fda2690025e440edc9e7d2965ca8b484e419b9ec699ba2e47f6fe -SIZE (xpi/firefox-i18n-50.0/lij.xpi) = 394008 -SHA256 (xpi/firefox-i18n-50.0/lt.xpi) = b3c79f0222d795041dac4cf7eb6a7f31c41466651786f10b5ea33f5d8e5d879e -SIZE (xpi/firefox-i18n-50.0/lt.xpi) = 449249 -SHA256 (xpi/firefox-i18n-50.0/lv.xpi) = 72c14c870d78c47a37b7f1e75526ef7619cded65a2efb083bc0b5af28b9ec460 -SIZE (xpi/firefox-i18n-50.0/lv.xpi) = 444934 -SHA256 (xpi/firefox-i18n-50.0/mai.xpi) = 103162894a6e19af20c0f88190cb8ab6038a5800377e584d96b63792a258a327 -SIZE (xpi/firefox-i18n-50.0/mai.xpi) = 497919 -SHA256 (xpi/firefox-i18n-50.0/mk.xpi) = a2e3586219bbeb85cc35e31a91699ba835beb47edce38fae2a0d43834a31107c -SIZE (xpi/firefox-i18n-50.0/mk.xpi) = 494589 -SHA256 (xpi/firefox-i18n-50.0/ml.xpi) = 8f858e478a5d1afd4ca0e2312f7378d6d2103a69c18f488ae48b756175597293 -SIZE (xpi/firefox-i18n-50.0/ml.xpi) = 514613 -SHA256 (xpi/firefox-i18n-50.0/mr.xpi) = d53cc9566fb184ba7ffa31d16acbabdae397df217c39f384ecf5944529905223 -SIZE (xpi/firefox-i18n-50.0/mr.xpi) = 498729 -SHA256 (xpi/firefox-i18n-50.0/ms.xpi) = af8537e31d32c58d9328ff0b33219ca63fe96e891ff963d230533112610828e8 -SIZE (xpi/firefox-i18n-50.0/ms.xpi) = 433889 -SHA256 (xpi/firefox-i18n-50.0/nb-NO.xpi) = c005c34e584a758d6a820625e99c758f8459a70054f2575a7cb2a8eb40f8bd16 -SIZE (xpi/firefox-i18n-50.0/nb-NO.xpi) = 431340 -SHA256 (xpi/firefox-i18n-50.0/nl.xpi) = 510908c5502f975b84e38013131725e920292964c059b6a4f427e2d75dfd796c -SIZE (xpi/firefox-i18n-50.0/nl.xpi) = 429141 -SHA256 (xpi/firefox-i18n-50.0/nn-NO.xpi) = 65654319d58ee4b5f5b3665965d8c4cb8becabc8a38ce8c98fb096d6deb172f5 -SIZE (xpi/firefox-i18n-50.0/nn-NO.xpi) = 425412 -SHA256 (xpi/firefox-i18n-50.0/or.xpi) = 1e511e21de7692b9b6ae7edb05119bd15ea11e9d4bfcb1572c4034915415a531 -SIZE (xpi/firefox-i18n-50.0/or.xpi) = 495201 -SHA256 (xpi/firefox-i18n-50.0/pa-IN.xpi) = 52a00734a7d97a54ec9ccecc88ef102fe9959c6f24715f660f1a994391694ad6 -SIZE (xpi/firefox-i18n-50.0/pa-IN.xpi) = 474240 -SHA256 (xpi/firefox-i18n-50.0/pl.xpi) = 9f749dccacda71070dfc0e830dcc651eb4b04623a482355d0af86335c5b091b3 -SIZE (xpi/firefox-i18n-50.0/pl.xpi) = 353776 -SHA256 (xpi/firefox-i18n-50.0/pt-BR.xpi) = 6912b5acdb62e0ed28c29d407121998abb6cc31d069283a3f9c50816730c8803 -SIZE (xpi/firefox-i18n-50.0/pt-BR.xpi) = 438614 -SHA256 (xpi/firefox-i18n-50.0/pt-PT.xpi) = 9f3891a4c0abb0bb54aeb02895f25ba165534faefa6cc01716d8bcba97d5af8c -SIZE (xpi/firefox-i18n-50.0/pt-PT.xpi) = 433531 -SHA256 (xpi/firefox-i18n-50.0/rm.xpi) = e2b916e3a7584729dbc11dc910fe28f1dda820d491e81af3aab429ba5c0a4fc9 -SIZE (xpi/firefox-i18n-50.0/rm.xpi) = 431602 -SHA256 (xpi/firefox-i18n-50.0/ro.xpi) = 77177f1c04c4c677e8a538b0de9d540551917cc93d008bea890cf505baa7f228 -SIZE (xpi/firefox-i18n-50.0/ro.xpi) = 445555 -SHA256 (xpi/firefox-i18n-50.0/ru.xpi) = ad41048f8cfbb8d6f169b3756028f6b018a42ecf3ac4f5225fd441145e4ffbae -SIZE (xpi/firefox-i18n-50.0/ru.xpi) = 390432 -SHA256 (xpi/firefox-i18n-50.0/si.xpi) = 5df2b701c6e69413793eb17b71462963f670ccfdeafcaaa7737e1fd4e5c9d215 -SIZE (xpi/firefox-i18n-50.0/si.xpi) = 486231 -SHA256 (xpi/firefox-i18n-50.0/sk.xpi) = a2f7726d7cc896657e786af0359186bc1c9e1b72c577df352a3d11d39cd33a9d -SIZE (xpi/firefox-i18n-50.0/sk.xpi) = 452173 -SHA256 (xpi/firefox-i18n-50.0/sl.xpi) = 93c6d02bd51a59e93e9e7bfd3c26aa19b3a6d21649c442643a0377cb19f81cc4 -SIZE (xpi/firefox-i18n-50.0/sl.xpi) = 430206 -SHA256 (xpi/firefox-i18n-50.0/son.xpi) = 4540c45fcf09a7e4f53d13432ea2669771a6781764f6d5b642abd310106bf330 -SIZE (xpi/firefox-i18n-50.0/son.xpi) = 433272 -SHA256 (xpi/firefox-i18n-50.0/sq.xpi) = e9682adc355a9e6c9495299ff10b6b3cf2cd8967ae6f913242d7fb059d47b0db -SIZE (xpi/firefox-i18n-50.0/sq.xpi) = 449092 -SHA256 (xpi/firefox-i18n-50.0/sr.xpi) = 2c7510ae8f9780cd5a1e2a12d32c72055c8b20f1d0889edf6aba7a8c12b9469f -SIZE (xpi/firefox-i18n-50.0/sr.xpi) = 459592 -SHA256 (xpi/firefox-i18n-50.0/sv-SE.xpi) = e4fa0d036b511cafcc9fef2f6e59744d50a4321b44252eb7869a3db0ca9e4066 -SIZE (xpi/firefox-i18n-50.0/sv-SE.xpi) = 438326 -SHA256 (xpi/firefox-i18n-50.0/ta.xpi) = c4867a36014698a1003e933f551974848adc4d36e6edcd763410372b53dbfb59 -SIZE (xpi/firefox-i18n-50.0/ta.xpi) = 489663 -SHA256 (xpi/firefox-i18n-50.0/te.xpi) = 8ce8953b18f94abd0ea141d8bcdbc0d514a17d82b0b3297d74ca07ee291ca3d2 -SIZE (xpi/firefox-i18n-50.0/te.xpi) = 515621 -SHA256 (xpi/firefox-i18n-50.0/th.xpi) = 4cb149c686bdbaed6382b77d302a2c24e93090df8704fbeddffbabab0d345ea3 -SIZE (xpi/firefox-i18n-50.0/th.xpi) = 484867 -SHA256 (xpi/firefox-i18n-50.0/tr.xpi) = 23856730275883ab98dfe7876d46f9420ac528a434a3591b1c5ec260348c316f -SIZE (xpi/firefox-i18n-50.0/tr.xpi) = 440602 -SHA256 (xpi/firefox-i18n-50.0/uk.xpi) = 81b48ea865436db42013ab2eae3c98ea114431329d49db1f5d0ae0b5855eff9e -SIZE (xpi/firefox-i18n-50.0/uk.xpi) = 490967 -SHA256 (xpi/firefox-i18n-50.0/uz.xpi) = aa96f95ef1b99723a5adaba5c32085f433b278426a809f1691a7001e152db54c -SIZE (xpi/firefox-i18n-50.0/uz.xpi) = 444774 -SHA256 (xpi/firefox-i18n-50.0/vi.xpi) = 5fbb9668d203a73bc9b7e19b15855857b749d07a0e1ef0ea3734ac24fbce539c -SIZE (xpi/firefox-i18n-50.0/vi.xpi) = 447652 -SHA256 (xpi/firefox-i18n-50.0/xh.xpi) = 722a2d305f4a0d45600f084e0af144bf0e85b73cc3f23c440fc455188c470462 -SIZE (xpi/firefox-i18n-50.0/xh.xpi) = 437878 -SHA256 (xpi/firefox-i18n-50.0/zh-CN.xpi) = 783b4c5bef4cbf7bb33de582d874ef609c7200f1e47f8f63fb674fb23cbd27f3 -SIZE (xpi/firefox-i18n-50.0/zh-CN.xpi) = 457903 -SHA256 (xpi/firefox-i18n-50.0/zh-TW.xpi) = 6204083636a8679fc712a0711b13be9f06251436acf9450cc5882fd1cea4a368 -SIZE (xpi/firefox-i18n-50.0/zh-TW.xpi) = 469090 +TIMESTAMP = 1479975719 +SHA256 (xpi/firefox-i18n-50.0.1/ach.xpi) = 2bfb6ec179a83772c23a092d07b4dfe198a4124639ae7c095d06afd3d6ea781a +SIZE (xpi/firefox-i18n-50.0.1/ach.xpi) = 425410 +SHA256 (xpi/firefox-i18n-50.0.1/af.xpi) = 41b9e70764691b26f9d2497b54544b6c4212492d0ef8a0f01888e24c84de0880 +SIZE (xpi/firefox-i18n-50.0.1/af.xpi) = 433950 +SHA256 (xpi/firefox-i18n-50.0.1/an.xpi) = 078883a601b41b2749cc12e5318515996186b18b8072e2e7440bcd114e5461a9 +SIZE (xpi/firefox-i18n-50.0.1/an.xpi) = 442207 +SHA256 (xpi/firefox-i18n-50.0.1/ar.xpi) = c1311adfca00acee5d761401db16daa7b13f44426683a317c9901255ea931e65 +SIZE (xpi/firefox-i18n-50.0.1/ar.xpi) = 470435 +SHA256 (xpi/firefox-i18n-50.0.1/as.xpi) = dbc8b8e05211b07cf455d474e8eabae84c34953737eca5185368c45e00a0d979 +SIZE (xpi/firefox-i18n-50.0.1/as.xpi) = 484771 +SHA256 (xpi/firefox-i18n-50.0.1/ast.xpi) = eb877630998a7f4c96ffd30c1432234a06fcd532097471b6641f33aa3cea34fe +SIZE (xpi/firefox-i18n-50.0.1/ast.xpi) = 433849 +SHA256 (xpi/firefox-i18n-50.0.1/az.xpi) = fb4b41cae67a37682dedd94b7b222401acb7a969f1f324cc2e5037b9b10cb456 +SIZE (xpi/firefox-i18n-50.0.1/az.xpi) = 451404 +SHA256 (xpi/firefox-i18n-50.0.1/be.xpi) = 595d4e6fd436c61e646ef252414e51e2c08c299ca2ca7ac6fcd831e8d77da9c2 +SIZE (xpi/firefox-i18n-50.0.1/be.xpi) = 458492 +SHA256 (xpi/firefox-i18n-50.0.1/bg.xpi) = fdc9a5253aa8184979ebb70f16256abc13d32097f38b02ae3ae7224da63b8fe4 +SIZE (xpi/firefox-i18n-50.0.1/bg.xpi) = 484623 +SHA256 (xpi/firefox-i18n-50.0.1/bn-BD.xpi) = ad1981c5c2e99b4e879bb88999686be88491b122a897f66e7a55f6f7b812cfa6 +SIZE (xpi/firefox-i18n-50.0.1/bn-BD.xpi) = 509168 +SHA256 (xpi/firefox-i18n-50.0.1/bn-IN.xpi) = 59f32e32889c0dcec2450799c249181f672c82d9424bcbf6a17882150049ad94 +SIZE (xpi/firefox-i18n-50.0.1/bn-IN.xpi) = 503132 +SHA256 (xpi/firefox-i18n-50.0.1/br.xpi) = 2c89cbd0957ae5df2526f753d59db82f597997ef7f6cbd5f705215b53502bd16 +SIZE (xpi/firefox-i18n-50.0.1/br.xpi) = 432449 +SHA256 (xpi/firefox-i18n-50.0.1/bs.xpi) = 18d549c6cf937916ad66362a80331004215cfd9ddcd12f1067aac2218bc7b273 +SIZE (xpi/firefox-i18n-50.0.1/bs.xpi) = 439556 +SHA256 (xpi/firefox-i18n-50.0.1/ca.xpi) = d51d035718f6278f75e6322ba17f49459ec9d8043a88cd327475cd8aa217d9ef +SIZE (xpi/firefox-i18n-50.0.1/ca.xpi) = 440361 +SHA256 (xpi/firefox-i18n-50.0.1/cs.xpi) = 4dfa49ab5f88a94ec36410ca38a7cbd71bbdad42bf9d04a13a599ab14461c219 +SIZE (xpi/firefox-i18n-50.0.1/cs.xpi) = 439543 +SHA256 (xpi/firefox-i18n-50.0.1/cy.xpi) = ba84d5f319ed5ee61ee6ea3c5f79ee765ec059d1264d9e8e27bb790adaa6ec00 +SIZE (xpi/firefox-i18n-50.0.1/cy.xpi) = 433665 +SHA256 (xpi/firefox-i18n-50.0.1/da.xpi) = 6faf2678489fc43240e13bdd4b23a9046f793be1e9ba94fa73bb208cb585a229 +SIZE (xpi/firefox-i18n-50.0.1/da.xpi) = 421325 +SHA256 (xpi/firefox-i18n-50.0.1/de.xpi) = 04baa9aec216c5016e57eeac718bbb18a99161341a0e368b47f6a3ea67722942 +SIZE (xpi/firefox-i18n-50.0.1/de.xpi) = 438195 +SHA256 (xpi/firefox-i18n-50.0.1/dsb.xpi) = ced57a860131c0a520e6b0ac5e041c89b17ca6a13deaeb47aa8c5598471b3479 +SIZE (xpi/firefox-i18n-50.0.1/dsb.xpi) = 456086 +SHA256 (xpi/firefox-i18n-50.0.1/el.xpi) = 8e1cb68a001bdaee817e0d5e7bd27c9b8806b30aa7e80f8013b7b5b362bbdd8b +SIZE (xpi/firefox-i18n-50.0.1/el.xpi) = 502227 +SHA256 (xpi/firefox-i18n-50.0.1/en-GB.xpi) = b1c887670c7f4121f515fe2585f30161340a7461863593ab268594a78d23da0c +SIZE (xpi/firefox-i18n-50.0.1/en-GB.xpi) = 415255 +SHA256 (xpi/firefox-i18n-50.0.1/en-US.xpi) = ea1ee5fabd68b03e4f4c5834c56a2cdace6da14eb280f5209324a2e966df989e +SIZE (xpi/firefox-i18n-50.0.1/en-US.xpi) = 425321 +SHA256 (xpi/firefox-i18n-50.0.1/en-ZA.xpi) = 9171db9c73b57f8ab36cc2fb94c146338268a9ec77ee9d10e8726b5f67a2b83e +SIZE (xpi/firefox-i18n-50.0.1/en-ZA.xpi) = 408747 +SHA256 (xpi/firefox-i18n-50.0.1/eo.xpi) = 48adb4e9e40f2f1137e918301de5ccc36419cc3cec49948a45675b0e491a2e87 +SIZE (xpi/firefox-i18n-50.0.1/eo.xpi) = 434338 +SHA256 (xpi/firefox-i18n-50.0.1/es-AR.xpi) = e613b6dd08ee1827ca9d8a3df5d7a429d6e7d383804f9102aa57c01b98f917b7 +SIZE (xpi/firefox-i18n-50.0.1/es-AR.xpi) = 439533 +SHA256 (xpi/firefox-i18n-50.0.1/es-CL.xpi) = f9b5447ef2f838aff06f1d0f693f04964928f3f91ce2dd6ec1728599be1bbc28 +SIZE (xpi/firefox-i18n-50.0.1/es-CL.xpi) = 440866 +SHA256 (xpi/firefox-i18n-50.0.1/es-ES.xpi) = 5ccc38a190ae06ad31e79f4256d0e6b1f072605381bd6d9bebd8fe5acc133625 +SIZE (xpi/firefox-i18n-50.0.1/es-ES.xpi) = 342209 +SHA256 (xpi/firefox-i18n-50.0.1/es-MX.xpi) = 9668c0336423699bc5b461dbc21f5af47a4c30d35dc580333916cb5ac4a8ea0f +SIZE (xpi/firefox-i18n-50.0.1/es-MX.xpi) = 445100 +SHA256 (xpi/firefox-i18n-50.0.1/et.xpi) = 75dc4a220081cb8f60352a64e2235aadbca86d3b5c771f56bc8fa0790b4baa72 +SIZE (xpi/firefox-i18n-50.0.1/et.xpi) = 422049 +SHA256 (xpi/firefox-i18n-50.0.1/eu.xpi) = 216f0cd91155b2e99066cb0f6da490e16c68fc103c6b96cc80bd31ebc4267b48 +SIZE (xpi/firefox-i18n-50.0.1/eu.xpi) = 435622 +SHA256 (xpi/firefox-i18n-50.0.1/fa.xpi) = 1b53d7b65277e7c6291caf6844a73bd9e12a2ec4525da65a73c186557c64e4af +SIZE (xpi/firefox-i18n-50.0.1/fa.xpi) = 487593 +SHA256 (xpi/firefox-i18n-50.0.1/ff.xpi) = 1d4add4c3fcbfaac6191ff14d1b377e8436c303a1a017fa1f68569c5dcae6318 +SIZE (xpi/firefox-i18n-50.0.1/ff.xpi) = 438310 +SHA256 (xpi/firefox-i18n-50.0.1/fi.xpi) = 90820d0691469b4b3dc2a9e2405553780b14f67df0c318dc0473fa0c7163b639 +SIZE (xpi/firefox-i18n-50.0.1/fi.xpi) = 426491 +SHA256 (xpi/firefox-i18n-50.0.1/fr.xpi) = 8fdcb0287822759e57e0676fcc00cc57ca9fd561be745103e4c86a3912060401 +SIZE (xpi/firefox-i18n-50.0.1/fr.xpi) = 447066 +SHA256 (xpi/firefox-i18n-50.0.1/fy-NL.xpi) = a085dedb2684e0c0f30ba7080d48a575f23fa1368e1ddf7600a205ac04746ec3 +SIZE (xpi/firefox-i18n-50.0.1/fy-NL.xpi) = 441788 +SHA256 (xpi/firefox-i18n-50.0.1/ga-IE.xpi) = 4d3869965945b642c08e5ce3807b2e24e786fc5bfb9f8534a3fe7d23abce2dcb +SIZE (xpi/firefox-i18n-50.0.1/ga-IE.xpi) = 455097 +SHA256 (xpi/firefox-i18n-50.0.1/gd.xpi) = d933589e19a9ff234b0e228bc61611f6ba06b094866ea016cd457713b8569009 +SIZE (xpi/firefox-i18n-50.0.1/gd.xpi) = 444265 +SHA256 (xpi/firefox-i18n-50.0.1/gl.xpi) = 914c7ce820603f2e27be775004a918297eea7c0de1e1dd9efca714777de20147 +SIZE (xpi/firefox-i18n-50.0.1/gl.xpi) = 451916 +SHA256 (xpi/firefox-i18n-50.0.1/gn.xpi) = 6e20539bdeb744a2e880325c4efefc89f6a7aa25bf77dcdf6e7cbf32e09e2f82 +SIZE (xpi/firefox-i18n-50.0.1/gn.xpi) = 453226 +SHA256 (xpi/firefox-i18n-50.0.1/gu-IN.xpi) = c23346f7429c04aab0698bd1418155bfe586e729395abff41716b78636ab7368 +SIZE (xpi/firefox-i18n-50.0.1/gu-IN.xpi) = 487096 +SHA256 (xpi/firefox-i18n-50.0.1/he.xpi) = f727ad1a7b8b08a340b54f64d0b6d8a16bf1b794984c242424d3e45785711ced +SIZE (xpi/firefox-i18n-50.0.1/he.xpi) = 455648 +SHA256 (xpi/firefox-i18n-50.0.1/hi-IN.xpi) = 1c932093568a75470c11e10df37a4071653f3ae054af3fb816842f6e99c401ed +SIZE (xpi/firefox-i18n-50.0.1/hi-IN.xpi) = 499704 +SHA256 (xpi/firefox-i18n-50.0.1/hr.xpi) = 7210f41479d114ced7307640e02c8e773a549fec262859fb39010e701db9c317 +SIZE (xpi/firefox-i18n-50.0.1/hr.xpi) = 444277 +SHA256 (xpi/firefox-i18n-50.0.1/hsb.xpi) = bfc2ff1348bc66b7de83f7aa98cefcdb82313296e96106c6bb23229650d56f43 +SIZE (xpi/firefox-i18n-50.0.1/hsb.xpi) = 453905 +SHA256 (xpi/firefox-i18n-50.0.1/hu.xpi) = 23cbca6b92f953ba85921077e43568b9627ce5ed548ba50d428c6534cc93aad3 +SIZE (xpi/firefox-i18n-50.0.1/hu.xpi) = 448348 +SHA256 (xpi/firefox-i18n-50.0.1/hy-AM.xpi) = 2d38259f5782bdb4f1b3a5f77df6fd1922081f7d68b192b34dd7b8221683d6aa +SIZE (xpi/firefox-i18n-50.0.1/hy-AM.xpi) = 492715 +SHA256 (xpi/firefox-i18n-50.0.1/id.xpi) = ca0808b653e369d72260dd1f483bb9bd2fede37307985e962b9d1aad059c4fd3 +SIZE (xpi/firefox-i18n-50.0.1/id.xpi) = 423000 +SHA256 (xpi/firefox-i18n-50.0.1/is.xpi) = 0c3ce3c9629672fbf38278b2cd5926d0713246bb23538ea4b1fda8be43e81395 +SIZE (xpi/firefox-i18n-50.0.1/is.xpi) = 435393 +SHA256 (xpi/firefox-i18n-50.0.1/it.xpi) = 9d3cf6320d214a69283523a12ab9b0585bf781cbc955d333db6a9fb9b8823e27 +SIZE (xpi/firefox-i18n-50.0.1/it.xpi) = 336080 +SHA256 (xpi/firefox-i18n-50.0.1/ja.xpi) = 55b1a9e140335de999a39a375071a309e4f72af0571685d8cbcc4c93368edd93 +SIZE (xpi/firefox-i18n-50.0.1/ja.xpi) = 484311 +SHA256 (xpi/firefox-i18n-50.0.1/kk.xpi) = 4fe11f1fd2541bfdbc0838d6214ef461a2909eadbfdd614e1913549bfcc4bc81 +SIZE (xpi/firefox-i18n-50.0.1/kk.xpi) = 493718 +SHA256 (xpi/firefox-i18n-50.0.1/km.xpi) = 7b72a2837d57344b712bf4a5de0cd60a189a6f005f7e2e4503b68eeb1129ff1e +SIZE (xpi/firefox-i18n-50.0.1/km.xpi) = 518205 +SHA256 (xpi/firefox-i18n-50.0.1/kn.xpi) = 8a2fedbbbb7484fa5ef4a3a36ba048e4938c65c19f7f8bf7fc9c98082325e31b +SIZE (xpi/firefox-i18n-50.0.1/kn.xpi) = 517625 +SHA256 (xpi/firefox-i18n-50.0.1/ko.xpi) = cc02d028c4b1b9c4bdf53b3931ee619156849fb425a8850e16fd3c18f471b8d5 +SIZE (xpi/firefox-i18n-50.0.1/ko.xpi) = 460200 +SHA256 (xpi/firefox-i18n-50.0.1/lij.xpi) = 9f0bf63c7ccc2ecaa2381c4d51a92b8651beb816a55670e6ef52f31aae6f5b0b +SIZE (xpi/firefox-i18n-50.0.1/lij.xpi) = 394009 +SHA256 (xpi/firefox-i18n-50.0.1/lt.xpi) = ff96aa1e9b7e3dc49cce33c7e8e333a7e98bc585ef8ef8154a5b0a368480c14b +SIZE (xpi/firefox-i18n-50.0.1/lt.xpi) = 449250 +SHA256 (xpi/firefox-i18n-50.0.1/lv.xpi) = 233abf821319d195f437c8b157a2ab60ebe7b04b6020be7a0454ebccc9cbfc20 +SIZE (xpi/firefox-i18n-50.0.1/lv.xpi) = 444936 +SHA256 (xpi/firefox-i18n-50.0.1/mai.xpi) = 59b39d6b3574e62e2de9b82939206affaef567b8979ed6273f336c8d99fe4439 +SIZE (xpi/firefox-i18n-50.0.1/mai.xpi) = 497920 +SHA256 (xpi/firefox-i18n-50.0.1/mk.xpi) = 0f2341bbc3e25b779853021b6a1650ce6e06c950c0789107c38f80e6c7ba356c +SIZE (xpi/firefox-i18n-50.0.1/mk.xpi) = 494591 +SHA256 (xpi/firefox-i18n-50.0.1/ml.xpi) = 0426e6bb6cab6522e792e884b5987889848c033c090461dd3e0723369f170ea1 +SIZE (xpi/firefox-i18n-50.0.1/ml.xpi) = 514614 +SHA256 (xpi/firefox-i18n-50.0.1/mr.xpi) = 9ea7d1b8a364c66f65ffd80e80958c235fe35cba7eaa26dac01ed2515b06ec44 +SIZE (xpi/firefox-i18n-50.0.1/mr.xpi) = 498731 +SHA256 (xpi/firefox-i18n-50.0.1/ms.xpi) = eda2ff45bc7322e8ce44fb1ff078ddf66ba13ed36bcc847fbb08248b271c5938 +SIZE (xpi/firefox-i18n-50.0.1/ms.xpi) = 433891 +SHA256 (xpi/firefox-i18n-50.0.1/nb-NO.xpi) = b2bbfbad1a840a1da920f02891e12b8acec8b46f54c8eb12ea9c588584d1228a +SIZE (xpi/firefox-i18n-50.0.1/nb-NO.xpi) = 431341 +SHA256 (xpi/firefox-i18n-50.0.1/nl.xpi) = d0b7b491d0d0d164af53806325a084784719691055ac26db377c8439bf85fbe5 +SIZE (xpi/firefox-i18n-50.0.1/nl.xpi) = 429142 +SHA256 (xpi/firefox-i18n-50.0.1/nn-NO.xpi) = ba0d3fed0b86b011539b3580124bde35a1329ea01fbb8912ca07fe004b3daeb5 +SIZE (xpi/firefox-i18n-50.0.1/nn-NO.xpi) = 425414 +SHA256 (xpi/firefox-i18n-50.0.1/or.xpi) = ecafb063e4d5b1c92a3d4d6565d12fd1ab92511ecf12dcc05ac2c0a74c0191be +SIZE (xpi/firefox-i18n-50.0.1/or.xpi) = 495202 +SHA256 (xpi/firefox-i18n-50.0.1/pa-IN.xpi) = 8e03974c601652f525327c1dbfcbcac058b357a4167df59e64127a04997ca1f9 +SIZE (xpi/firefox-i18n-50.0.1/pa-IN.xpi) = 474241 +SHA256 (xpi/firefox-i18n-50.0.1/pl.xpi) = 8f1dbe9d5b3fe4c767edc33c6720a3905f307a234b21e4769116661e6356e9af +SIZE (xpi/firefox-i18n-50.0.1/pl.xpi) = 353777 +SHA256 (xpi/firefox-i18n-50.0.1/pt-BR.xpi) = 060f1971cf917cf3bd64af1dff7a40c7f164ffda2e3ee01344ce992d480916b7 +SIZE (xpi/firefox-i18n-50.0.1/pt-BR.xpi) = 438616 +SHA256 (xpi/firefox-i18n-50.0.1/pt-PT.xpi) = c79ea4b0db3ecf6c2530dc0488be17aac42f55f71b9c73f84af72bce5ae44c42 +SIZE (xpi/firefox-i18n-50.0.1/pt-PT.xpi) = 433533 +SHA256 (xpi/firefox-i18n-50.0.1/rm.xpi) = aaab6c7cf66499cc23ec64c4e14361b9fc807aff06cfac1a3c835aed49f96127 +SIZE (xpi/firefox-i18n-50.0.1/rm.xpi) = 431604 +SHA256 (xpi/firefox-i18n-50.0.1/ro.xpi) = 54a3d837f402f6edea364c8ae5059e0e09fd6ce253a32deb25308fcaee3c8958 +SIZE (xpi/firefox-i18n-50.0.1/ro.xpi) = 445557 +SHA256 (xpi/firefox-i18n-50.0.1/ru.xpi) = 523b0686fd3cb2ab6976dde54d34b6d24436393933fbcf8dfee3c436973faa9e +SIZE (xpi/firefox-i18n-50.0.1/ru.xpi) = 390433 +SHA256 (xpi/firefox-i18n-50.0.1/si.xpi) = 930220e20d06d9d48bdfdc05e4064b62f2e2ecbc7584dfdbc568fb89f3215ef5 +SIZE (xpi/firefox-i18n-50.0.1/si.xpi) = 486232 +SHA256 (xpi/firefox-i18n-50.0.1/sk.xpi) = 214d84f939982ee440131b78a140cf459e0879795e8ef345f0a0a3b3cf2cdef2 +SIZE (xpi/firefox-i18n-50.0.1/sk.xpi) = 452175 +SHA256 (xpi/firefox-i18n-50.0.1/sl.xpi) = 1a59ddd3c90cbb591807fc4d4519f241418169168632031e22bcc0553f855c26 +SIZE (xpi/firefox-i18n-50.0.1/sl.xpi) = 430207 +SHA256 (xpi/firefox-i18n-50.0.1/son.xpi) = 25d80673d2e528edcad232dc96a83323f1d28a36348264680ebd15daa510921f +SIZE (xpi/firefox-i18n-50.0.1/son.xpi) = 433273 +SHA256 (xpi/firefox-i18n-50.0.1/sq.xpi) = 465a3524d618bfd4700fc20053f9d6ff22677d15dde6d74bac047f3d7a59973a +SIZE (xpi/firefox-i18n-50.0.1/sq.xpi) = 449092 +SHA256 (xpi/firefox-i18n-50.0.1/sr.xpi) = 96bb8de859fed3244b2e69b99d0cf4042debcb70987395f5cbec6f2b7f9f7cd7 +SIZE (xpi/firefox-i18n-50.0.1/sr.xpi) = 459593 +SHA256 (xpi/firefox-i18n-50.0.1/sv-SE.xpi) = dc243a270440084bc28d32980a333f1730408c006f9a8dc0956ca0077ef1dfcd +SIZE (xpi/firefox-i18n-50.0.1/sv-SE.xpi) = 438327 +SHA256 (xpi/firefox-i18n-50.0.1/ta.xpi) = 1334559d450d2cdb1045bfe366b2869d4459666db74a0716cf82965b00fca200 +SIZE (xpi/firefox-i18n-50.0.1/ta.xpi) = 489666 +SHA256 (xpi/firefox-i18n-50.0.1/te.xpi) = 411ebaba7844a8e527a7f832a90eb585de5b02ccbb4ac92df66a6de4f6db343a +SIZE (xpi/firefox-i18n-50.0.1/te.xpi) = 515620 +SHA256 (xpi/firefox-i18n-50.0.1/th.xpi) = 00ebaf72ec2b02572962b7b8613aa6fbb2e090a3f60624fb35d9756262083066 +SIZE (xpi/firefox-i18n-50.0.1/th.xpi) = 484870 +SHA256 (xpi/firefox-i18n-50.0.1/tr.xpi) = d77f15f40b53c880cd78694c58df3efce5b413f78fcaf27253f7db43b9ac5393 +SIZE (xpi/firefox-i18n-50.0.1/tr.xpi) = 440603 +SHA256 (xpi/firefox-i18n-50.0.1/uk.xpi) = 5adb8c028f275f6284738a4deb7f56efd0399090da1ebf187c0565201e4178d8 +SIZE (xpi/firefox-i18n-50.0.1/uk.xpi) = 490968 +SHA256 (xpi/firefox-i18n-50.0.1/uz.xpi) = 1844b6b5e04a2fc1357dfd07aee43b408d45fb872333db0c0a42fa57b88c5873 +SIZE (xpi/firefox-i18n-50.0.1/uz.xpi) = 444775 +SHA256 (xpi/firefox-i18n-50.0.1/vi.xpi) = 1881c8ce77d63f0a1d36cbe5ee71d1166e2e7e6b1f4037199dacae0ebf1b34ff +SIZE (xpi/firefox-i18n-50.0.1/vi.xpi) = 447654 +SHA256 (xpi/firefox-i18n-50.0.1/xh.xpi) = b6d431fed3eec645634910f1740d4a425a7290bf4466d0db6e62b690e89828dc +SIZE (xpi/firefox-i18n-50.0.1/xh.xpi) = 437879 +SHA256 (xpi/firefox-i18n-50.0.1/zh-CN.xpi) = f89eb00952db3f8c671ab0f170b722738531ea96cc6ffbcfc63bf8d6dfc849dc +SIZE (xpi/firefox-i18n-50.0.1/zh-CN.xpi) = 457903 +SHA256 (xpi/firefox-i18n-50.0.1/zh-TW.xpi) = 25059c23241124cc23544eb142ed95e6af65d43acd25940173d9e604641e5576 +SIZE (xpi/firefox-i18n-50.0.1/zh-TW.xpi) = 469092 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Nov 25 16:25:42 2016 (r427117) +++ head/www/firefox/Makefile Fri Nov 25 16:26:29 2016 (r427118) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 50.0 +DISTVERSION= 50.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Fri Nov 25 16:25:42 2016 (r427117) +++ head/www/firefox/distinfo Fri Nov 25 16:26:29 2016 (r427118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478356493 -SHA256 (firefox-50.0.source.tar.xz) = 5da027350aee148dc62cc1ca897db30510be87ca8eab5e67a7adc7a2479b8616 -SIZE (firefox-50.0.source.tar.xz) = 195792488 +TIMESTAMP = 1479975719 +SHA256 (firefox-50.0.1.source.tar.xz) = a15a6b9fdf58dd5f9095fd502777fcec5523805643b890013a71f698a6576fa6 +SIZE (firefox-50.0.1.source.tar.xz) = 195469112 From owner-svn-ports-all@freebsd.org Fri Nov 25 16:26: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 EBE69C55173; Fri, 25 Nov 2016 16:26:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB661A4B; Fri, 25 Nov 2016 16:26:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPGQj2s006373; Fri, 25 Nov 2016 16:26:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPGQjXb006371; Fri, 25 Nov 2016 16:26:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611251626.uAPGQjXb006371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 16:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427119 - 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: Fri, 25 Nov 2016 16:26:47 -0000 Author: jbeich Date: Fri Nov 25 16:26:45 2016 New Revision: 427119 URL: https://svnweb.freebsd.org/changeset/ports/427119 Log: devel/git-cinnabar: update to 0.4.0.b3.24 Changes: https://github.com/glandium/git-cinnabar/compare/2091b9b...d666461 Modified: head/devel/git-cinnabar/Makefile (contents, props changed) head/devel/git-cinnabar/distinfo (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Fri Nov 25 16:26:29 2016 (r427118) +++ head/devel/git-cinnabar/Makefile Fri Nov 25 16:26:45 2016 (r427119) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.4.0b3-14 -DISTVERSIONSUFFIX= -g2091b9b +DISTVERSION= 0.4.0b3-24 +DISTVERSIONSUFFIX= -gd666461 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/git-cinnabar/distinfo ============================================================================== --- head/devel/git-cinnabar/distinfo Fri Nov 25 16:26:29 2016 (r427118) +++ head/devel/git-cinnabar/distinfo Fri Nov 25 16:26:45 2016 (r427119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963838 -SHA256 (glandium-git-cinnabar-0.4.0b3-14-g2091b9b_GH0.tar.gz) = bce603f74532bc57cf1bdc3c8fb2c58f5ba7e8d2aac3dd22f3261c4377ddc8fe -SIZE (glandium-git-cinnabar-0.4.0b3-14-g2091b9b_GH0.tar.gz) = 84240 +TIMESTAMP = 1480034831 +SHA256 (glandium-git-cinnabar-0.4.0b3-24-gd666461_GH0.tar.gz) = c63c6135e1e1d504b0a0947d5917a903bd7e787f6b8244261d75c27281ae482f +SIZE (glandium-git-cinnabar-0.4.0b3-24-gd666461_GH0.tar.gz) = 85589 From owner-svn-ports-all@freebsd.org Fri Nov 25 16:40: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 E2ABAC5566F; Fri, 25 Nov 2016 16:40:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1FAB304; Fri, 25 Nov 2016 16:40: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 uAPGeX73010411; Fri, 25 Nov 2016 16:40:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPGeXfe010410; Fri, 25 Nov 2016 16:40:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611251640.uAPGeXfe010410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Nov 2016 16:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427120 - head/databases/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: Fri, 25 Nov 2016 16:40:35 -0000 Author: sunpoet Date: Fri Nov 25 16:40:33 2016 New Revision: 427120 URL: https://svnweb.freebsd.org/changeset/ports/427120 Log: - Mark MAKE_JOBS_UNSAFE PR: 214817 Submitted by: jhale Modified: head/databases/leveldb/Makefile Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Fri Nov 25 16:26:45 2016 (r427119) +++ head/databases/leveldb/Makefile Fri Nov 25 16:40:33 2016 (r427120) @@ -14,6 +14,7 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= GPERFTOOLS SNAPPY OPTIONS_DEFAULT=SNAPPY +MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_LDCONFIG= yes USES= compiler:c++0x gmake From owner-svn-ports-all@freebsd.org Fri Nov 25 17:30: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 2257BC54605; Fri, 25 Nov 2016 17:30:18 +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 D75CB206; Fri, 25 Nov 2016 17:30:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPHUHbs030890; Fri, 25 Nov 2016 17:30:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPHUGtl030887; Fri, 25 Nov 2016 17:30:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611251730.uAPHUGtl030887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 25 Nov 2016 17:30:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427121 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 17:30:18 -0000 Author: adamw Date: Fri Nov 25 17:30:16 2016 New Revision: 427121 URL: https://svnweb.freebsd.org/changeset/ports/427121 Log: Update to 2.10.2. PR: 214790 Approved by: maintainer (garga) Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Fri Nov 25 16:40:33 2016 (r427120) +++ head/devel/git/Makefile Fri Nov 25 17:30:16 2016 (r427121) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.10.1 -PORTREVISION= 1 +DISTVERSION= 2.10.2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Fri Nov 25 16:40:33 2016 (r427120) +++ head/devel/git/distinfo Fri Nov 25 17:30:16 2016 (r427121) @@ -1,7 +1,7 @@ -TIMESTAMP = 1476283907 -SHA256 (git-2.10.1.tar.xz) = a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6 -SIZE (git-2.10.1.tar.xz) = 4102452 -SHA256 (git-manpages-2.10.1.tar.xz) = 89ff7aae275252d6b01cac6479e10e1be2e0208181ff14decf200606b5223611 -SIZE (git-manpages-2.10.1.tar.xz) = 395560 -SHA256 (git-htmldocs-2.10.1.tar.xz) = 40f9ce980f91c0391438e5d04a1bb11b128c6b6bf272eac44d6fca80f2dacfcb -SIZE (git-htmldocs-2.10.1.tar.xz) = 1067144 +TIMESTAMP = 1479921176 +SHA256 (git-2.10.2.tar.xz) = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 +SIZE (git-2.10.2.tar.xz) = 4106108 +SHA256 (git-manpages-2.10.2.tar.xz) = 83b0a317f6039ad95ef6af6a182cf659c2d053eed5d8f70b06710eb787f8aa6f +SIZE (git-manpages-2.10.2.tar.xz) = 395556 +SHA256 (git-htmldocs-2.10.2.tar.xz) = dd43111c3518a92a7fe64ac5cd32a5d4d77d49c67f7d89dce3e8293bc3d6b491 +SIZE (git-htmldocs-2.10.2.tar.xz) = 1068436 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Fri Nov 25 16:40:33 2016 (r427120) +++ head/devel/git/pkg-plist Fri Nov 25 17:30:16 2016 (r427121) @@ -625,6 +625,7 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt @@ -1202,7 +1203,11 @@ share/emacs/site-lisp/git/git.el %%CONTRIB%%share/git-core/contrib/buildsystems/generate %%CONTRIB%%share/git-core/contrib/buildsystems/parse.pl %%CONTRIB%%share/git-core/contrib/coccinelle/README +%%CONTRIB%%share/git-core/contrib/coccinelle/array.cocci +%%CONTRIB%%share/git-core/contrib/coccinelle/free.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/object_id.cocci +%%CONTRIB%%share/git-core/contrib/coccinelle/strbuf.cocci +%%CONTRIB%%share/git-core/contrib/coccinelle/xstrdup_or_null.cocci %%CONTRIB%%share/git-core/contrib/completion/git-completion.bash %%CONTRIB%%share/git-core/contrib/completion/git-completion.tcsh %%CONTRIB%%share/git-core/contrib/completion/git-completion.zsh From owner-svn-ports-all@freebsd.org Fri Nov 25 17:37: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 A36AAC54816; Fri, 25 Nov 2016 17:37:16 +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 58A4A8FE; Fri, 25 Nov 2016 17:37:16 +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 uAPHbFfG034961; Fri, 25 Nov 2016 17:37:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPHbFnW034958; Fri, 25 Nov 2016 17:37:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611251737.uAPHbFnW034958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 25 Nov 2016 17:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427122 - head/devel/p5-Class-Inspector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 17:37:16 -0000 Author: adamw Date: Fri Nov 25 17:37:15 2016 New Revision: 427122 URL: https://svnweb.freebsd.org/changeset/ports/427122 Log: Update to 1.31, sort plist, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/Class-Inspector Modified: head/devel/p5-Class-Inspector/Makefile head/devel/p5-Class-Inspector/distinfo head/devel/p5-Class-Inspector/pkg-plist Modified: head/devel/p5-Class-Inspector/Makefile ============================================================================== --- head/devel/p5-Class-Inspector/Makefile Fri Nov 25 17:30:16 2016 (r427121) +++ head/devel/p5-Class-Inspector/Makefile Fri Nov 25 17:37:15 2016 (r427122) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Inspector -PORTVERSION= 1.28 -PORTREVISION= 1 +PORTVERSION= 1.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,5 +15,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Class-Inspector/distinfo ============================================================================== --- head/devel/p5-Class-Inspector/distinfo Fri Nov 25 17:30:16 2016 (r427121) +++ head/devel/p5-Class-Inspector/distinfo Fri Nov 25 17:37:15 2016 (r427122) @@ -1,2 +1,3 @@ -SHA256 (Class-Inspector-1.28.tar.gz) = 3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112 -SIZE (Class-Inspector-1.28.tar.gz) = 39816 +TIMESTAMP = 1480095391 +SHA256 (Class-Inspector-1.31.tar.gz) = 065f649f1f7a676f0496c37dc155cf4812edb77bdbb0e95d28c985deff930eeb +SIZE (Class-Inspector-1.31.tar.gz) = 24422 Modified: head/devel/p5-Class-Inspector/pkg-plist ============================================================================== --- head/devel/p5-Class-Inspector/pkg-plist Fri Nov 25 17:30:16 2016 (r427121) +++ head/devel/p5-Class-Inspector/pkg-plist Fri Nov 25 17:37:15 2016 (r427122) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Class::Inspector.3.gz -%%PERL5_MAN3%%/Class::Inspector::Functions.3.gz %%SITE_PERL%%/Class/Inspector.pm %%SITE_PERL%%/Class/Inspector/Functions.pm +%%PERL5_MAN3%%/Class::Inspector.3.gz +%%PERL5_MAN3%%/Class::Inspector::Functions.3.gz From owner-svn-ports-all@freebsd.org Fri Nov 25 18:31: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 9D94CC55A30; Fri, 25 Nov 2016 18:31:55 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B9BBC81; Fri, 25 Nov 2016 18:31:55 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPIVsrl058726; Fri, 25 Nov 2016 18:31:54 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPIVsK0058721; Fri, 25 Nov 2016 18:31:54 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201611251831.uAPIVsK0058721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 25 Nov 2016 18:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427123 - in head/dns: . void-zones-tools void-zones-tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 18:31:55 -0000 Author: ehaupt Date: Fri Nov 25 18:31:53 2016 New Revision: 427123 URL: https://svnweb.freebsd.org/changeset/ports/427123 Log: Add void-zones-tools 0.1.a, prepare a list of void zones that can be readily fed into Unbound. PR: 214723 Submitted by: vidar@karlsen.tech Added: head/dns/void-zones-tools/ head/dns/void-zones-tools/Makefile (contents, props changed) head/dns/void-zones-tools/distinfo (contents, props changed) head/dns/void-zones-tools/files/ head/dns/void-zones-tools/files/patch-Makefile (contents, props changed) head/dns/void-zones-tools/pkg-descr (contents, props changed) head/dns/void-zones-tools/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Fri Nov 25 17:37:15 2016 (r427122) +++ head/dns/Makefile Fri Nov 25 18:31:53 2016 (r427123) @@ -207,6 +207,7 @@ SUBDIR += validns SUBDIR += vhostcname SUBDIR += vizone + SUBDIR += void-zones-tools SUBDIR += walker SUBDIR += wdns SUBDIR += whoseip Added: head/dns/void-zones-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/void-zones-tools/Makefile Fri Nov 25 18:31:53 2016 (r427123) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= void-zones-tools +DISTVERSION= 0.1a +CATEGORIES= dns +DISTNAME= ${GH_ACCOUNT}-${PORTNAME}--${GH_TAGNAME} + +MAINTAINER= vidar@karlsen.tech +COMMENT= Prepare a list of void zones that can be readily fed into Unbound + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= compiler:c11 +USE_GITHUB= yes +GH_ACCOUNT= cyclaero +GH_TAGNAME= e6c5ef1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hosts2zones ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/void-zones + ${INSTALL_SCRIPT} ${WRKSRC}/void-zones-update.sh ${STAGEDIR}${PREFIX}/bin + +.include Added: head/dns/void-zones-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/void-zones-tools/distinfo Fri Nov 25 18:31:53 2016 (r427123) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480098686 +SHA256 (cyclaero-void-zones-tools--e6c5ef1_GH0.tar.gz) = ca7f492479f5faa927156dd990fe027bd99b61a183dfca9478c63dfbeb6ab9ad +SIZE (cyclaero-void-zones-tools--e6c5ef1_GH0.tar.gz) = 16020 Added: head/dns/void-zones-tools/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/void-zones-tools/files/patch-Makefile Fri Nov 25 18:31:53 2016 (r427123) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-11-25 18:11:34 UTC ++++ Makefile +@@ -24,7 +24,7 @@ + + + CC ?= clang +-CFLAGS = $(CDEFS) -std=c11 -g0 -Ofast -mssse3 -fstrict-aliasing -ffast-math -Wno-parentheses ++CFLAGS ?= $(CDEFS) -std=c11 + PREFIX ?= /usr/local + + HEADERS = binutils.h store.h Added: head/dns/void-zones-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/void-zones-tools/pkg-descr Fri Nov 25 18:31:53 2016 (r427123) @@ -0,0 +1,6 @@ +Tool to prepare a list of void zones that can be readily fed into Unbound. + +Void zones are the most straightforward way of blocking ad, tracking and other +malware domains. + +WWW: https://github.com/cyclaero/void-zones-tools Added: head/dns/void-zones-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/void-zones-tools/pkg-plist Fri Nov 25 18:31:53 2016 (r427123) @@ -0,0 +1,3 @@ +bin/hosts2zones +bin/void-zones-update.sh +@dir etc/void-zones From owner-svn-ports-all@freebsd.org Fri Nov 25 19:18: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 9DD1CC5497B; Fri, 25 Nov 2016 19:18:41 +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 5EAC3AA3; Fri, 25 Nov 2016 19:18: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 uAPJIeQu076613; Fri, 25 Nov 2016 19:18:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPJIeOx076607; Fri, 25 Nov 2016 19:18:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611251918.uAPJIeOx076607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 25 Nov 2016 19:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427124 - in head/devel: . py-tinyrpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 19:18:41 -0000 Author: pi Date: Fri Nov 25 19:18:39 2016 New Revision: 427124 URL: https://svnweb.freebsd.org/changeset/ports/427124 Log: New port: devel/py-tinyrpc tinyrpc is a library for making and handling RPC calls in python. Its initial scope is handling jsonrpc, although it aims to be very well-documented and modular to make it easy to add support for further protocols. WWW: https://tinyrpc.readthedocs.org/ PR: 209007 Submitted by: David Shane Holden Added: head/devel/py-tinyrpc/ head/devel/py-tinyrpc/Makefile (contents, props changed) head/devel/py-tinyrpc/distinfo (contents, props changed) head/devel/py-tinyrpc/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 25 18:31:53 2016 (r427123) +++ head/devel/Makefile Fri Nov 25 19:18:39 2016 (r427124) @@ -4621,6 +4621,7 @@ SUBDIR += py-thriftpy SUBDIR += py-timelib SUBDIR += py-tinyarray + SUBDIR += py-tinyrpc SUBDIR += py-tipper SUBDIR += py-total-ordering SUBDIR += py-tox Added: head/devel/py-tinyrpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-tinyrpc/Makefile Fri Nov 25 19:18:39 2016 (r427124) @@ -0,0 +1,35 @@ +# Created by: dpejesh@yahoo.com +# $FreeBSD$ + +PORTNAME= tinyrpc +PORTVERSION= 0.5 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dpejesh@yahoo.com +COMMENT= Modular RPC Libray + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= mbr +GH_PROJECT= tinyrpc +GH_TAGNAME= 0.5 + +USES= python:2 +USE_PYTHON= distutils autoplist + +OPTIONS_DEFINE= HTTP WSGI ZEROMQ + +HTTP_DESC= HTTP support +WSGI_DESC= WSGI support +ZEROMQ_DESC= ZeroMQ support + +OPTIONS_DEFAULT=HTTP + +HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests +WSGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>0:${PORTSDIR}/www/py-gevent \ + ${PYTHON_PKGNAMEPREFIX}gevent>0:${PORTSDIR}/devel/py-werkzeug +ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:${PORTSDIR}/net/py-pyzmq + +.include Added: head/devel/py-tinyrpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-tinyrpc/distinfo Fri Nov 25 19:18:39 2016 (r427124) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480101497 +SHA256 (mbr-tinyrpc-0.5_GH0.tar.gz) = 07e70208955b711952601162c33a9a300a4420893e8741b9eec16c239e1ea2f8 +SIZE (mbr-tinyrpc-0.5_GH0.tar.gz) = 26748 Added: head/devel/py-tinyrpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-tinyrpc/pkg-descr Fri Nov 25 19:18:39 2016 (r427124) @@ -0,0 +1,5 @@ +tinyrpc is a library for making and handling RPC calls in python. Its initial +scope is handling jsonrpc, although it aims to be very well-documented and +modular to make it easy to add support for further protocols. + +WWW: https://tinyrpc.readthedocs.org/ From owner-svn-ports-all@freebsd.org Fri Nov 25 19:24: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 45BFEC54BDF; Fri, 25 Nov 2016 19:24:51 +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 152E6E4D; Fri, 25 Nov 2016 19:24:51 +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 uAPJOosY080730; Fri, 25 Nov 2016 19:24:50 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPJOoKn080727; Fri, 25 Nov 2016 19:24:50 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611251924.uAPJOoKn080727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 25 Nov 2016 19:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427125 - 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, 25 Nov 2016 19:24:51 -0000 Author: gerald Date: Fri Nov 25 19:24:49 2016 New Revision: 427125 URL: https://svnweb.freebsd.org/changeset/ports/427125 Log: Update to the 20161122 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 25 19:18:39 2016 (r427124) +++ head/lang/gcc5-devel/Makefile Fri Nov 25 19:24:49 2016 (r427125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20161115 +PORTVERSION= 5.4.1.s20161122 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Fri Nov 25 19:18:39 2016 (r427124) +++ head/lang/gcc5-devel/distinfo Fri Nov 25 19:24:49 2016 (r427125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479289178 -SHA256 (gcc-5-20161115.tar.bz2) = 0a1095c788398d3c5d0693ed06da7c3154920a0a8ac8b95db47ed13ad9bd3f84 -SIZE (gcc-5-20161115.tar.bz2) = 91785160 +TIMESTAMP = 1479896396 +SHA256 (gcc-5-20161122.tar.bz2) = f1ec8c2432500c5bd00f7967069e8afb497e6cc0e5aed74f28a4c32697967091 +SIZE (gcc-5-20161122.tar.bz2) = 91785779 From owner-svn-ports-all@freebsd.org Fri Nov 25 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 DE903C55F18; Fri, 25 Nov 2016 20:28:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B93D65F7; Fri, 25 Nov 2016 20:28:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPKSrUX005010; Fri, 25 Nov 2016 20:28:53 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPKSrkG005004; Fri, 25 Nov 2016 20:28:53 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201611252028.uAPKSrkG005004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 25 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: r427126 - in head: . Mk devel/qt5-help devel/qt5-help/files textproc textproc/clucene-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 20:28:55 -0000 Author: tcberner Date: Fri Nov 25 20:28:53 2016 New Revision: 427126 URL: https://svnweb.freebsd.org/changeset/ports/427126 Log: Reintegrate textproc/clucene-qt5 into devel/qt5-help As devel/qt5-help is the only consumer of textproc/clucene-qt5 and the latter it is part of the same distfile we can simplify it, and get rid of clucene-qt5. This was spotted by Marie Loise Nolden -- thanks :) Reviewed by: rakuco Approved by: rakuco (mentor) Sponsored by: https://reviews.freebsd.org/D8638 Deleted: head/textproc/clucene-qt5/ Modified: head/MOVED head/Mk/bsd.qt.mk head/devel/qt5-help/Makefile head/devel/qt5-help/files/patch-src__assistant__assistant.pro head/devel/qt5-help/pkg-plist head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 25 19:24:49 2016 (r427125) +++ head/MOVED Fri Nov 25 20:28:53 2016 (r427126) @@ -8809,3 +8809,4 @@ security/krb5-112||2016-11-20|Has expire astro/osmium|astro/libosmium|2016-11-23|Rename according to upstream deskutils/xfce4-notification-daemon|deskutils/xfce4-notifyd|2016-11-23|Has expired: No longer supported by upstream, replaced with deskutils/xfce4-notifyd archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python module +textproc/clucene-qt5||2016-11-25|Reintegrated into devel/qt5-help Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Fri Nov 25 19:24:49 2016 (r427125) +++ head/Mk/bsd.qt.mk Fri Nov 25 20:28:53 2016 (r427126) @@ -293,14 +293,14 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_ --with-extra-libs=${LOCALBASE}/lib .endif # !defined(QT_NONSTANDARD) -_USE_QT_ALL= assistant clucene dbus declarative designer doc gui help \ +_USE_QT_ALL= assistant dbus declarative designer doc gui help \ imageformats l10n linguist linguisttools multimedia \ network opengl pixeltool qdbusviewer qmake script \ scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \ sql-sqlite2 sql-sqlite3 svg testlib webkit \ xml xmlpatterns -_USE_QT4_ONLY= accessible assistant-adp assistantclient codecs-cn codecs-jp \ +_USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codecs-jp \ codecs-kr codecs-tw corelib demo graphicssystems-opengl \ help-tools iconengines inputmethods makeqpf moc phonon \ phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \ Modified: head/devel/qt5-help/Makefile ============================================================================== --- head/devel/qt5-help/Makefile Fri Nov 25 19:24:49 2016 (r427125) +++ head/devel/qt5-help/Makefile Fri Nov 25 20:28:53 2016 (r427126) @@ -2,13 +2,14 @@ PORTNAME= help DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt online help integration module -USE_QT5= clucene core gui network sql widgets \ +USE_QT5= core gui network sql widgets \ buildtools_build sql-sqlite3_run QT_DIST= tools USES= qmake Modified: head/devel/qt5-help/files/patch-src__assistant__assistant.pro ============================================================================== --- head/devel/qt5-help/files/patch-src__assistant__assistant.pro Fri Nov 25 19:24:49 2016 (r427125) +++ head/devel/qt5-help/files/patch-src__assistant__assistant.pro Fri Nov 25 20:28:53 2016 (r427126) @@ -4,20 +4,18 @@ missing dependencies. clucene/ is built in textproc/clucene-qt5, assistant/ is built in devel/qt5-assistant. ---- src/assistant/assistant.pro +--- src/assistant/assistant.pro.orig 2016-08-31 07:07:13 UTC +++ src/assistant/assistant.pro -@@ -1,20 +1,15 @@ - TEMPLATE = subdirs +@@ -2,19 +2,16 @@ TEMPLATE = subdirs --SUBDIRS += clucene \ -- help \ + SUBDIRS += clucene \ + help \ - assistant \ -+SUBDIRS += help \ qhelpgenerator \ qcollectiongenerator \ qhelpconverter --help.depends = clucene + help.depends = clucene -assistant.depends = help qhelpgenerator.depends = help qcollectiongenerator.depends = help Modified: head/devel/qt5-help/pkg-plist ============================================================================== --- head/devel/qt5-help/pkg-plist Fri Nov 25 19:24:49 2016 (r427125) +++ head/devel/qt5-help/pkg-plist Fri Nov 25 20:28:53 2016 (r427126) @@ -1,3 +1,25 @@ +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qanalyzer_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qclucene-config_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qclucene_global_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qdocument_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qfield_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qfilter_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qhits_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qindexreader_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qindexwriter_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qquery_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qqueryparser_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qreader_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qsearchable_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qsort_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qterm_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtoken_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtokenizer_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtokenstream_p.h +%%QT_INCDIR%%/QtCLucene/QtCLucene +%%QT_INCDIR%%/QtCLucene/QtCLuceneDepends +%%QT_INCDIR%%/QtCLucene/QtCLuceneVersion +%%QT_INCDIR%%/QtCLucene/qtcluceneversion.h %%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qclucenefieldnames_p.h %%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpcollectionhandler_p.h %%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpdatainterface_p.h @@ -38,6 +60,12 @@ %%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfig.cmake %%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfigExtras.cmake %%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfigVersion.cmake +%%QT_LIBDIR%%/libQt5CLucene.prl +%%QT_LIBDIR%%/libQt5CLucene.so +%%QT_LIBDIR%%/libQt5CLucene.so.5 +%%QT_LIBDIR%%/libQt5CLucene.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5CLucene.so.%%FULLVER%% +%%DEBUG%%%%QT_LIBDIR%%/libQt5CLucene.so.%%FULLVER%%.debug %%QT_LIBDIR%%/libQt5Help.prl %%QT_LIBDIR%%/libQt5Help.so %%QT_LIBDIR%%/libQt5Help.so.5 @@ -47,6 +75,7 @@ %%QT_BINDIR%%/qcollectiongenerator %%QT_BINDIR%%/qhelpconverter %%QT_BINDIR%%/qhelpgenerator +%%QT_MKSPECDIR%%/modules/qt_lib_clucene_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_help.pri %%QT_MKSPECDIR%%/modules/qt_lib_help_private.pri libdata/pkgconfig/Qt5Help.pc Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Nov 25 19:24:49 2016 (r427125) +++ head/textproc/Makefile Fri Nov 25 20:28:53 2016 (r427126) @@ -81,7 +81,6 @@ SUBDIR += clit SUBDIR += clucene SUBDIR += clucene-qt4 - SUBDIR += clucene-qt5 SUBDIR += cmark SUBDIR += coccigrep SUBDIR += code2html From owner-svn-ports-all@freebsd.org Fri Nov 25 21:09: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 EB72DC55853; Fri, 25 Nov 2016 21:09:25 +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 BAD0F8DE; Fri, 25 Nov 2016 21:09: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 uAPL9O3l021056; Fri, 25 Nov 2016 21:09:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPL9Owm021055; Fri, 25 Nov 2016 21:09:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611252109.uAPL9Owm021055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Nov 2016 21:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427127 - head/devel/py-tinyrpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 21:09:26 -0000 Author: antoine Date: Fri Nov 25 21:09:24 2016 New Revision: 427127 URL: https://svnweb.freebsd.org/changeset/ports/427127 Log: Clean up/Fix Modified: head/devel/py-tinyrpc/Makefile Modified: head/devel/py-tinyrpc/Makefile ============================================================================== --- head/devel/py-tinyrpc/Makefile Fri Nov 25 20:28:53 2016 (r427126) +++ head/devel/py-tinyrpc/Makefile Fri Nov 25 21:09:24 2016 (r427127) @@ -16,7 +16,7 @@ GH_ACCOUNT= mbr GH_PROJECT= tinyrpc GH_TAGNAME= 0.5 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist OPTIONS_DEFINE= HTTP WSGI ZEROMQ @@ -27,9 +27,9 @@ ZEROMQ_DESC= ZeroMQ support OPTIONS_DEFAULT=HTTP -HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests -WSGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>0:${PORTSDIR}/www/py-gevent \ - ${PYTHON_PKGNAMEPREFIX}gevent>0:${PORTSDIR}/devel/py-werkzeug -ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:${PORTSDIR}/net/py-pyzmq +HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests +WSGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug +ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq .include From owner-svn-ports-all@freebsd.org Fri Nov 25 21:14: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 99121C559CD; Fri, 25 Nov 2016 21:14:58 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73A15C61; Fri, 25 Nov 2016 21:14:58 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPLEvtN025060; Fri, 25 Nov 2016 21:14:57 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPLEvhl025057; Fri, 25 Nov 2016 21:14:57 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201611252114.uAPLEvhl025057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Fri, 25 Nov 2016 21:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427128 - head/mail/notmuch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 21:14:58 -0000 Author: misha Date: Fri Nov 25 21:14:57 2016 New Revision: 427128 URL: https://svnweb.freebsd.org/changeset/ports/427128 Log: - update from 0.23.1 to 0.23.2 - add MUTT option to install notmuch-mutt utility PR: 214781 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor) Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/pkg-plist Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Fri Nov 25 21:09:24 2016 (r427127) +++ head/mail/notmuch/Makefile Fri Nov 25 21:14:57 2016 (r427128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.23.1 +PORTVERSION= 0.23.2 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -27,8 +27,9 @@ USE_LDCONFIG= yes MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} -OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES RUBY ZSH +OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES MUTT RUBY ZSH EMACS_DESC= Install EMACS lisp files (requires emacs) +MUTT_DESC= Install notmuch-mutt script OPTIONS_SUB= yes BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion @@ -41,6 +42,10 @@ EMACS_CONFIGURE_ON= --emacslispdir=${PRE --emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} EMACS_USE= EMACS=yes MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +MUTT_RUN_DEPENDS= p5-Mail-Tools>0:mail/p5-Mail-Tools \ + p5-Mail-Box>0:mail/p5-Mail-Box \ + p5-String-ShellQuote>0:textproc/p5-String-ShellQuote +MUTT_USE= PERL=yes RUBY_USE= RUBY=yes ZSH_CONFIGURE_WITH= zsh-completion @@ -50,6 +55,14 @@ ZSH_CONFIGURE_WITH= zsh-completion CONFIGURE_ENV= zlib_cflags="" zlib_ldflags="-lz" PKG_CONFIG_PATH="" .endif +do-build-MUTT-on: + ${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all + ${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1 + +do-install-MUTT-on: + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.4.0 Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Fri Nov 25 21:09:24 2016 (r427127) +++ head/mail/notmuch/distinfo Fri Nov 25 21:14:57 2016 (r427128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477336281 -SHA256 (notmuch-0.23.1.tar.gz) = e8012a1aa9afa47dfeb78f826610577e6bf9714e0933f28139c8611aad96d180 -SIZE (notmuch-0.23.1.tar.gz) = 690069 +TIMESTAMP = 1479902218 +SHA256 (notmuch-0.23.2.tar.gz) = edfd7528d43bf1e1ab2620607f9fdcf772603455a61c2eb49978619c352c97bc +SIZE (notmuch-0.23.2.tar.gz) = 690833 Modified: head/mail/notmuch/pkg-plist ============================================================================== --- head/mail/notmuch/pkg-plist Fri Nov 25 21:09:24 2016 (r427127) +++ head/mail/notmuch/pkg-plist Fri Nov 25 21:14:57 2016 (r427128) @@ -1,4 +1,5 @@ bin/notmuch +%%MUTT%%bin/notmuch-mutt include/notmuch.h lib/libnotmuch.so lib/libnotmuch.so.4 @@ -18,6 +19,7 @@ lib/libnotmuch.so.4.4.0 %%MANPAGES%%man/man1/notmuch-show.1.gz %%MANPAGES%%man/man1/notmuch-tag.1.gz %%MANPAGES%%man/man1/notmuch.1.gz +%%MUTT%%man/man1/notmuch-mutt.1.gz %%DOXYGEN%%man/man3/notmuch.3.gz %%MANPAGES%%man/man5/notmuch-hooks.5.gz %%MANPAGES%%man/man7/notmuch-search-terms.7.gz @@ -61,4 +63,6 @@ lib/libnotmuch.so.4.4.0 %%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch.elc %%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-company.el %%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-company.elc +%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-compat.el +%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-compat.elc %%ZSH%%share/zsh/functions/Completion/Unix/_notmuch From owner-svn-ports-all@freebsd.org Fri Nov 25 21:27: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 B7490C55C7D; Fri, 25 Nov 2016 21:27:39 +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 8B1DF286; Fri, 25 Nov 2016 21:27:39 +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 uAPLRcqd029486; Fri, 25 Nov 2016 21:27:38 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPLRbmZ029474; Fri, 25 Nov 2016 21:27:37 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611252127.uAPLRbmZ029474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 25 Nov 2016 21:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427129 - in head: biology/seqan-apps devel/bisoncpp devel/libbobcat devel/pure-stldict emulators/dolphin-emu lang/cilkplus lang/gcc6 lang/gcc6-devel lang/gcc7-devel lang/ruby21 lang/ru... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 25 Nov 2016 21:27:39 -0000 Author: gerald Date: Fri Nov 25 21:27:37 2016 New Revision: 427129 URL: https://svnweb.freebsd.org/changeset/ports/427129 Log: Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default version for GCC in the Ports Collection have moved to GCC 4.9. Modified: head/biology/seqan-apps/Makefile head/devel/bisoncpp/Makefile head/devel/libbobcat/Makefile head/devel/pure-stldict/Makefile head/emulators/dolphin-emu/Makefile head/lang/cilkplus/Makefile head/lang/gcc6-devel/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/biology/seqan-apps/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -24,7 +24,7 @@ GH_PROJECT= seqan USES= cmake:outsource CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" -USE_GCC= 4.9+ +USE_GCC= yes .include Modified: head/devel/bisoncpp/Makefile ============================================================================== --- head/devel/bisoncpp/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/devel/bisoncpp/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -20,7 +20,7 @@ PORTDOCS= * WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} -USE_GCC= 4.9+ +USE_GCC= yes USES= shebangfix Modified: head/devel/libbobcat/Makefile ============================================================================== --- head/devel/libbobcat/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/devel/libbobcat/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= icmake:devel/icmake \ yodl>=3.0:textproc/yodl -USE_GCC= 4.9+ +USE_GCC= yes USE_XORG= x11 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/devel/pure-stldict/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${OSVERSION} <= 1000000 -USE_GCC= 4.9+ +USE_GCC= yes .endif post-install: Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/emulators/dolphin-emu/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -85,9 +85,9 @@ NLS_CMAKE_OFF= -DDISABLE_NLS:BOOL=ON CMAKE_ARGS+= -DENABLE_GENERIC:BOOL=ON .endif -# When building with Gcc, needs Gcc 4.9+ +# When building with GCC, needs GCC 4.9+ .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 49 -USE_GCC= 4.9+ +USE_GCC= yes # Enable std::stoul() CXXFLAGS+= -D_GLIBCXX_USE_C99 # Enable log2f(), exp2f() and roundf() Modified: head/lang/cilkplus/Makefile ============================================================================== --- head/lang/cilkplus/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/cilkplus/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE HG_REVISION= 004467 -USE_GCC= 4.9+ +USE_GCC= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/gcc6-devel/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/gcc6/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/gcc7-devel/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -61,7 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/ruby21/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-dtrace .endif .if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc") -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/ruby22/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace .endif .if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/ruby23/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--disable-dtrace .endif .if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc") -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" From owner-svn-ports-all@freebsd.org Fri Nov 25 22:06: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 DC7B0C559A3; Fri, 25 Nov 2016 22:06:19 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91710C05; Fri, 25 Nov 2016 22:06:19 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPM6I66045232; Fri, 25 Nov 2016 22:06:18 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPM6Ion045230; Fri, 25 Nov 2016 22:06:18 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201611252206.uAPM6Ion045230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 25 Nov 2016 22:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427130 - head/math/octave-forge-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: Fri, 25 Nov 2016 22:06:20 -0000 Author: stephen Date: Fri Nov 25 22:06:18 2016 New Revision: 427130 URL: https://svnweb.freebsd.org/changeset/ports/427130 Log: - Update to 2.0.0. Modified: head/math/octave-forge-gsl/Makefile head/math/octave-forge-gsl/distinfo Modified: head/math/octave-forge-gsl/Makefile ============================================================================== --- head/math/octave-forge-gsl/Makefile Fri Nov 25 21:27:37 2016 (r427129) +++ head/math/octave-forge-gsl/Makefile Fri Nov 25 22:06:18 2016 (r427130) @@ -2,25 +2,29 @@ # $FreeBSD$ PORTNAME= octave-forge-gsl -PORTVERSION= 1.0.8 -PORTREVISION= 17 +PORTVERSION= 2.0.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libgsl.so:math/gsl -GNU_CONFIGURE= yes -CONFIGURE_ENV+= HOME=${WRKSRC} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src -post-patch: - @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/config* +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + .include Modified: head/math/octave-forge-gsl/distinfo ============================================================================== --- head/math/octave-forge-gsl/distinfo Fri Nov 25 21:27:37 2016 (r427129) +++ head/math/octave-forge-gsl/distinfo Fri Nov 25 22:06:18 2016 (r427130) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/gsl-1.0.8.tar.gz) = a8344d508ba6f376ca0c0734a72aac1080690cfe74f32c5e964ad765d81adfb3 -SIZE (octave-forge/gsl-1.0.8.tar.gz) = 1206632 +TIMESTAMP = 1480110430 +SHA256 (octave-forge/gsl-2.0.0.tar.gz) = 4a93623745024a7617eef435b99a03aaebece3d7967771518197f150746f58b1 +SIZE (octave-forge/gsl-2.0.0.tar.gz) = 111757 From owner-svn-ports-all@freebsd.org Sat Nov 26 03:02: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 30991C56603; Sat, 26 Nov 2016 03:02:31 +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 00524B28; Sat, 26 Nov 2016 03:02:30 +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 uAQ32Uwl065552; Sat, 26 Nov 2016 03:02:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQ32UjV065549; Sat, 26 Nov 2016 03:02:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611260302.uAQ32UjV065549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 26 Nov 2016 03:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427131 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 03:02:31 -0000 Author: swills Date: Sat Nov 26 03:02:29 2016 New Revision: 427131 URL: https://svnweb.freebsd.org/changeset/ports/427131 Log: net/syncthing: update to 0.14.12 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Fri Nov 25 22:06:18 2016 (r427130) +++ head/net/syncthing/Makefile Sat Nov 26 03:02:29 2016 (r427131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.7 +PORTVERSION= 0.14.12 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Fri Nov 25 22:06:18 2016 (r427130) +++ head/net/syncthing/distinfo Sat Nov 26 03:02:29 2016 (r427131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474551929 -SHA256 (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 5586f24e10e695bf2a3db1f2bfd2b8bf986753ecbc9919c922e2ba10c0bbb119 -SIZE (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 6434379 +TIMESTAMP = 1480128113 +SHA256 (syncthing-syncthing-v0.14.12_GH0.tar.gz) = 0778785636e2c095f8f6cd353a206e0e1b1db37c40a4c79156a08eaaffcff81f +SIZE (syncthing-syncthing-v0.14.12_GH0.tar.gz) = 6464612 From owner-svn-ports-all@freebsd.org Sat Nov 26 07:56: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 347B5C56FB9; Sat, 26 Nov 2016 07:56:42 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15B006A6; Sat, 26 Nov 2016 07:56:41 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-188-118-240-138.dsl.sil.at [188.118.240.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id C95DD3F531; Sat, 26 Nov 2016 02:56:39 -0500 (EST) Date: Sat, 26 Nov 2016 08:56:38 +0100 (CET) From: Gerald Pfeifer To: Mark Linimon cc: Cy Schubert , koobs@FreeBSD.org, Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427017 - head/net/ntp In-Reply-To: <20161124153639.GA24019@lonesome.com> Message-ID: References: <201611241516.uAOFGFpJ073687@slippy.cwsent.com> <20161124153639.GA24019@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 07:56:42 -0000 On Thu, 24 Nov 2016, Mark Linimon wrote: >> I'll take a look at it further when I get home. I have a hunch that >> USE_GCC=4.8 or 4.9 will likely fix it. > fwiw, as of a few days ago, "USE_GCC=yes" is equivalent to "USE_GCC=4.9". Actually, USE_GCC=4.9+ (i.e., GCC 4.9 or later). And indeed, the use of version numbers should be minimized (so "yes" is better than "4.9+"). And the "or later" variant is preferred over requiring an exact version (so "4.9+" is better than "4.9"). USE_GCC=yes > USE_GCC=4.9+ > USE_GCC=4.9, where ">" is "preferred". Gerald From owner-svn-ports-all@freebsd.org Sat Nov 26 08:09: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 E3AE5C56877; Sat, 26 Nov 2016 08:09: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 B3125FAB; Sat, 26 Nov 2016 08:09: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 uAQ89hKD084452; Sat, 26 Nov 2016 08:09:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQ89hfY084451; Sat, 26 Nov 2016 08:09:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611260809.uAQ89hfY084451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 08:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427132 - head/textproc/enchant/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 08:09:45 -0000 Author: jbeich Date: Sat Nov 26 08:09:43 2016 New Revision: 427132 URL: https://svnweb.freebsd.org/changeset/ports/427132 Log: textproc/enchant: unbreak with hunspell 1.5 myspell_checker.cpp:430:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *enc = myspell->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket Added: head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp (contents, props changed) Added: head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp Sat Nov 26 08:09:43 2016 (r427132) @@ -0,0 +1,11 @@ +--- src/myspell/myspell_checker.cpp.orig 2010-04-01 20:53:37 UTC ++++ src/myspell/myspell_checker.cpp +@@ -427,7 +427,7 @@ MySpellChecker::requestDictionary(const + if(myspell == NULL){ + return false; + } +- char *enc = myspell->get_dic_encoding(); ++ const char *enc = myspell->get_dic_encoding(); + + m_translate_in = g_iconv_open(enc, "UTF-8"); + m_translate_out = g_iconv_open("UTF-8", enc); From owner-svn-ports-all@freebsd.org Sat Nov 26 08:12: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 A0F14C56A67; Sat, 26 Nov 2016 08:12:59 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::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 6E53D135A; Sat, 26 Nov 2016 08:12:59 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x244.google.com with SMTP id x23so7529261pgx.3; Sat, 26 Nov 2016 00:12:59 -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:cc:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xvxZMYuWHhyQcm8w/i4fRwdsIvpfWcMm2GfKDzFF7ys=; b=YQ8WeATGjD2PL2VUG5HpjJayRFRQ8uGk5Tsd8evPwOrQFMKg1xPtkbzIM9xKXhKNgO pdON0ycavHWuxiRTdxUi/aiL4GL9P6SBDq2DfCuzBZZ+kI7XJbjPao3Jq9SFr5Elhw7Q LeYUrSfACYP3id4MLVS5SH+K+OBnBxLwfFXx6dlt2CJRpqKyI3aBVeEmpuZ+RRSEZCuv qZzWu6OzfqFL72YWh7v91VPi9pjn4C+n5TqjCt2NnbgXVjVb/CaNDjEfHwfDUngSACM0 Xdp4Bm3YRGAU4e1n9qMJ1wdURpOXLfEx3zRm0ROtuqscqhWr0EhdIUGH5OZ+a58vTWrt 8Ykw== 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:cc :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=xvxZMYuWHhyQcm8w/i4fRwdsIvpfWcMm2GfKDzFF7ys=; b=Gpshvdo8ZnI+cxhj/I6PTEv/ohM7/UkIkNUN5aOFnFWDrVsZTJdUMj08iV2dbS+7lY xbtsgw8eGgepidCeVRwX+gMqR131s6oByf5ayPCVsIFsWO1Y5+Gx8rC8qd8CAai0hqbx uaCvNKvqx6uYd12wA8/DRtMtDqcHvVItLN4jejhotb372eC1ALMlEfsjJe/X5YCaL9uX 0Y7tLfmSpkPMc7blvt/1+QihnQhwdP9fZbU8IWsJJ3dit1B9hvDkxio4XjT7qs0tfn+L sr9RpyANxWaU+ePo+bnLwvRSj83AgukhigJdfNdpH5QqMAabC5jxsyyx9tQ4PBW4n9uW RH2Q== X-Gm-Message-State: AKaTC03nURr/jrbCMA9IHqcotqLOsKxTQvXH45NvrLi/UHRjQHoQZseKO22ZGL3F4WgZ3g== X-Received: by 10.99.136.194 with SMTP id l185mr21621600pgd.106.1480147979036; Sat, 26 Nov 2016 00:12:59 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d44c:889c:2e3a:fc63? (2001-44b8-31ae-7b01-d44c-889c-2e3a-fc63.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d44c:889c:2e3a:fc63]) by smtp.gmail.com with ESMTPSA id o68sm72701093pfb.42.2016.11.26.00.12.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Nov 2016 00:12:58 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r427124 - in head/devel: . py-tinyrpc To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611251918.uAPJIeOx076607@repo.freebsd.org> From: Kubilay Kocak Cc: dpejesh@yahoo.com Message-ID: Date: Sat, 26 Nov 2016 19:10:58 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: <201611251918.uAPJIeOx076607@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: Sat, 26 Nov 2016 08:12:59 -0000 On 26/11/2016 6:18 AM, Kurt Jaeger wrote: > +USES= python:2 This is likely incorrect, unless the package depends on the python2 symlink (thus needing lang/python2), in which case it should be patched to use PYTHON_CMD (PEP394 compatible, version-suffixed script names) instead. Please use -2.7 instead to say only/any 2.x version of Python instead. From owner-svn-ports-all@freebsd.org Sat Nov 26 08:13: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 57BC9C56B02; Sat, 26 Nov 2016 08:13:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x241.google.com (mail-pg0-x241.google.com [IPv6:2607:f8b0:400e:c05::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2310314A8; Sat, 26 Nov 2016 08:13:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x241.google.com with SMTP id p66so7533381pga.2; Sat, 26 Nov 2016 00:13:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ahjwNSAibBnwoAOxr/C9B6IrmlvLcvVAw3wj02Eh+WQ=; b=BC5d8sT7hK+E3nxqW9gxsD377aoe3IzHqC1MWCOGcq2c3evZgW1diUbik1oJI8nd1K z+9Ok7yl4VsTVmjmad7JXsQR5NLjBqcd/sXKLNBL1Ldb47vPprDt7JeX/1DBLGweYtjZ /NfJwplPjYe0g/lLQIhOv/r/U75OgqXgfwSdZK+tFG5V9jEsQVklDSIuF4QGBfzBvIAx DiAjvEuEbCdY78gOLTWVHG+D/mwAyGJ0PdMWpIDxoeXluu8CUDqol5X7e9iD6o/6omjR jUICbUySHKHwkFGX3nLynrZoAjc/+LBcg5Cqcw1EolO6A/5f6ZhiI9y6n13ih2Y2u7Qs kcuw== 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:from:to:cc:references :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=ahjwNSAibBnwoAOxr/C9B6IrmlvLcvVAw3wj02Eh+WQ=; b=iX5UUCtLNPVMnQ8rmO/xHcHHE6x2nTfGVGX+WdCXoAfpL4u8jTYldHbINaqbbQtzEm hF1qh2v0gmzkgBdjsmpbkVWV6YgA+UpUzJzePr+JGLZbjkF2EUCkVO4diW+ik0XAPOK8 4B/OGXCiUoDz4HoE+Gak1JtD6f/X/oJ8hXkmnwm9GwuM3+fkwIKv67xpjRGzFppT9cuI FcLrJdkXYatY/4gGfOMeHQAkjaX1NcqXRh9MK5wkNLhiB7mIQjAQH7O3S0Xv8Zv/aip4 +FLxPeAgOrL1NbEAkf3QRtbYZxtwePnJAKFBe8H2xb+gKhEjV1ZSyLSPX8w2yOpoIFHa TYfA== X-Gm-Message-State: AKaTC02FLk+SqWmkLkt73GqHZlu/ba6hSBj7JNhnbKYNOADUtAbI0HVW8I/q1WfVHBGx+w== X-Received: by 10.84.136.164 with SMTP id 33mr26426526pll.148.1480148031822; Sat, 26 Nov 2016 00:13:51 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d44c:889c:2e3a:fc63? (2001-44b8-31ae-7b01-d44c-889c-2e3a-fc63.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d44c:889c:2e3a:fc63]) by smtp.gmail.com with ESMTPSA id g63sm72721322pfd.60.2016.11.26.00.13.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Nov 2016 00:13:51 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r427124 - in head/devel: . py-tinyrpc From: Kubilay Kocak To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: dpejesh@yahoo.com References: <201611251918.uAPJIeOx076607@repo.freebsd.org> Message-ID: Date: Sat, 26 Nov 2016 19:11:52 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0a2 MIME-Version: 1.0 In-Reply-To: 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: Sat, 26 Nov 2016 08:13:52 -0000 On 26/11/2016 7:10 PM, Kubilay Kocak wrote: > On 26/11/2016 6:18 AM, Kurt Jaeger wrote: >> +USES= python:2 > > This is likely incorrect, unless the package depends on the python2 > symlink (thus needing lang/python2), in which case it should be > patched to use PYTHON_CMD (PEP394 compatible, version-suffixed script > names) instead. > > Please use -2.7 instead to say only/any 2.x version of Python > instead. > I see this was done by Antoine in a later revision. From owner-svn-ports-all@freebsd.org Sat Nov 26 09:00: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 CD8B6C579A7; Sat, 26 Nov 2016 09:00: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 8E2A2686; Sat, 26 Nov 2016 09:00:45 +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 uAQ90ird004933; Sat, 26 Nov 2016 09:00:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQ90iuF004931; Sat, 26 Nov 2016 09:00:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611260900.uAQ90iuF004931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Nov 2016 09:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427133 - head/math/testu01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 09:00:45 -0000 Author: amdmi3 Date: Sat Nov 26 09:00:44 2016 New Revision: 427133 URL: https://svnweb.freebsd.org/changeset/ports/427133 Log: - Add LICENSE (no commercial distribution allowed) - Switch to USES=localbase - Switch to options helpers - Cosmetic fixes - Switch to new test framework Modified: head/math/testu01/Makefile head/math/testu01/pkg-plist Modified: head/math/testu01/Makefile ============================================================================== --- head/math/testu01/Makefile Sat Nov 26 08:09:43 2016 (r427132) +++ head/math/testu01/Makefile Sat Nov 26 09:00:44 2016 (r427133) @@ -13,59 +13,62 @@ EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for statistical testing of uniform random number generators +LICENSE= TestU01 +LICENSE_NAME= TestU01 license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libgmp.so:math/gmp -USES= gmake zip libtool +CONFLICTS= emboss-[0-9]* + +USES= gmake zip libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${PREFIX}/include/${PORTNAME}" MAKE_ARGS= docdir="${DOCSDIR}" exdir="${EXAMPLESDIR}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + CFLAGS+= -fPIC -PLIST_SUB= PORTNAME="${PORTNAME}" -CONFLICTS= emboss-[0-9]* OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-patch: @${REINPLACE_CMD} -e 's|return|& (0)|' ${WRKSRC}/testu01/fftc.c -.if empty(PORT_OPTIONS:MDOCS) + +post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS \=/s/ doc / /' ${WRKSRC}/Makefile.in @${FIND} -X ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} \ -e '/^install-data-am\: /s/install-docDATA//' -.endif -.if empty(PORT_OPTIONS:MEXAMPLES) + + +post-patch-EXAMPLES-off: @${REINPLACE_CMD} -e '/^SUBDIRS \=/s/ examples / /' ${WRKSRC}/Makefile.in -.endif -.if ${PORT_OPTIONS:MDOCS} -post-install: + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/testu01.pdf ${STAGEDIR}${DOCSDIR} -.endif + ${INSTALL_DATA} ${DISTDIR}/testu01.pdf ${STAGEDIR}${DOCSDIR} -check regression-test test: build +do-test: @cd ${WRKSRC}/examples ; \ for f in [mx]*.c ; do \ - ${CC} ${CFLAGS} -c $${f} -I. -I../include ; \ + ${CC} ${CFLAGS} -c $${f} -I. -I../include ; \ done ; \ for t in [befs]*.c; do \ - case $${t} in \ - ex3.c) x="my16807.o" ;; \ - ex7.c) x="mrg32k3a.o xorshift.o" ;; \ - scat.c) continue ;; \ - *) x="" ;; \ - esac ; \ - ${CC} ${CFLAGS} ${LDFLAGS} -o $${t%.c} $${t} -I. -I../include \ - -Wl,--as-needed $${x} ../testu01/.libs/libtestu01.so \ - ../probdist/.libs/libprobdist.so ../mylib/.libs/libmylib.so -lm ; \ - ${ECHO_CMD} "Running $${t%.c}..." ; \ - ${SETENV} \ - LD_LIBRARY_PATH=../testu01/.libs:../probdist/.libs:../mylib/.libs \ - ./$${t%.c} ; \ + case $${t} in \ + ex3.c) x="my16807.o" ;; \ + ex7.c) x="mrg32k3a.o xorshift.o" ;; \ + scat.c) continue ;; \ + *) x="" ;; \ + esac ; \ + ${CC} ${CFLAGS} ${LDFLAGS} -o $${t%.c} $${t} -I. -I../include \ + -Wl,--as-needed $${x} ../testu01/.libs/libtestu01.so \ + ../probdist/.libs/libprobdist.so ../mylib/.libs/libmylib.so -lm ; \ + ${ECHO_CMD} "Running $${t%.c}..." ; \ + ${SETENV} \ + LD_LIBRARY_PATH=../testu01/.libs:../probdist/.libs:../mylib/.libs \ + ./$${t%.c} ; \ done .include Modified: head/math/testu01/pkg-plist ============================================================================== --- head/math/testu01/pkg-plist Sat Nov 26 08:09:43 2016 (r427132) +++ head/math/testu01/pkg-plist Sat Nov 26 09:00:44 2016 (r427133) @@ -1,81 +1,81 @@ bin/tcode -include/%%PORTNAME%%/TestU01.h -include/%%PORTNAME%%/addstr.h -include/%%PORTNAME%%/bbattery.h -include/%%PORTNAME%%/bitset.h -include/%%PORTNAME%%/chrono.h -include/%%PORTNAME%%/fbar.h -include/%%PORTNAME%%/fcho.h -include/%%PORTNAME%%/fcong.h -include/%%PORTNAME%%/fdist.h -include/%%PORTNAME%%/ffam.h -include/%%PORTNAME%%/ffsr.h -include/%%PORTNAME%%/finv.h -include/%%PORTNAME%%/fknuth.h -include/%%PORTNAME%%/fmarsa.h -include/%%PORTNAME%%/fmass.h -include/%%PORTNAME%%/fmultin.h -include/%%PORTNAME%%/fnpair.h -include/%%PORTNAME%%/fres.h -include/%%PORTNAME%%/fspectral.h -include/%%PORTNAME%%/fstring.h -include/%%PORTNAME%%/ftab.h -include/%%PORTNAME%%/fvaria.h -include/%%PORTNAME%%/fwalk.h -include/%%PORTNAME%%/gdef.h -include/%%PORTNAME%%/gdefconf.h -include/%%PORTNAME%%/gofs.h -include/%%PORTNAME%%/gofw.h -include/%%PORTNAME%%/mystr.h -include/%%PORTNAME%%/num.h -include/%%PORTNAME%%/num2.h -include/%%PORTNAME%%/rijndael-alg-fst.h -include/%%PORTNAME%%/scatter.h -include/%%PORTNAME%%/scomp.h -include/%%PORTNAME%%/sentrop.h -include/%%PORTNAME%%/sknuth.h -include/%%PORTNAME%%/smarsa.h -include/%%PORTNAME%%/smultin.h -include/%%PORTNAME%%/snpair.h -include/%%PORTNAME%%/sres.h -include/%%PORTNAME%%/sspacings.h -include/%%PORTNAME%%/sspectral.h -include/%%PORTNAME%%/sstring.h -include/%%PORTNAME%%/statcoll.h -include/%%PORTNAME%%/svaria.h -include/%%PORTNAME%%/swalk.h -include/%%PORTNAME%%/swrite.h -include/%%PORTNAME%%/tables.h -include/%%PORTNAME%%/tu01_sha1.h -include/%%PORTNAME%%/uautomata.h -include/%%PORTNAME%%/ubrent.h -include/%%PORTNAME%%/ucarry.h -include/%%PORTNAME%%/ucrypto.h -include/%%PORTNAME%%/ucubic.h -include/%%PORTNAME%%/udeng.h -include/%%PORTNAME%%/ufile.h -include/%%PORTNAME%%/ugfsr.h -include/%%PORTNAME%%/ugranger.h -include/%%PORTNAME%%/uinv.h -include/%%PORTNAME%%/uknuth.h -include/%%PORTNAME%%/ulcg.h -include/%%PORTNAME%%/ulec.h -include/%%PORTNAME%%/umarsa.h -include/%%PORTNAME%%/umrg.h -include/%%PORTNAME%%/unif01.h -include/%%PORTNAME%%/unumrec.h -include/%%PORTNAME%%/uquad.h -include/%%PORTNAME%%/usoft.h -include/%%PORTNAME%%/utaus.h -include/%%PORTNAME%%/utezuka.h -include/%%PORTNAME%%/util.h -include/%%PORTNAME%%/utouzin.h -include/%%PORTNAME%%/uvaria.h -include/%%PORTNAME%%/uweyl.h -include/%%PORTNAME%%/uwu.h -include/%%PORTNAME%%/uxorshift.h -include/%%PORTNAME%%/vectorsF2.h -include/%%PORTNAME%%/wdist.h +include/TestU01/TestU01.h +include/TestU01/addstr.h +include/TestU01/bbattery.h +include/TestU01/bitset.h +include/TestU01/chrono.h +include/TestU01/fbar.h +include/TestU01/fcho.h +include/TestU01/fcong.h +include/TestU01/fdist.h +include/TestU01/ffam.h +include/TestU01/ffsr.h +include/TestU01/finv.h +include/TestU01/fknuth.h +include/TestU01/fmarsa.h +include/TestU01/fmass.h +include/TestU01/fmultin.h +include/TestU01/fnpair.h +include/TestU01/fres.h +include/TestU01/fspectral.h +include/TestU01/fstring.h +include/TestU01/ftab.h +include/TestU01/fvaria.h +include/TestU01/fwalk.h +include/TestU01/gdef.h +include/TestU01/gdefconf.h +include/TestU01/gofs.h +include/TestU01/gofw.h +include/TestU01/mystr.h +include/TestU01/num.h +include/TestU01/num2.h +include/TestU01/rijndael-alg-fst.h +include/TestU01/scatter.h +include/TestU01/scomp.h +include/TestU01/sentrop.h +include/TestU01/sknuth.h +include/TestU01/smarsa.h +include/TestU01/smultin.h +include/TestU01/snpair.h +include/TestU01/sres.h +include/TestU01/sspacings.h +include/TestU01/sspectral.h +include/TestU01/sstring.h +include/TestU01/statcoll.h +include/TestU01/svaria.h +include/TestU01/swalk.h +include/TestU01/swrite.h +include/TestU01/tables.h +include/TestU01/tu01_sha1.h +include/TestU01/uautomata.h +include/TestU01/ubrent.h +include/TestU01/ucarry.h +include/TestU01/ucrypto.h +include/TestU01/ucubic.h +include/TestU01/udeng.h +include/TestU01/ufile.h +include/TestU01/ugfsr.h +include/TestU01/ugranger.h +include/TestU01/uinv.h +include/TestU01/uknuth.h +include/TestU01/ulcg.h +include/TestU01/ulec.h +include/TestU01/umarsa.h +include/TestU01/umrg.h +include/TestU01/unif01.h +include/TestU01/unumrec.h +include/TestU01/uquad.h +include/TestU01/usoft.h +include/TestU01/utaus.h +include/TestU01/utezuka.h +include/TestU01/util.h +include/TestU01/utouzin.h +include/TestU01/uvaria.h +include/TestU01/uweyl.h +include/TestU01/uwu.h +include/TestU01/uxorshift.h +include/TestU01/vectorsF2.h +include/TestU01/wdist.h lib/libmylib.a lib/libmylib.so lib/libmylib.so.0 From owner-svn-ports-all@freebsd.org Sat Nov 26 09:06: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 51B49C57ADA; Sat, 26 Nov 2016 09:06:18 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2146EAB4; Sat, 26 Nov 2016 09:06:18 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQ96H4g008867; Sat, 26 Nov 2016 09:06:17 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQ96HD8008865; Sat, 26 Nov 2016 09:06:17 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201611260906.uAQ96HD8008865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 26 Nov 2016 09:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427134 - head/audio/re X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 09:06:18 -0000 Author: crees Date: Sat Nov 26 09:06:17 2016 New Revision: 427134 URL: https://svnweb.freebsd.org/changeset/ports/427134 Log: Update to 0.5.0 PR: ports/214835 Submitted by: Dmitrij D. Czarkoff Modified: head/audio/re/Makefile head/audio/re/distinfo Modified: head/audio/re/Makefile ============================================================================== --- head/audio/re/Makefile Sat Nov 26 09:00:44 2016 (r427133) +++ head/audio/re/Makefile Sat Nov 26 09:06:17 2016 (r427134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= re -PORTVERSION= 0.4.16 +PORTVERSION= 0.5.0 CATEGORIES= audio devel MASTER_SITES= http://www.creytiv.com/pub/ Modified: head/audio/re/distinfo ============================================================================== --- head/audio/re/distinfo Sat Nov 26 09:00:44 2016 (r427133) +++ head/audio/re/distinfo Sat Nov 26 09:06:17 2016 (r427134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465679980 -SHA256 (re-0.4.16.tar.gz) = bc36fcf37302bfdb964374f2842179f1521d78df79e42e74c4fd102e61fa4b29 -SIZE (re-0.4.16.tar.gz) = 308213 +TIMESTAMP = 1480150886 +SHA256 (re-0.5.0.tar.gz) = a2dd2204351b96b9af8a61680bfaa76231f5b47930080ec0af5eeba04a6cbaa2 +SIZE (re-0.5.0.tar.gz) = 294919 From owner-svn-ports-all@freebsd.org Sat Nov 26 09:29: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 7A905C5407F; Sat, 26 Nov 2016 09:29:22 +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 49F217DB; Sat, 26 Nov 2016 09:29:22 +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 uAQ9TL5q016675; Sat, 26 Nov 2016 09:29:21 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQ9TL34016674; Sat, 26 Nov 2016 09:29:21 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611260929.uAQ9TL34016674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 26 Nov 2016 09:29:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427135 - in head/devel/libdlna: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 09:29:22 -0000 Author: riggs Date: Sat Nov 26 09:29:21 2016 New Revision: 427135 URL: https://svnweb.freebsd.org/changeset/ports/427135 Log: Fix build ffmpeg 3.x (previous patch was incomplete) PR: 214187 Submitted by: jbeich Reported by: riggs Approved by: maintainer timeout Deleted: head/devel/libdlna/files/patch-src_image__jpeg.c Modified: head/devel/libdlna/Makefile Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Sat Nov 26 09:06:17 2016 (r427134) +++ head/devel/libdlna/Makefile Sat Nov 26 09:29:21 2016 (r427135) @@ -26,6 +26,10 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --d --includedir="${PREFIX}/include" \ --libdir="${PREFIX}/lib" +post-extract: + ${REINPLACE_CMD} -e 's|CODEC_ID|AV_CODEC_ID|g' \ + ${WRKSRC}/src/*.c + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdlna.so From owner-svn-ports-all@freebsd.org Sat Nov 26 10:09: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 7B0A0C5501F; Sat, 26 Nov 2016 10:09:57 +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 48536CD3; Sat, 26 Nov 2016 10:09:57 +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 uAQA9u1P032952; Sat, 26 Nov 2016 10:09:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQA9sep032929; Sat, 26 Nov 2016 10:09:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611261009.uAQA9sep032929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 26 Nov 2016 10:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427136 - in head: biology/vcftools deskutils/taskwarrior devel/oniguruma5 devel/py-dateutil dns/void-zones-tools lang/polyml math/ocamlgsl math/py-pysparse textproc/jing 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: Sat, 26 Nov 2016 10:09:57 -0000 Author: mat Date: Sat Nov 26 10:09:54 2016 New Revision: 427136 URL: https://svnweb.freebsd.org/changeset/ports/427136 Log: Fixup USE_GITHUB usage. It already sets DISTNAME to a very nice unique name, do not set it yourself. Sponsored by: Absolight Modified: head/biology/vcftools/Makefile (contents, props changed) head/biology/vcftools/distinfo (contents, props changed) head/deskutils/taskwarrior/Makefile (contents, props changed) head/deskutils/taskwarrior/distinfo (contents, props changed) head/devel/oniguruma5/Makefile (contents, props changed) head/devel/oniguruma5/distinfo (contents, props changed) head/devel/py-dateutil/Makefile (contents, props changed) head/devel/py-dateutil/distinfo (contents, props changed) head/dns/void-zones-tools/Makefile (contents, props changed) head/dns/void-zones-tools/distinfo (contents, props changed) head/lang/polyml/Makefile (contents, props changed) head/lang/polyml/distinfo (contents, props changed) head/math/ocamlgsl/Makefile (contents, props changed) head/math/ocamlgsl/distinfo (contents, props changed) head/math/py-pysparse/Makefile (contents, props changed) head/math/py-pysparse/distinfo (contents, props changed) head/textproc/jing/Makefile (contents, props changed) head/textproc/jing/distinfo (contents, props changed) head/textproc/trang/Makefile (contents, props changed) head/textproc/trang/distinfo (contents, props changed) Modified: head/biology/vcftools/Makefile ============================================================================== --- head/biology/vcftools/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/biology/vcftools/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -5,7 +5,6 @@ PORTNAME= vcftools PORTVERSION= 0.1.14 DISTVERSIONPREFIX= v CATEGORIES= biology -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bacon4000@gmail.com COMMENT= Tools for working with VCF genomics files Modified: head/biology/vcftools/distinfo ============================================================================== --- head/biology/vcftools/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/biology/vcftools/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,2 +1,3 @@ -SHA256 (vcftools_0.1.14_GH0.tar.gz) = ba440584645e9901c1eeb6b769ccd828591f0575c73349072cde3efa77da6fdf -SIZE (vcftools_0.1.14_GH0.tar.gz) = 241228 +TIMESTAMP = 1480154189 +SHA256 (vcftools-vcftools-v0.1.14_GH0.tar.gz) = ba440584645e9901c1eeb6b769ccd828591f0575c73349072cde3efa77da6fdf +SIZE (vcftools-vcftools-v0.1.14_GH0.tar.gz) = 241228 Modified: head/deskutils/taskwarrior/Makefile ============================================================================== --- head/deskutils/taskwarrior/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/deskutils/taskwarrior/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -4,7 +4,6 @@ PORTNAME= taskwarrior PORTVERSION= 2.5.1 CATEGORIES= deskutils -DISTNAME= task-${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Feature-rich command-line todo list manager Modified: head/deskutils/taskwarrior/distinfo ============================================================================== --- head/deskutils/taskwarrior/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/deskutils/taskwarrior/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477559559 -SHA256 (task-2.5.1_GH0.tar.gz) = 494533860a0137ce49551b29b43c3962ec59e7664133fc16a8d5945439a81c6a -SIZE (task-2.5.1_GH0.tar.gz) = 1522281 +TIMESTAMP = 1480154231 +SHA256 (taskwarrior-task-2.5.1_GH0.tar.gz) = 494533860a0137ce49551b29b43c3962ec59e7664133fc16a8d5945439a81c6a +SIZE (taskwarrior-task-2.5.1_GH0.tar.gz) = 1522281 Modified: head/devel/oniguruma5/Makefile ============================================================================== --- head/devel/oniguruma5/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/devel/oniguruma5/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -7,7 +7,6 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel textproc PKGNAMESUFFIX= 5 -DISTNAME= onig-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= rob@theseusnetworking.com Modified: head/devel/oniguruma5/distinfo ============================================================================== --- head/devel/oniguruma5/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/devel/oniguruma5/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,2 +1,3 @@ -SHA256 (ruby/onig-5.9.6_GH0.tar.gz) = 0746ee6b889f9afe2fc0bf7cb9f21d7847821bbdf07bc938a3a5dfb3f91cc0d5 -SIZE (ruby/onig-5.9.6_GH0.tar.gz) = 325378 +TIMESTAMP = 1480154293 +SHA256 (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 0746ee6b889f9afe2fc0bf7cb9f21d7847821bbdf07bc938a3a5dfb3f91cc0d5 +SIZE (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 325378 Modified: head/devel/py-dateutil/Makefile ============================================================================== --- head/devel/py-dateutil/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/devel/py-dateutil/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -5,7 +5,6 @@ PORTNAME= dateutil PORTVERSION= 2.5.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-dateutil-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Extensions to the standard Python datetime module Modified: head/devel/py-dateutil/distinfo ============================================================================== --- head/devel/py-dateutil/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/devel/py-dateutil/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474735760 -SHA256 (python-dateutil-2.5.3_GH0.tar.gz) = 7cd888138963e4b699998c651b27e732f06671e3620f8cc745144c881e36fb3a -SIZE (python-dateutil-2.5.3_GH0.tar.gz) = 253902 +TIMESTAMP = 1480154326 +SHA256 (dateutil-dateutil-2.5.3_GH0.tar.gz) = 7cd888138963e4b699998c651b27e732f06671e3620f8cc745144c881e36fb3a +SIZE (dateutil-dateutil-2.5.3_GH0.tar.gz) = 253902 Modified: head/dns/void-zones-tools/Makefile ============================================================================== --- head/dns/void-zones-tools/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/dns/void-zones-tools/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -3,7 +3,6 @@ PORTNAME= void-zones-tools DISTVERSION= 0.1a CATEGORIES= dns -DISTNAME= ${GH_ACCOUNT}-${PORTNAME}--${GH_TAGNAME} MAINTAINER= vidar@karlsen.tech COMMENT= Prepare a list of void zones that can be readily fed into Unbound Modified: head/dns/void-zones-tools/distinfo ============================================================================== --- head/dns/void-zones-tools/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/dns/void-zones-tools/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480098686 -SHA256 (cyclaero-void-zones-tools--e6c5ef1_GH0.tar.gz) = ca7f492479f5faa927156dd990fe027bd99b61a183dfca9478c63dfbeb6ab9ad -SIZE (cyclaero-void-zones-tools--e6c5ef1_GH0.tar.gz) = 16020 +TIMESTAMP = 1480154346 +SHA256 (cyclaero-void-zones-tools-0.1a-e6c5ef1_GH0.tar.gz) = ca7f492479f5faa927156dd990fe027bd99b61a183dfca9478c63dfbeb6ab9ad +SIZE (cyclaero-void-zones-tools-0.1a-e6c5ef1_GH0.tar.gz) = 16020 Modified: head/lang/polyml/Makefile ============================================================================== --- head/lang/polyml/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/lang/polyml/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -3,8 +3,8 @@ PORTNAME= polyml PORTVERSION= 5.6 +DISTVERSIONPREFIX= v CATEGORIES= lang -DISTNAME= ${PORTNAME}.${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= beyert@cs.ucr.edu @@ -17,7 +17,6 @@ LIB_DEPENDS= libffi.so:devel/libffi ONLY_FOR_ARCHS= i386 amd64 USE_GITHUB= yes -GH_TUPLE= polyml:polyml:v5.6 USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes Modified: head/lang/polyml/distinfo ============================================================================== --- head/lang/polyml/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/lang/polyml/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,2 +1,3 @@ -SHA256 (polyml/polyml.5.6_GH0.tar.gz) = 20d7b98ae56fe030c64054dbe0644e9dc02bae781caa8994184ea65a94a0a615 -SIZE (polyml/polyml.5.6_GH0.tar.gz) = 6066166 +TIMESTAMP = 1480154465 +SHA256 (polyml/polyml-polyml-v5.6_GH0.tar.gz) = 20d7b98ae56fe030c64054dbe0644e9dc02bae781caa8994184ea65a94a0a615 +SIZE (polyml/polyml-polyml-v5.6_GH0.tar.gz) = 6066166 Modified: head/math/ocamlgsl/Makefile ============================================================================== --- head/math/ocamlgsl/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/math/ocamlgsl/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -5,8 +5,6 @@ PORTNAME= ocaml-gsl DISTVERSIONPREFIX=v DISTVERSION= 1.19.1 CATEGORIES= math -DISTNAME= gsl-ocaml -DISTFILES= ${DISTNAME}-${DISTVERSION}.tar.gz MAINTAINER= michipili@gmail.com COMMENT= Interface to GSL for the Objective Caml language @@ -20,7 +18,7 @@ RUN_DEPENDS= ocamlfind:devel/ocaml-findl USE_GITHUB= yes GH_ACCOUNT= mmottl -GH_PROJECT= ${DISTNAME} +GH_PROJECT= gsl-ocaml USES= gmake USE_OCAML= YES @@ -30,7 +28,6 @@ USE_OCAML_LDCONFIG= YES OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/gsl-ocaml-${PORTVERSION} DOCSDIR= ${LOCALBASE}/share/doc Modified: head/math/ocamlgsl/distinfo ============================================================================== --- head/math/ocamlgsl/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/math/ocamlgsl/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469812171 -SHA256 (gsl-ocaml_GH0-1.19.1.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 -SIZE (gsl-ocaml_GH0-1.19.1.tar.gz) = 167549 +TIMESTAMP = 1480154543 +SHA256 (mmottl-gsl-ocaml-v1.19.1_GH0.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 +SIZE (mmottl-gsl-ocaml-v1.19.1_GH0.tar.gz) = 167549 Modified: head/math/py-pysparse/Makefile ============================================================================== --- head/math/py-pysparse/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/math/py-pysparse/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -5,7 +5,6 @@ PORTNAME= pysparse PORTVERSION= 1.3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-dev MAINTAINER= yuri@rawbw.com COMMENT= Fast sparse matrix library for Python Modified: head/math/py-pysparse/distinfo ============================================================================== --- head/math/py-pysparse/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/math/py-pysparse/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466932869 -SHA256 (pysparse-1.3-dev_GH0.tar.gz) = 4c4ad1e02a97ea257365331f677205c76e572d22eafbe818f39c4eb462987848 -SIZE (pysparse-1.3-dev_GH0.tar.gz) = 1301990 +TIMESTAMP = 1480154575 +SHA256 (PythonOptimizers-pysparse-1.3-f8430bd_GH0.tar.gz) = 4c4ad1e02a97ea257365331f677205c76e572d22eafbe818f39c4eb462987848 +SIZE (PythonOptimizers-pysparse-1.3-f8430bd_GH0.tar.gz) = 1301990 Modified: head/textproc/jing/Makefile ============================================================================== --- head/textproc/jing/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/textproc/jing/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -4,7 +4,6 @@ PORTNAME= jing PORTVERSION= 2015.11.27 CATEGORIES= textproc java -DISTNAME= jing-trang-${PORTVERSION:S/.//g} MAINTAINER= gabor@FreeBSD.org COMMENT= RELAX NG validator in Java Modified: head/textproc/jing/distinfo ============================================================================== --- head/textproc/jing/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/textproc/jing/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474540155 -SHA256 (jing-trang-20151127_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d -SIZE (jing-trang-20151127_GH0.tar.gz) = 13746672 +TIMESTAMP = 1480154706 +SHA256 (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d +SIZE (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = 13746672 Modified: head/textproc/trang/Makefile ============================================================================== --- head/textproc/trang/Makefile Sat Nov 26 09:29:21 2016 (r427135) +++ head/textproc/trang/Makefile Sat Nov 26 10:09:54 2016 (r427136) @@ -4,7 +4,6 @@ PORTNAME= trang PORTVERSION= 2015.11.27 CATEGORIES= textproc java -DISTNAME= jing-trang-${PORTVERSION:S/.//g} MAINTAINER= gabor@FreeBSD.org COMMENT= Multi-format schema converter based on RELAX NG Modified: head/textproc/trang/distinfo ============================================================================== --- head/textproc/trang/distinfo Sat Nov 26 09:29:21 2016 (r427135) +++ head/textproc/trang/distinfo Sat Nov 26 10:09:54 2016 (r427136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474541048 -SHA256 (jing-trang-20151127_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d -SIZE (jing-trang-20151127_GH0.tar.gz) = 13746672 +TIMESTAMP = 1480154719 +SHA256 (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d +SIZE (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = 13746672 From owner-svn-ports-all@freebsd.org Sat Nov 26 10: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 D454BC5564B; Sat, 26 Nov 2016 10:24:07 +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 A403388D; Sat, 26 Nov 2016 10:24:07 +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 uAQAO65W041052; Sat, 26 Nov 2016 10:24:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAO6cE041050; Sat, 26 Nov 2016 10:24:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611261024.uAQAO6cE041050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 26 Nov 2016 10:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427137 - 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: Sat, 26 Nov 2016 10:24:07 -0000 Author: pi Date: Sat Nov 26 10:24:06 2016 New Revision: 427137 URL: https://svnweb.freebsd.org/changeset/ports/427137 Log: databases/cego: 2.31.5 -> 2.31.6 - Fix in CegoSelect::getQueyId added, for the ordering clause asc and desc ordering attributes were missing. This might lead to wrong ordering results if query caching is used Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Nov 26 10:09:54 2016 (r427136) +++ head/databases/cego/Makefile Sat Nov 26 10:24:06 2016 (r427137) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.5 +PORTVERSION= 2.31.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Nov 26 10:09:54 2016 (r427136) +++ head/databases/cego/distinfo Sat Nov 26 10:24:06 2016 (r427137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479709700 -SHA256 (cego-2.31.5.tar.gz) = d6399e35c1f86425f0fa7a3c117f6f4794b2e116dc08f1aed133d414113fbd08 -SIZE (cego-2.31.5.tar.gz) = 1436840 +TIMESTAMP = 1480151089 +SHA256 (cego-2.31.6.tar.gz) = f92c65848b8410e43a62d256640103860db3690c42393c6c4dcbd73549cce1a5 +SIZE (cego-2.31.6.tar.gz) = 1437016 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:33: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 D2686C55AD5; Sat, 26 Nov 2016 10:33:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1BC5DE5; Sat, 26 Nov 2016 10:33:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAXWVW044933; Sat, 26 Nov 2016 10:33:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAXWI7044932; Sat, 26 Nov 2016 10:33:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261033.uAQAXWI7044932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427138 - head/converters/pecl-igbinary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:33:33 -0000 Author: sunpoet Date: Sat Nov 26 10:33:32 2016 New Revision: 427138 URL: https://svnweb.freebsd.org/changeset/ports/427138 Log: - Fix installation of igbinary.h and php_igbinary.h - Bump PORTREVISION for package change Modified: head/converters/pecl-igbinary/Makefile Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Sat Nov 26 10:24:06 2016 (r427137) +++ head/converters/pecl-igbinary/Makefile Sat Nov 26 10:33:32 2016 (r427138) @@ -3,6 +3,7 @@ PORTNAME= igbinary PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://pecl.php.net/get/ \ LOCAL/sunpoet @@ -17,4 +18,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= php:ext tar:tgz -.include +.include + +post-patch: +.if ${PHP_VER} >= 70 + ${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h + ${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h +.else + ${CP} ${WRKSRC}/src/php5/igbinary.h ${WRKSRC}/igbinary.h + ${CP} ${WRKSRC}/src/php5/php_igbinary.h ${WRKSRC}/php_igbinary.h +.endif + +.include From owner-svn-ports-all@freebsd.org Sat Nov 26 10:33: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 276DBC55B13; Sat, 26 Nov 2016 10:33:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE0C4E0B; Sat, 26 Nov 2016 10:33:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAXbgC045070; Sat, 26 Nov 2016 10:33:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAXbL8045067; Sat, 26 Nov 2016 10:33:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261033.uAQAXbL8045067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427139 - head/devel/gflags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:33:39 -0000 Author: sunpoet Date: Sat Nov 26 10:33:37 2016 New Revision: 427139 URL: https://svnweb.freebsd.org/changeset/ports/427139 Log: - Update to 2.2.0 - Set complete CMAKE_ARGS Changes: https://github.com/gflags/gflags/releases Modified: head/devel/gflags/Makefile head/devel/gflags/distinfo head/devel/gflags/pkg-plist Modified: head/devel/gflags/Makefile ============================================================================== --- head/devel/gflags/Makefile Sat Nov 26 10:33:32 2016 (r427138) +++ head/devel/gflags/Makefile Sat Nov 26 10:33:37 2016 (r427139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gflags -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -15,10 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON \ -DBUILD_STATIC_LIBS=ON \ -DBUILD_TESTING=ON \ - -DGFLAGS_NAMESPACE=gflags + -DGFLAGS_NAMESPACE:STRING=gflags \ + -DINSTALL_HEADERS=ON \ + -DINSTALL_SHARED_LIBS=ON \ + -DINSTALL_STATIC_LIBS=ON \ + -DREGISTER_INSTALL_PREFIX=OFF TEST_TARGET= test USE_LDCONFIG= yes -USES= cmake shebangfix +USES= cmake pathfix shebangfix USE_GITHUB= yes Modified: head/devel/gflags/distinfo ============================================================================== --- head/devel/gflags/distinfo Sat Nov 26 10:33:32 2016 (r427138) +++ head/devel/gflags/distinfo Sat Nov 26 10:33:37 2016 (r427139) @@ -1,2 +1,3 @@ -SHA256 (gflags-gflags-v2.1.2_GH0.tar.gz) = d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662 -SIZE (gflags-gflags-v2.1.2_GH0.tar.gz) = 95716 +TIMESTAMP = 1480145482 +SHA256 (gflags-gflags-v2.2.0_GH0.tar.gz) = 466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88 +SIZE (gflags-gflags-v2.2.0_GH0.tar.gz) = 96408 Modified: head/devel/gflags/pkg-plist ============================================================================== --- head/devel/gflags/pkg-plist Sat Nov 26 10:33:32 2016 (r427138) +++ head/devel/gflags/pkg-plist Sat Nov 26 10:33:37 2016 (r427139) @@ -4,13 +4,14 @@ include/gflags/gflags_completions.h include/gflags/gflags_declare.h lib/cmake/gflags/gflags-config-version.cmake lib/cmake/gflags/gflags-config.cmake -lib/cmake/gflags/gflags-export-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/gflags/gflags-export.cmake +lib/cmake/gflags/gflags-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/gflags/gflags-targets.cmake lib/libgflags.a lib/libgflags.so -lib/libgflags.so.2 -lib/libgflags.so.2.1.2 +lib/libgflags.so.2.2 +lib/libgflags.so.2.2.0 lib/libgflags_nothreads.a lib/libgflags_nothreads.so -lib/libgflags_nothreads.so.2 -lib/libgflags_nothreads.so.2.1.2 +lib/libgflags_nothreads.so.2.2 +lib/libgflags_nothreads.so.2.2.0 +libdata/pkgconfig/gflags.pc From owner-svn-ports-all@freebsd.org Sat Nov 26 10:33: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 CB308C55B58; Sat, 26 Nov 2016 10:33:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93BDFED0; Sat, 26 Nov 2016 10:33: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 uAQAXgcV045189; Sat, 26 Nov 2016 10:33:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAXg2e045187; Sat, 26 Nov 2016 10:33:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261033.uAQAXg2e045187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427140 - head/devel/p5-Glib-Object-Introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:33:43 -0000 Author: sunpoet Date: Sat Nov 26 10:33:42 2016 New Revision: 427140 URL: https://svnweb.freebsd.org/changeset/ports/427140 Log: - Update to 0.041 Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Modified: head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Glib-Object-Introspection/distinfo Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Sat Nov 26 10:33:37 2016 (r427139) +++ head/devel/p5-Glib-Object-Introspection/Makefile Sat Nov 26 10:33:42 2016 (r427140) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.040 +PORTVERSION= 0.041 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Sat Nov 26 10:33:37 2016 (r427139) +++ head/devel/p5-Glib-Object-Introspection/distinfo Sat Nov 26 10:33:42 2016 (r427140) @@ -1,2 +1,3 @@ -SHA256 (Glib-Object-Introspection-0.040.tar.gz) = 515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb -SIZE (Glib-Object-Introspection-0.040.tar.gz) = 79009 +TIMESTAMP = 1480092239 +SHA256 (Glib-Object-Introspection-0.041.tar.gz) = db8529555ff1dd30b3341ab93fda29680e583b4689e8aeb78995caa16396e9b5 +SIZE (Glib-Object-Introspection-0.041.tar.gz) = 80565 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:33: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 B2D16C55BB9; Sat, 26 Nov 2016 10:33:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80A8BFA4; Sat, 26 Nov 2016 10:33:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAXlWS045306; Sat, 26 Nov 2016 10:33:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAXlUh045304; Sat, 26 Nov 2016 10:33:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261033.uAQAXlUh045304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427141 - 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: Sat, 26 Nov 2016 10:33:48 -0000 Author: sunpoet Date: Sat Nov 26 10:33:47 2016 New Revision: 427141 URL: https://svnweb.freebsd.org/changeset/ports/427141 Log: - Update to 1.012 - Add LICENSE_FILE 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 Sat Nov 26 10:33:42 2016 (r427140) +++ head/devel/p5-PAR/Makefile Sat Nov 26 10:33:47 2016 (r427141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR -PORTVERSION= 1.011 +PORTVERSION= 1.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Perl Archive Toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Archive-Zip>=1:archivers/p5-Archive-Zip \ p5-PAR-Dist>=0.32:devel/p5-PAR-Dist Modified: head/devel/p5-PAR/distinfo ============================================================================== --- head/devel/p5-PAR/distinfo Sat Nov 26 10:33:42 2016 (r427140) +++ head/devel/p5-PAR/distinfo Sat Nov 26 10:33:47 2016 (r427141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478370063 -SHA256 (PAR-1.011.tar.gz) = f4bf554acceb0906667f6f404667ca9e8fa2b4866c735dab1d7fb17651b4ed4a -SIZE (PAR-1.011.tar.gz) = 78107 +TIMESTAMP = 1480145489 +SHA256 (PAR-1.012.tar.gz) = ee1e2b7d7f364a71e91456faf3ceef69eeb639901480a17e4e0ff1e8dba26a85 +SIZE (PAR-1.012.tar.gz) = 82015 From owner-svn-ports-all@freebsd.org Sat Nov 26 10: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 5D39AC55BEA; Sat, 26 Nov 2016 10:33:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C3761063; Sat, 26 Nov 2016 10:33:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAXqJg045426; Sat, 26 Nov 2016 10:33:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAXqDa045424; Sat, 26 Nov 2016 10:33:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261033.uAQAXqDa045424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427142 - head/misc/pecl-timezonedb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:33:53 -0000 Author: sunpoet Date: Sat Nov 26 10:33:52 2016 New Revision: 427142 URL: https://svnweb.freebsd.org/changeset/ports/427142 Log: - Update to 2016.10 Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Modified: head/misc/pecl-timezonedb/Makefile head/misc/pecl-timezonedb/distinfo Modified: head/misc/pecl-timezonedb/Makefile ============================================================================== --- head/misc/pecl-timezonedb/Makefile Sat Nov 26 10:33:47 2016 (r427141) +++ head/misc/pecl-timezonedb/Makefile Sat Nov 26 10:33:52 2016 (r427142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timezonedb -PORTVERSION= 2016.9 +PORTVERSION= 2016.10 CATEGORIES= misc MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/misc/pecl-timezonedb/distinfo ============================================================================== --- head/misc/pecl-timezonedb/distinfo Sat Nov 26 10:33:47 2016 (r427141) +++ head/misc/pecl-timezonedb/distinfo Sat Nov 26 10:33:52 2016 (r427142) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479473764 -SHA256 (PECL/timezonedb-2016.9.tgz) = 9207c0f6bff2dd8a1bb0d5b1b4ee644437d555538d02a1cc8c63ebbce6c893e8 -SIZE (PECL/timezonedb-2016.9.tgz) = 420925 +TIMESTAMP = 1480092245 +SHA256 (PECL/timezonedb-2016.10.tgz) = dc0a01830de85aec481d96ec7ec03b36814d02d1bc417f52ce655b2cb1eb7ede +SIZE (PECL/timezonedb-2016.10.tgz) = 421824 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:33: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 2CFA9C55C39; Sat, 26 Nov 2016 10:33:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0C6C1181; Sat, 26 Nov 2016 10:33: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 uAQAXvlB045574; Sat, 26 Nov 2016 10:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAXvSV045573; Sat, 26 Nov 2016 10:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261033.uAQAXvSV045573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427143 - head/devel/p5-Class-Inspector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:33:58 -0000 Author: sunpoet Date: Sat Nov 26 10:33:56 2016 New Revision: 427143 URL: https://svnweb.freebsd.org/changeset/ports/427143 Log: - Add LICENSE_FILE Modified: head/devel/p5-Class-Inspector/Makefile Modified: head/devel/p5-Class-Inspector/Makefile ============================================================================== --- head/devel/p5-Class-Inspector/Makefile Sat Nov 26 10:33:52 2016 (r427142) +++ head/devel/p5-Class-Inspector/Makefile Sat Nov 26 10:33:56 2016 (r427143) @@ -12,6 +12,7 @@ COMMENT= Provides information about clas LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 CBF02C55C96; Sat, 26 Nov 2016 10:34: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 6435F12AD; Sat, 26 Nov 2016 10:34: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 uAQAY1gr045695; Sat, 26 Nov 2016 10:34:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAY15K045693; Sat, 26 Nov 2016 10:34:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAY15K045693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427144 - head/math/p5-Math-BigInt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:03 -0000 Author: sunpoet Date: Sat Nov 26 10:34:01 2016 New Revision: 427144 URL: https://svnweb.freebsd.org/changeset/ports/427144 Log: - Update to 1.999801 Changes: http://search.cpan.org/dist/Math-BigInt/CHANGES With hat: perl Modified: head/math/p5-Math-BigInt/Makefile head/math/p5-Math-BigInt/distinfo Modified: head/math/p5-Math-BigInt/Makefile ============================================================================== --- head/math/p5-Math-BigInt/Makefile Sat Nov 26 10:33:56 2016 (r427143) +++ head/math/p5-Math-BigInt/Makefile Sat Nov 26 10:34:01 2016 (r427144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt -PORTVERSION= 1.999800 +PORTVERSION= 1.999801 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM Modified: head/math/p5-Math-BigInt/distinfo ============================================================================== --- head/math/p5-Math-BigInt/distinfo Sat Nov 26 10:33:56 2016 (r427143) +++ head/math/p5-Math-BigInt/distinfo Sat Nov 26 10:34:01 2016 (r427144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479556990 -SHA256 (Math-BigInt-1.999800.tar.gz) = 216096d1f937252bfc449b1de01b760ffaab46e753e150cc2a685f4935bd030d -SIZE (Math-BigInt-1.999800.tar.gz) = 2727031 +TIMESTAMP = 1480092668 +SHA256 (Math-BigInt-1.999801.tar.gz) = 41deb23d453f5a376759fff155e4947988a6b6713a4164f21aedac8238089e57 +SIZE (Math-BigInt-1.999801.tar.gz) = 2761631 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 4CA74C55CC8; Sat, 26 Nov 2016 10:34: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 D5A4013A5; Sat, 26 Nov 2016 10:34: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 uAQAY5Xj045814; Sat, 26 Nov 2016 10:34:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAY5XO045812; Sat, 26 Nov 2016 10:34:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAY5XO045812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427145 - head/math/p5-Math-BigInt-FastCalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:07 -0000 Author: sunpoet Date: Sat Nov 26 10:34:05 2016 New Revision: 427145 URL: https://svnweb.freebsd.org/changeset/ports/427145 Log: - Update to 0.5002 Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Modified: head/math/p5-Math-BigInt-FastCalc/Makefile head/math/p5-Math-BigInt-FastCalc/distinfo Modified: head/math/p5-Math-BigInt-FastCalc/Makefile ============================================================================== --- head/math/p5-Math-BigInt-FastCalc/Makefile Sat Nov 26 10:34:01 2016 (r427144) +++ head/math/p5-Math-BigInt-FastCalc/Makefile Sat Nov 26 10:34:05 2016 (r427145) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.5001 +PORTVERSION= 0.5002 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::Calc with some XS LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/math/p5-Math-BigInt-FastCalc/distinfo ============================================================================== --- head/math/p5-Math-BigInt-FastCalc/distinfo Sat Nov 26 10:34:01 2016 (r427144) +++ head/math/p5-Math-BigInt-FastCalc/distinfo Sat Nov 26 10:34:05 2016 (r427145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479732131 -SHA256 (Math-BigInt-FastCalc-0.5001.tar.gz) = 9b465b0acd5ca0e0941cfa72230b9088b7fbb90d0ce2e1bd50cbc27324941214 -SIZE (Math-BigInt-FastCalc-0.5001.tar.gz) = 2261793 +TIMESTAMP = 1480092261 +SHA256 (Math-BigInt-FastCalc-0.5002.tar.gz) = d37d8fabd2502f75aa25180b368458c3cdf900f8ef8b10b69df4f4eff01ae378 +SIZE (Math-BigInt-FastCalc-0.5002.tar.gz) = 2297528 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 9C802C55D35; Sat, 26 Nov 2016 10:34:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51990160C; Sat, 26 Nov 2016 10:34:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAYEZf046049; Sat, 26 Nov 2016 10:34:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYE71046047; Sat, 26 Nov 2016 10:34:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYE71046047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427147 - head/math/p5-Math-BigInt-Pari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:34:15 -0000 Author: sunpoet Date: Sat Nov 26 10:34:14 2016 New Revision: 427147 URL: https://svnweb.freebsd.org/changeset/ports/427147 Log: - Update to 1.3001 Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES Modified: head/math/p5-Math-BigInt-Pari/Makefile head/math/p5-Math-BigInt-Pari/distinfo Modified: head/math/p5-Math-BigInt-Pari/Makefile ============================================================================== --- head/math/p5-Math-BigInt-Pari/Makefile Sat Nov 26 10:34:09 2016 (r427146) +++ head/math/p5-Math-BigInt-Pari/Makefile Sat Nov 26 10:34:14 2016 (r427147) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.3000 +PORTVERSION= 1.3001 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Use Math::Pari for Math::BigInt LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt \ +BUILD_DEPENDS= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt \ p5-Math-Pari>=2.010709:math/p5-Math-Pari RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/math/p5-Math-BigInt-Pari/distinfo ============================================================================== --- head/math/p5-Math-BigInt-Pari/distinfo Sat Nov 26 10:34:09 2016 (r427146) +++ head/math/p5-Math-BigInt-Pari/distinfo Sat Nov 26 10:34:14 2016 (r427147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554329 -SHA256 (Math-BigInt-Pari-1.3000.tar.gz) = b0b111776bfb32c35f2600c4dde3bd06fb324fa9201aa5d54d4f54ea37c74dbe -SIZE (Math-BigInt-Pari-1.3000.tar.gz) = 2250861 +TIMESTAMP = 1480092280 +SHA256 (Math-BigInt-Pari-1.3001.tar.gz) = 8bee260087c9ca6bbb0cdaf3cecfc33092d2ff3224f25ba0f414e9f21d8a2db3 +SIZE (Math-BigInt-Pari-1.3001.tar.gz) = 2293785 From owner-svn-ports-all@freebsd.org Sat Nov 26 10: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 64791C55D09; Sat, 26 Nov 2016 10:34: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 1757214EB; Sat, 26 Nov 2016 10:34: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 uAQAYABb045930; Sat, 26 Nov 2016 10:34:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYAIr045928; Sat, 26 Nov 2016 10:34:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYAIr045928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427146 - head/math/p5-Math-BigInt-GMP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:34:11 -0000 Author: sunpoet Date: Sat Nov 26 10:34:09 2016 New Revision: 427146 URL: https://svnweb.freebsd.org/changeset/ports/427146 Log: - Update to 1.6001 Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Modified: head/math/p5-Math-BigInt-GMP/Makefile head/math/p5-Math-BigInt-GMP/distinfo Modified: head/math/p5-Math-BigInt-GMP/Makefile ============================================================================== --- head/math/p5-Math-BigInt-GMP/Makefile Sat Nov 26 10:34:05 2016 (r427145) +++ head/math/p5-Math-BigInt-GMP/Makefile Sat Nov 26 10:34:09 2016 (r427146) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.6000 +PORTVERSION= 1.6001 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::GMP - Use the GMP LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt LIB_DEPENDS= libgmp.so:math/gmp RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/math/p5-Math-BigInt-GMP/distinfo ============================================================================== --- head/math/p5-Math-BigInt-GMP/distinfo Sat Nov 26 10:34:05 2016 (r427145) +++ head/math/p5-Math-BigInt-GMP/distinfo Sat Nov 26 10:34:09 2016 (r427146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554311 -SHA256 (Math-BigInt-GMP-1.6000.tar.gz) = 378a1a088da6712bfd9df044798df278131802e3a1c8b72e7b2078f3ab2f6901 -SIZE (Math-BigInt-GMP-1.6000.tar.gz) = 2249006 +TIMESTAMP = 1480092271 +SHA256 (Math-BigInt-GMP-1.6001.tar.gz) = 62800b5a5bcefdb7cf709d2f4749801cfab41c3dd536e22fa8515b3662460a40 +SIZE (Math-BigInt-GMP-1.6001.tar.gz) = 2293530 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 07A4EC55D57; Sat, 26 Nov 2016 10:34:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD62B16DB; Sat, 26 Nov 2016 10:34: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 uAQAYIID046165; Sat, 26 Nov 2016 10:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYIW8046163; Sat, 26 Nov 2016 10:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYIW8046163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427148 - head/x11-toolkits/p5-Tk-HistEntry X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:20 -0000 Author: sunpoet Date: Sat Nov 26 10:34:18 2016 New Revision: 427148 URL: https://svnweb.freebsd.org/changeset/ports/427148 Log: - Update to 0.44 - Add NO_ARCH Changes: http://search.cpan.org/dist/Tk-HistEntry/Changes Modified: head/x11-toolkits/p5-Tk-HistEntry/Makefile head/x11-toolkits/p5-Tk-HistEntry/distinfo Modified: head/x11-toolkits/p5-Tk-HistEntry/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk-HistEntry/Makefile Sat Nov 26 10:34:14 2016 (r427147) +++ head/x11-toolkits/p5-Tk-HistEntry/Makefile Sat Nov 26 10:34:18 2016 (r427148) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tk-HistEntry -PORTVERSION= 0.43 -PORTREVISION= 5 +PORTVERSION= 0.44 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Tk::HistEntry - Entry widget wi BUILD_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/x11-toolkits/p5-Tk-HistEntry/distinfo ============================================================================== --- head/x11-toolkits/p5-Tk-HistEntry/distinfo Sat Nov 26 10:34:14 2016 (r427147) +++ head/x11-toolkits/p5-Tk-HistEntry/distinfo Sat Nov 26 10:34:18 2016 (r427148) @@ -1,2 +1,3 @@ -SHA256 (Tk-HistEntry-0.43.tar.gz) = db2d32989078a4a6d738685ed934f3e106284b4c99ba25646d71a900a60dd106 -SIZE (Tk-HistEntry-0.43.tar.gz) = 10848 +TIMESTAMP = 1480092287 +SHA256 (Tk-HistEntry-0.44.tar.gz) = 782be395929570afa181f7519fe59065d1e79f3d68c6375d48774752bbb9560e +SIZE (Tk-HistEntry-0.44.tar.gz) = 11258 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 AACB0C55DAC; Sat, 26 Nov 2016 10:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 654AD18E0; Sat, 26 Nov 2016 10:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAYR2I046385; Sat, 26 Nov 2016 10:34:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYRHm046384; Sat, 26 Nov 2016 10:34:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYRHm046384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427150 - head/x11-fonts/sourcesanspro-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:28 -0000 Author: sunpoet Date: Sat Nov 26 10:34:27 2016 New Revision: 427150 URL: https://svnweb.freebsd.org/changeset/ports/427150 Log: - Use Roman fonts version as PORTVERSION - Add LICENSE_FILE Modified: head/x11-fonts/sourcesanspro-ttf/Makefile Modified: head/x11-fonts/sourcesanspro-ttf/Makefile ============================================================================== --- head/x11-fonts/sourcesanspro-ttf/Makefile Sat Nov 26 10:34:23 2016 (r427149) +++ head/x11-fonts/sourcesanspro-ttf/Makefile Sat Nov 26 10:34:27 2016 (r427150) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= sourcesanspro-ttf -PORTVERSION= 1.075 -DISTVERSIONPREFIX= 2.020R-ro/ -DISTVERSIONSUFFIX= R-it +PORTVERSION= 2.020 +DISTVERSIONSUFFIX= R-ro/1.075R-it CATEGORIES= x11-fonts MAINTAINER= office@FreeBSD.org COMMENT= Set of fonts by Adobe designed for user interfaces LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= adobe-fonts @@ -19,7 +19,6 @@ GH_PROJECT= source-sans-pro NO_ARCH= yes NO_BUILD= yes USES= fonts -USE_XORG= x11 FONTNAME= SourceSansPro SUB_FILES= pkg-message From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 79D6FC55D80; Sat, 26 Nov 2016 10:34: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 40D6617E3; Sat, 26 Nov 2016 10:34: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 uAQAYN5G046284; Sat, 26 Nov 2016 10:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYNje046282; Sat, 26 Nov 2016 10:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYNje046282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427149 - head/x11-fonts/sourcecodepro-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:24 -0000 Author: sunpoet Date: Sat Nov 26 10:34:23 2016 New Revision: 427149 URL: https://svnweb.freebsd.org/changeset/ports/427149 Log: - Update to 2.030R-ro/1.050R-it - Add LICENSE_FILE Changes: https://github.com/adobe-fonts/source-code-pro/releases Modified: head/x11-fonts/sourcecodepro-ttf/Makefile head/x11-fonts/sourcecodepro-ttf/distinfo Modified: head/x11-fonts/sourcecodepro-ttf/Makefile ============================================================================== --- head/x11-fonts/sourcecodepro-ttf/Makefile Sat Nov 26 10:34:18 2016 (r427148) +++ head/x11-fonts/sourcecodepro-ttf/Makefile Sat Nov 26 10:34:23 2016 (r427149) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= sourcecodepro-ttf -PORTVERSION= 2.010 -DISTVERSIONSUFFIX= R-ro/1.030R-it +PORTVERSION= 2.030 +DISTVERSIONSUFFIX= R-ro/1.050R-it CATEGORIES= x11-fonts MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for coders LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes NO_BUILD= yes -USE_XORG= x11 USES= fonts FONTNAME= SourceCodePro Modified: head/x11-fonts/sourcecodepro-ttf/distinfo ============================================================================== --- head/x11-fonts/sourcecodepro-ttf/distinfo Sat Nov 26 10:34:18 2016 (r427148) +++ head/x11-fonts/sourcecodepro-ttf/distinfo Sat Nov 26 10:34:23 2016 (r427149) @@ -1,2 +1,3 @@ -SHA256 (adobe-fonts-source-code-pro-2.010R-ro-1.030R-it_GH0.tar.gz) = fcb82b3becff6dbc6440d6e03c1edca410a912d616088205bf1dff96fb93918b -SIZE (adobe-fonts-source-code-pro-2.010R-ro-1.030R-it_GH0.tar.gz) = 7682189 +TIMESTAMP = 1480143678 +SHA256 (adobe-fonts-source-code-pro-2.030R-ro-1.050R-it_GH0.tar.gz) = a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b +SIZE (adobe-fonts-source-code-pro-2.030R-ro-1.050R-it_GH0.tar.gz) = 8245124 From owner-svn-ports-all@freebsd.org Sat Nov 26 10: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 F1DECC55E45; Sat, 26 Nov 2016 10:34: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 A3EC91AC8; Sat, 26 Nov 2016 10:34: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 uAQAYaZk046680; Sat, 26 Nov 2016 10:34:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYaLe046679; Sat, 26 Nov 2016 10:34:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYaLe046679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427152 - head/textproc/expat2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:38 -0000 Author: sunpoet Date: Sat Nov 26 10:34:36 2016 New Revision: 427152 URL: https://svnweb.freebsd.org/changeset/ports/427152 Log: - Add LICENSE Approved by: portmgr (blanket) Modified: head/textproc/expat2/Makefile Modified: head/textproc/expat2/Makefile ============================================================================== --- head/textproc/expat2/Makefile Sat Nov 26 10:34:31 2016 (r427151) +++ head/textproc/expat2/Makefile Sat Nov 26 10:34:36 2016 (r427152) @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= kuriyama@FreeBSD.org COMMENT= XML 1.0 parser written in C +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes ALL_TARGET= default USES= libtool pathfix tar:bz2 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 91EA8C55E80; Sat, 26 Nov 2016 10:34:42 +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 393591BC2; Sat, 26 Nov 2016 10:34:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAYfIN046811; Sat, 26 Nov 2016 10:34:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYfSM046808; Sat, 26 Nov 2016 10:34:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYfSM046808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427153 - head/textproc/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:34:42 -0000 Author: sunpoet Date: Sat Nov 26 10:34:40 2016 New Revision: 427153 URL: https://svnweb.freebsd.org/changeset/ports/427153 Log: - Add LICENSE_FILE - Add PLIST_SUB - Update WWW Modified: head/textproc/hunspell/Makefile head/textproc/hunspell/pkg-descr head/textproc/hunspell/pkg-plist Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Sat Nov 26 10:34:36 2016 (r427152) +++ head/textproc/hunspell/Makefile Sat Nov 26 10:34:40 2016 (r427153) @@ -12,6 +12,8 @@ COMMENT= Improved spell-checker for Hung LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui @@ -22,6 +24,8 @@ USE_LDCONFIG= yes USE_PERL5= run INSTALL_TARGET= install-strip +PLIST_SUB= SHLIB_VER=${PORTVERSION:R} + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx Modified: head/textproc/hunspell/pkg-descr ============================================================================== --- head/textproc/hunspell/pkg-descr Sat Nov 26 10:34:36 2016 (r427152) +++ head/textproc/hunspell/pkg-descr Sat Nov 26 10:34:40 2016 (r427153) @@ -9,4 +9,4 @@ Main features: - Hunspell is based on MySpell and works also with MySpell dictionaries. - C++ library under GPL/LGPL/MPL tri-license. -WWW: http://hunspell.sourceforge.net/ +WWW: https://hunspell.github.io/ Modified: head/textproc/hunspell/pkg-plist ============================================================================== --- head/textproc/hunspell/pkg-plist Sat Nov 26 10:34:36 2016 (r427152) +++ head/textproc/hunspell/pkg-plist Sat Nov 26 10:34:40 2016 (r427153) @@ -28,11 +28,11 @@ include/hunspell/phonet.hxx include/hunspell/replist.hxx include/hunspell/suggestmgr.hxx include/hunspell/w_char.hxx -lib/libhunspell-1.3.a -lib/libhunspell-1.3.la -lib/libhunspell-1.3.so -lib/libhunspell-1.3.so.0 -lib/libhunspell-1.3.so.0.0.0 +lib/libhunspell-%%SHLIB_VER%%.a +lib/libhunspell-%%SHLIB_VER%%.la +lib/libhunspell-%%SHLIB_VER%%.so +lib/libhunspell-%%SHLIB_VER%%.so.0 +lib/libhunspell-%%SHLIB_VER%%.so.0.0.0 libdata/pkgconfig/hunspell.pc man/hu/man1/hunspell.1.gz man/man1/hunspell.1.gz From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 2F8D4C55F32; Sat, 26 Nov 2016 10:34:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4F201E87; Sat, 26 Nov 2016 10:34: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 uAQAYtcd047163; Sat, 26 Nov 2016 10:34:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYsow047161; Sat, 26 Nov 2016 10:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYsow047161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427156 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:34:56 -0000 Author: sunpoet Date: Sat Nov 26 10:34:54 2016 New Revision: 427156 URL: https://svnweb.freebsd.org/changeset/ports/427156 Log: - Update to 2016.06.30 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Sat Nov 26 10:34:50 2016 (r427155) +++ head/textproc/sl-mythes/Makefile Sat Nov 26 10:34:54 2016 (r427156) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.22 +PORTVERSION= 2016.06.30 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Sat Nov 26 10:34:50 2016 (r427155) +++ head/textproc/sl-mythes/distinfo Sat Nov 26 10:34:54 2016 (r427156) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464208269 -SHA256 (mythes/thes_sl_SI_v2-20160522.zip) = 65c6260a329e8d17a9a046cae80e5d3322cbb7426f918c83e10699cf52f51786 -SIZE (mythes/thes_sl_SI_v2-20160522.zip) = 386931 +TIMESTAMP = 1480148733 +SHA256 (mythes/thes_sl_SI_v2-20160630.zip) = fa2744b14eca2da64ea76f2c2c98e2ba48656dac8f6cf72aec39386602007481 +SIZE (mythes/thes_sl_SI_v2-20160630.zip) = 386936 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 E990EC55DF4; Sat, 26 Nov 2016 10:34: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 806C619ED; Sat, 26 Nov 2016 10:34: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 uAQAYW8l046591; Sat, 26 Nov 2016 10:34:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYWLn046585; Sat, 26 Nov 2016 10:34:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYWLn046585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427151 - in head/x11-fonts: . sourceserifpro-ttf sourceserifpro-ttf/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 10:34:34 -0000 Author: sunpoet Date: Sat Nov 26 10:34:31 2016 New Revision: 427151 URL: https://svnweb.freebsd.org/changeset/ports/427151 Log: - Add sourceserifpro-ttf 1.017 Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family. WWW: https://github.com/adobe-fonts/source-serif-pro Added: head/x11-fonts/sourceserifpro-ttf/ head/x11-fonts/sourceserifpro-ttf/Makefile (contents, props changed) head/x11-fonts/sourceserifpro-ttf/distinfo (contents, props changed) head/x11-fonts/sourceserifpro-ttf/files/ head/x11-fonts/sourceserifpro-ttf/files/pkg-message.in (contents, props changed) head/x11-fonts/sourceserifpro-ttf/pkg-descr (contents, props changed) head/x11-fonts/sourceserifpro-ttf/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sat Nov 26 10:34:27 2016 (r427150) +++ head/x11-fonts/Makefile Sat Nov 26 10:34:31 2016 (r427151) @@ -165,6 +165,7 @@ SUBDIR += showfont SUBDIR += sourcecodepro-ttf SUBDIR += sourcesanspro-ttf + SUBDIR += sourceserifpro-ttf SUBDIR += stix-fonts SUBDIR += suxus SUBDIR += symbola Added: head/x11-fonts/sourceserifpro-ttf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/Makefile Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= sourceserifpro-ttf +PORTVERSION= 1.017 +DISTVERSIONSUFFIX= R +CATEGORIES= x11-fonts + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Set of fonts by Adobe designed for UI + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +NO_BUILD= yes +USES= fonts + +FONTNAME= SourceSerifPro +SUB_FILES= pkg-message + +GH_ACCOUNT= adobe-fonts +GH_PROJECT= source-serif-pro +USE_GITHUB= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/ + +.include Added: head/x11-fonts/sourceserifpro-ttf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/distinfo Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480144409 +SHA256 (adobe-fonts-source-serif-pro-1.017R_GH0.tar.gz) = 2f4f75b53983a399472e6972829de4e9a4aac76ad70bd111688e50c97d240212 +SIZE (adobe-fonts-source-serif-pro-1.017R_GH0.tar.gz) = 1528897 Added: head/x11-fonts/sourceserifpro-ttf/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/files/pkg-message.in Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,5 @@ +You can start using the fonts by following these instructions: + +Add the following line to the "Files" section of your x.org configuration file: + + FontPath "%%FONTSDIR%%/" Added: head/x11-fonts/sourceserifpro-ttf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/pkg-descr Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,4 @@ +Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro +family. + +WWW: https://github.com/adobe-fonts/source-serif-pro Added: head/x11-fonts/sourceserifpro-ttf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/pkg-plist Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,6 @@ +%%FONTSDIR%%/SourceSerifPro-Black.ttf +%%FONTSDIR%%/SourceSerifPro-Bold.ttf +%%FONTSDIR%%/SourceSerifPro-ExtraLight.ttf +%%FONTSDIR%%/SourceSerifPro-Light.ttf +%%FONTSDIR%%/SourceSerifPro-Regular.ttf +%%FONTSDIR%%/SourceSerifPro-Semibold.ttf From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 14111C55EC0; Sat, 26 Nov 2016 10:34:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B13F51CAC; Sat, 26 Nov 2016 10:34: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 uAQAYj6S046928; Sat, 26 Nov 2016 10:34:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYjFv046926; Sat, 26 Nov 2016 10:34:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYjFv046926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427154 - head/textproc/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:34:47 -0000 Author: sunpoet Date: Sat Nov 26 10:34:45 2016 New Revision: 427154 URL: https://svnweb.freebsd.org/changeset/ports/427154 Log: - Add missing USES=perl5 and USE_PERL5=run for th_gen_idx.pl - Fix indent - Move build-related knobs together - Update WWW - Bump PORTREVISION for dependency change Modified: head/textproc/mythes/Makefile head/textproc/mythes/pkg-descr Modified: head/textproc/mythes/Makefile ============================================================================== --- head/textproc/mythes/Makefile Sat Nov 26 10:34:40 2016 (r427153) +++ head/textproc/mythes/Makefile Sat Nov 26 10:34:45 2016 (r427154) @@ -2,6 +2,7 @@ PORTNAME= mythes PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} @@ -14,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell -USES= libtool pathfix pkgconfig shebangfix -SHEBANG_FILES= th_gen_idx.pl +USES= libtool pathfix perl5 pkgconfig shebangfix USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - +USE_PERL5= run +SHEBANG_FILES= th_gen_idx.pl GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include Modified: head/textproc/mythes/pkg-descr ============================================================================== --- head/textproc/mythes/pkg-descr Sat Nov 26 10:34:40 2016 (r427153) +++ head/textproc/mythes/pkg-descr Sat Nov 26 10:34:45 2016 (r427154) @@ -2,4 +2,4 @@ MyThes is a simple thesaurus that uses a file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms -WWW: http://hunspell.sourceforge.net +WWW: http://hunspell.github.io/ From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34: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 94A1FC55EF4; Sat, 26 Nov 2016 10:34: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 3BF1C1D82; Sat, 26 Nov 2016 10:34:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAYoRU047044; Sat, 26 Nov 2016 10:34:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYoU2047042; Sat, 26 Nov 2016 10:34:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYoU2047042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427155 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:34:51 -0000 Author: sunpoet Date: Sat Nov 26 10:34:50 2016 New Revision: 427155 URL: https://svnweb.freebsd.org/changeset/ports/427155 Log: - Update to 2015.12.10 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Sat Nov 26 10:34:45 2016 (r427154) +++ head/textproc/nl-mythes/Makefile Sat Nov 26 10:34:50 2016 (r427155) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.11.22 +PORTVERSION= 2015.12.10 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Sat Nov 26 10:34:45 2016 (r427154) +++ head/textproc/nl-mythes/distinfo Sat Nov 26 10:34:50 2016 (r427155) @@ -1,2 +1,3 @@ -SHA256 (mythes/thes_nl-20151122.oxt) = d9d39796c2365eff5735304d83a625d7cf430df69b1d3db58fd88e67b1e601a6 -SIZE (mythes/thes_nl-20151122.oxt) = 1956069 +TIMESTAMP = 1480148857 +SHA256 (mythes/thes_nl-20151210.oxt) = a61d7072c2682cb9a008b567774cd02ba28bc3ce7bbc95c5a9a359f57c5b7284 +SIZE (mythes/thes_nl-20151210.oxt) = 1956069 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:37: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 F287DC561F0; Sat, 26 Nov 2016 10:37:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C21C7365; Sat, 26 Nov 2016 10:37:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAaxfN047402; Sat, 26 Nov 2016 10:36:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAax2a047400; Sat, 26 Nov 2016 10:36:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611261036.uAQAax2a047400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 26 Nov 2016 10:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427157 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:37:01 -0000 Author: madpilot Date: Sat Nov 26 10:36:59 2016 New Revision: 427157 URL: https://svnweb.freebsd.org/changeset/ports/427157 Log: Update calibre to 2.73.0. Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Nov 26 10:34:54 2016 (r427156) +++ head/deskutils/calibre/Makefile Sat Nov 26 10:36:59 2016 (r427157) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.72.0 -PORTREVISION= 1 +PORTVERSION= 2.73.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Nov 26 10:34:54 2016 (r427156) +++ head/deskutils/calibre/distinfo Sat Nov 26 10:36:59 2016 (r427157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479456202 -SHA256 (calibre-2.72.0.tar.xz) = 92315701740c9132edd23ee5a5810f337ad71d7182909c802139f128351d8537 -SIZE (calibre-2.72.0.tar.xz) = 38551760 +TIMESTAMP = 1480075033 +SHA256 (calibre-2.73.0.tar.xz) = ec05836d60ae6214c3dde22ec7f9340ab77b05eac25b0df5e245b43f553b1a9f +SIZE (calibre-2.73.0.tar.xz) = 38674308 From owner-svn-ports-all@freebsd.org Sat Nov 26 10:58: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 6ED33C56A1E; Sat, 26 Nov 2016 10:58: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 3E328EC4; Sat, 26 Nov 2016 10:58: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 uAQAw7H8055400; Sat, 26 Nov 2016 10:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAw73h055399; Sat, 26 Nov 2016 10:58:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261058.uAQAw73h055399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427158 - head/textproc/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:58:08 -0000 Author: sunpoet Date: Sat Nov 26 10:58:07 2016 New Revision: 427158 URL: https://svnweb.freebsd.org/changeset/ports/427158 Log: - Remove outdated post-configure: Modified: head/textproc/hunspell/Makefile Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Sat Nov 26 10:36:59 2016 (r427157) +++ head/textproc/hunspell/Makefile Sat Nov 26 10:58:07 2016 (r427158) @@ -29,7 +29,4 @@ PLIST_SUB= SHLIB_VER=${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx -post-configure: - @${REINPLACE_CMD} -e 's|444|644|g' ${WRKSRC}/src/parsers/Makefile - .include From owner-svn-ports-all@freebsd.org Sat Nov 26 12:07: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 04277C57A95; Sat, 26 Nov 2016 12:07:39 +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 C7D137E3; Sat, 26 Nov 2016 12:07:38 +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 uAQC7bCl085282; Sat, 26 Nov 2016 12:07:37 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQC7b49085280; Sat, 26 Nov 2016 12:07:37 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201611261207.uAQC7b49085280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 26 Nov 2016 12:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427159 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 12:07:39 -0000 Author: brnrd Date: Sat Nov 26 12:07:37 2016 New Revision: 427159 URL: https://svnweb.freebsd.org/changeset/ports/427159 Log: www/mod_http2-devel: Update to 1.8.2 Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Sat Nov 26 10:58:07 2016 (r427158) +++ head/www/mod_http2-devel/Makefile Sat Nov 26 12:07:37 2016 (r427159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Sat Nov 26 10:58:07 2016 (r427158) +++ head/www/mod_http2-devel/distinfo Sat Nov 26 12:07:37 2016 (r427159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479129899 -SHA256 (icing-mod_h2-v1.8.0_GH0.tar.gz) = 554ae78c64b390d068f0c5e875aaee3d0cf2594be53ac9712be722e81008e53f -SIZE (icing-mod_h2-v1.8.0_GH0.tar.gz) = 193283 +TIMESTAMP = 1479992613 +SHA256 (icing-mod_h2-v1.8.2_GH0.tar.gz) = 108e3186d3c3c6b20d8be6a6fea9aa58a66051e82b6e791f384121e9280987bb +SIZE (icing-mod_h2-v1.8.2_GH0.tar.gz) = 193842 From owner-svn-ports-all@freebsd.org Sat Nov 26 12:30: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 7865CC55295; Sat, 26 Nov 2016 12:30: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 47C5FFE; Sat, 26 Nov 2016 12:30:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQCU4WU093207; Sat, 26 Nov 2016 12:30:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCU4iw093206; Sat, 26 Nov 2016 12:30:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261230.uAQCU4iw093206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427160 - head/x11/leechcraft/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:30:05 -0000 Author: jbeich Date: Sat Nov 26 12:30:04 2016 New Revision: 427160 URL: https://svnweb.freebsd.org/changeset/ports/427160 Log: x11/leechcraft: unbreak with hunspell 1.5 -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) [...] CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: HUNSPELL_LIBRARIES (ADVANCED) linked by target "leechcraft_rosenthal" in directory src/plugins/rosenthal PR: 214837 Approved by: portmgr blanket Added: head/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake (contents, props changed) Added: head/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake Sat Nov 26 12:30:04 2016 (r427160) @@ -0,0 +1,12 @@ +--- plugins/rosenthal/cmake/FindHunspell.cmake.orig 2014-07-28 18:35:44 UTC ++++ plugins/rosenthal/cmake/FindHunspell.cmake +@@ -28,7 +28,8 @@ if (WIN32) + ${HUNSPELL_DIR}/src/win_api/Release_dll/libhunspell) + endif () + +-find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR}) ++find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 ++ hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR}) + find_path (HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx HINTS ${HUNSPELL_DIR} ${HUNSPELL_INCLUDE_WIN32}) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if From owner-svn-ports-all@freebsd.org Sat Nov 26 12:30: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 7CE23C552FB; Sat, 26 Nov 2016 12:30: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 33F4A1F5; Sat, 26 Nov 2016 12:30: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 uAQCUVtu093333; Sat, 26 Nov 2016 12:30:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCUVbW093332; Sat, 26 Nov 2016 12:30:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261230.uAQCUVbW093332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:30:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427161 - head/editors/codelite/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:30:32 -0000 Author: jbeich Date: Sat Nov 26 12:30:31 2016 New Revision: 427161 URL: https://svnweb.freebsd.org/changeset/ports/427161 Log: editors/codelite: unbreak with hunspell 1.5 ** ** NOTICE ** Could not locate libhunspell. SpellChecker plugin will not be build ** NOTICE ** Try installing libhunspell-dev package ** [...] ===> Building package for codelite-9.2_2 pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/lib/codelite/SpellCheck.so: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/codelite/SpellCheck.so pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.dic pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.dic *** Error code 1 PR: 214837 Approved by: portmgr blanket Added: head/editors/codelite/files/ head/editors/codelite/files/patch-SpellChecker_CMakeLists.txt (contents, props changed) Added: head/editors/codelite/files/patch-SpellChecker_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/codelite/files/patch-SpellChecker_CMakeLists.txt Sat Nov 26 12:30:31 2016 (r427161) @@ -0,0 +1,11 @@ +--- SpellChecker/CMakeLists.txt.orig 2016-07-07 05:54:58 UTC ++++ SpellChecker/CMakeLists.txt +@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2) + + find_library(LIBHUNSPELL + # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name +- NAMES hunspell hunspell-1.3 ++ NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3 + PATH_SUFFIXES lib) + + find_path( HUNSPELL_H From owner-svn-ports-all@freebsd.org Sat Nov 26 12:30: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 E9FD7C55343; Sat, 26 Nov 2016 12:30:54 +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 B99B6362; Sat, 26 Nov 2016 12:30:54 +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 uAQCUrT8094104; Sat, 26 Nov 2016 12:30:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCUrIk094103; Sat, 26 Nov 2016 12:30:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261230.uAQCUrIk094103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427162 - head/editors/tea/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:30:55 -0000 Author: jbeich Date: Sat Nov 26 12:30:53 2016 New Revision: 427162 URL: https://svnweb.freebsd.org/changeset/ports/427162 Log: editors/tea: unbreak with hunspell 1.5 spellchecker.cpp:339:12: error: assigning to 'char *' from incompatible type 'const char *' encoding = speller->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket Added: head/editors/tea/files/ head/editors/tea/files/patch-spellchecker.h (contents, props changed) Added: head/editors/tea/files/patch-spellchecker.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/tea/files/patch-spellchecker.h Sat Nov 26 12:30:53 2016 (r427162) @@ -0,0 +1,11 @@ +--- spellchecker.h.orig 2016-09-16 19:56:10 UTC ++++ spellchecker.h +@@ -100,7 +100,7 @@ public: + QString user_dir; + QString lng; + +- char *encoding; ++ const char *encoding; + QString dict_dir; + + CHunspellChecker (const QString &lang, const QString &path = "", const QString &user_path = ""); From owner-svn-ports-all@freebsd.org Sat Nov 26 12:31: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 026DEC554AC; Sat, 26 Nov 2016 12:31:17 +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 B7CFB698; Sat, 26 Nov 2016 12:31: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 uAQCVFp4094235; Sat, 26 Nov 2016 12:31:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCVFTN094233; Sat, 26 Nov 2016 12:31:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261231.uAQCVFTN094233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427163 - head/print/scribus/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:31:17 -0000 Author: jbeich Date: Sat Nov 26 12:31:15 2016 New Revision: 427163 URL: https://svnweb.freebsd.org/changeset/ports/427163 Log: print/scribus: unbreak with hunspell 1.5 -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) HunSpell or its developer libraries NOT found - Disabling support for spell checking [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/scribus/plugins/libhunspellplugin.so scribus/plugins/tools/hunspellcheck/hunspelldict.cpp:22:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* dictEncoding = m_hunspell->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket Added: head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake (contents, props changed) head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp (contents, props changed) Added: head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake Sat Nov 26 12:31:15 2016 (r427163) @@ -0,0 +1,12 @@ +--- cmake/modules/FindHUNSPELL.cmake.orig 2012-04-10 20:15:53 UTC ++++ cmake/modules/FindHUNSPELL.cmake +@@ -9,7 +9,8 @@ + #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 ++ PATHS /opt/local/lib /usr/local/lib /usr/lib ) + + INCLUDE(FindPackageHandleStandardArgs) + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE Added: head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp Sat Nov 26 12:31:15 2016 (r427163) @@ -0,0 +1,11 @@ +--- scribus/plugins/tools/hunspellcheck/hunspelldict.cpp.orig 2012-11-20 22:49:14 UTC ++++ scribus/plugins/tools/hunspellcheck/hunspelldict.cpp +@@ -19,7 +19,7 @@ HunspellDict::HunspellDict(const QString + m_hunspell = new Hunspell(affPath.toLocal8Bit().constData(), dictPath.toLocal8Bit().constData()); + if (m_hunspell) + { +- char* dictEncoding = m_hunspell->get_dic_encoding(); ++ const char* dictEncoding = m_hunspell->get_dic_encoding(); + if (dictEncoding) + encoding = QString::fromLatin1(dictEncoding); + } From owner-svn-ports-all@freebsd.org Sat Nov 26 12:31: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 E98D5C55563; Sat, 26 Nov 2016 12:31: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 B8FC485F; Sat, 26 Nov 2016 12:31: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 uAQCVbwg094360; Sat, 26 Nov 2016 12:31:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCVbPQ094359; Sat, 26 Nov 2016 12:31:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261231.uAQCVbPQ094359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427164 - head/textproc/kf5-sonnet/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:31:39 -0000 Author: jbeich Date: Sat Nov 26 12:31:37 2016 New Revision: 427164 URL: https://svnweb.freebsd.org/changeset/ports/427164 Log: textproc/kf5-sonnet: unbreak with hunspell 1.5 -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) [...] -- The following OPTIONAL packages have not been found: * HUNSPELL , Spell checking support via Hunspell , [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%QT_PLUGINDIR%%/kf5/sonnet/hunspell.so PR: 214837 Approved by: portmgr blanket Added: head/textproc/kf5-sonnet/files/ head/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake (contents, props changed) Added: head/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake Sat Nov 26 12:31:37 2016 (r427164) @@ -0,0 +1,11 @@ +--- cmake/FindHUNSPELL.cmake.orig 2016-10-02 10:04:15 UTC ++++ cmake/FindHUNSPELL.cmake +@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) + +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if + # all listed variables are TRUE From owner-svn-ports-all@freebsd.org Sat Nov 26 12:32: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 B04FCC555B1; Sat, 26 Nov 2016 12:32: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 65E8AA8B; Sat, 26 Nov 2016 12:32: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 uAQCW2YS097393; Sat, 26 Nov 2016 12:32:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCW2ba097391; Sat, 26 Nov 2016 12:32:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261232.uAQCW2ba097391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 12:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427165 - in head/x11/kdelibs4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:32:03 -0000 Author: jbeich Date: Sat Nov 26 12:32:02 2016 New Revision: 427165 URL: https://svnweb.freebsd.org/changeset/ports/427165 Log: x11/kdelibs4: unbreak consumers with hunspell 1.5 $ make -C devel/lokalize [...] -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/apps/cmake/modules/FindHUNSPELL.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) src/CMakeLists.txt:4 (find_package) PR: 214837 Approved by: portmgr blanket Added: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake (contents, props changed) Modified: head/x11/kdelibs4/Makefile (contents, props changed) Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Sat Nov 26 12:31:37 2016 (r427164) +++ head/x11/kdelibs4/Makefile Sat Nov 26 12:32:02 2016 (r427165) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Added: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake Sat Nov 26 12:32:02 2016 (r427165) @@ -0,0 +1,11 @@ +--- cmake/modules/FindHUNSPELL.cmake.orig 2015-06-26 03:14:18 UTC ++++ cmake/modules/FindHUNSPELL.cmake +@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) + +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if + # all listed variables are TRUE From owner-svn-ports-all@freebsd.org Sat Nov 26 12:45: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 D4A7AC55C65; Sat, 26 Nov 2016 12:45:35 +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 89CAA5DF; Sat, 26 Nov 2016 12:45:35 +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 uAQCjYM8001970; Sat, 26 Nov 2016 12:45:34 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQCjYfu001969; Sat, 26 Nov 2016 12:45:34 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201611261245.uAQCjYfu001969@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, 26 Nov 2016 12:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427166 - head/x11/kdelibs4/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 12:45:35 -0000 Author: rakuco Date: Sat Nov 26 12:45:34 2016 New Revision: 427166 URL: https://svnweb.freebsd.org/changeset/ports/427166 Log: Replace the FindHUNSPELL.cmake from r214837 with kdelibs' upstream version No need to bump PORTREVISION, this is mostly for renaming and indicating this has already been fixed upstream. Added: head/x11/kdelibs4/files/patch-git_2ab2745 - copied, changed from r427165, head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake Deleted: head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake Copied and modified: head/x11/kdelibs4/files/patch-git_2ab2745 (from r427165, head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake) ============================================================================== --- head/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake Sat Nov 26 12:32:02 2016 (r427165, copy source) +++ head/x11/kdelibs4/files/patch-git_2ab2745 Sat Nov 26 12:45:34 2016 (r427166) @@ -1,11 +1,19 @@ ---- cmake/modules/FindHUNSPELL.cmake.orig 2015-06-26 03:14:18 UTC +commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c +Author: Wolfgang Bauer +Date: Thu Oct 20 15:51:29 2016 +0200 + + Support newer hunspell versions in FindHUNSPELL.cmake + + REVIEW: 128600 + +--- cmake/modules/FindHUNSPELL.cmake +++ cmake/modules/FindHUNSPELL.cmake -@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL +@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if # all listed variables are TRUE From owner-svn-ports-all@freebsd.org Sat Nov 26 13:00: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 C08EAC56200; Sat, 26 Nov 2016 13:00:23 +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 8FD21C64; Sat, 26 Nov 2016 13:00:23 +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 uAQD0Mok006121; Sat, 26 Nov 2016 13:00:22 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQD0MM1006118; Sat, 26 Nov 2016 13:00:22 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611261300.uAQD0MM1006118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sat, 26 Nov 2016 13:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427167 - head/databases/p5-RedisDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 13:00:23 -0000 Author: kuriyama Date: Sat Nov 26 13:00:22 2016 New Revision: 427167 URL: https://svnweb.freebsd.org/changeset/ports/427167 Log: - Upgrade to 2.53. Modified: head/databases/p5-RedisDB/Makefile head/databases/p5-RedisDB/distinfo head/databases/p5-RedisDB/pkg-plist Modified: head/databases/p5-RedisDB/Makefile ============================================================================== --- head/databases/p5-RedisDB/Makefile Sat Nov 26 12:45:34 2016 (r427166) +++ head/databases/p5-RedisDB/Makefile Sat Nov 26 13:00:22 2016 (r427167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= RedisDB -PORTVERSION= 2.46 +PORTVERSION= 2.53 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-RedisDB/distinfo ============================================================================== --- head/databases/p5-RedisDB/distinfo Sat Nov 26 12:45:34 2016 (r427166) +++ head/databases/p5-RedisDB/distinfo Sat Nov 26 13:00:22 2016 (r427167) @@ -1,2 +1,3 @@ -SHA256 (RedisDB-2.46.tar.gz) = 2208075685a8f2b648b11d9039053be9bab44f511cb722ab63564c2763ccc3e4 -SIZE (RedisDB-2.46.tar.gz) = 46727 +TIMESTAMP = 1480126601 +SHA256 (RedisDB-2.53.tar.gz) = a51c571f058458ce936a696a5dc7d31d808674aea9d8577b35ba27a3959b3648 +SIZE (RedisDB-2.53.tar.gz) = 48918 Modified: head/databases/p5-RedisDB/pkg-plist ============================================================================== --- head/databases/p5-RedisDB/pkg-plist Sat Nov 26 12:45:34 2016 (r427166) +++ head/databases/p5-RedisDB/pkg-plist Sat Nov 26 13:00:22 2016 (r427167) @@ -1,7 +1,9 @@ +%%PERL5_MAN3%%/Test::RedisDB.3.gz %%PERL5_MAN3%%/RedisDB.3.gz %%PERL5_MAN3%%/RedisDB::Cluster.3.gz %%PERL5_MAN3%%/RedisDB::Error.3.gz %%PERL5_MAN3%%/RedisDB::Sentinel.3.gz +%%SITE_PERL%%/Test/RedisDB.pm %%SITE_PERL%%/RedisDB.pm %%SITE_PERL%%/RedisDB/Cluster.pm %%SITE_PERL%%/RedisDB/Error.pm From owner-svn-ports-all@freebsd.org Sat Nov 26 13:09: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 2F837C56548; Sat, 26 Nov 2016 13:09:10 +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 F2F8E146; Sat, 26 Nov 2016 13:09:09 +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 uAQD99kM009960; Sat, 26 Nov 2016 13:09:09 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQD99S8009958; Sat, 26 Nov 2016 13:09:09 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201611261309.uAQD99S8009958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sat, 26 Nov 2016 13:09:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427168 - head/databases/p5-RedisDB-Parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 13:09:10 -0000 Author: kuriyama Date: Sat Nov 26 13:09:08 2016 New Revision: 427168 URL: https://svnweb.freebsd.org/changeset/ports/427168 Log: - Upgrade to 2.22. Modified: head/databases/p5-RedisDB-Parser/Makefile head/databases/p5-RedisDB-Parser/distinfo Modified: head/databases/p5-RedisDB-Parser/Makefile ============================================================================== --- head/databases/p5-RedisDB-Parser/Makefile Sat Nov 26 13:00:22 2016 (r427167) +++ head/databases/p5-RedisDB-Parser/Makefile Sat Nov 26 13:09:08 2016 (r427168) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= RedisDB-Parser -PORTVERSION= 2.21 -PORTREVISION= 1 +PORTVERSION= 2.22 +#PORTREVISION= 0 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-RedisDB-Parser/distinfo ============================================================================== --- head/databases/p5-RedisDB-Parser/distinfo Sat Nov 26 13:00:22 2016 (r427167) +++ head/databases/p5-RedisDB-Parser/distinfo Sat Nov 26 13:09:08 2016 (r427168) @@ -1,2 +1,3 @@ -SHA256 (RedisDB-Parser-2.21.tar.gz) = 39ae66ac4bdbf321bdcf9f9d002970c490a4909af9d7c99d11cf32550f87c2c8 -SIZE (RedisDB-Parser-2.21.tar.gz) = 31337 +TIMESTAMP = 1479811022 +SHA256 (RedisDB-Parser-2.22.tar.gz) = fcbd4dbd321d2de4113b21288db083e47d8647b50e5f1c115629de169a4004b1 +SIZE (RedisDB-Parser-2.22.tar.gz) = 31497 From owner-svn-ports-all@freebsd.org Sat Nov 26 13: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 F00DCC56C6D; Sat, 26 Nov 2016 13:28: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 BF86EE21; Sat, 26 Nov 2016 13:28: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 uAQDStvM018235; Sat, 26 Nov 2016 13:28:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQDSt3E018233; Sat, 26 Nov 2016 13:28:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201611261328.uAQDSt3E018233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 26 Nov 2016 13:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427169 - 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, 26 Nov 2016 13:28:57 -0000 Author: adamw Date: Sat Nov 26 13:28:55 2016 New Revision: 427169 URL: https://svnweb.freebsd.org/changeset/ports/427169 Log: Update to patchlevel 102. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Nov 26 13:09:08 2016 (r427168) +++ head/editors/vim/Makefile Sat Nov 26 13:28:55 2016 (r427169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0094 +PORTVERSION= 8.0.0102 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Nov 26 13:09:08 2016 (r427168) +++ head/editors/vim/distinfo Sat Nov 26 13:28:55 2016 (r427169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479579149 -SHA256 (vim-vim-v8.0.0094_GH0.tar.gz) = 03f50820f889041ad27862c6efa3f59ab3d9765df30f55937dda980c801b4848 -SIZE (vim-vim-v8.0.0094_GH0.tar.gz) = 12945045 +TIMESTAMP = 1480166584 +SHA256 (vim-vim-v8.0.0102_GH0.tar.gz) = 1ec25523841812505aed05230296272c6598696b1bffb58fdbd21d6589839441 +SIZE (vim-vim-v8.0.0102_GH0.tar.gz) = 12945134 From owner-svn-ports-all@freebsd.org Sat Nov 26 13:30: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 D27A2C56D44; Sat, 26 Nov 2016 13:30:36 +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 A1D96F1A; Sat, 26 Nov 2016 13:30:36 +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 uAQDUZ8a018422; Sat, 26 Nov 2016 13:30:35 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQDUZ8l018421; Sat, 26 Nov 2016 13:30:35 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611261330.uAQDUZ8l018421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 26 Nov 2016 13:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427170 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 13:30:36 -0000 Author: matthew Date: Sat Nov 26 13:30:35 2016 New Revision: 427170 URL: https://svnweb.freebsd.org/changeset/ports/427170 Log: Update to 20161126 PR: 214850 Submitted by: lifanov@mail.lifanov.com (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Sat Nov 26 13:28:55 2016 (r427169) +++ head/games/wtf/Makefile Sat Nov 26 13:30:35 2016 (r427170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20160814 +PORTVERSION= 20161126 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Sat Nov 26 13:28:55 2016 (r427169) +++ head/games/wtf/distinfo Sat Nov 26 13:30:35 2016 (r427170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471348300 -SHA256 (wtf-20160814.tar.gz) = 773c8b4169f1ce975113d076e91854d69c6cca454aca90a05e708b568ffe9c70 -SIZE (wtf-20160814.tar.gz) = 24738 +TIMESTAMP = 1480163135 +SHA256 (wtf-20161126.tar.gz) = ac3607e71593809f06ca9713bf48b24370580bbd25337fdfb438f39a75642511 +SIZE (wtf-20161126.tar.gz) = 24750 From owner-svn-ports-all@freebsd.org Sat Nov 26 13:47: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 55163C57393; Sat, 26 Nov 2016 13:47:05 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3772B1782; Sat, 26 Nov 2016 13:47:04 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id E88102CB; Sat, 26 Nov 2016 07:46:56 -0600 (CST) Date: Sat, 26 Nov 2016 07:46:55 -0600 From: Mark Linimon To: Gerald Pfeifer Cc: Cy Schubert , koobs@FreeBSD.org, Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427017 - head/net/ntp Message-ID: <20161126134655.GA31394@lonesome.com> References: <201611241516.uAOFGFpJ073687@slippy.cwsent.com> <20161124153639.GA24019@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 13:47:05 -0000 On Sat, Nov 26, 2016 at 08:56:38AM +0100, Gerald Pfeifer wrote: > Actually, [USE_GCC=yes -> ] USE_GCC=4.9+ (i.e., GCC 4.9 or later). Mental slip on my part. The patch I was testing for a handful of ports was actually USE_GCC=yes. mcl From owner-svn-ports-all@freebsd.org Sat Nov 26 15:21: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 170DFC56F20; Sat, 26 Nov 2016 15:21:53 +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 E5E7869D; Sat, 26 Nov 2016 15:21:52 +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 uAQFLqju061967; Sat, 26 Nov 2016 15:21:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQFLpbg061964; Sat, 26 Nov 2016 15:21:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611261521.uAQFLpbg061964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Nov 2016 15:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427171 - in head/mail/abook: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 15:21:53 -0000 Author: bapt Date: Sat Nov 26 15:21:51 2016 New Revision: 427171 URL: https://svnweb.freebsd.org/changeset/ports/427171 Log: Update to 0.6.1 Take maintainership 0.6.1 - custom output format (Raphaël Droz) - remove duplicates (Fabio Zanini) - merge entries (Fabio Zanini) - mutt groups support (Fabio Zanini) - vcard initial input filter (Michael Krolikowski) - vcard parser improvements (Fabio Zanini, Raphaël Droz) - color support (Thorsten Wißmann) - mouse support (Thorsten Wißmann) - extra-fields deletion bugfix (Jorrit Tijben) - additional keybindings (Hagen Fuchs) - autotools update (Fabio Zanini) - case-sensitive ldif fields parsing (Christian Brabandt) - ldif standard input support (Raphaël Droz) - ldif extensible field management rewrite (Raphaël Droz) - html output fixes (Stéphane Aulery) - memory bugfixes (Peter Wu) - vcard birthday export fix (Gaetan Bisson) 0.6.0 - configurable views (Cedric Duval) - new field types, lists and improved custom field support (Cedric Duval) - index_format option (Cedric Duval) - Italian translation (Claudio Stazzone) Deleted: head/mail/abook/files/ Modified: head/mail/abook/Makefile head/mail/abook/distinfo head/mail/abook/pkg-plist Modified: head/mail/abook/Makefile ============================================================================== --- head/mail/abook/Makefile Sat Nov 26 13:30:35 2016 (r427170) +++ head/mail/abook/Makefile Sat Nov 26 15:21:51 2016 (r427171) @@ -2,22 +2,18 @@ # $FreeBSD$ PORTNAME= abook -PORTVERSION= 0.5.6 -PORTREVISION= 4 +PORTVERSION= 0.6.1 CATEGORIES= mail -MASTER_SITES= SF +MASTER_SITES= http://abook.sourceforge.net/devel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Addressbook program with mutt mail client support LICENSE= GPLv2 -USES= ncurses readline +USES= ncurses readline autoreconf localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \ THANKS TODO Modified: head/mail/abook/distinfo ============================================================================== --- head/mail/abook/distinfo Sat Nov 26 13:30:35 2016 (r427170) +++ head/mail/abook/distinfo Sat Nov 26 15:21:51 2016 (r427171) @@ -1,2 +1,3 @@ -SHA256 (abook-0.5.6.tar.gz) = 0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e -SIZE (abook-0.5.6.tar.gz) = 393097 +TIMESTAMP = 1480172791 +SHA256 (abook-0.6.1.tar.gz) = f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9 +SIZE (abook-0.6.1.tar.gz) = 319558 Modified: head/mail/abook/pkg-plist ============================================================================== --- head/mail/abook/pkg-plist Sat Nov 26 13:30:35 2016 (r427170) +++ head/mail/abook/pkg-plist Sat Nov 26 15:21:51 2016 (r427171) @@ -2,6 +2,12 @@ bin/abook man/man1/abook.1.gz man/man5/abookrc.5.gz %%NLS%%share/locale/de/LC_MESSAGES/abook.mo +%%NLS%%share/locale/de/LC_TIME/abook.mo %%NLS%%share/locale/fr/LC_MESSAGES/abook.mo +%%NLS%%share/locale/fr/LC_TIME/abook.mo +%%NLS%%share/locale/it/LC_MESSAGES/abook.mo +%%NLS%%share/locale/it/LC_TIME/abook.mo %%NLS%%share/locale/ja/LC_MESSAGES/abook.mo +%%NLS%%share/locale/ja/LC_TIME/abook.mo %%NLS%%share/locale/sv/LC_MESSAGES/abook.mo +%%NLS%%share/locale/sv/LC_TIME/abook.mo From owner-svn-ports-all@freebsd.org Sat Nov 26 15:24: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 F1197C550F0; Sat, 26 Nov 2016 15:24:24 +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 C04CC956; Sat, 26 Nov 2016 15:24:24 +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 uAQFON1P065827; Sat, 26 Nov 2016 15:24:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQFONWR065826; Sat, 26 Nov 2016 15:24:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611261524.uAQFONWR065826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Nov 2016 15:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427172 - head/mail/abook/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 15:24:25 -0000 Author: bapt Date: Sat Nov 26 15:24:23 2016 New Revision: 427172 URL: https://svnweb.freebsd.org/changeset/ports/427172 Log: Add forgotten patch Added: head/mail/abook/files/ head/mail/abook/files/patch-database.h (contents, props changed) Added: head/mail/abook/files/patch-database.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/abook/files/patch-database.h Sat Nov 26 15:24:23 2016 (r427172) @@ -0,0 +1,11 @@ +--- database.h.orig 2015-10-04 02:38:25 UTC ++++ database.h +@@ -61,7 +61,7 @@ struct db_enumerator { + /* + * Field operations + */ +-inline int field_id(int i); ++int field_id(int i); + abook_field *find_standard_field(char *key, int do_declare); + abook_field *real_find_field(char *key, abook_field_list *list, int *nb); + #define find_field(key, list) real_find_field(key, list, NULL) From owner-svn-ports-all@freebsd.org Sat Nov 26 16:44: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 3E05BC57DEB; Sat, 26 Nov 2016 16:44:05 +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 E80A08F0; Sat, 26 Nov 2016 16:44:04 +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 uAQGi4Yr097604; Sat, 26 Nov 2016 16:44:04 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQGi4XG097603; Sat, 26 Nov 2016 16:44:04 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201611261644.uAQGi4XG097603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 26 Nov 2016 16:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427173 - 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: Sat, 26 Nov 2016 16:44:05 -0000 Author: gerald Date: Sat Nov 26 16:44:03 2016 New Revision: 427173 URL: https://svnweb.freebsd.org/changeset/ports/427173 Log: Fix the order of seven (1+6) file entries. Modified: head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Nov 26 15:24:23 2016 (r427172) +++ head/emulators/wine-devel/pkg-plist Sat Nov 26 16:44:03 2016 (r427173) @@ -1222,9 +1222,9 @@ lib/wine/ext-ms-win-gdi-render-l1-1-0.dl %%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-ntuser-private-l1-1-1.dll.so lib/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so +lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so lib/wine/ext-ms-win-ntuser-window-l1-1-1.dll.so lib/wine/ext-ms-win-rtcore-gdi-object-l1-1-0.dll.so lib/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so @@ -1383,12 +1383,6 @@ lib/wine/fakedlls/api-ms-win-eventing-pr lib/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll lib/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll -lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll -lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll lib/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-rtcore-ntuser-window-l1-1-0.dll lib/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll @@ -1579,7 +1573,13 @@ lib/wine/fakedlls/ext-ms-win-gdi-render- %%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-private-l1-1-1.dll +lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll lib/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll +lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-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 From owner-svn-ports-all@freebsd.org Sat Nov 26 16: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 BFC02C57022; Sat, 26 Nov 2016 16: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 99F21DA7; Sat, 26 Nov 2016 16: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 uAQGsUii001933; Sat, 26 Nov 2016 16:54:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQGsUw8001930; Sat, 26 Nov 2016 16:54:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611261654.uAQGsUw8001930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Nov 2016 16:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427174 - in head/editors: libreoffice4/files openoffice-4/files openoffice-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 16:54:31 -0000 Author: jbeich Date: Sat Nov 26 16:54:30 2016 New Revision: 427174 URL: https://svnweb.freebsd.org/changeset/ports/427174 Log: editors/openoffice*: unbreak consumers with hunspell 1.5 main/lingucomponent/source/spellcheck/spell/sspellimp.cxx:39:10: fatal error: 'dictmgr.hxx' file not found #include ^ PR: 214844 Obtained from: upstream Approved by: portmgr blanket Added: head/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx (contents, props changed) head/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx (contents, props changed) head/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx (contents, props changed) Added: head/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx Sat Nov 26 16:54:30 2016 (r427174) @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include + #include +-#include + #include + + #include Added: head/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx Sat Nov 26 16:54:30 2016 (r427174) @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include + #include +-#include + #include + + #include Added: head/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx Sat Nov 26 16:54:30 2016 (r427174) @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include + #include +-#include + #include + + #include From owner-svn-ports-all@freebsd.org Sat Nov 26 17:09: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 1D097C5768F; Sat, 26 Nov 2016 17:09:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0CCF14E2; Sat, 26 Nov 2016 17:09:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQH9Xek007352; Sat, 26 Nov 2016 17:09:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQH9XRx007351; Sat, 26 Nov 2016 17:09:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261709.uAQH9XRx007351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 17:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427175 - head/devel/json-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: Sat, 26 Nov 2016 17:09:34 -0000 Author: sunpoet Date: Sat Nov 26 17:09:32 2016 New Revision: 427175 URL: https://svnweb.freebsd.org/changeset/ports/427175 Log: - Pet check-sanity: use USES=autoreconf Modified: head/devel/json-c/Makefile Modified: head/devel/json-c/Makefile ============================================================================== --- head/devel/json-c/Makefile Sat Nov 26 16:54:30 2016 (r427174) +++ head/devel/json-c/Makefile Sat Nov 26 17:09:32 2016 (r427175) @@ -16,9 +16,8 @@ CONFLICTS_INSTALL= cocaine-core-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_AUTOTOOLS= autoheader USE_LDCONFIG= yes -USES= cpe gmake libtool pathfix pkgconfig +USES= autoreconf cpe gmake libtool pathfix pkgconfig CPE_VENDOR= json-c_project From owner-svn-ports-all@freebsd.org Sat Nov 26 17:09: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 0586AC576C0; Sat, 26 Nov 2016 17:09:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9D41538; Sat, 26 Nov 2016 17:09:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQH9bQm007480; Sat, 26 Nov 2016 17:09:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQH9bnJ007476; Sat, 26 Nov 2016 17:09:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261709.uAQH9bnJ007476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 17:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427176 - head/devel/shapelib/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 17:09:39 -0000 Author: sunpoet Date: Sat Nov 26 17:09:37 2016 New Revision: 427176 URL: https://svnweb.freebsd.org/changeset/ports/427176 Log: - Pet portlint: fix diff header of patch files Modified: head/devel/shapelib/files/patch-Makefile head/devel/shapelib/files/patch-contrib-Makefile head/devel/shapelib/files/patch-shapefil.h Modified: head/devel/shapelib/files/patch-Makefile ============================================================================== --- head/devel/shapelib/files/patch-Makefile Sat Nov 26 17:09:32 2016 (r427175) +++ head/devel/shapelib/files/patch-Makefile Sat Nov 26 17:09:37 2016 (r427176) @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-07-24 12:32:26.000000000 +0800 -+++ Makefile 2013-10-13 21:38:40.590435497 +0800 +--- Makefile.orig 2011-07-24 04:32:26 UTC ++++ Makefile @@ -1,16 +1,19 @@ -PREFIX = /usr/local Modified: head/devel/shapelib/files/patch-contrib-Makefile ============================================================================== --- head/devel/shapelib/files/patch-contrib-Makefile Sat Nov 26 17:09:32 2016 (r427175) +++ head/devel/shapelib/files/patch-contrib-Makefile Sat Nov 26 17:09:37 2016 (r427176) @@ -1,5 +1,5 @@ ---- contrib/Makefile.orig 2010-01-04 12:08:02.000000000 +0800 -+++ contrib/Makefile 2013-10-13 21:39:57.405429171 +0800 +--- contrib/Makefile.orig 2010-01-04 04:08:02 UTC ++++ contrib/Makefile @@ -3,19 +3,36 @@ #CFLAGS = -g Modified: head/devel/shapelib/files/patch-shapefil.h ============================================================================== --- head/devel/shapelib/files/patch-shapefil.h Sat Nov 26 17:09:32 2016 (r427175) +++ head/devel/shapelib/files/patch-shapefil.h Sat Nov 26 17:09:37 2016 (r427176) @@ -1,5 +1,5 @@ ---- shapefil.h.orig 2011-07-24 14:15:51.000000000 +0800 -+++ shapefil.h 2011-12-24 03:00:00.000000000 +0800 +--- shapefil.h.orig 2011-07-24 06:15:51 UTC ++++ shapefil.h @@ -138,6 +138,8 @@ */ From owner-svn-ports-all@freebsd.org Sat Nov 26 17:09: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 E8C61C576F4; Sat, 26 Nov 2016 17:09:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAFCE1628; Sat, 26 Nov 2016 17:09: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 uAQH9gbe007624; Sat, 26 Nov 2016 17:09:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQH9ghX007620; Sat, 26 Nov 2016 17:09:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261709.uAQH9ghX007620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 17:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427177 - in head/graphics/gdal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 17:09:44 -0000 Author: sunpoet Date: Sat Nov 26 17:09:42 2016 New Revision: 427177 URL: https://svnweb.freebsd.org/changeset/ports/427177 Log: - Remove PROJ option: proj4 is required, --with-static-proj4 determines how it being linked, dynamically or statically - Set SONAME: add GDAL_SLIB_SONAME to GDALmake.opt - Cosmetic change - Pet portlint: fix diff header of patch files - Bump PORTREVISION for dependency and package change Added: head/graphics/gdal/files/patch-GDALmake.opt.in (contents, props changed) head/graphics/gdal/files/patch-apps_GNUmakefile (contents, props changed) Modified: head/graphics/gdal/Makefile head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Nov 26 17:09:37 2016 (r427176) +++ head/graphics/gdal/Makefile Sat Nov 26 17:09:42 2016 (r427177) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -18,11 +19,12 @@ LIB_DEPENDS= libgeotiff.so:graphics/libg libgif.so:graphics/giflib \ libjson-c.so:devel/json-c \ libpng.so:graphics/png \ + libproj.so:graphics/proj \ libtiff.so:graphics/tiff OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ - KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ \ - SPATIALITE SQLITE WEBP XERCES + KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SPATIALITE \ + SQLITE WEBP XERCES OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER @@ -39,6 +41,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-libtiff=yes \ --with-libz=/usr \ --with-png=yes \ + --with-static-proj4=no \ --with-threads=yes \ --without-libtool \ ${ICONV_CONFIGURE_ARG} @@ -99,8 +102,6 @@ PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:graphics/podofo POPPLER_CONFIGURE_WITH= poppler POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler -PROJ_CONFIGURE_WITH= static-proj4 -PROJ_LIB_DEPENDS= libproj.so:graphics/proj SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:databases/spatialite SQLITE_CONFIGURE_WITH= sqlite3 @@ -110,6 +111,12 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/we XERCES_CONFIGURE_WITH= xerces XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +CFLAGS+= -flax-vector-conversions +.endif + post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure @@ -127,12 +134,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/ ${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ - -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION} - -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -CFLAGS+= -flax-vector-conversions -.endif + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION} .include Added: head/graphics/gdal/files/patch-GDALmake.opt.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdal/files/patch-GDALmake.opt.in Sat Nov 26 17:09:42 2016 (r427177) @@ -0,0 +1,10 @@ +--- GDALmake.opt.in.orig 2016-10-24 11:00:36 UTC ++++ GDALmake.opt.in +@@ -135,6 +135,7 @@ GDAL_VERSION_REV = @GDAL_VERSION_RE + GDAL_LIB = $(GDAL_ROOT)/libgdal.a + GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT) + GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal ++GDAL_SLIB_SONAME= -Wl,-soname,libgdal.$(SO_EXT).$(GDAL_VERSION_MAJOR) + + # Mac OS X Framework definition + MACOSX_FRAMEWORK = @MACOSX_FRAMEWORK@ Added: head/graphics/gdal/files/patch-apps_GNUmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdal/files/patch-apps_GNUmakefile Sat Nov 26 17:09:42 2016 (r427177) @@ -0,0 +1,13 @@ +--- apps/GNUmakefile.orig 2016-10-24 11:00:31 UTC ++++ apps/GNUmakefile +@@ -215,7 +215,7 @@ gdal-config-inst: gdal-config.in ../GDAL + + + install: default +- for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done +- $(INSTALL) gdal_utils.h $(DESTDIR)$(INST_INCLUDE) +- $(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config ++ for f in $(BIN_LIST) ; do $(BSD_INSTALL_PROGRAM) $$f $(DESTDIR)$(INST_BIN) ; done ++ $(BSD_INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE) ++ $(BSD_INSTALL_SCRIPT) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config + Modified: head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp ============================================================================== --- head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp Sat Nov 26 17:09:37 2016 (r427176) +++ head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp Sat Nov 26 17:09:42 2016 (r427177) @@ -1,5 +1,5 @@ ---- frmts/mrf/mrf_band.cpp.orig 2016-04-26 01:35:55.000000000 +0800 -+++ frmts/mrf/mrf_band.cpp 2016-05-04 02:26:58.154088997 +0800 +--- frmts/mrf/mrf_band.cpp.orig 2016-04-25 17:35:55 UTC ++++ frmts/mrf/mrf_band.cpp @@ -57,7 +57,7 @@ #include From owner-svn-ports-all@freebsd.org Sat Nov 26 17:09: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 5D40DC57723; Sat, 26 Nov 2016 17:09: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 2CBD716E8; Sat, 26 Nov 2016 17:09: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 uAQH9lt9007731; Sat, 26 Nov 2016 17:09:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQH9lHw007730; Sat, 26 Nov 2016 17:09:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261709.uAQH9lHw007730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 17:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427178 - head/science/libkml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 17:09:48 -0000 Author: sunpoet Date: Sat Nov 26 17:09:47 2016 New Revision: 427178 URL: https://svnweb.freebsd.org/changeset/ports/427178 Log: - Add LICENSE_FILE - Fix *_DEPENDS: textproc/expat2 is also a runtime dependency - Bump PORTREVISION for dependency change Modified: head/science/libkml/Makefile Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Sat Nov 26 17:09:42 2016 (r427177) +++ head/science/libkml/Makefile Sat Nov 26 17:09:47 2016 (r427178) @@ -4,17 +4,18 @@ PORTNAME= libkml PORTVERSION= 1.2 DISTVERSIONPREFIX= release- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for parse, generate, and operate on KML LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= curl-config:ftp/curl \ - ${LOCALBASE}/include/expat.h:textproc/expat2 -LIB_DEPENDS= liburiparser.so:net/uriparser +BUILD_DEPENDS= curl-config:ftp/curl +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + liburiparser.so:net/uriparser OPTIONS_DEFINE= SWIG From owner-svn-ports-all@freebsd.org Sat Nov 26 17:27: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 06D08C57C94; Sat, 26 Nov 2016 17:27:35 +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 CA4FE1FBA; Sat, 26 Nov 2016 17:27:34 +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 uAQHRXAm015603; Sat, 26 Nov 2016 17:27:33 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQHRXmo015601; Sat, 26 Nov 2016 17:27:33 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611261727.uAQHRXmo015601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 26 Nov 2016 17:27:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427179 - in head: . devel devel/go-shellwords X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 17:27:35 -0000 Author: riggs Date: Sat Nov 26 17:27:33 2016 New Revision: 427179 URL: https://svnweb.freebsd.org/changeset/ports/427179 Log: Retire devel/go-shellwords Details: port had been introduced as a stop-gap solution to satisfy a build dependency to textproc/fzf. In the meantime, textproc/fzf has been reworked to satisfy the dependency. No other consumers for devel/go-shellwords are present in the ports tree at this point in time. PR: 214698 Submitted by: sascha@root-login.org (maintainer of devel/go-shellwords) Deleted: head/devel/go-shellwords/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 26 17:09:47 2016 (r427178) +++ head/MOVED Sat Nov 26 17:27:33 2016 (r427179) @@ -8810,3 +8810,4 @@ astro/osmium|astro/libosmium|2016-11-23| deskutils/xfce4-notification-daemon|deskutils/xfce4-notifyd|2016-11-23|Has expired: No longer supported by upstream, replaced with deskutils/xfce4-notifyd archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python module textproc/clucene-qt5||2016-11-25|Reintegrated into devel/qt5-help +devel/go-shellwords||2016-11-26|Integrated into textproc/fzf build procedure Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 26 17:09:47 2016 (r427178) +++ head/devel/Makefile Sat Nov 26 17:27:33 2016 (r427179) @@ -758,7 +758,6 @@ SUBDIR += go-protobuf SUBDIR += go-raw SUBDIR += go-runewidth - SUBDIR += go-shellwords SUBDIR += go-slices SUBDIR += go-sql-driver SUBDIR += go-tools From owner-svn-ports-all@freebsd.org Sat Nov 26 17:53: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 E05DEC577EF; Sat, 26 Nov 2016 17:53:53 +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 AFE1C2E0; Sat, 26 Nov 2016 17:53:53 +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 uAQHrqZt027536; Sat, 26 Nov 2016 17:53:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQHrqdL027534; Sat, 26 Nov 2016 17:53:52 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611261753.uAQHrqdL027534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 26 Nov 2016 17:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427180 - head/sysutils/ohmu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 17:53:54 -0000 Author: riggs Date: Sat Nov 26 17:53:52 2016 New Revision: 427180 URL: https://svnweb.freebsd.org/changeset/ports/427180 Log: Update to upstream version 1.1.0 PR: 214544 Submitted by: neel@neelc.org (maintainer) Modified: head/sysutils/ohmu/Makefile head/sysutils/ohmu/distinfo (contents, props changed) Modified: head/sysutils/ohmu/Makefile ============================================================================== --- head/sysutils/ohmu/Makefile Sat Nov 26 17:27:33 2016 (r427179) +++ head/sysutils/ohmu/Makefile Sat Nov 26 17:53:52 2016 (r427180) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ohmu -PORTVERSION= 0.5.0 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/ohmu/distinfo ============================================================================== --- head/sysutils/ohmu/distinfo Sat Nov 26 17:27:33 2016 (r427179) +++ head/sysutils/ohmu/distinfo Sat Nov 26 17:53:52 2016 (r427180) @@ -1,2 +1,3 @@ -SHA256 (paul-nechifor-ohmu-v0.5.0_GH0.tar.gz) = 1bf0ab0b843aa0b9ce0ba86b27e59c1cef2edd02ff6d9fc7ee9392a69eb9b2db -SIZE (paul-nechifor-ohmu-v0.5.0_GH0.tar.gz) = 1722844 +TIMESTAMP = 1479237782 +SHA256 (paul-nechifor-ohmu-v1.1.0_GH0.tar.gz) = 3181f2da0a58e4f096118bd07b7314e809c578e4af0f79e65e9dfad171bbf1ad +SIZE (paul-nechifor-ohmu-v1.1.0_GH0.tar.gz) = 1723252 From owner-svn-ports-all@freebsd.org Sat Nov 26 18:18: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 33FEEC5726B; Sat, 26 Nov 2016 18:18: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 0369A78E; Sat, 26 Nov 2016 18:18:38 +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 uAQIIc82035813; Sat, 26 Nov 2016 18:18:38 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQIIcHt035811; Sat, 26 Nov 2016 18:18:38 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611261818.uAQIIcHt035811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 26 Nov 2016 18:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427181 - head/textproc/py-dbfread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 18:18:39 -0000 Author: matthew Date: Sat Nov 26 18:18:37 2016 New Revision: 427181 URL: https://svnweb.freebsd.org/changeset/ports/427181 Log: Update to 2.0.7 ChangeLog: https://dbfread.readthedocs.io/en/latest/changes.html Modified: head/textproc/py-dbfread/Makefile head/textproc/py-dbfread/distinfo Modified: head/textproc/py-dbfread/Makefile ============================================================================== --- head/textproc/py-dbfread/Makefile Sat Nov 26 17:53:52 2016 (r427180) +++ head/textproc/py-dbfread/Makefile Sat Nov 26 18:18:37 2016 (r427181) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dbfread -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-dbfread/distinfo ============================================================================== --- head/textproc/py-dbfread/distinfo Sat Nov 26 17:53:52 2016 (r427180) +++ head/textproc/py-dbfread/distinfo Sat Nov 26 18:18:37 2016 (r427181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465384833 -SHA256 (dbfread-2.0.6.tar.gz) = e2e30e0cee4b640a7bcea01de2eae383be9840c4a04028032fdd2ddcd5b86e12 -SIZE (dbfread-2.0.6.tar.gz) = 33309 +TIMESTAMP = 1480178853 +SHA256 (dbfread-2.0.7.tar.gz) = 07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d +SIZE (dbfread-2.0.7.tar.gz) = 33212 From owner-svn-ports-all@freebsd.org Sat Nov 26 19:26: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 6DBFBC57E01; Sat, 26 Nov 2016 19:26:43 +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 485FA101C; Sat, 26 Nov 2016 19:26:43 +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 uAQJQg2h063415; Sat, 26 Nov 2016 19:26:42 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQJQgjF063412; Sat, 26 Nov 2016 19:26:42 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201611261926.uAQJQgjF063412@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, 26 Nov 2016 19:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427182 - head/multimedia/mplayer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 19:26:43 -0000 Author: cpm Date: Sat Nov 26 19:26:42 2016 New Revision: 427182 URL: https://svnweb.freebsd.org/changeset/ports/427182 Log: multimedia/mplayer2: unbreak after r417413 - Fix LICENSE - Add LICENSE_FILE - Record TIMESTAMP in distinfo - Unbreak build after disabling MANPAGES option on package builders Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D8555 Modified: head/multimedia/mplayer2/Makefile head/multimedia/mplayer2/distinfo head/multimedia/mplayer2/pkg-plist Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Sat Nov 26 18:18:37 2016 (r427181) +++ head/multimedia/mplayer2/Makefile Sat Nov 26 19:26:42 2016 (r427182) @@ -2,19 +2,19 @@ PORTNAME= mplayer2 PORTVERSION= ${MPLAYER2_PORT_VERSION} -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= multimedia audio MASTER_SITES= LOCAL/gblach/ MAINTAINER= cpm@FreeBSD.org COMMENT= Advanced general-purpose video player -LICENSE= GPLv2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libavcodec.so:multimedia/ffmpeg -BUILD_DEPENDS= rst2man:textproc/py-docutils USES= cpe gmake iconv ncurses pkgconfig python:3,build tar:xz HAS_CONFIGURE= yes @@ -37,11 +37,18 @@ MPLAYER2_SNAPSHOT_DATE= 2013-04-28 MPLAYER2_PORT_VERSION= 2.0.${MPLAYER2_SNAPSHOT_DATE:S/-//g} OPTIONS_DEFINE= A52 ASS CACA CDIO DEBUG DV DVDREAD DVDNAV GIF IPV6 JACK LADSPA \ - LIBBLURAY LIRC MAD OPENGL PORTAUDIO PULSEAUDIO \ + LIBBLURAY LIRC MAD MANPAGES OPENGL PORTAUDIO PULSEAUDIO \ RTC SDL SMB SPEEX THEORA V4L VDPAU X11 XINERAMA -OPTIONS_DEFAULT=A52 ASS ENCA DVDREAD DVDNAV VDPAU X11 +OPTIONS_DEFAULT=A52 ASS ENCA DVDREAD DVDNAV MANPAGES VDPAU X11 OPTIONS_SUB= yes +# XXX After r417413 poudriere requires textproc/py-docutils being built +# with the same python version as USES=python:3 here but it's currently +# not possible due to https://github.com/freebsd/poudriere/issues/259 +.if defined(PACKAGE_BUILDING) +OPTIONS_EXCLUDE=MANPAGES +.endif + OPTIONS_DEFINE_i386+= WIN32 .if !defined(PACKAGE_BUILDING) # Depend on RESTRICTED package only when building manually @@ -115,6 +122,9 @@ LIRC_CONFIGURE_OFF= --disable-lirc MAD_LIB_DEPENDS= libmad.so:audio/libmad MAD_CONFIGURE_OFF= --disable-mad +MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils +MANPAGES_INSTALL_TARGET_OFF=install-no-man + OPENGL_USE= GL=gl XORG=glproto OPENGL_CONFIGURE_OFF= --disable-gl OPENGL_IMPLIES= X11 @@ -196,6 +206,7 @@ post-patch: -e 's|[[:space:]]gcc| ${CC}|' \ -e 's|\$$\(CC\)|${CC}|' \ -e 's|/usr/X11R6|${LOCALBASE}|' +post-patch-MANPAGES-on: @${FIND} ${WRKSRC}/DOCS/man -name "mplayer.1" | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|/usr/\\:local/\\:etc/\\:mplayer|${DATADIR:S/\//\/\\\:/g}|g ; \ s|/dev/\\:(dvd[[:alnum:]]*[[:>:]])|${WITH_CDROM_DEVICE:S/dev\//dev\/\\\:/}|g ; \ @@ -214,10 +225,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/mplayer/${conf}.conf.sample .endfor -.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 - -.include +.include Modified: head/multimedia/mplayer2/distinfo ============================================================================== --- head/multimedia/mplayer2/distinfo Sat Nov 26 18:18:37 2016 (r427181) +++ head/multimedia/mplayer2/distinfo Sat Nov 26 19:26:42 2016 (r427182) @@ -1,2 +1,3 @@ +TIMESTAMP = 1479421227 SHA256 (mplayer2-2.0.20130428.tar.xz) = 03629270254ef8e06b7be8d25d532400a71cad07e5bdac1dd4cd64b33dbe69c9 SIZE (mplayer2-2.0.20130428.tar.xz) = 1918584 Modified: head/multimedia/mplayer2/pkg-plist ============================================================================== --- head/multimedia/mplayer2/pkg-plist Sat Nov 26 18:18:37 2016 (r427181) +++ head/multimedia/mplayer2/pkg-plist Sat Nov 26 19:26:42 2016 (r427182) @@ -2,4 +2,4 @@ bin/mplayer etc/mplayer/codecs.conf.sample etc/mplayer/input.conf.sample etc/mplayer/mplayer.conf.sample -man/man1/mplayer.1.gz +%%MANPAGES%%man/man1/mplayer.1.gz From owner-svn-ports-all@freebsd.org Sat Nov 26 21: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 83CBDC57162; Sat, 26 Nov 2016 21:32:51 +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 35CD51F80; Sat, 26 Nov 2016 21:32:51 +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 uAQLWoD9015359; Sat, 26 Nov 2016 21:32:50 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQLWobU015357; Sat, 26 Nov 2016 21:32:50 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201611262132.uAQLWobU015357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 26 Nov 2016 21:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427183 - 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: Sat, 26 Nov 2016 21:32:51 -0000 Author: osa Date: Sat Nov 26 21:32:50 2016 New Revision: 427183 URL: https://svnweb.freebsd.org/changeset/ports/427183 Log: Fix the functionality issue of the third-party modsecurity module. Found by: Rami Jebara (in private mail) Modified: head/www/nginx-devel/Makefile head/www/nginx/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Nov 26 19:26:42 2016 (r427182) +++ head/www/nginx-devel/Makefile Sat Nov 26 21:32:50 2016 (r427183) @@ -870,6 +870,7 @@ LIB_DEPENDS+= libapr-1.so:devel/apr1 \ libyajl.so:devel/yajl USE_APACHE= 22+ USE_GNOME+= libxml2 +USES+= pkgconfig shebangfix MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION:S/RC/rc/}/:modsecurity DISTFILES+= modsecurity-${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION}/nginx/modsecurity @@ -1282,7 +1283,9 @@ post-patch: pre-configure: .if ${PORT_OPTIONS:MMODSECURITY} ( cd ${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION} && \ - CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module && \ + CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module \ + --with-pcre=${LOCALBASE} --with-yajl=${LOCALBASE} \ + --with-curl=${LOCALBASE} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ) .endif .if ${PORT_OPTIONS:MSMALL_LIGHT} Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Nov 26 19:26:42 2016 (r427182) +++ head/www/nginx/Makefile Sat Nov 26 21:32:50 2016 (r427183) @@ -862,6 +862,7 @@ LIB_DEPENDS+= libapr-1.so:devel/apr1 \ libyajl.so:devel/yajl USE_APACHE= 22+ USE_GNOME+= libxml2 +USES+= pkgconfig shebangfix MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION:S/RC/rc/}/:modsecurity DISTFILES+= modsecurity-${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION}/nginx/modsecurity @@ -1272,7 +1273,9 @@ post-patch: pre-configure: .if ${PORT_OPTIONS:MMODSECURITY} ( cd ${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION} && \ - CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module && \ + CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module \ + --with-pcre=${LOCALBASE} --with-yajl=${LOCALBASE} \ + --with-curl=${LOCALBASE} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ) .endif .if ${PORT_OPTIONS:MSMALL_LIGHT} From owner-svn-ports-all@freebsd.org Sat Nov 26 21:48: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 BEBCDC576B5; Sat, 26 Nov 2016 21:48:55 +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 7F3417DB; Sat, 26 Nov 2016 21:48:55 +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 uAQLmsVv019557; Sat, 26 Nov 2016 21:48:54 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQLmslB019552; Sat, 26 Nov 2016 21:48:54 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201611262148.uAQLmslB019552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 26 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: r427184 - in head/textproc: . UCD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 21:48:55 -0000 Author: thierry Date: Sat Nov 26 21:48:54 2016 New Revision: 427184 URL: https://svnweb.freebsd.org/changeset/ports/427184 Log: The Unicode Character Database (UCD) consists of a number of data files listing Unicode character properties and related data. It also includes data files containing test data for conformance to several important Unicode algorithms. WWW: http://unicode.org/ucd/ Added: head/textproc/UCD/ head/textproc/UCD/Makefile (contents, props changed) head/textproc/UCD/distinfo (contents, props changed) head/textproc/UCD/pkg-descr (contents, props changed) head/textproc/UCD/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Nov 26 21:32:50 2016 (r427183) +++ head/textproc/Makefile Sat Nov 26 21:48:54 2016 (r427184) @@ -1638,6 +1638,7 @@ SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags + SUBDIR += UCD SUBDIR += uchardet SUBDIR += uim SUBDIR += uim-el Added: head/textproc/UCD/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/UCD/Makefile Sat Nov 26 21:48:54 2016 (r427184) @@ -0,0 +1,33 @@ +# Created by: Thierry Thomas +# $FreeBSD$ + +PORTNAME= UCD +PORTVERSION= 9.0.0 +CATEGORIES= textproc +MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ + ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ + http://www.unicode.org/:lic +DISTFILES= ${PORTNAME}.zip:src \ + copyright.html:lic +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +EXTRACT_ONLY= + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Unicode Character Database + +LICENSE= Unicode_License_Agreement +LICENSE_NAME= Unicode License Agreement +LICENSE_FILE= ${_DISTDIR}/copyright.html +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_ARCH= yes +NO_BUILD= yes + +DATADIR= ${PREFIX}/share/unicode/ucd + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${STAGEDIR}${DATADIR} && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${PORTNAME}.zip ${EXTRACT_AFTER_ARGS}) + +.include Added: head/textproc/UCD/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/UCD/distinfo Sat Nov 26 21:48:54 2016 (r427184) @@ -0,0 +1,5 @@ +TIMESTAMP = 1480192452 +SHA256 (UCD-9.0.0/UCD.zip) = df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec +SIZE (UCD-9.0.0/UCD.zip) = 5655592 +SHA256 (UCD-9.0.0/copyright.html) = de57d1cc3cee5a514557ea6e79a09eea5324ac777b9e802bbb6d1da9cca9cd6d +SIZE (UCD-9.0.0/copyright.html) = 16571 Added: head/textproc/UCD/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/UCD/pkg-descr Sat Nov 26 21:48:54 2016 (r427184) @@ -0,0 +1,5 @@ +The Unicode Character Database (UCD) consists of a number of data files listing +Unicode character properties and related data. It also includes data files +containing test data for conformance to several important Unicode algorithms. + +WWW: http://unicode.org/ucd/ Added: head/textproc/UCD/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/UCD/pkg-plist Sat Nov 26 21:48:54 2016 (r427184) @@ -0,0 +1,62 @@ +%%DATADIR%%/ArabicShaping.txt +%%DATADIR%%/BidiBrackets.txt +%%DATADIR%%/BidiCharacterTest.txt +%%DATADIR%%/BidiMirroring.txt +%%DATADIR%%/BidiTest.txt +%%DATADIR%%/Blocks.txt +%%DATADIR%%/CJKRadicals.txt +%%DATADIR%%/CaseFolding.txt +%%DATADIR%%/CompositionExclusions.txt +%%DATADIR%%/DerivedAge.txt +%%DATADIR%%/DerivedCoreProperties.txt +%%DATADIR%%/DerivedNormalizationProps.txt +%%DATADIR%%/EastAsianWidth.txt +%%DATADIR%%/EmojiSources.txt +%%DATADIR%%/HangulSyllableType.txt +%%DATADIR%%/Index.txt +%%DATADIR%%/IndicPositionalCategory.txt +%%DATADIR%%/IndicSyllabicCategory.txt +%%DATADIR%%/Jamo.txt +%%DATADIR%%/LineBreak.txt +%%DATADIR%%/NameAliases.txt +%%DATADIR%%/NamedSequences.txt +%%DATADIR%%/NamedSequencesProv.txt +%%DATADIR%%/NamesList.html +%%DATADIR%%/NamesList.txt +%%DATADIR%%/NormalizationCorrections.txt +%%DATADIR%%/NormalizationTest.txt +%%DATADIR%%/PropList.txt +%%DATADIR%%/PropertyAliases.txt +%%DATADIR%%/PropertyValueAliases.txt +%%DATADIR%%/ReadMe.txt +%%DATADIR%%/ScriptExtensions.txt +%%DATADIR%%/Scripts.txt +%%DATADIR%%/SpecialCasing.txt +%%DATADIR%%/StandardizedVariants.html +%%DATADIR%%/StandardizedVariants.txt +%%DATADIR%%/TangutSources.txt +%%DATADIR%%/USourceData.txt +%%DATADIR%%/USourceGlyphs.pdf +%%DATADIR%%/UnicodeData.txt +%%DATADIR%%/auxiliary/GraphemeBreakProperty.txt +%%DATADIR%%/auxiliary/GraphemeBreakTest.html +%%DATADIR%%/auxiliary/GraphemeBreakTest.txt +%%DATADIR%%/auxiliary/LineBreakTest.html +%%DATADIR%%/auxiliary/LineBreakTest.txt +%%DATADIR%%/auxiliary/SentenceBreakProperty.txt +%%DATADIR%%/auxiliary/SentenceBreakTest.html +%%DATADIR%%/auxiliary/SentenceBreakTest.txt +%%DATADIR%%/auxiliary/WordBreakProperty.txt +%%DATADIR%%/auxiliary/WordBreakTest.html +%%DATADIR%%/auxiliary/WordBreakTest.txt +%%DATADIR%%/extracted/DerivedBidiClass.txt +%%DATADIR%%/extracted/DerivedBinaryProperties.txt +%%DATADIR%%/extracted/DerivedCombiningClass.txt +%%DATADIR%%/extracted/DerivedDecompositionType.txt +%%DATADIR%%/extracted/DerivedEastAsianWidth.txt +%%DATADIR%%/extracted/DerivedGeneralCategory.txt +%%DATADIR%%/extracted/DerivedJoiningGroup.txt +%%DATADIR%%/extracted/DerivedJoiningType.txt +%%DATADIR%%/extracted/DerivedLineBreak.txt +%%DATADIR%%/extracted/DerivedNumericType.txt +%%DATADIR%%/extracted/DerivedNumericValues.txt From owner-svn-ports-all@freebsd.org Sat Nov 26 23: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 E58E7C57DF2; Sat, 26 Nov 2016 23:41:22 +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 A01BE3DE; Sat, 26 Nov 2016 23:41:22 +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 uAQNfLo9068128; Sat, 26 Nov 2016 23:41:21 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQNfHds068082; Sat, 26 Nov 2016 23:41:17 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611262341.uAQNfHds068082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 26 Nov 2016 23:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427185 - in head: . deskutils/basket deskutils/kdepim4 deskutils/kdepimlibs4 devel/geany-plugin-pg finance/kmymoney-kde4 finance/qhacc mail/anubis mail/balsa mail/claws-mail-pgp mail/e... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: 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, 26 Nov 2016 23:41:23 -0000 Author: jhale Date: Sat Nov 26 23:41:16 2016 New Revision: 427185 URL: https://svnweb.freebsd.org/changeset/ports/427185 Log: Update security/gpgme-* to 1.8.0 In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module. Added: head/security/gpgme/files/patch-git_572c1aa (contents, props changed) Deleted: head/security/gpgme/files/patch-git_b4658f6a1 Modified: head/UPDATING head/deskutils/basket/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepimlibs4/Makefile head/devel/geany-plugin-pg/Makefile head/finance/kmymoney-kde4/Makefile head/finance/qhacc/Makefile head/mail/anubis/Makefile head/mail/balsa/Makefile head/mail/claws-mail-pgp/Makefile head/mail/elmo/Makefile head/mail/mutt/Makefile head/mail/neomutt/Makefile head/mail/sylpheed/Makefile head/net-im/ayttm/Makefile head/net-im/centerim-devel/Makefile head/net-im/centerim/Makefile head/net-im/licq/Makefile head/net-im/mcabber/Makefile head/net-im/profanity/Makefile head/net-p2p/retroshare/Makefile head/net/kget/Makefile head/polish/ekg2/Makefile head/security/fwknop/Makefile head/security/gpa/Makefile head/security/gpgme-cpp/Makefile head/security/gpgme-cpp/pkg-plist head/security/gpgme-qt5/Makefile head/security/gpgme-qt5/pkg-plist head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/files/patch-lang_python_Makefile.in head/security/gpgme/pkg-plist head/security/libcryptui/Makefile head/security/openvas-libraries/Makefile head/security/openvas-manager/Makefile head/security/pecl-gnupg/Makefile head/security/py-gpgme/Makefile head/security/py-gpgme/pkg-plist head/security/py-pyme/Makefile head/security/seahorse/Makefile head/sysutils/dar/Makefile head/sysutils/kf5-kwallet/Makefile head/sysutils/pacman/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 26 21:48:54 2016 (r427184) +++ head/UPDATING Sat Nov 26 23:41:16 2016 (r427185) @@ -5,6 +5,24 @@ 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. +20161126: + AFFECTS: Users of security/gpgme-* + AUTHOR: jhale@FreeBSD.org + + Gpgme has been updated to 1.8.0. + With it comes the removal of libgpgme-pthread.so in favor of using + libgpgme.so itself as the thread-safe library. Ports that may have + linked to -lgpgme-pthread will now just link to -lgpgme. PORTREVISION + has been bumped on all ports with a dependency on security/gpgme. + + The Python module provided by security/py-gpgme has been renamed + from pyme3 to gpg, as well. + + Portmaster users: + portmaster -r gpgme + Portupgrade users: + portupgrade -fr security/gpgme + 20161121: AFFECTS: Users of graphics/tiff AUTHOR: antoine@FreeBSD.org Modified: head/deskutils/basket/Makefile ============================================================================== --- head/deskutils/basket/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/deskutils/basket/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= basket PORTVERSION= 1.81 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= http://basket.kde.org/downloads/ Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/deskutils/kdepim4/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/deskutils/kdepimlibs4/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/devel/geany-plugin-pg/Makefile ============================================================================== --- head/devel/geany-plugin-pg/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/devel/geany-plugin-pg/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,6 +2,7 @@ PORTNAME= geany-plugin-pg PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/finance/kmymoney-kde4/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/finance/qhacc/Makefile ============================================================================== --- head/finance/qhacc/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/finance/qhacc/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= qhacc PORTVERSION= 4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/anubis/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= GNU Modified: head/mail/balsa/Makefile ============================================================================== --- head/mail/balsa/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/balsa/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -4,7 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ Modified: head/mail/claws-mail-pgp/Makefile ============================================================================== --- head/mail/claws-mail-pgp/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/claws-mail-pgp/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgp -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PGP plugins for Claws Mail Modified: head/mail/elmo/Makefile ============================================================================== --- head/mail/elmo/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/elmo/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= elmo PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/mutt/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.7.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/neomutt/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= neomutt PORTVERSION= 20161104 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/mail/sylpheed/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt Modified: head/net-im/ayttm/Makefile ============================================================================== --- head/net-im/ayttm/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-im/ayttm/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= ayttm PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF Modified: head/net-im/centerim-devel/Makefile ============================================================================== --- head/net-im/centerim-devel/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-im/centerim-devel/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-im/centerim/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-im/licq/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-im/mcabber/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= mcabber PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ Modified: head/net-im/profanity/Makefile ============================================================================== --- head/net-im/profanity/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-im/profanity/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,6 +2,7 @@ PORTNAME= profanity PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net-p2p/retroshare/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p Modified: head/net/kget/Makefile ============================================================================== --- head/net/kget/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/net/kget/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,7 +2,7 @@ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/polish/ekg2/Makefile ============================================================================== --- head/polish/ekg2/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/polish/ekg2/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= ekg2 PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/fwknop/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= fwknop PORTVERSION= 2.6.8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpa/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= gpa PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG/gpa Modified: head/security/gpgme-cpp/Makefile ============================================================================== --- head/security/gpgme-cpp/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme-cpp/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/security/gpgme-cpp/pkg-plist ============================================================================== --- head/security/gpgme-cpp/pkg-plist Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme-cpp/pkg-plist Sat Nov 26 23:41:16 2016 (r427185) @@ -14,6 +14,7 @@ include/gpgme++/gpgadduserideditinteract include/gpgme++/gpgagentgetinfoassuantransaction.h include/gpgme++/gpgmefw.h include/gpgme++/gpgmepp_export.h +include/gpgme++/gpgmepp_version.h include/gpgme++/gpgsetexpirytimeeditinteractor.h include/gpgme++/gpgsetownertrusteditinteractor.h include/gpgme++/gpgsignkeyeditinteractor.h @@ -29,13 +30,13 @@ include/gpgme++/notation.h include/gpgme++/result.h include/gpgme++/scdgetinfoassuantransaction.h include/gpgme++/signingresult.h +include/gpgme++/swdbresult.h include/gpgme++/tofuinfo.h include/gpgme++/trustitem.h include/gpgme++/verificationresult.h include/gpgme++/vfsmountresult.h -include/gpgmepp_version.h lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.2.0 +lib/libgpgmepp.so.6.3.0 Modified: head/security/gpgme-qt5/Makefile ============================================================================== --- head/security/gpgme-qt5/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme-qt5/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/security/gpgme-qt5/pkg-plist ============================================================================== --- head/security/gpgme-qt5/pkg-plist Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme-qt5/pkg-plist Sat Nov 26 23:41:16 2016 (r427185) @@ -4,6 +4,7 @@ include/QGpgME/ChangeExpiryJob include/QGpgME/ChangeOwnerTrustJob include/QGpgME/ChangePasswdJob include/QGpgME/CryptoConfig +include/QGpgME/DN include/QGpgME/DataProvider include/QGpgME/DecryptJob include/QGpgME/DecryptVerifyJob @@ -43,6 +44,7 @@ include/qgpgme/decryptjob.h include/qgpgme/decryptverifyjob.h include/qgpgme/defaultkeygenerationjob.h include/qgpgme/deletejob.h +include/qgpgme/dn.h include/qgpgme/downloadjob.h include/qgpgme/encryptjob.h include/qgpgme/exportjob.h @@ -57,6 +59,7 @@ include/qgpgme/listallkeysjob.h include/qgpgme/multideletejob.h include/qgpgme/protocol.h include/qgpgme/qgpgme_export.h +include/qgpgme/qgpgme_version.h include/qgpgme/qgpgmenewcryptoconfig.h include/qgpgme/refreshkeysjob.h include/qgpgme/signencryptjob.h @@ -67,9 +70,8 @@ include/qgpgme/tofupolicyjob.h include/qgpgme/verifydetachedjob.h include/qgpgme/verifyopaquejob.h include/qgpgme/wkspublishjob.h -include/qgpgme_version.h -lib/cmake/Gpgmepp/QGpgmeConfig.cmake -lib/cmake/Gpgmepp/QGpgmeConfigVersion.cmake +lib/cmake/QGpgme/QGpgmeConfig.cmake +lib/cmake/QGpgme/QGpgmeConfigVersion.cmake lib/libqgpgme.so lib/libqgpgme.so.7 -lib/libqgpgme.so.7.0.0 +lib/libqgpgme.so.7.1.0 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme @@ -80,7 +80,6 @@ USES+= python USE_PYTHON= py3kplist CONFIGURE_ENV+= SWIG=${LOCALBASE}/bin/swig3.0 PLIST_SUB+= VERSION=${PORTVERSION} -CONFLICTS_INSTALL= py*-pyme-[0-9]* . endif .endif Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme/distinfo Sat Nov 26 23:41:16 2016 (r427185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476904242 -SHA256 (gpgme-1.7.1.tar.bz2) = d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6 -SIZE (gpgme-1.7.1.tar.bz2) = 1285809 +TIMESTAMP = 1480065717 +SHA256 (gpgme-1.8.0.tar.bz2) = 596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d1e5d33 +SIZE (gpgme-1.8.0.tar.bz2) = 1298407 Added: head/security/gpgme/files/patch-git_572c1aa ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gpgme/files/patch-git_572c1aa Sat Nov 26 23:41:16 2016 (r427185) @@ -0,0 +1,26 @@ +From: Heiko Becker +Date: Wed, 16 Nov 2016 22:09:45 +0000 (+0100) +Subject: Remove a forgotten instance of @libsuffix@ +X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff_plain;h=572c1aac107125ce62230251713349348373db5a;hp=af79327021b5b3a5c4accd5d4e9f0124199bfdcc + +Remove a forgotten instance of @libsuffix@ + +* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten +instance of @libsuffix@. +-- + +b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from +cmake config files, but missed one instance. + +Signed-off-by: Heiko Becker +--- lang/cpp/src/GpgmeppConfig.cmake.in.in.orig 2016-11-16 09:17:20 UTC ++++ lang/cpp/src/GpgmeppConfig.cmake.in.in +@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED) + + set_target_properties(Gpgmepp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/gpgme++;@resolved_includedir@" +- INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme@libsuffix@;@LIBASSUAN_LIBS@" ++ INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@" + IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so" + ) + Modified: head/security/gpgme/files/patch-lang_python_Makefile.in ============================================================================== --- head/security/gpgme/files/patch-lang_python_Makefile.in Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme/files/patch-lang_python_Makefile.in Sat Nov 26 23:41:16 2016 (r427185) @@ -1,6 +1,6 @@ ---- lang/python/Makefile.in.orig 2016-10-18 17:27:17 UTC +--- lang/python/Makefile.in.orig 2016-11-16 12:46:35 UTC +++ lang/python/Makefile.in -@@ -753,7 +753,7 @@ config.h: +@@ -756,7 +756,7 @@ config.h: all-local: copystamp for PYTHON in $(PYTHONS); do \ CFLAGS="$(CFLAGS)" \ @@ -8,8 +8,8 @@ + $$PYTHON setup.py build --verbose build_ext --swig=$(SWIG) ; \ done - dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp -@@ -789,7 +789,8 @@ install-exec-local: + dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc: copystamp +@@ -792,7 +792,8 @@ install-exec-local: rm -f install_files.txt for PYTHON in $(PYTHONS); do \ $$PYTHON setup.py install \ Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/gpgme/pkg-plist Sat Nov 26 23:41:16 2016 (r427185) @@ -4,10 +4,7 @@ include/gpgme.h lib/common-lisp/gpgme/gpgme-package.lisp lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp -lib/libgpgme-pthread.so -lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.16.0 lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.16.0 +lib/libgpgme.so.11.17.0 share/aclocal/gpgme.m4 Modified: head/security/libcryptui/Makefile ============================================================================== --- head/security/libcryptui/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/libcryptui/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= libcryptui PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/security/openvas-libraries/Makefile ============================================================================== --- head/security/openvas-libraries/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/openvas-libraries/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= openvas-libraries PORTVERSION= 8.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/2291/ Modified: head/security/openvas-manager/Makefile ============================================================================== --- head/security/openvas-manager/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/openvas-manager/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -2,7 +2,7 @@ PORTNAME= openvas-manager PORTVERSION= 6.0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/2295/ Modified: head/security/pecl-gnupg/Makefile ============================================================================== --- head/security/pecl-gnupg/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/pecl-gnupg/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/security/py-gpgme/Makefile ============================================================================== --- head/security/py-gpgme/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/py-gpgme/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -13,6 +13,6 @@ BINDING_NAME= python PLIST= ${.CURDIR}/pkg-plist post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/pyme/_gpgme.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/gpg/_gpgme.so .include "${MASTERDIR}/Makefile" Modified: head/security/py-gpgme/pkg-plist ============================================================================== --- head/security/py-gpgme/pkg-plist Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/py-gpgme/pkg-plist Sat Nov 26 23:41:16 2016 (r427185) @@ -1,72 +1,75 @@ -%%PYTHON_SITELIBDIR%%/pyme/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/_gpgme.so -%%PYTHON_SITELIBDIR%%/pyme/callbacks.py -%%PYTHON_SITELIBDIR%%/pyme/callbacks.pyc -%%PYTHON_SITELIBDIR%%/pyme/callbacks.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.py -%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/event.py -%%PYTHON_SITELIBDIR%%/pyme/constants/event.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/event.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/import.py -%%PYTHON_SITELIBDIR%%/pyme/constants/import.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/import.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.py -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/md.py -%%PYTHON_SITELIBDIR%%/pyme/constants/md.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/md.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/pk.py -%%PYTHON_SITELIBDIR%%/pyme/constants/pk.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/pk.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.py -%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.py -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.py -%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/status.py -%%PYTHON_SITELIBDIR%%/pyme/constants/status.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/status.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/validity.py -%%PYTHON_SITELIBDIR%%/pyme/constants/validity.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/validity.pyo -%%PYTHON_SITELIBDIR%%/pyme/core.py -%%PYTHON_SITELIBDIR%%/pyme/core.pyc -%%PYTHON_SITELIBDIR%%/pyme/core.pyo -%%PYTHON_SITELIBDIR%%/pyme/errors.py -%%PYTHON_SITELIBDIR%%/pyme/errors.pyc -%%PYTHON_SITELIBDIR%%/pyme/errors.pyo -%%PYTHON_SITELIBDIR%%/pyme/gpgme.py -%%PYTHON_SITELIBDIR%%/pyme/gpgme.pyc -%%PYTHON_SITELIBDIR%%/pyme/gpgme.pyo -%%PYTHON_SITELIBDIR%%/pyme/install_files.txt -%%PYTHON_SITELIBDIR%%/pyme/results.py -%%PYTHON_SITELIBDIR%%/pyme/results.pyc -%%PYTHON_SITELIBDIR%%/pyme/results.pyo -%%PYTHON_SITELIBDIR%%/pyme/util.py -%%PYTHON_SITELIBDIR%%/pyme/util.pyc -%%PYTHON_SITELIBDIR%%/pyme/util.pyo -%%PYTHON_SITELIBDIR%%/pyme/version.py -%%PYTHON_SITELIBDIR%%/pyme/version.pyc -%%PYTHON_SITELIBDIR%%/pyme/version.pyo -%%PYTHON_SITELIBDIR%%/pyme3-%%VERSION%%-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/gpg-%%VERSION%%-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/gpg/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/_gpgme.so +%%PYTHON_SITELIBDIR%%/gpg/callbacks.py +%%PYTHON_SITELIBDIR%%/gpg/callbacks.pyc +%%PYTHON_SITELIBDIR%%/gpg/callbacks.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/data/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/data/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/data/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/data/encoding.py +%%PYTHON_SITELIBDIR%%/gpg/constants/data/encoding.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/data/encoding.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/event.py +%%PYTHON_SITELIBDIR%%/gpg/constants/event.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/event.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/import.py +%%PYTHON_SITELIBDIR%%/gpg/constants/import.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/import.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/mode.py +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/mode.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/mode.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/md.py +%%PYTHON_SITELIBDIR%%/gpg/constants/md.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/md.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/pk.py +%%PYTHON_SITELIBDIR%%/gpg/constants/pk.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/pk.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/protocol.py +%%PYTHON_SITELIBDIR%%/gpg/constants/protocol.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/protocol.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/mode.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/mode.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/mode.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/notation.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/notation.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/notation.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sigsum.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sigsum.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sigsum.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/status.py +%%PYTHON_SITELIBDIR%%/gpg/constants/status.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/status.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/validity.py +%%PYTHON_SITELIBDIR%%/gpg/constants/validity.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/validity.pyo +%%PYTHON_SITELIBDIR%%/gpg/core.py +%%PYTHON_SITELIBDIR%%/gpg/core.pyc +%%PYTHON_SITELIBDIR%%/gpg/core.pyo +%%PYTHON_SITELIBDIR%%/gpg/errors.py +%%PYTHON_SITELIBDIR%%/gpg/errors.pyc +%%PYTHON_SITELIBDIR%%/gpg/errors.pyo +%%PYTHON_SITELIBDIR%%/gpg/gpgme.py +%%PYTHON_SITELIBDIR%%/gpg/gpgme.pyc +%%PYTHON_SITELIBDIR%%/gpg/gpgme.pyo +%%PYTHON_SITELIBDIR%%/gpg/install_files.txt +%%PYTHON_SITELIBDIR%%/gpg/results.py +%%PYTHON_SITELIBDIR%%/gpg/results.pyc +%%PYTHON_SITELIBDIR%%/gpg/results.pyo +%%PYTHON_SITELIBDIR%%/gpg/util.py +%%PYTHON_SITELIBDIR%%/gpg/util.pyc +%%PYTHON_SITELIBDIR%%/gpg/util.pyo +%%PYTHON_SITELIBDIR%%/gpg/version.py +%%PYTHON_SITELIBDIR%%/gpg/version.pyc +%%PYTHON_SITELIBDIR%%/gpg/version.pyo Modified: head/security/py-pyme/Makefile ============================================================================== --- head/security/py-pyme/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/py-pyme/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= pyme PORTVERSION= 0.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/seahorse/Makefile ============================================================================== --- head/security/seahorse/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/security/seahorse/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= seahorse PORTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/sysutils/dar/Makefile ============================================================================== --- head/sysutils/dar/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/sysutils/dar/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,6 +3,7 @@ PORTNAME= dar PORTVERSION= 2.5.5 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= SF Modified: head/sysutils/kf5-kwallet/Makefile ============================================================================== --- head/sysutils/kf5-kwallet/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/sysutils/kf5-kwallet/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= kwallet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/pacman/Makefile ============================================================================== --- head/sysutils/pacman/Makefile Sat Nov 26 21:48:54 2016 (r427184) +++ head/sysutils/pacman/Makefile Sat Nov 26 23:41:16 2016 (r427185) @@ -3,7 +3,7 @@ PORTNAME= pacman PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.archlinux.org/other/pacman/ \ http://mirror.amdmi3.ru/distfiles/